aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2022-02-20 16:36:05 +0100
committerGravatar Johannes Christ <[email protected]>2022-02-20 16:37:46 +0100
commit5a0b4c3f48c6131146c7f5088a2d5f2479e30c17 (patch)
tree90a88977d4b896b5043c2465b0ebe0b9f0e2bcce
parentRemove subjective linting rules (diff)
Use builtin NGINX UFW rule name
Co-authored-by: ChrisJL <[email protected]>
-rw-r--r--roles/nginx-ufw/tasks/main.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/nginx-ufw/tasks/main.yml b/roles/nginx-ufw/tasks/main.yml
index bea22aa..bd9408f 100644
--- a/roles/nginx-ufw/tasks/main.yml
+++ b/roles/nginx-ufw/tasks/main.yml
@@ -1,8 +1,7 @@
---
- name: allow https traffic through the firewall
ufw:
- app: WWW Secure
+ app: Nginx HTTPS
rule: allow
- comment: nginx web server
tags:
- role::nginx-ufw