mirror of
https://github.com/krislamo/pup-tests
synced 2024-11-14 10:30:35 +00:00
Kris Lamoureux
7f818e3c31
Ansible sets up a puppet master and puppet agent on two virtual machines with a hello world puppet application.
12 lines
400 B
Django/Jinja
12 lines
400 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
|
|
|