5833a6f8e3
This job deploys a Kubernetes cluster and then runs all the Helm charts provided. Change-Id: If6c4a6d5bce912f55549d16175554154c86dd25a
6 lines
104 B
YAML
6 lines
104 B
YAML
- hosts: all
|
|
roles:
|
|
- role: clear-firewall
|
|
- role: install-kubernetes
|
|
- role: ensure-helm
|