Update jitsi role

This commit is contained in:
2021-08-04 23:30:24 -06:00
parent 12b275a050
commit 03ee154857
5 changed files with 285 additions and 6 deletions

View File

@@ -1,4 +1,12 @@
---
# Install gnupg2 required for apt_key
- name: Installing gnupg2
apt:
update_cache: yes
state: present
name:
- gnupg2
# Add GPG keys
- name: Addding jitsi GPG key
apt_key: url='https://download.jitsi.org/jitsi-key.gpg.key' state=present
@@ -9,9 +17,11 @@
when: ansible_os_family == "Debian"
# Install Jitsi Server
- name: Installing Jitsi Server
apt:
update_cache: yes
state: present
name:
- jitsi-meet
# Later, fix with https://community.jitsi.org/t/silent-installation/55519
# NO, because this has a manual interfention popup
# NO - name: Installing Jitsi Server
# NO apt:
# NO update_cache: yes
# NO state: present
# NO name:
# NO - jitsi-meet