From 837f2b3c52254267138eaf20327c44eb79cbfc00 Mon Sep 17 00:00:00 2001 From: Antoine Ouvrard Date: Tue, 13 Jul 2021 16:22:22 +0200 Subject: [PATCH] mise a jour du BBB de Imio --- host_vars/imio.bbb.komuniki.fr.yml | 3 +++ playbook_prod.yml | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 host_vars/imio.bbb.komuniki.fr.yml diff --git a/host_vars/imio.bbb.komuniki.fr.yml b/host_vars/imio.bbb.komuniki.fr.yml new file mode 100644 index 0000000..ba8b644 --- /dev/null +++ b/host_vars/imio.bbb.komuniki.fr.yml @@ -0,0 +1,3 @@ +bbbHostname: imio.bbb.komuniki.fr +coturn_hostname: origan.champs-libres.be +coturn_secret: "{{ vault_coturn_secret }}" \ No newline at end of file diff --git a/playbook_prod.yml b/playbook_prod.yml index 9903bd2..33ebf6e 100644 --- a/playbook_prod.yml +++ b/playbook_prod.yml @@ -57,9 +57,11 @@ - hosts: imio.bbb.komuniki.fr roles: - - role: bbb-pre-install + - role: bbb-set-hostname - role: bbb-disable-test-echo - role: bbb-enable-metrics + - role: bbb-enable-external-coturn + - role: bbb-enable-nrd-smtp tags: - imio.bbb