ajoute la nouvelle grosse machine d'entrouvert + redémarrage du greenlight quand la conf LDAP a été modifié
This commit is contained in:
@@ -2,4 +2,5 @@ jitsi.komuniki.fr ansible_user=debian ansible_become=true
|
||||
visio.imio.be ansible_user=debian ansible_become=true
|
||||
jitsi.entrouvert.com ansible_user=root
|
||||
bbb.komuniki.fr ansible_user=root
|
||||
xlbbb.komuniki.fr ansible_user=root bbbHostname=bbb.entrouvert.com
|
||||
imio.bbb.komuniki.fr ansible_user=root bbbHostname=imio.bbb.komuniki.fr
|
||||
@@ -37,6 +37,15 @@
|
||||
tags:
|
||||
- bbb
|
||||
|
||||
- hosts: xlbbb.komuniki.fr
|
||||
roles:
|
||||
- role: bbb-set-hostname
|
||||
- role: bbb-disable-test-echo
|
||||
- role: bbb-enable-ldap-LE
|
||||
- role: bbb-enable-metrics
|
||||
tags:
|
||||
- eo.bbb
|
||||
|
||||
- hosts: imio.bbb.komuniki.fr
|
||||
roles:
|
||||
- role: bbb-set-hostname
|
||||
|
||||
@@ -30,3 +30,8 @@
|
||||
path: "/root/greenlight/.env"
|
||||
regexp: "LDAP_BASE="
|
||||
line: "LDAP_BASE=o=libre-entreprise"
|
||||
register: result
|
||||
|
||||
- name: redémarrage de greenlight
|
||||
shell: "cd /root/greenlight; docker-compose down; docker-compose up -d"
|
||||
when: result is changed
|
||||
Reference in New Issue
Block a user