Configure minikube cluster
- Ansible >= 2.9 (Earlier versions may work, but I haven't tested)
- Python 3 installed
- This is tested only in Ubuntu, but should work in linux based systems
All variables in default/main.yml can be overrided
Name | Default Value | Description |
---|---|---|
minikube_driver |
docker | minikube driver options |
kubectl_install |
false | Flag to specify kubectl installation |
kubectl_version |
latest | kubectl version to install |
Nil
This role is not released in galaxy yet to utilze this role, you can add this repo as a git submodule
git submodule add -b main https://github.com/slashpai/ansible-minikube.git roles/minikube
- hosts: all
roles:
-minikube
Example playbook
To get role updates
git submodule update --remote
TODO: To be updated