2025-08-04 21:44:28 +01:00
|
|
|
[
|
2025-08-16 11:52:28 +01:00
|
|
|
|
2025-08-04 21:44:28 +01:00
|
|
|
{
|
2025-08-16 11:52:28 +01:00
|
|
|
"name": "Create Vagrant nodes",
|
2025-08-04 21:44:28 +01:00
|
|
|
"function": "RunCommand",
|
|
|
|
|
"params": [
|
2025-08-16 11:52:28 +01:00
|
|
|
"./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"
|
2025-08-04 21:44:28 +01:00
|
|
|
],
|
|
|
|
|
"retryCount": 0,
|
|
|
|
|
"shouldAbort": true
|
|
|
|
|
}
|
|
|
|
|
]
|