From 97b0f328060de43977f67345e039c811857550bd Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Wed, 5 Oct 2022 17:12:38 +0000 Subject: [PATCH] Move influxdb to vmhost01 --- host_vars/influxdb01.home.foo.sh.yml | 6 ++++++ hosts.yml | 3 ++- playbooks/proxy.yml | 7 ++++++- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 host_vars/influxdb01.home.foo.sh.yml diff --git a/host_vars/influxdb01.home.foo.sh.yml b/host_vars/influxdb01.home.foo.sh.yml new file mode 100644 index 0000000..82368a5 --- /dev/null +++ b/host_vars/influxdb01.home.foo.sh.yml @@ -0,0 +1,6 @@ +--- +vmhost: vmhost01.home.foo.sh +network_interfaces: + - device: eth0 + vlan: 20 + mac: "52:54:00:ac:dc:6b" diff --git a/hosts.yml b/hosts.yml index 359ab1a..4c62059 100644 --- a/hosts.yml +++ b/hosts.yml @@ -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: diff --git a/playbooks/proxy.yml b/playbooks/proxy.yml index bb30cb8..e463ffd 100644 --- a/playbooks/proxy.yml +++ b/playbooks/proxy.yml @@ -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/