Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tarantool Operator | 43 | 3 months ago | 1 | other | Go | |||||
Tarantool Operator manages Tarantool Cartridge clusters atop Kubernetes | ||||||||||
Oidckube | 26 | 3 years ago | Shell | |||||||
Wrapper for minikube that provisions and integrates it with Keycloak | ||||||||||
Ansible_role_minikube | 17 | 2 months ago | 1 | mit | Shell | |||||
Ansible role for downloading and installing Minikube | ||||||||||
Gimme Aws Mini | 10 | 5 years ago | apache-2.0 | Shell | ||||||
Minikube with AWS mock EC2 metadata service | ||||||||||
Ansible Role Minikube | 9 | a month ago | 1 | apache-2.0 | ||||||
Install and configure minikube on your system. | ||||||||||
Opa Ms Example | 7 | 3 years ago | 3 | JavaScript | ||||||
This repository contains the code for sample application created for explaining the use of OPA for microservices authorisation. | ||||||||||
Ansible Playbooks | 3 | 2 years ago | bsd-3-clause | HTML | ||||||
ansible-playbooks |
Role to download and install Minikube the tool for running Kubernetes locally.
Ansible >= 2.9
Linux Distribution
Debian Family
Debian
Ubuntu
RedHat Family
Rocky Linux
Fedora
SUSE Family
openSUSE
Note: other versions are likely to work but have not been tested.
VirtualBox / Docker (already installed)
The following variables will change the behavior of this role (default values are shown below):
# Minikube version number
minikube_version: '1.29.0'
# Directory to store files downloaded for Minikube
minikube_download_dir: "{{ x_ansible_download_dir | default(ansible_env.HOME + '/.ansible/tmp/downloads') }}"
- hosts: servers
roles:
- role: gantsign.minikube
We recommend using the gantsign.antigen role to enable tab completion for Minikube (this must be configured for each user).
- hosts: servers
roles:
- role: gantsign.minikube
- role: gantsign.antigen
users:
- username: example
antigen_libraries:
- name: oh-my-zsh
antigen_bundles:
# Oh My Zsh Minikube plugin
- name: minikube
If you prefer to use Antigen directly add the following to your Antigen configuration:
antigen use oh-my-zsh
antigen bundle minikube
To manually configure Zsh add the following to your .zshrc
:
eval "$(minikube completion zsh)"
You can find more roles from GantSign on Ansible Galaxy.
This project uses Molecule to aid in the development and testing; the role is unit tested using Testinfra and pytest.
To develop or test you'll need to have installed the following:
Because the above can be tricky to install, this project includes Molecule Wrapper. Molecule Wrapper is a shell script that installs Molecule and it's dependencies (apart from Linux) and then executes Molecule with the command you pass it.
To test this role using Molecule Wrapper run the following command from the project root:
./moleculew test
Note: some of the dependencies need sudo
permission to install.
MIT
John Freeman
GantSign Ltd. Company No. 06109112 (registered in England)