Move prometheus host to vmhost01

This commit is contained in:
Timo Makinen 2024-06-26 15:45:41 +00:00
parent a92d72034e
commit 991a129f28
4 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
---
datadisks:
- {size: 10, type: nvme}
- {size: 100, type: nvme}
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}

View file

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

View file

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

View file

@ -96,7 +96,7 @@ print:
print01.home.foo.sh:
prometheus:
hosts:
prometheus02.home.foo.sh:
prometheus01.home.foo.sh:
vars:
mysqld_exporter_version: "0.15.1"
nginx_exporter_version: "1.2.0"