aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2024-08-19 15:08:09 +0100
committerGravatar shtlrs <[email protected]>2024-08-19 15:30:25 +0100
commit5f6099556c0cc5119e3fddcaf4ea79796b8d0375 (patch)
tree1c058df07a414ca395666d83218353c4ebcc0a2a
parentadd a jitsi role (diff)
include the jitsi deployment in the playbook
-rw-r--r--ansible/playbook.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ansible/playbook.yml b/ansible/playbook.yml
index 1815c39..17f71b2 100644
--- a/ansible/playbook.yml
+++ b/ansible/playbook.yml
@@ -48,3 +48,8 @@
hosts: ldap
roles:
- ldap
+
+- name: Deploy Jitsi
+ hosts: jitsi
+ roles:
+ - jitsi