set hostname during update_hosts.yml playbook

This commit is contained in:
2022-08-21 09:57:50 -04:00
parent 42c80b4894
commit bcbca14816
7 changed files with 82 additions and 43 deletions

View File

@@ -0,0 +1,9 @@
127.0.0.1 localhost
127.0.1.1 {{inventory_hostname}}
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
#fe00::0 ip6-localnet #missing on debian?
#ff00::0 ip6-mcastprefix #missing on debian?
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters