Move prometheus host to vmhost01
This commit is contained in:
parent
a92d72034e
commit
991a129f28
4 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
datadisks:
|
datadisks:
|
||||||
- {size: 10, type: nvme}
|
- {size: 100, type: nvme}
|
||||||
|
|
||||||
firewall_in:
|
firewall_in:
|
||||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||||
|
|
6
host_vars/prometheus01.home.foo.sh.yml
Normal file
6
host_vars/prometheus01.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:83"
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
vmhost: vmhost02.home.foo.sh
|
|
||||||
network_interfaces:
|
|
||||||
- device: eth0
|
|
||||||
vlan: 20
|
|
||||||
mac: "52:54:00:ac:dc:84"
|
|
|
@ -96,7 +96,7 @@ print:
|
||||||
print01.home.foo.sh:
|
print01.home.foo.sh:
|
||||||
prometheus:
|
prometheus:
|
||||||
hosts:
|
hosts:
|
||||||
prometheus02.home.foo.sh:
|
prometheus01.home.foo.sh:
|
||||||
vars:
|
vars:
|
||||||
mysqld_exporter_version: "0.15.1"
|
mysqld_exporter_version: "0.15.1"
|
||||||
nginx_exporter_version: "1.2.0"
|
nginx_exporter_version: "1.2.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue