19 lines
313 B
TOML
19 lines
313 B
TOML
hostname = "172.19.138.22"
|
|
groups = ["debian-bookworm"]
|
|
|
|
[metadata]
|
|
icinga_options.exclude_from_monitoring = true
|
|
|
|
[metadata.interfaces.eno3]
|
|
ips = [
|
|
"172.19.138.22/24",
|
|
]
|
|
gateway4 = "172.19.138.1"
|
|
ipv6_accept_ra = true
|
|
|
|
[metadata.users.molly]
|
|
password = "!decrypt:dummy$no"
|
|
|
|
[metadata.vm]
|
|
cpu = 56
|
|
ram = 128
|