Earlier this week I migrated our instance running gaprindashvili-7 to a new vsphere appliance running Hammer-6. Migration was successful and all services are running fine.
I now want to enable embedded Ansible but cannot make it work.
The different docker containers are downloaded and started but the AWX containers complain about issues with the database:
OperationalError: FATAL: password authentication failed for user "awx"
FATAL: no pg_hba.conf entry for host "172.17.0.4", user "awx", database "awx", SSL off
What would be causing this? Where should this database be created? Is that a manual process?