Move influxdb to vmhost01
This commit is contained in:
parent
a978e9ecc6
commit
97b0f32806
3 changed files with 14 additions and 2 deletions
6
host_vars/influxdb01.home.foo.sh.yml
Normal file
6
host_vars/influxdb01.home.foo.sh.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
vmhost: vmhost01.home.foo.sh
|
||||
network_interfaces:
|
||||
- device: eth0
|
||||
vlan: 20
|
||||
mac: "52:54:00:ac:dc:6b"
|
|
@ -22,7 +22,7 @@ git:
|
|||
git02.home.foo.sh:
|
||||
influxdb:
|
||||
hosts:
|
||||
influxdb02.home.foo.sh:
|
||||
influxdb01.home.foo.sh:
|
||||
jenkins:
|
||||
hosts:
|
||||
jenkins01.home.foo.sh:
|
||||
|
@ -66,6 +66,7 @@ ocinode:
|
|||
oci-node02.home.foo.sh:
|
||||
vars:
|
||||
grafana_version: 9.0.9
|
||||
rocketchat_version: 5.1.4
|
||||
print:
|
||||
hosts:
|
||||
print01.home.foo.sh:
|
||||
|
|
|
@ -33,6 +33,11 @@
|
|||
- role: nginx/site
|
||||
site: 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
|
||||
site: collab.foo.sh
|
||||
proxy: https://collab01.home.foo.sh/
|
||||
|
@ -50,7 +55,7 @@
|
|||
proxy: [oci-node01.home.foo.sh, oci-node02.home.foo.sh]
|
||||
- role: nginx/site
|
||||
site: influxdb.foo.sh
|
||||
proxy: https://influxdb02.home.foo.sh/
|
||||
proxy: https://influxdb01.home.foo.sh/
|
||||
- role: nginx/site
|
||||
site: jenkins.foo.sh
|
||||
proxy: https://jenkins01.home.foo.sh/
|
||||
|
|
Loading…
Add table
Reference in a new issue