aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nginx-ufw/tasks/main.yml
blob: 3b52f1446f422a25123850d2b4892236243dfb05 (plain) (blame)
1
2
3
4
5
6
7
---
- name: Allow http(s) traffic through the firewall
  community.general.ufw:
    app: Nginx Full
    rule: allow
  tags:
    - role::nginx-ufw