IBM Cloud - Red Hat OpenShift Kubernetes Service

Document Control

TODO:

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

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

User Story: Provision IBM Cloud ROKS

As a: IBM Cloud Architect

I want to: provision a OpenShift cluster

So that: deploy and manage containers.

Using the role

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

  tasks:
    - name: provision-roks is configured
      import_role:
        name: crivetimihai.provision-roks
      vars:
        provision-roks_enable_service: true
      tags: provision-roks
# Install the role
ansible-galaxy install crivetimihai.provision-roks

# Run the playbook
ansible-playbook provision-roks-playbook.yml

Last update: 2020-02-04