da97adbfb7
The install-* roles in zuul-jobs have been renamed to ensure-*, follow the rename. Change-Id: I32984fcd408cf0cd3751c5c5960608bec6e202a2
9 lines
181 B
YAML
9 lines
181 B
YAML
- hosts: all
|
|
name: Install kubernetes with minikube
|
|
roles:
|
|
- role: ensure-kubernetes
|
|
vars:
|
|
minikube_dns_resolvers:
|
|
- '1.1.1.1'
|
|
- '8.8.8.8'
|