add gameservers
continuous-integration/drone/push Build is failing Details

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
- customfirewall
- internalsmtp
- name: "Deploy Game server"
hosts: gameservers
roles:
- netplan
- common
- internalsmtp
...

View File

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