6 lines
86 B
YAML
6 lines
86 B
YAML
|
---
|
||
|
# Put a common configuration on all servers
|
||
|
- hosts: all
|
||
|
roles:
|
||
|
- baseconfig
|