Openshift Install (3.11)

Document Control

TODO:

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

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

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: crivetimihai.openshift-install
      vars:
        openshift-install_enable_service: true
      tags: openshift-install
# Install the role
ansible-galaxy install crivetimihai.openshift-install

# Run the playbook
ansible-playbook openshift-install-playbook.yml

Last update: 2020-02-04