mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-27 13:53:12 +00:00
- Update role name for README.md - Avoid the this_awx['resources'][0] is undefined in database_configuration.yml - Add update_status variable to include or not the update_status.yml - metrics_utility_enabled exists in CRD but not as variable Co-authored-by: Christian Adams <chadams@redhat.com>
35 lines
448 B
Markdown
35 lines
448 B
Markdown
AWX
|
|
=======
|
|
|
|
This role builds and maintains an Ansible Tower instance inside of Kubernetes.
|
|
|
|
Requirements
|
|
------------
|
|
|
|
TODO.
|
|
|
|
Role Variables
|
|
--------------
|
|
|
|
See `defaults/main.yml` for all the role variables that you can override.
|
|
|
|
TODO: add variable description table.
|
|
|
|
Dependencies
|
|
------------
|
|
|
|
N/A
|
|
|
|
Example Playbook
|
|
----------------
|
|
|
|
- hosts: localhost
|
|
connection: local
|
|
roles:
|
|
- installer
|
|
|
|
License
|
|
-------
|
|
|
|
MIT / BSD
|