1
0
mirror of https://github.com/krislamo/pup-tests synced 2024-09-20 09:40:36 +00:00
pup-tests/setup/roles/common/templates/hosts.j2
Kris Lamoureux 1b42ed53a3
Added network backup
Installed the amanda client on webserver to back it up. Changed
host name of backup server from "amanda" to "backups."
2019-02-26 14:26:55 -05:00

13 lines
424 B
Django/Jinja

127.0.0.1 localhost
127.0.1.1 {{ ansible_hostname }}
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
192.168.121.100 puppet
192.168.121.101 webserver
192.168.121.102 backups