Switched yaml to 2 space indent
This commit is contained in:
@@ -5,7 +5,7 @@ indent_style = tab
|
|||||||
|
|
||||||
[*.yaml]
|
[*.yaml]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 2
|
||||||
|
|
||||||
[{*.py,tools/render}]
|
[{*.py,tools/render}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
server:
|
server:
|
||||||
tftpIp: 192.168.1.1
|
tftpIp: 192.168.1.1
|
||||||
httpUrl: http://192.168.1.1:8000
|
httpUrl: http://192.168.1.1:8000
|
||||||
|
|
||||||
tailscale:
|
tailscale:
|
||||||
loginServer: https://headscale.huizinga.dev
|
loginServer: https://headscale.huizinga.dev
|
||||||
|
|||||||
@@ -3,29 +3,29 @@ arch: amd64
|
|||||||
talosVersion: v1.11.3
|
talosVersion: v1.11.3
|
||||||
kubernesVersion: v1.34.1
|
kubernesVersion: v1.34.1
|
||||||
kernelArgs:
|
kernelArgs:
|
||||||
- talos.platform=metal
|
- talos.platform=metal
|
||||||
- console=tty0
|
- console=tty0
|
||||||
- init_on_alloc=1
|
- init_on_alloc=1
|
||||||
- init_on_free=1
|
- init_on_free=1
|
||||||
- slab_nomerge
|
- slab_nomerge
|
||||||
- pti=on
|
- pti=on
|
||||||
- consoleblank=0
|
- consoleblank=0
|
||||||
- nvme_core.io_timeout=4294967295
|
- nvme_core.io_timeout=4294967295
|
||||||
- printk.devkmsg=on
|
- printk.devkmsg=on
|
||||||
- selinux=1
|
- selinux=1
|
||||||
- lockdown=confidentiality
|
- lockdown=confidentiality
|
||||||
extraKernelArgs: []
|
extraKernelArgs: []
|
||||||
dns:
|
dns:
|
||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
- 8.8.8.8
|
- 8.8.8.8
|
||||||
ntp: nl.pool.ntp.org
|
ntp: nl.pool.ntp.org
|
||||||
install: true
|
install: true
|
||||||
autoInstall: false
|
autoInstall: false
|
||||||
patches:
|
patches:
|
||||||
- !patch hostname
|
- !patch hostname
|
||||||
- !patch install-disk
|
- !patch install-disk
|
||||||
- !patch network
|
- !patch network
|
||||||
- !patch vip
|
- !patch vip
|
||||||
- !patch tailscale
|
- !patch tailscale
|
||||||
patchesControlPlane:
|
patchesControlPlane:
|
||||||
- !patch allow-control-plane-workloads
|
- !patch allow-control-plane-workloads
|
||||||
|
|||||||
@@ -2,6 +2,6 @@ netmask: 255.255.252.0
|
|||||||
gateway: 10.0.0.1
|
gateway: 10.0.0.1
|
||||||
installDisk: /dev/sda
|
installDisk: /dev/sda
|
||||||
cluster:
|
cluster:
|
||||||
name: hellas
|
name: hellas
|
||||||
controlPlaneIp: 10.0.2.1
|
controlPlaneIp: 10.0.2.1
|
||||||
secretsFile: !realpath _secrets.yaml
|
secretsFile: !realpath _secrets.yaml
|
||||||
|
|||||||
Binary file not shown.
@@ -3,6 +3,6 @@ gateway: 192.168.1.1
|
|||||||
installDisk: /dev/vda
|
installDisk: /dev/vda
|
||||||
autoInstall: true
|
autoInstall: true
|
||||||
cluster:
|
cluster:
|
||||||
name: testing
|
name: testing
|
||||||
controlPlaneIp: 192.168.1.100
|
controlPlaneIp: 192.168.1.100
|
||||||
secretsFile: !realpath _secrets.yaml
|
secretsFile: !realpath _secrets.yaml
|
||||||
|
|||||||
Binary file not shown.
@@ -1,2 +1,2 @@
|
|||||||
cluster:
|
cluster:
|
||||||
allowSchedulingOnControlPlanes: true
|
allowSchedulingOnControlPlanes: true
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
machine:
|
machine:
|
||||||
network:
|
network:
|
||||||
hostname: {{node.hostname}}
|
hostname: {{node.hostname}}
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
machine:
|
machine:
|
||||||
install:
|
install:
|
||||||
disk: {{node.installDisk}}
|
disk: {{node.installDisk}}
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
machine:
|
machine:
|
||||||
network:
|
network:
|
||||||
interfaces:
|
interfaces:
|
||||||
- interface: {{node.interface}}
|
- interface: {{node.interface}}
|
||||||
dhcp: false
|
dhcp: false
|
||||||
addresses:
|
addresses:
|
||||||
- {{node.ip}}
|
- {{node.ip}}
|
||||||
routes:
|
routes:
|
||||||
- network: 0.0.0.0/0
|
- network: 0.0.0.0/0
|
||||||
gateway: {{node.gateway}}
|
gateway: {{node.gateway}}
|
||||||
|
|||||||
@@ -2,6 +2,6 @@ apiVersion: v1alpha1
|
|||||||
kind: ExtensionServiceConfig
|
kind: ExtensionServiceConfig
|
||||||
name: tailscale
|
name: tailscale
|
||||||
environment:
|
environment:
|
||||||
- TS_AUTHKEY={{ config.tailscale.authKey }}
|
- TS_AUTHKEY={{ config.tailscale.authKey }}
|
||||||
- TS_EXTRA_ARGS=--login-server {{ config.tailscale.loginServer }}
|
- TS_EXTRA_ARGS=--login-server {{ config.tailscale.loginServer }}
|
||||||
- TS_ROUTES={{ helper.tailscale_subnet(node.gateway, node.netmask) }}
|
- TS_ROUTES={{ helper.tailscale_subnet(node.gateway, node.netmask) }}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
machine:
|
machine:
|
||||||
network:
|
network:
|
||||||
interfaces:
|
interfaces:
|
||||||
- interface: {{node.interface}}
|
- interface: {{node.interface}}
|
||||||
vip:
|
vip:
|
||||||
ip: {{node.cluster.controlPlaneIp}}
|
ip: {{node.cluster.controlPlaneIp}}
|
||||||
|
|||||||
BIN
secrets.yaml
BIN
secrets.yaml
Binary file not shown.
Reference in New Issue
Block a user