Installing AWX through the AWX operator to provide a more Kubernetes-native installation method for AWX via an AWX Custom Resource Definition (CRD).
Variable Name | Default Value | Description |
---|---|---|
awx_cache_valid_time | 3600 | Cache update time for apt module. |
awx_operator_version | 0.13.0 | Operator version used to deploy awx. |
awx_namespace | awx | Target namespace for awx operator and instance. |
awx_hostname | Hostname to expose awx via ingress. | |
awx_web_resource_requirements | Resource Requirements. |
Example for installing awx with enabled ingress available at awx.example.com.
- hosts: all
roles:
- role: racqspace.awx
vars:
awx_hostname: awx.example.com
MIT
This role was created in 2021 by Clemens Kaserer.
Contributions by: