[galene] Deploy nginx and certbot

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-03-29 12:17:37 +02:00 committed by ynerant
parent 3c21b2e385
commit aa011c6272
1 changed files with 11 additions and 0 deletions

11
plays/galene.yml 100755
View File

@ -0,0 +1,11 @@
#!/usr/bin/env ansible-playbook
---
- hosts: galene
vars:
certbot: "{{ loc_certbot | default(glob_certbot | default([])) }}"
galene: "{{ glob_galene | default({}) | combine(loc_galene | default({})) }}"
nginx: "{{ glob_nginx | default({}) | combine(service_nginx | default({})) | combine(loc_nginx | default({})) }}"
roles:
- certbot
- nginx
# - galene