déplacement de l'execution du lets encrypt dans le role d'install car ca n'arrivera pas d'utiliser jitsi sans certificat SSL

This commit is contained in:
Antoine Ouvrard
2020-08-24 17:21:59 +02:00
parent 06e5b578b1
commit 7e05bc4be0
18 changed files with 253 additions and 111 deletions
@@ -0,0 +1,9 @@
---
- name: Conf Jitsi - Activation de la connexion au google calendar
blockinfile:
path: /etc/jitsi/meet/{{ inventory_hostname }}-config.js
marker: "// {mark} ANSIBLE MANAGED BLOCK CALENDAR"
insertafter: "[^?]// enableCalendarIntegration: false,"
block: |
enableCalendarIntegration: true,
googleApiApplicationClientID: "{{ vault_google_api_client_id }}",