An Ansible AWX config operator for Kubernetes built with Operator SDK and Ansible.
This project shows how to develop a custom ansible operator via the Operator SDK. It complements awx-operator and ad 5B08 ds a ServiceMonitor for an AWX instance by creating a AWXConfig.
operator-sdk v1.32.0 as there is a current issue with more recent versions.
operator-sdk init --domain acme.com --plugins ansible
operator-sdk create api --group awx --version v1alpha1 --kind AWXConfig --generate-role