add backupserver
This commit is contained in:
parent
ee7d8b491b
commit
5a97e04eec
1 changed files with 15 additions and 0 deletions
15
nodes/backupserver.toml
Normal file
15
nodes/backupserver.toml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
hostname = "2a01:4f9:6b:2d99:0:28:6:1969"
|
||||||
|
bundles = []
|
||||||
|
groups = [
|
||||||
|
"debian-bullseye",
|
||||||
|
]
|
||||||
|
|
||||||
|
[metadata.interfaces.enp1s0]
|
||||||
|
ips = [
|
||||||
|
"2a01:4f9:6b:2d99::28:6:1969/64",
|
||||||
|
]
|
||||||
|
gateway6 = "2a01:4f9:6b:2d99::2"
|
||||||
|
|
||||||
|
[metadata.vm]
|
||||||
|
cpu = 4
|
||||||
|
ram = 8
|
Loading…
Reference in a new issue