blob: a0f11c182083c0dfbaaf6c19593c6f3bd14938cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
networkMaps:
- network: 192.168.0.0/24
script:
name: ubuntu.ipxe
params:
release: jammy
- network: 10.0.10.0/24
script:
name: flatcar.ipxe
params:
version: stable
hostnameMaps:
- hostname: msc1.example.com
script:
name: debian.ipxe
params:
release: bookworm
|