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