diff options
author | 2024-07-21 10:01:12 +0100 | |
---|---|---|
committer | 2024-07-21 10:11:32 +0100 | |
commit | cfd1f145663785a35ace8a300c8c5a964c9d793a (patch) | |
tree | b0eef1576234ebfd5c6053f224c566937a81d297 | |
parent | Don't add limits to LDAP hosts (diff) |
Remove /etc/hosts alias for FQDN to 127.0.0.1 on hosts
Signed-off-by: Joe Banks <[email protected]>
-rw-r--r-- | ansible/roles/common/templates/etc-hosts.j2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ansible/roles/common/templates/etc-hosts.j2 b/ansible/roles/common/templates/etc-hosts.j2 index 6fdbdaa..3bf86ec 100644 --- a/ansible/roles/common/templates/etc-hosts.j2 +++ b/ansible/roles/common/templates/etc-hosts.j2 @@ -1,5 +1,4 @@ 127.0.0.1 localhost -127.0.1.1 {{ inventory_hostname }}.box.pydis.wtf {{ inventory_hostname }} ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes |