Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.46 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.46 KB

Ansible Role: awx

MIT GitHub Workflow Status GitHub last commit GitHub Release Date Maintenance

Installing AWX through the AWX operator to provide a more Kubernetes-native installation method for AWX via an AWX Custom Resource Definition (CRD).

Role Variables

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.

Role Usage Examples

Example for installing awx with enabled ingress available at awx.example.com.

- hosts: all
  roles:
  - role: racqspace.awx
    vars:
      awx_hostname: awx.example.com

License

MIT

Author Information

This role was created in 2021 by Clemens Kaserer.

Contributions by: