Add Jitsi host
This commit is contained in:
parent
075b5bd008
commit
dee917fac4
|
@ -1,2 +1,3 @@
|
||||||
ansible_python_interpreter: /usr/bin/python3
|
ansible_python_interpreter: /usr/bin/python3
|
||||||
basics_autoupdate_mail: backend@hamburg.freifunk.net
|
basics_autoupdate_mail: backend@hamburg.freifunk.net
|
||||||
|
basics_autoupdate_reboot_time: "04:00"
|
||||||
|
|
1
inventory/host_vars/jitsi
Normal file
1
inventory/host_vars/jitsi
Normal file
|
@ -0,0 +1 @@
|
||||||
|
nginx_worker_connections: 1024
|
|
@ -1,4 +1,5 @@
|
||||||
[ffhh]
|
[ffhh]
|
||||||
|
jitsi ansible_host=jitsi.hamburg.freifunk.net
|
||||||
srv01 ansible_host=srv01.hamburg.freifunk.net
|
srv01 ansible_host=srv01.hamburg.freifunk.net
|
||||||
#srv02 ansible_host=srv02.hamburg.freifunk.net
|
#srv02 ansible_host=srv02.hamburg.freifunk.net
|
||||||
srv03 ansible_host=srv03.hamburg.freifunk.net
|
srv03 ansible_host=srv03.hamburg.freifunk.net
|
||||||
|
@ -18,6 +19,7 @@ srv03
|
||||||
|
|
||||||
[nginx]
|
[nginx]
|
||||||
#gw03-new ansible_host=gw03-new.hamburg.freifunk.net
|
#gw03-new ansible_host=gw03-new.hamburg.freifunk.net
|
||||||
|
jitsi
|
||||||
|
|
||||||
[updates]
|
[updates]
|
||||||
srv01
|
srv01
|
||||||
|
|
Loading…
Reference in a new issue