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