add gameservers
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Torma Kristóf 2023-05-08 14:19:26 +02:00
parent 51ad299afd
commit 45020413f2
2 changed files with 11 additions and 0 deletions

View File

@ -75,4 +75,11 @@
- openvpn - openvpn
- customfirewall - customfirewall
- internalsmtp - internalsmtp
- name: "Deploy Game server"
hosts: gameservers
roles:
- netplan
- common
- internalsmtp
... ...

View File

@ -16,6 +16,7 @@ all:
monitoring: monitoring:
ytmirror: ytmirror:
mastodon: mastodon:
projectzomboid:
mckay: mckay:
hosts: hosts:
guacamole: guacamole:
@ -49,4 +50,7 @@ all:
mastodon: mastodon:
librespeed: librespeed:
plex: plex:
gameservers:
hosts:
projectzomboid:
... ...