diff --git a/bbb-apply-config.yml b/bbb-apply-config.yml new file mode 100644 index 0000000000000000000000000000000000000000..d896704ded9a80219244597a6b006e7cea3f0eda --- /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!"