Move influxdb to vmhost01
This commit is contained in:
parent
a978e9ecc6
commit
97b0f32806
3 changed files with 14 additions and 2 deletions
|
@ -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
Add a link
Reference in a new issue