From a6ec8f8947e1d6e56d1c0af6b67af2e7468ef98f Mon Sep 17 00:00:00 2001 From: heqnx Date: Sun, 22 Jun 2025 20:19:31 +0300 Subject: initial commit on working deployment --- templates/hosts.j2 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 templates/hosts.j2 (limited to 'templates/hosts.j2') 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 -- cgit v1.2.3