use ansible_fqdn instead of ansible_nodename

netsplit
Niklas Yann Wettengel 7 years ago
parent eade06a930
commit 354f025149

@ -30,7 +30,7 @@ ignore_file \.pod$
# Set this if the client doesn't report the correct hostname when
# telnetting to localhost, port 4949
#
host_name {{ ansible_nodename }}
host_name {{ ansible_fqdn }}
# A list of addresses that are allowed to connect. This must be a
# regular expression, since Net::Server does not understand CIDR-style

@ -1,6 +1,6 @@
root=root=root@niyawe.de
mailhub=mail.niyawe.de:465
rewriteDomain=niyawe.de
hostname={{ ansible_nodename }}
hostname={{ ansible_fqdn }}
FromLineOverride=YES
UseTLS=YES

Loading…
Cancel
Save