EHLO carlene
This commit is contained in:
parent
cff3fe558e
commit
40c90163ad
1 changed files with 25 additions and 0 deletions
25
nodes/carlene.toml
Normal file
25
nodes/carlene.toml
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
hostname = "193.135.9.29"
|
||||||
|
groups = [
|
||||||
|
"debian-bookworm",
|
||||||
|
]
|
||||||
|
bundles = [
|
||||||
|
"zfs",
|
||||||
|
]
|
||||||
|
|
||||||
|
[metadata.interfaces.eno1]
|
||||||
|
ips = [
|
||||||
|
"193.135.9.29/24",
|
||||||
|
]
|
||||||
|
gateway4 = "193.135.9.1"
|
||||||
|
#gateway6 = ""
|
||||||
|
|
||||||
|
[[metadata.zfs.pools.tank.when_creating.config]]
|
||||||
|
devices = [
|
||||||
|
"/dev/nvme0n1p3",
|
||||||
|
"/dev/nvme1n1p3",
|
||||||
|
]
|
||||||
|
type = "mirror"
|
||||||
|
|
||||||
|
[metadata.vm]
|
||||||
|
cpu = 24
|
||||||
|
ram = 64
|
Loading…
Reference in a new issue