[reverseproxy] installs certbot
parent
9a01dd59fd
commit
54efaddadb
|
@ -1,3 +1,10 @@
|
||||||
|
certbot:
|
||||||
|
dns_rfc2136_name: certbot_challenge.
|
||||||
|
dns_rfc2136_secret: "{{ vault_certbot_dns_secret }}"
|
||||||
|
mail: root@crans.org
|
||||||
|
certname: crans.org
|
||||||
|
domains: "crans.org, *.crans.org, crans.fr, *.crans.fr, crans.eu, *.crans.eu"
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
contact: contact@crans.org
|
contact: contact@crans.org
|
||||||
who: "l'équipe technique du Cr@ns"
|
who: "l'équipe technique du Cr@ns"
|
||||||
|
|
|
@ -2,4 +2,5 @@
|
||||||
---
|
---
|
||||||
- hosts: reverseproxy
|
- hosts: reverseproxy
|
||||||
roles:
|
roles:
|
||||||
|
- certbot
|
||||||
- nginx-reverseproxy
|
- nginx-reverseproxy
|
||||||
|
|
Loading…
Reference in New Issue