Openshift Install (3.11)
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: Openshift Install
As a: UNIX and Linux system administrator
I want to: install OpenShift
So that: I can create OpenShift clusters.
Using the role
Using the role in a playbook
--- - name: Install openshift-install hosts: all tasks: - name: openshift-install is configured import_role: name: devopstoolbox.openshift-install vars: openshift-install_enable_service: true tags: openshift-install
# Install the role ansible-galaxy install devopstoolbox.openshift-install # Run the playbook ansible-playbook openshift-install-playbook.yml
Last update: 2020-02-09