
To fix issues with the upstream way of doing it directly on the host. This also makes the logic much simpler. Fixes at least the CoreDNS containers not starting issue. Change-Id: I6ef651b1df972c7021d9f304a2479ae97e51696c
11 lines
227 B
YAML
11 lines
227 B
YAML
- hosts: all
|
|
roles:
|
|
- role: use-buildset-registry
|
|
- role: clear-firewall
|
|
- role: ensure-docker
|
|
- role: ensure-minikube
|
|
- role: ensure-helm
|
|
tasks:
|
|
- name: Start minikube
|
|
command: minikube start
|