No description
Find a file
2022-11-04 00:38:24 +01:00
repo updated 2022-11-04 00:12:37 +01:00
roles Update 'roles/telegraf/tasks/debian.yml' 2022-11-04 00:30:09 +01:00
ansible-jitsi.yml Update 'ansible-jitsi.yml' 2022-11-04 00:25:18 +01:00
README.md Update 'README.md' 2022-11-04 00:38:24 +01:00
variables.yml updated 2022-11-04 00:12:37 +01:00

jitsi-quick

pre-requisites:

apt install git ansible

or

yum install git ansible

and

git clone https://git.lattuga.net/panda/jitsi-quick

cd jitsi-quick

ansible-playbook ansible-jitsi.yml

rollback:

if your deploy has been succesfull but you want to go back to a (docker) clean state:

cd ..
cd docker-jitsi-meet/
docker-compose down
cd ..
rm -rf docker-jitsi-meet .jitsi-meet-cfg
cd jitsi-quick

test on:

  • debian 11 (extensively)
  • centos 7 (sorta, done changes after that so.. beware)
  • amazon linux 2 (sorta, done changes after that so.. beware)