1
0
mirror of https://github.com/krislamo/pup-tests synced 2024-09-19 17:20:35 +00:00
pup-tests/setup/master.yml
Kris Lamoureux 7f818e3c31 Setup Puppet Environment
Ansible sets up a puppet master and puppet agent on two virtual
machines with a hello world puppet application.
2019-01-09 15:48:17 -05:00

7 lines
63 B
YAML

- hosts: all
become: yes
roles:
- common
- server