Files
awx-operator/README.md

720 B

Tower Operator

Build Status

An Ansible Tower operator for Kubernetes built with Operator SDK and Ansible.

Testing

This Operator includes a molecule-based test framework, which can be executed standalone in Docker (e.g. in CI or in a single Docker container anywhere), or inside any kind of Kubernetes cluster (e.g. Minikube).

Testing in Docker (standalone)

  1. molecule converge -s test-local

Testing in Minikube

  1. minikube start
  2. molecule converge -s test-minikube