nginx: Tagged tasks using certificate information

dehydrated
Felix Stupp 4 years ago
parent 75e0dc0d1a
commit 58dfab8529
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -8,3 +8,5 @@
group: root
mode: "u=rw,g=r,o=r"
notify: reload nginx
tags:
- certificate

@ -7,6 +7,8 @@
owner: "{{ global_nginx_system_user }}"
group: "{{ global_nginx_system_user }}"
mode: "u=rw,g=r,o=r"
tags:
- certificate
- name: Allow {{ protocol }} in firewall
ufw:

@ -8,3 +8,5 @@
group: root
mode: "u=rw,g=r,o="
notify: reload nginx
tags:
- certificate

@ -8,3 +8,5 @@
group: root
mode: "u=rw,g=r,o=r"
notify: reload nginx
tags:
- certificate

@ -8,3 +8,5 @@
group: root
mode: "u=rw,g=r,o=r"
notify: reload nginx
tags:
- certificate

Loading…
Cancel
Save