From 50f278b7496d54c4e6decb63b14a71752dffcc5f Mon Sep 17 00:00:00 2001 From: ulif Date: Wed, 13 May 2020 13:40:10 +0200 Subject: [PATCH] Add playbook for applying BBB config. This playbook should be applcable locally and remotely later on. --- bbb-apply-config.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bbb-apply-config.yml diff --git a/bbb-apply-config.yml b/bbb-apply-config.yml new file mode 100644 index 0000000..d896704 --- /dev/null +++ b/bbb-apply-config.yml @@ -0,0 +1,4 @@ +# This is an ansible playbook to apply BBB configuration values +- name: We are alive + debug: + msg: "Hello, world!" -- GitLab