OpenShift - Minishift
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
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: devopstoolbox.minishift vars: minishift_enable_service: true tags: minishift
# Install the role ansible-galaxy install devopstoolbox.minishift # Run the playbook ansible-playbook minishift-playbook.yml
Last update: 2020-02-09