Variabilisation des certificats supplémentaires

This commit is contained in:
Navas 2024-10-23 22:24:59 +02:00
parent e866bec319
commit 1749a00e25

View file

@ -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