Author: Brian Tomlinson btomlins@redhat.com / darthlukan@gmail.com
A simple Ansible role which prepares a Fedora environment for Minishift.
After using this role, the Minishift binary will be available on the OS and added to $PATH
.
- Fedora / CentOS / RHEL system
- Ansible 2.6.x
- SSH properly configured
- Sudo access
$ ansible-galaxy install darthlukan.minishift_setup
---
- name: Setup and install Minishift
hosts: localhost
roles:
- role: roles/darthlukan.minishift_setup
...
$ git clone https://github.com/darthlukan/minishift-setup
$ cd minishift-setup
$ ./minishift_setup.sh
---
- name: Setup and install Minishift
hosts: localhost
roles:
- role: minishift-setup
...