Variabilisation des certificats supplémentaires
This commit is contained in:
parent
e866bec319
commit
1749a00e25
1 changed files with 3 additions and 3 deletions
|
@ -200,7 +200,7 @@
|
||||||
mode: u=rw,g=r,o=r
|
mode: u=rw,g=r,o=r
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
with_items: {{ reverse_proxy_additional_certificates }}
|
with_items: "{{ reverse_proxy_additional_certificates }}"
|
||||||
notify:
|
notify:
|
||||||
- restart apache2
|
- restart apache2
|
||||||
|
|
||||||
|
@ -213,7 +213,7 @@
|
||||||
mode: u=rw,g=r,o=
|
mode: u=rw,g=r,o=
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
with_items: {{ reverse_proxy_additional_certificates }}
|
with_items: "{{ reverse_proxy_additional_certificates }}"
|
||||||
notify:
|
notify:
|
||||||
- restart apache2
|
- restart apache2
|
||||||
|
|
||||||
|
@ -221,7 +221,7 @@
|
||||||
template:
|
template:
|
||||||
src: "cert_template.conf"
|
src: "cert_template.conf"
|
||||||
dest: /etc/apache2/certs-conf/cert_{{ item.name }}.conf
|
dest: /etc/apache2/certs-conf/cert_{{ item.name }}.conf
|
||||||
with_items: {{ reverse_proxy_additional_certificates }}
|
with_items: "{{ reverse_proxy_additional_certificates }}"
|
||||||
notify:
|
notify:
|
||||||
- restart apache2
|
- restart apache2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue