Açıklama Yok

panda 9d556f1906 Update 'README.md' 1 yıl önce
repo e940f4c817 updated 1 yıl önce
roles 89fc596508 Update 'roles/telegraf/tasks/debian.yml' 1 yıl önce
README.md 9d556f1906 Update 'README.md' 1 yıl önce
ansible-jitsi.yml 27296f8af0 Update 'ansible-jitsi.yml' 1 yıl önce
variables.yml e940f4c817 updated 1 yıl önce

README.md

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

test on:

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