mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
refactor: Seperated machine configs refactor: Made subnet configurable refactor: Made domain name for oidc configurable docs: Detailed comments in the code about VIP, endpoints, etc Signed-off-by: Karteek <[email protected]>
13 lines
276 B
Plaintext
13 lines
276 B
Plaintext
machine:
|
|
network:
|
|
hostname: ${hostname}
|
|
interfaces:
|
|
- deviceSelector:
|
|
hardwareAddr: ${mac_address}
|
|
addresses:
|
|
- ${ip}/${subnet_mask}
|
|
routes:
|
|
- network: 0.0.0.0/0
|
|
gateway: ${gateway}
|
|
dhcp: false
|