9 lines
102 B
YAML
9 lines
102 B
YAML
---
|
|
|
|
- name: apply common configuration to all nodes
|
|
hosts: all
|
|
user: root
|
|
|
|
roles:
|
|
- common
|