ansible-role-dbmail/tasks/configure_ufw.yml

6 lines
No EOL
121 B
YAML

---
- name: Allow traffic to specific ports
ufw:
rule: allow
port: "{{ item }}"
loop: "{{ ufw_allow_ports }}"