This commit is contained in:
parent
ecea6b238b
commit
41da78f5f9
8
host_vars/jitsi.yaml
Normal file
8
host_vars/jitsi.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
ansible_host: jitsi.intra.tormakris.dev
|
||||||
|
webserver:
|
||||||
|
- domain: "jitsi.tormakristof.eu"
|
||||||
|
port: 8080
|
||||||
|
bigrequests: false
|
||||||
|
https: true
|
||||||
|
...
|
8
host_vars/librespeed.yaml
Normal file
8
host_vars/librespeed.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
ansible_host: librespeed.intra.tormakris.dev
|
||||||
|
webserver:
|
||||||
|
- domain: "speedtest.tormakristof.eu"
|
||||||
|
port: 8080
|
||||||
|
bigrequests: true
|
||||||
|
https: false
|
||||||
|
...
|
@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
ansible_host: sonar.intra.tormakris.dev
|
|
||||||
...
|
|
@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
ansible_host: swagger.intra.tormakris.dev
|
|
||||||
...
|
|
@ -22,6 +22,8 @@ all:
|
|||||||
bitwarden:
|
bitwarden:
|
||||||
nextcloud:
|
nextcloud:
|
||||||
backup:
|
backup:
|
||||||
|
jitsi:
|
||||||
|
librespeed:
|
||||||
dockerwebhosts:
|
dockerwebhosts:
|
||||||
hosts:
|
hosts:
|
||||||
matrix:
|
matrix:
|
||||||
@ -33,6 +35,8 @@ all:
|
|||||||
monitoring:
|
monitoring:
|
||||||
ytmirror:
|
ytmirror:
|
||||||
mastodon:
|
mastodon:
|
||||||
|
librespeed:
|
||||||
|
jitsi:
|
||||||
nightlydocker:
|
nightlydocker:
|
||||||
hosts:
|
hosts:
|
||||||
matrix:
|
matrix:
|
||||||
@ -43,4 +47,6 @@ all:
|
|||||||
monitoring:
|
monitoring:
|
||||||
ytmirror:
|
ytmirror:
|
||||||
mastodon:
|
mastodon:
|
||||||
|
librespeed:
|
||||||
|
jitsi:
|
||||||
...
|
...
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
# defaults file for timedatectl
|
# defaults file for timedatectl
|
||||||
timedatectl_timeservers: ['noc-a.sch.bme.hu', 'noc-b.sch.bme.hu']
|
timedatectl_timeservers: ['time.intra.tormakris.dev']
|
||||||
|
|
||||||
timedatectl_timeservers_fallback: ['time.bme.hu']
|
timedatectl_timeservers_fallback: ['time.bme.hu']
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
- name: "Generate certbot script"
|
- name: "Generate certbot script"
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: certbot.sh
|
src: certbot.sh
|
||||||
dest: /etc/cron.weekly/certbot.sh
|
dest: /etc/cron.weekly/certbot
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: '0700'
|
mode: '0700'
|
||||||
|
@ -8,14 +8,14 @@ proxy:
|
|||||||
- {domain: chat.tormakristof.eu, ip: matrix.intra.tormakris.dev, bigrequests: true}
|
- {domain: chat.tormakristof.eu, ip: matrix.intra.tormakris.dev, bigrequests: true}
|
||||||
- {domain: nexus.kmlabz.com, ip: nexus.intra.tormakris.dev, bigrequests: true}
|
- {domain: nexus.kmlabz.com, ip: nexus.intra.tormakris.dev, bigrequests: true}
|
||||||
- {domain: registry.kmlabz.com, ip: nexus.intra.tormakris.dev, bigrequests: true}
|
- {domain: registry.kmlabz.com, ip: nexus.intra.tormakris.dev, bigrequests: true}
|
||||||
- {domain: swagger.kmlabz.com, ip: swagger.intra.tormakris.dev, bigrequests: false}
|
|
||||||
- {domain: fs.tormakristof.eu, ip: adfs.intra.tormakris.dev, bigrequests: false}
|
- {domain: fs.tormakristof.eu, ip: adfs.intra.tormakris.dev, bigrequests: false}
|
||||||
- {domain: certauth.fs.tormakristof.eu, ip: adfs.intra.tormakris.dev, bigrequests: false}
|
- {domain: certauth.fs.tormakristof.eu, ip: adfs.intra.tormakris.dev, bigrequests: false}
|
||||||
- {domain: grafana.tormakristof.eu, ip: monitoring.intra.tormakris.dev, bigrequests: false}
|
- {domain: grafana.tormakristof.eu, ip: monitoring.intra.tormakris.dev, bigrequests: false}
|
||||||
- {domain: sharepoint.tormakristof.eu, ip: sharepoint.intra.tormakris.dev, bigrequests: true}
|
|
||||||
- {domain: onedrive.tormakristof.eu, ip: sharepoint.intra.tormakris.dev, bigrequests: true}
|
|
||||||
- {domain: yt.tormakristof.eu, ip: ytmirror.intra.tormakris.dev, bigrequests: true}
|
- {domain: yt.tormakristof.eu, ip: ytmirror.intra.tormakris.dev, bigrequests: true}
|
||||||
- {domain: mastodon.tormakristof.eu, ip: mastodon.intra.tormakris.dev, bigrequests: true}
|
- {domain: mastodon.tormakristof.eu, ip: mastodon.intra.tormakris.dev, bigrequests: true}
|
||||||
|
- {domain: jitsi.tormakristof.eu, ip: jitsi.intra.tormakris.dev, bigrequests: false}
|
||||||
|
- {domain: speedtest.tormakristof.eu, ip: librespeed.intra.tormakris.dev, bigrequests: true}
|
||||||
|
|
||||||
|
|
||||||
static:
|
static:
|
||||||
[]
|
[]
|
||||||
|
Loading…
Reference in New Issue
Block a user