diff options
| author | 2024-08-19 15:08:09 +0100 | |
|---|---|---|
| committer | 2024-08-19 15:30:25 +0100 | |
| commit | 5f6099556c0cc5119e3fddcaf4ea79796b8d0375 (patch) | |
| tree | 1c058df07a414ca395666d83218353c4ebcc0a2a | |
| parent | add a jitsi role (diff) | |
include the jitsi deployment in the playbook
| -rw-r--r-- | ansible/playbook.yml | 5 | 
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 | 
