refactor: remove obsolete Traefik installation script feat: add environment checks and configurations for Vagrant setup, including dnsmasq MetalLB and ingress
11 lines
No EOL
211 B
JSON
11 lines
No EOL
211 B
JSON
[
|
|
{
|
|
"name": "Install metallb",
|
|
"function": "RunCommand",
|
|
"params": [
|
|
"./scripts/install_metallb.sh"
|
|
],
|
|
"retryCount": 0,
|
|
"shouldAbort": true
|
|
}
|
|
] |