ansible/roles/common/templates/hosts.j2

11 lines
332 B
Plaintext
Raw Normal View History

2014-08-06 06:36:55 +00:00
# THIS FILE IS MANAGED BY ANSIBLE, DO NOT EDIT MANUALLY
#
# /etc/hosts: static lookup table for host names
#
#<ip-address> <hostname.domain.org> <hostname>
127.0.0.1 {{ ansible_nodename }}.lxc {{ ansible_nodename }} localhost
::1 {{ ansible_nodename }}.lxc {{ ansible_nodename }} localhost
# End of file