16 lines
253 B
TOML
16 lines
253 B
TOML
|
hostname = "172.19.138.25"
|
||
|
bundles = []
|
||
|
groups = ["debian-bullseye"]
|
||
|
|
||
|
[metadata.backups]
|
||
|
exclude_from_backups = true
|
||
|
|
||
|
[metadata.interfaces.enp1s0]
|
||
|
ips = ["172.19.138.25/24"]
|
||
|
gateway4 = "172.19.138.1"
|
||
|
ipv6_accept_ra = true
|
||
|
|
||
|
[metadata.vm]
|
||
|
cpu = 2
|
||
|
ram = 2
|