ansible-for-kubernetes
ansible-for-kubernetes copied to clipboard
AWX Operator is now on OperatorHub.io
The AWX Operator, which installs AWX (Tower OSS) on Kubernetes or OpenShift, is now on OperatorHub.io: https://operatorhub.io/operator/awx-operator
This is something I had actively been working on for almost a year, and I'm glad the team at Ansible finally got it over the finish line! Installing it in a K8s cluster can be as easy as:
kubectl create -f https://operatorhub.io/install/awx-operator.yaml
(Assuming you have the Operator Lifecycle Manager running on your cluster.)