This commit is contained in:
parent
025cf6e6dd
commit
9500cbc866
@ -5,4 +5,17 @@ webserver:
|
|||||||
port: 8080
|
port: 8080
|
||||||
bigrequests: false
|
bigrequests: false
|
||||||
https: true
|
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"
|
||||||
...
|
...
|
||||||
|
10
infra.yaml
10
infra.yaml
@ -8,6 +8,16 @@
|
|||||||
- webserver
|
- webserver
|
||||||
- internalsmtp
|
- internalsmtp
|
||||||
|
|
||||||
|
- name: "Deploy Jitsi Meet server"
|
||||||
|
hosts: jitsi
|
||||||
|
roles:
|
||||||
|
- netplan
|
||||||
|
- common
|
||||||
|
- docker
|
||||||
|
- webserver
|
||||||
|
- internalsmtp
|
||||||
|
- customfirewall
|
||||||
|
|
||||||
- name: "Deploy database server base"
|
- name: "Deploy database server base"
|
||||||
hosts: postgres
|
hosts: postgres
|
||||||
roles:
|
roles:
|
||||||
|
@ -36,7 +36,6 @@ all:
|
|||||||
ytmirror:
|
ytmirror:
|
||||||
mastodon:
|
mastodon:
|
||||||
librespeed:
|
librespeed:
|
||||||
jitsi:
|
|
||||||
nightlydocker:
|
nightlydocker:
|
||||||
hosts:
|
hosts:
|
||||||
matrix:
|
matrix:
|
||||||
@ -48,5 +47,4 @@ all:
|
|||||||
ytmirror:
|
ytmirror:
|
||||||
mastodon:
|
mastodon:
|
||||||
librespeed:
|
librespeed:
|
||||||
jitsi:
|
|
||||||
...
|
...
|
||||||
|
@ -6,6 +6,14 @@
|
|||||||
- webserver
|
- webserver
|
||||||
- internalsmtp
|
- internalsmtp
|
||||||
|
|
||||||
|
- name: "Deploy Jitsi Meet server"
|
||||||
|
hosts: jitsi
|
||||||
|
roles:
|
||||||
|
- common
|
||||||
|
- webserver
|
||||||
|
- internalsmtp
|
||||||
|
- customfirewall
|
||||||
|
|
||||||
- name: "Setup neko"
|
- name: "Setup neko"
|
||||||
hosts: neko
|
hosts: neko
|
||||||
roles:
|
roles:
|
||||||
|
Loading…
Reference in New Issue
Block a user