system-config/playbooks/roles/set_hostname/templates/hosts.j2
Ricardo Carrillo Cruz be31fead2f Create set_hostname role and playbook
Turns out we have had many issues with random servers having
wrong hostname and /etc/hosts info.
This playbook/role allows to configure that by passing
-e "target=<hostname>" as ansible-playbook parameter.

Change-Id: I73939ebc65211a840bb41370c22b111112389716
2016-02-24 01:17:47 +01:00

3 lines
97 B
Django/Jinja

127.0.0.1 localhost
127.0.1.1 {{ inventory_hostname }} {{ inventory_hostname.split('.', 1)[0] }}