6 lines
84 B
YAML
6 lines
84 B
YAML
|
- hosts: '*'
|
||
|
gather_facts: true
|
||
|
roles:
|
||
|
- role: puppet
|
||
|
manage_config: true
|