CodeReady Containers

Document Control

TODO:

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

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

User Story: Codeready Containers

As a: OpenShift Developer

I want to: run OpenShift on my local development environment

So that: I can provision a minimal, pre-configured OpenShift 4.x development cluster and start coding.

Using the role

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

  tasks:
    - name: codeready-containers is configured
      import_role:
        name: crivetimihai.codeready-containers
      vars:
        codeready-containers_enable_service: true
      tags: codeready-containers
# Install the role
ansible-galaxy install crivetimihai.codeready-containers

# Run the playbook
ansible-playbook codeready-containers-playbook.yml

Last update: 2020-02-04