From a56802c8bb777fe3bd28c727f971f8f1b1b12de2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Torma?= Date: Sun, 28 Apr 2024 23:32:23 +0200 Subject: [PATCH] meme --- group_vars/all.yaml | 1 + host_vars/cloudlog.yaml | 8 ++++++++ host_vars/mastodon.yaml | 12 ------------ inventory.yaml | 4 ++++ nightly.yaml | 2 +- roles/webgateway/vars/main.yaml | 3 +-- 6 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 host_vars/cloudlog.yaml delete mode 100644 host_vars/mastodon.yaml diff --git a/group_vars/all.yaml b/group_vars/all.yaml index a825e1d..a8a450f 100644 --- a/group_vars/all.yaml +++ b/group_vars/all.yaml @@ -1,6 +1,7 @@ --- ansible_become: true ansible_user: ansible@intra.tormakris.dev +#ansible_user: ansible allowedranges: - 192.168.69.0/24 - 192.168.1.0/24 diff --git a/host_vars/cloudlog.yaml b/host_vars/cloudlog.yaml new file mode 100644 index 0000000..342e189 --- /dev/null +++ b/host_vars/cloudlog.yaml @@ -0,0 +1,8 @@ +--- +ansible_host: cloudlog.intra.tormakris.dev +webserver: + - domain: "cloudlog.tormakristof.eu" + port: 8080 + bigrequests: false + https: false +... diff --git a/host_vars/mastodon.yaml b/host_vars/mastodon.yaml deleted file mode 100644 index d9a540d..0000000 --- a/host_vars/mastodon.yaml +++ /dev/null @@ -1,12 +0,0 @@ ---- -ansible_host: mastodon.intra.tormakris.dev -webserver: - - domain: "mastodon.tormakristof.eu" - port: 3000 - bigrequests: true - https: false - additionallocations: - - location: "/api/v1/streaming" - https: false - port: 4000 -... diff --git a/inventory.yaml b/inventory.yaml index e0c740b..1647d3e 100644 --- a/inventory.yaml +++ b/inventory.yaml @@ -15,6 +15,8 @@ all: postgres: monitoring: ytmirror: + cloudlog: + unbound: mckay: hosts: guacamole: @@ -35,6 +37,7 @@ all: ytmirror: librespeed: plex: + cloudlog: nightlydocker: hosts: matrix: @@ -46,6 +49,7 @@ all: ytmirror: librespeed: plex: + cloudlog: gameservers: hosts: ... diff --git a/nightly.yaml b/nightly.yaml index b55f5a6..677b3a9 100644 --- a/nightly.yaml +++ b/nightly.yaml @@ -19,4 +19,4 @@ - internalsmtp - backupscript - backuphost -... \ No newline at end of file +... diff --git a/roles/webgateway/vars/main.yaml b/roles/webgateway/vars/main.yaml index b9c78f8..1e09f67 100644 --- a/roles/webgateway/vars/main.yaml +++ b/roles/webgateway/vars/main.yaml @@ -9,14 +9,13 @@ proxy: - {domain: nexus.kmlabz.com, ip: nexus.intra.tormakris.dev, bigrequests: true, ignorecert: false} - {domain: registry.kmlabz.com, ip: nexus.intra.tormakris.dev, bigrequests: true, ignorecert: false} - {domain: fs.tormakristof.eu, ip: adfs.intra.tormakris.dev, bigrequests: false, ignorecert: true} - - {domain: enterpriseregistration.tormakristof.eu, ip: adfs.intra.tormakris.dev, bigrequests: false, ignorecert: true} - {domain: certauth.fs.tormakristof.eu, ip: adfs.intra.tormakris.dev, bigrequests: false, ignorecert: true} - {domain: grafana.tormakristof.eu, ip: monitoring.intra.tormakris.dev, bigrequests: false, ignorecert: false} - {domain: yt.tormakristof.eu, ip: ytmirror.intra.tormakris.dev, bigrequests: false, ignorecert: false} - - {domain: mastodon.tormakristof.eu, ip: mastodon.intra.tormakris.dev, bigrequests: true, ignorecert: false} - {domain: speedtest.tormakristof.eu, ip: librespeed.intra.tormakris.dev, bigrequests: true, ignorecert: false} - {domain: plex.tormakristof.eu, ip: plex.intra.tormakris.dev, bigrequests: true, ignorecert: false} - {domain: neko.tormakristof.eu, ip: vzelenka.intra.tormakris.dev, bigrequests: false, ignorecert: false} + - {domain: cloudlog.tormakristof.eu, ip: cloudlog.intra.tormakris.dev, bigrequests: false, ignorecert: false} static: []