9 lines
120 B
YAML
9 lines
120 B
YAML
---
|
|
|
|
- name: Apply common configuration of all hosts
|
|
hosts: all
|
|
roles:
|
|
- common
|
|
- ssh_authorized_keys
|
|
- sshd
|
|
|