11 lines
150 B
YAML
11 lines
150 B
YAML
# code: language=ansible
|
|
|
|
- name: Configure ssh and firewall
|
|
hosts:
|
|
- localhost
|
|
gather_facts: false
|
|
become: true
|
|
|
|
roles:
|
|
- technitium
|