awx-manage utility · Issue #1889 · ansible/awx · GitHub
github.com › ansible › awxMay 17, 2018 · awx-manage is an executable that's installed by the AWX installer on the AWX nodes (Docker container, pod, what have you) - it's a Django-based diagnostic tool that lets you work with the local postgres database in a variety of ways that might affect your installation, and it's not something you can install or use outside of that context (because it doesn't make sense to use in a standalone environment outside of a container/pod, it isn't a Python package or RPM you install and use).
GitHub - ansible/awx: AWX Project
https://github.com/ansible/awxIf submitting a large code change, it's a good idea to join the #ansible-awx channel on web.libera.chat and talk about what you would like to do or add first. This not only helps everyone know what's going on, but it also helps save time and effort if the community decides some changes are needed.
Installation | AWX-RPM
awx.wiki › installationThis guide describes how to install the AWX-rpm turnkey project: Clone the repository: git clone https://github.com/miracle-as/awx-turnkey.git. Go to the directory: cd awx-turnkey. Create the inventory file using you favorite editor in order to ensure host (awxserver) is targetting the intended server: inventory: [awxserver] awxserver01