diff options
author | 2022-02-20 16:36:05 +0100 | |
---|---|---|
committer | 2022-02-20 16:37:46 +0100 | |
commit | 5a0b4c3f48c6131146c7f5088a2d5f2479e30c17 (patch) | |
tree | 90a88977d4b896b5043c2465b0ebe0b9f0e2bcce | |
parent | Remove subjective linting rules (diff) |
Use builtin NGINX UFW rule name
Co-authored-by: ChrisJL <[email protected]>
-rw-r--r-- | roles/nginx-ufw/tasks/main.yml | 3 |
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 |