add home.r630
This commit is contained in:
parent
ced6479b8e
commit
fbe2197055
2 changed files with 25 additions and 0 deletions
6
nodes/home.r630-ipmi.toml
Normal file
6
nodes/home.r630-ipmi.toml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
dummy = true
|
||||||
|
|
||||||
|
[metadata.interfaces.eth0]
|
||||||
|
ips = ["172.19.138.23"]
|
||||||
|
dhcp = true
|
||||||
|
mac = "50:9a:4c:ad:f9:c4"
|
19
nodes/home.r630.toml
Normal file
19
nodes/home.r630.toml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
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
|
Loading…
Reference in a new issue