Skip to content

AWX

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.

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

Getting Started

Install AWX in local kubernetes

kustomize overlays/local | kubectl apply -f -

Get the AWX admin password

kubectl get secrets -n awx awx-local-admin-password -o jsonpath='{.data.password}' | base64 -d