24941368a7
This also came with a big rework of the configuration format that should make everything a bit less hacky to work with.
17 lines
377 B
YAML
17 lines
377 B
YAML
# yaml-language-server: $schema=https://git.huizinga.dev/infra/crete/raw/branch/main/schemas/cluster.json
|
|
clusterEnv: staging
|
|
controlPlaneIp: 192.168.1.100
|
|
secretsFile: testing/secrets.yaml
|
|
nodes:
|
|
- testing/talos-vm
|
|
|
|
default:
|
|
network:
|
|
interface: enp1s0
|
|
netmask: 255.255.255.0
|
|
gateway: 192.168.1.1
|
|
sops:
|
|
file: testing/age.key
|
|
install:
|
|
disk: /dev/vda
|