12 lines
175 B
YAML
12 lines
175 B
YAML
---
|
|
|
|
- name: apply common configuration to all nodes
|
|
hosts: unsetup
|
|
user: root
|
|
|
|
roles:
|
|
- common
|
|
- turn-off-motd-news
|
|
- apt-maintenance
|
|
- ssh-enforcement
|