ansible/roles/common/templates/hosts.j2

11 lines
320 B
Plaintext
Raw Normal View History

# {{ ansible_managed }}
2014-08-06 06:36:55 +00:00
#
# /etc/hosts: static lookup table for host names
#
#<ip-address> <hostname.domain.org> <hostname>
2016-11-25 19:51:38 +00:00
127.0.0.1 {{ ansible_nodename }}.eve.evenet.dn42 {{ ansible_nodename }} localhost
::1 {{ ansible_nodename }}.eve.evenet.dn42 {{ ansible_nodename }} localhost
2014-08-06 06:36:55 +00:00
# End of file