aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nginx-ufw/tasks/main.yml
blob: bea22aab142cb6d14a241e6a1c01bbb8ab13c0f1 (plain) (blame)
1
2
3
4
5
6
7
8
---
- name: allow https traffic through the firewall
  ufw:
    app: WWW Secure
    rule: allow
    comment: nginx web server
  tags:
    - role::nginx-ufw