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