Ubuntu-Ansible-Setup/roles/initial-setup/tasks/firewall.yml

8 lines
164 B
YAML
Raw Normal View History

2023-01-08 06:34:48 -06:00
- name: Permit OpenSSH Through The Firewall & Enable UFW
become: true
community.general.ufw:
state: enabled
rule: allow
name: OpenSSH
log: true