Openshift CAM

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 Cam

As a: UNIX and Linux system administrator

I want to:

  • feature 1
  • feature 2

So that: benefit

Using the role

Using the role in a playbook
---
- name: Install openshift-cam
  hosts: all

  tasks:
    - name: openshift-cam is configured
      import_role:
        name: crivetimihai.openshift-cam
      vars:
        openshift-cam_enable_service: true
      tags: openshift-cam
# Install the role
ansible-galaxy install crivetimihai.openshift-cam

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

Last update: 2020-02-04