infctl-cli/pipelines/dev/vagrant-k3s.json
jon brookes b2b028a16c feat: add Ingress and Service configurations for nginx deployment, and implement MetalLB and Traeik installation scripts
refactor: remove obsolete Traefik installation script

feat: add environment checks and configurations for Vagrant setup, including dnsmasq  MetalLB  and ingress
2025-08-24 17:35:03 +01:00

38 lines
No EOL
883 B
JSON

[
{
"name": "Checks for .envrc",
"function": "RunCommand",
"params": [
"./scripts/envrc_checks.sh"
],
"retryCount": 0,
"shouldAbort": true
},
{
"name": "Create Vagrant nodes",
"function": "RunCommand",
"params": [
"./scripts/install_vagrant_nodes.sh"
],
"retryCount": 0,
"shouldAbort": true
},
{
"name": "Configure Vagrant K3s",
"function": "RunCommand",
"params": [
"./scripts/configure_vagrant_k3s.sh"
],
"retryCount": 0,
"shouldAbort": true
},
{
"name": "Create Vagrant workstation",
"function": "RunCommand",
"params": [
"./scripts/install_vagrant_workstation.sh"
],
"retryCount": 0,
"shouldAbort": true
}
]