Files

11 lines
150 B
YAML
Raw Permalink Normal View History

2026-09-14 22:24:01 -04:00
# code: language=ansible
- name: Configure ssh and firewall
hosts:
- localhost
gather_facts: false
2026-09-14 23:04:02 -04:00
become: true
2026-09-14 22:24:01 -04:00
roles:
- technitium