From f1d7390235172d6a6ff6441c824e919ed0ceda09 Mon Sep 17 00:00:00 2001 From: ulif Date: Fri, 15 May 2020 14:19:47 +0200 Subject: [PATCH] Do not limit hosts in bbb-apply-config.yml. In order to make the beforementioned file work on localhost and given the fact, that we do not want to keep a vault password on the server, we have to do this step. --- bbb-apply-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbb-apply-config.yml b/bbb-apply-config.yml index 97eb053..8bc5866 100644 --- a/bbb-apply-config.yml +++ b/bbb-apply-config.yml @@ -5,7 +5,7 @@ # ansible-playbook --connection=local -i 127.0.0.1, path/to/bbb-apply-config.yml # - name: Apply local BBB configuration - hosts: bigbluebutton + hosts: all become: yes tasks: - name: We are alive -- GitLab