diff options
Diffstat (limited to 'roles/nginx-ufw/tasks')
| -rw-r--r-- | roles/nginx-ufw/tasks/main.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/nginx-ufw/tasks/main.yml b/roles/nginx-ufw/tasks/main.yml new file mode 100644 index 0000000..bea22aa --- /dev/null +++ b/roles/nginx-ufw/tasks/main.yml @@ -0,0 +1,8 @@ +--- +- name: allow https traffic through the firewall + ufw: + app: WWW Secure + rule: allow + comment: nginx web server + tags: + - role::nginx-ufw |