7 lines
112 B
YAML
7 lines
112 B
YAML
- hosts: external
|
|
roles:
|
|
- sshd
|
|
- ufw
|
|
- role: docker
|
|
when: server_hostname in ['mainframe']
|