03e42f874b
This adds optional support for using the cri-o rather than the (still default) docker runtime. Change-Id: I0f7cbb758a21cb022ceac24654183138bebf83bf
9 lines
182 B
YAML
9 lines
182 B
YAML
- hosts: all
|
|
name: Install kubernetes with minikube
|
|
roles:
|
|
- role: install-kubernetes
|
|
vars:
|
|
minikube_dns_resolvers:
|
|
- '1.1.1.1'
|
|
- '8.8.8.8'
|