Ansible Operators

Document Control

TODO:

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

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

User Story: Operators

As a: Kubernetes Engineer

I want to: get started with Operators using Ansible

So that: automate my kubernetes applications.

Using the role

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

  tasks:
    - name: operators is configured
      import_role:
        name: devopstoolbox.operators
      vars:
        operators_enable_service: true
      tags: operators
# Install the role
ansible-galaxy install devopstoolbox.operators

# Run the playbook
ansible-playbook operators-playbook.yml

Last update: 2020-02-09