diff options
author | heqnx <root@heqnx.com> | 2025-06-22 20:19:31 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-06-22 20:19:31 +0300 |
commit | a6ec8f8947e1d6e56d1c0af6b67af2e7468ef98f (patch) | |
tree | 9648fbb43104e577379374088c9e6975d06dbc6b /templates/hosts.j2 | |
parent | 64a84a53c783665b7ff1aa20e4cb370001fb8162 (diff) | |
download | ansible-pve-host-a6ec8f8947e1d6e56d1c0af6b67af2e7468ef98f.tar.gz ansible-pve-host-a6ec8f8947e1d6e56d1c0af6b67af2e7468ef98f.zip |
initial commit on working deployment
Diffstat (limited to 'templates/hosts.j2')
-rw-r--r-- | templates/hosts.j2 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/hosts.j2 b/templates/hosts.j2 new file mode 100644 index 0000000..3d811dc --- /dev/null +++ b/templates/hosts.j2 @@ -0,0 +1,7 @@ +127.0.0.1 localhost +{{ ansible_host }} {{ hostname }} {{ hostname }} + +# The following lines are desirable for IPv6 capable hosts +::1 localhost ip6-localhost ip6-loopback +ff02::1 ip6-allnodes +ff02::2 ip6-allrouters |