amine7777.minikube

Ansible Role: Minikube

This role helps you install Minikube on your Linux machine.

Travis CircleCI GitHub Quality Downloads Version
travis circleci github quality downloads Version

Requirements

  • A Linux machine
  • Ansible version 2.9 or higher

Role Variables

These variables help you manage the Minikube installation.

You can set your Minikube version with this variable:

minikube_version: latest

This is the URL where Minikube will be downloaded from:

minikube_download_url: "https://storage.googleapis.com/minikube/releases/{{ minikube_version }}/minikube-linux-amd64"

This is the directory where the Minikube binary will be saved:

minikube_dir_path: /usr/local/bin

Example Playbook

Here’s how to use the role in a playbook:

- hosts: all
  roles:
     - amine7777.minikube

Author Information

Informazioni sul progetto

This role installs Minikube on your linux machine.Minikube runs a single-node Kubernetes cluster inside a VM.

Installa
ansible-galaxy install amine7777.minikube
Licenza
Unknown
Download
267
Proprietario