I implemented AWX and would need to run some automation routines on the postgres database.
The Ansible command line ran normally, but when implementing AWX via K3s, it informs me that the module is not installed, I have already tried to install it in the AWX directory and in the home directory but without effect, would it be possible to install it directly in the AWX cluster?
Hello,
You can create custom execution environments with Ansible Builder.
If your collections don’t require system dependencies that may not be present in AWX EE, you can just put the requirements in collections/requirements.yml in your project folder.