add valid cert to internal communication
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
---
|
||||
ansible_host: drone.intra.tormakris.dev
|
||||
webserver:
|
||||
- domain: "drone.kmlabz.com"
|
||||
port: 8080
|
||||
bigrequests: false
|
||||
https: false
|
||||
...
|
||||
|
@ -12,4 +12,9 @@ firewall:
|
||||
- port: "2222"
|
||||
proto: tcp
|
||||
interface: "eth0"
|
||||
webserver:
|
||||
- domain: "git.kmlabz.com"
|
||||
port: 8080
|
||||
bigrequests: false
|
||||
https: false
|
||||
...
|
||||
|
@ -1,3 +1,8 @@
|
||||
---
|
||||
ansible_host: guacamole.intra.tormakris.dev
|
||||
webserver:
|
||||
- domain: "guacamole.tormakristof.eu"
|
||||
port: 8080
|
||||
bigrequests: false
|
||||
https: false
|
||||
...
|
||||
|
@ -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"
|
||||
...
|
@ -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
|
||||
...
|
||||
|
Reference in New Issue
Block a user