adjust jitsi stuff
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Torma Kristóf 2022-12-30 16:41:22 +01:00
parent 025cf6e6dd
commit 9500cbc866
4 changed files with 31 additions and 2 deletions

View File

@ -5,4 +5,17 @@ webserver:
port: 8080
bigrequests: false
https: true
firewall:
- port: "ssh"
proto: tcp
interface: "eth0"
- port: "https"
proto: tcp
interface: "eth0"
- port: "4443"
proto: tcp
interface: "eth0"
- port: "10000"
proto: tcp
interface: "eth0"
...

View File

@ -8,6 +8,16 @@
- webserver
- internalsmtp
- name: "Deploy Jitsi Meet server"
hosts: jitsi
roles:
- netplan
- common
- docker
- webserver
- internalsmtp
- customfirewall
- name: "Deploy database server base"
hosts: postgres
roles:

View File

@ -36,7 +36,6 @@ all:
ytmirror:
mastodon:
librespeed:
jitsi:
nightlydocker:
hosts:
matrix:
@ -48,5 +47,4 @@ all:
ytmirror:
mastodon:
librespeed:
jitsi:
...

View File

@ -6,6 +6,14 @@
- webserver
- internalsmtp
- name: "Deploy Jitsi Meet server"
hosts: jitsi
roles:
- common
- webserver
- internalsmtp
- customfirewall
- name: "Setup neko"
hosts: neko
roles: