[reverseproxy] installs certbot

certbot_on_virtu
_shirenn 2020-08-18 17:57:27 +02:00
parent 9a01dd59fd
commit 54efaddadb
2 changed files with 8 additions and 0 deletions

View File

@ -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:
contact: contact@crans.org
who: "l'équipe technique du Cr@ns"

View File

@ -2,4 +2,5 @@
---
- hosts: reverseproxy
roles:
- certbot
- nginx-reverseproxy