From 45020413f2dfa42f25764bc6e4faa37b863b98d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Torma?= Date: Mon, 8 May 2023 14:19:26 +0200 Subject: [PATCH] add gameservers --- infra.yaml | 7 +++++++ inventory.yaml | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/infra.yaml b/infra.yaml index ae6ff03..6f5c240 100644 --- a/infra.yaml +++ b/infra.yaml @@ -75,4 +75,11 @@ - openvpn - customfirewall - internalsmtp + +- name: "Deploy Game server" + hosts: gameservers + roles: + - netplan + - common + - internalsmtp ... \ No newline at end of file diff --git a/inventory.yaml b/inventory.yaml index 0f57af8..0a80dac 100644 --- a/inventory.yaml +++ b/inventory.yaml @@ -16,6 +16,7 @@ all: monitoring: ytmirror: mastodon: + projectzomboid: mckay: hosts: guacamole: @@ -49,4 +50,7 @@ all: mastodon: librespeed: plex: + gameservers: + hosts: + projectzomboid: ...