bundlewrap/nodes/carlene.toml
2023-07-13 21:31:44 +02:00

39 lines
641 B
TOML

hostname = "193.135.9.29"
groups = [
"debian-bookworm",
]
bundles = [
"smartd",
"check-mail-received",
"zfs",
]
[metadata.check-mail-received.t-online]
email = "franzi.kunsmann@t-online.de"
imap_host = "secureimap.t-online.de"
imap_pass = "!bwpass_attr:t-online.de/franzi.kunsmann@t-online.de:imap"
[metadata.interfaces.eno1]
ips = [
"193.135.9.29/24",
]
gateway4 = "193.135.9.1"
#gateway6 = ""
[metadata.smartd]
disks = [
"/dev/nvme0",
"/dev/nvme1",
]
[[metadata.zfs.pools.tank.when_creating.config]]
devices = [
"/dev/nvme0n1p3",
"/dev/nvme1n1p3",
]
type = "mirror"
[metadata.vm]
cpu = 24
ram = 64