Install module community.postgresql in cluster AWX

Hi,

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?

Att.

Pablo Mora

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.

We would recommend reviewing the following documentation:
https://docs.ansible.com/automation-controller/latest/html/userguide/execution_environments.html
https://docs.ansible.com/automation-controller/latest/html/userguide/projects.html#collections-support

  • AWX Team