Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.18 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.18 KB

Ansible role minikube

Configure minikube cluster

Requirements

  • 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

Role Variables

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

Dependencies

Nil

Example Playbook

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

Contributing

TODO: To be updated

License

MIT