Alfresco ACS 25.1 ansible install hanging on postgres database creation

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
I have a fresh install of Alfresco ACS25.1 installed with the latest ansible repository just fine, from the latest git repository:
git clone https://github.com/Alfresco/alfresco-ansible-deployment.git
I can complete the install successfully on my own RHEL 9.5 VM, which proves the ansible playbook is working and not a problem with the playbook.
However, when I try the install on the "company" server, which has more security controls, I have issues getting the database created. Disable selinux. Disabled firewalld. Added the postgres and alfresco users to the "wheel" group, so they have root if they need it. Below is the install hangs. There are other users with the issue, but none of the solutions I've found seem to work. Is there anyone who has had this issue, and/or is there a workaround for this?
TASK [../roles/postgres : Create database] *****************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "module_stderr": "", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1}
PLAY RECAP *************************************************************************************************************************
localhost : ok=62 changed=0 unreachable=0 failed=1 skipped=60 rescued=0 ignored=0
- Labels:
-
Alfresco Content Services
