Move influxdb to vmhost01

This commit is contained in:
Timo Makinen 2022-10-05 17:12:38 +00:00
parent a978e9ecc6
commit 97b0f32806
3 changed files with 14 additions and 2 deletions

View file

@ -0,0 +1,6 @@
---
vmhost: vmhost01.home.foo.sh
network_interfaces:
- device: eth0
vlan: 20
mac: "52:54:00:ac:dc:6b"

View file

@ -22,7 +22,7 @@ git:
git02.home.foo.sh: git02.home.foo.sh:
influxdb: influxdb:
hosts: hosts:
influxdb02.home.foo.sh: influxdb01.home.foo.sh:
jenkins: jenkins:
hosts: hosts:
jenkins01.home.foo.sh: jenkins01.home.foo.sh:
@ -66,6 +66,7 @@ ocinode:
oci-node02.home.foo.sh: oci-node02.home.foo.sh:
vars: vars:
grafana_version: 9.0.9 grafana_version: 9.0.9
rocketchat_version: 5.1.4
print: print:
hosts: hosts:
print01.home.foo.sh: print01.home.foo.sh:

View file

@ -33,6 +33,11 @@
- role: nginx/site - role: nginx/site
site: certbot.home.foo.sh site: certbot.home.foo.sh
proxy: https://certbot.home.foo.sh/ proxy: https://certbot.home.foo.sh/
- role: nginx/site
site: chat.foo.sh
proxy:
- https://oci-node01.home.foo.sh/rocketchat/
- https://oci-node02.home.foo.sh/rocketchat/
- role: nginx/site - role: nginx/site
site: collab.foo.sh site: collab.foo.sh
proxy: https://collab01.home.foo.sh/ proxy: https://collab01.home.foo.sh/
@ -50,7 +55,7 @@
proxy: [oci-node01.home.foo.sh, oci-node02.home.foo.sh] proxy: [oci-node01.home.foo.sh, oci-node02.home.foo.sh]
- role: nginx/site - role: nginx/site
site: influxdb.foo.sh site: influxdb.foo.sh
proxy: https://influxdb02.home.foo.sh/ proxy: https://influxdb01.home.foo.sh/
- role: nginx/site - role: nginx/site
site: jenkins.foo.sh site: jenkins.foo.sh
proxy: https://jenkins01.home.foo.sh/ proxy: https://jenkins01.home.foo.sh/