-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtaskfile.yml
18 lines (16 loc) · 1023 Bytes
/
taskfile.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
version: '3'
tasks:
apply-config:
dir: infrastructure/talos/home
cmds:
- talhelper genconfig
- talosctl apply-config -n 192.168.2.141 --talosconfig ./clusterconfig/talosconfig -f ./clusterconfig/home-control-plane-vdcj.yaml
- talosctl apply-config -n 192.168.2.146 --talosconfig ./clusterconfig/talosconfig -f ./clusterconfig/home-control-plane-hiuw.yaml
- talosctl apply-config -n 192.168.2.134 --talosconfig ./clusterconfig/talosconfig -f ./clusterconfig/home-control-plane-eqwd.yaml
- talosctl apply-config -n 192.168.2.128 --talosconfig ./clusterconfig/talosconfig -f ./clusterconfig/home-worker-jsai.yaml
- talosctl apply-config -n 192.168.2.148 --talosconfig ./clusterconfig/talosconfig -f ./clusterconfig/home-worker-ajkf.yaml
- talosctl apply-config -n 192.168.2.126 --talosconfig ./clusterconfig/talosconfig -f ./clusterconfig/home-worker-dsfg.yaml
reconcile:
cmds:
- flux reconcile source git flux-system
- flux reconcile kustomization apps