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
|
visio.imio.be ansible_user=debian ansible_become=true
|
||||||
jitsi.entrouvert.com ansible_user=root
|
jitsi.entrouvert.com ansible_user=root
|
||||||
bbb.komuniki.fr 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
|
imio.bbb.komuniki.fr ansible_user=root bbbHostname=imio.bbb.komuniki.fr
|
||||||
@@ -37,6 +37,15 @@
|
|||||||
tags:
|
tags:
|
||||||
- bbb
|
- 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
|
- hosts: imio.bbb.komuniki.fr
|
||||||
roles:
|
roles:
|
||||||
- role: bbb-set-hostname
|
- role: bbb-set-hostname
|
||||||
|
|||||||
@@ -29,4 +29,9 @@
|
|||||||
lineinfile:
|
lineinfile:
|
||||||
path: "/root/greenlight/.env"
|
path: "/root/greenlight/.env"
|
||||||
regexp: "LDAP_BASE="
|
regexp: "LDAP_BASE="
|
||||||
line: "LDAP_BASE=o=libre-entreprise"
|
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