mirror of
https://github.com/krislamo/pup-tests
synced 2024-11-10 01:00: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.
7 lines
63 B
YAML
7 lines
63 B
YAML
- hosts: all
|
|
become: yes
|
|
roles:
|
|
- common
|
|
- server
|
|
|