add ipmi information to hosts which have ipmi
This commit is contained in:
parent
8135e4160f
commit
7a5ca524b4
5 changed files with 18 additions and 13 deletions
|
@ -1,6 +0,0 @@
|
||||||
dummy = true
|
|
||||||
|
|
||||||
[metadata.interfaces.eth0]
|
|
||||||
ips = ["172.19.138.23"]
|
|
||||||
dhcp = true
|
|
||||||
mac = "50:9a:4c:ad:f9:c4"
|
|
|
@ -2,6 +2,12 @@ hostname = "172.19.138.22"
|
||||||
groups = ["debian-bookworm"]
|
groups = ["debian-bookworm"]
|
||||||
bundles = ["docker-engine", "nginx", "redis"]
|
bundles = ["docker-engine", "nginx", "redis"]
|
||||||
|
|
||||||
|
#[ipmi]
|
||||||
|
#hostname = "172.19.138.23"
|
||||||
|
#username = "root"
|
||||||
|
#password = "calvin"
|
||||||
|
#interface = "lanplus"
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
icinga_options.exclude_from_monitoring = true
|
icinga_options.exclude_from_monitoring = true
|
||||||
backups.exclude_from_backups = true
|
backups.exclude_from_backups = true
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
hostname = "192.168.100.31"
|
hostname = "192.168.100.31"
|
||||||
dummy = true
|
dummy = true
|
||||||
|
|
||||||
|
#[ipmi]
|
||||||
|
#hostname = "192.168.100.30"
|
||||||
|
#username = "root"
|
||||||
|
#password = "!bwpass:192.168.100.30/root"
|
||||||
|
#interface = "lanplus"
|
||||||
|
|
||||||
[metadata.icinga2_api.smartd.services."SMART STATUS CT480BX500SSD1_2314E6C5C695"]
|
[metadata.icinga2_api.smartd.services."SMART STATUS CT480BX500SSD1_2314E6C5C695"]
|
||||||
check_command = "sshmon"
|
check_command = "sshmon"
|
||||||
"vars.sshmon_command" = "CT480BX500SSD1_2314E6C5C695"
|
"vars.sshmon_command" = "CT480BX500SSD1_2314E6C5C695"
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
dummy = true
|
|
||||||
|
|
||||||
[metadata.icinga_options]
|
|
||||||
period = "daytime"
|
|
||||||
|
|
||||||
[metadata.interfaces.default]
|
|
||||||
ips = ["192.168.100.27/24"]
|
|
|
@ -13,6 +13,12 @@ bundles = [
|
||||||
"zfs",
|
"zfs",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
#[ipmi]
|
||||||
|
#hostname = "192.168.100.27"
|
||||||
|
#username = "Administrator"
|
||||||
|
#password = "!bwpass:bw/rottenraptor-server/ipmi"
|
||||||
|
#interface = "lanplus"
|
||||||
|
|
||||||
[metadata.docker-immich]
|
[metadata.docker-immich]
|
||||||
enable_auto_album_share = true
|
enable_auto_album_share = true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue