This commit is contained in:
parent
c269796d99
commit
a56802c8bb
@ -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
|
||||
|
8
host_vars/cloudlog.yaml
Normal file
8
host_vars/cloudlog.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
ansible_host: cloudlog.intra.tormakris.dev
|
||||
webserver:
|
||||
- domain: "cloudlog.tormakristof.eu"
|
||||
port: 8080
|
||||
bigrequests: false
|
||||
https: false
|
||||
...
|
@ -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
|
||||
...
|
@ -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:
|
||||
...
|
||||
|
@ -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:
|
||||
[]
|
||||
|
Loading…
Reference in New Issue
Block a user