OpenShift - Minishift

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: Minishift

As a: UNIX and Linux system administrator

I want to: install Minishift

So that: I can quickly get started with OpenShift.

Using the role

Using the role in a playbook
---
- name: Install minishift
  hosts: all

  tasks:
    - name: minishift is configured
      import_role:
        name: crivetimihai.minishift
      vars:
        minishift_enable_service: true
      tags: minishift
# Install the role
ansible-galaxy install crivetimihai.minishift

# Run the playbook
ansible-playbook minishift-playbook.yml

Last update: 2020-02-04