add valid cert to internal communication
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2023-03-05 18:26:08 +01:00
parent 3c883cdded
commit 4e1833bbbf
12 changed files with 66 additions and 41 deletions

View File

@ -1,3 +1,8 @@
---
ansible_host: drone.intra.tormakris.dev
webserver:
- domain: "drone.kmlabz.com"
port: 8080
bigrequests: false
https: false
...

View File

@ -12,4 +12,9 @@ firewall:
- port: "2222"
proto: tcp
interface: "eth0"
webserver:
- domain: "git.kmlabz.com"
port: 8080
bigrequests: false
https: false
...

View File

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

View File

@ -1,21 +0,0 @@
---
ansible_host: jitsi.intra.tormakris.dev
webserver:
- domain: "jitsi.tormakristof.eu"
port: 8080
bigrequests: false
https: true
firewall:
- port: "ssh"
proto: tcp
interface: "eth0"
- port: "https"
proto: tcp
interface: "eth0"
- port: "4443"
proto: tcp
interface: "eth0"
- port: "10000"
proto: tcp
interface: "eth0"
...

View File

@ -1,16 +1,8 @@
---
ansible_host: monitoring.intra.tormakris.dev
webserver:
- domain: "prometheus.tormakristof.eu"
port: 8080
bigrequests: false
https: false
- domain: "grafana.tormakristof.eu"
port: 8181
bigrequests: false
https: false
- domain: "alertmanager.tormakristof.eu"
port: 8181
bigrequests: false
https: false
...