summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBrett Holman <bholman.devel@gmail.com>2022-04-07 09:42:08 -0500
committerGitHub <noreply@github.com>2022-04-07 09:42:08 -0500
commite57cdc8b4b9aaa08b3c694208370a129e329905f (patch)
treef20039451ed7c5679b0b7b9b548d61b398703203 /templates
parente3307e4d8cd7ccf352c7662783b472545e8ecc56 (diff)
downloadcloud-init-git-e57cdc8b4b9aaa08b3c694208370a129e329905f.tar.gz
add arch hosts template (#1371)
Diffstat (limited to 'templates')
-rw-r--r--templates/hosts.arch.tmpl23
1 files changed, 23 insertions, 0 deletions
diff --git a/templates/hosts.arch.tmpl b/templates/hosts.arch.tmpl
new file mode 100644
index 00000000..b80ba61e
--- /dev/null
+++ b/templates/hosts.arch.tmpl
@@ -0,0 +1,23 @@
+## template:jinja
+{#
+This file (/etc/cloud/templates/hosts.arch.tmpl) is only utilized
+if enabled in cloud-config. Specifically, in order to enable it
+you need to add the following to config:
+ manage_etc_hosts: True
+-#}
+# Your system has configured 'manage_etc_hosts' as True.
+# As a result, if you wish for changes to this file to persist
+# then you will need to either
+# a.) make changes to the master file in /etc/cloud/templates/hosts.arch.tmpl
+# b.) change or remove the value of 'manage_etc_hosts' in
+# /etc/cloud/cloud.cfg or cloud-config from user-data
+#
+{# The value '{{hostname}}' will be replaced with the local-hostname -#}
+127.0.1.1 {{fqdn}} {{hostname}}
+127.0.0.1 localhost
+
+# The following lines are desirable for IPv6 capable hosts
+::1 localhost ip6-localhost ip6-loopback
+ff02::1 ip6-allnodes
+ff02::2 ip6-allrouters
+