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:
@@ -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 }}",
|
||||
Reference in New Issue
Block a user