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