add new services
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Torma Kristóf 2022-12-30 13:23:29 +01:00
parent ecea6b238b
commit 41da78f5f9
8 changed files with 27 additions and 11 deletions

8
host_vars/jitsi.yaml Normal file
View File

@ -0,0 +1,8 @@
---
ansible_host: jitsi.intra.tormakris.dev
webserver:
- domain: "jitsi.tormakristof.eu"
port: 8080
bigrequests: false
https: true
...

View File

@ -0,0 +1,8 @@
---
ansible_host: librespeed.intra.tormakris.dev
webserver:
- domain: "speedtest.tormakristof.eu"
port: 8080
bigrequests: true
https: false
...

View File

@ -1,3 +0,0 @@
---
ansible_host: sonar.intra.tormakris.dev
...

View File

@ -1,3 +0,0 @@
---
ansible_host: swagger.intra.tormakris.dev
...

View File

@ -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:
... ...

View File

@ -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']

View File

@ -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'

View File

@ -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:
[] []