matrix-docker-ansible-deploy
matrix-docker-ansible-deploy copied to clipboard
TImed Out Fatal Fail
fatal: [matrix.starttiw.org]: FAILED! => changed=true
cmd:
- /usr/bin/env
- docker
- run
- --rm
- --user=993:1003
- --cap-drop=ALL
- --env-file=/matrix/postgres/env-postgres-psql
- --network=matrix
- --mount
- type=bind,src=/tmp/matrix-postgres-init-managed-db-user-and-role.sql,dst=/matrix-postgres-init-managed-db-user-and-role.sql,ro
- --entrypoint=/bin/sh
- docker.io/postgres:15.2-alpine
- -c
- psql -h matrix-postgres --file=/matrix-postgres-init-managed-db-user-and-role.sql
delta: '0:02:11.683739'
end: '2023-05-14 01:27:18.257243'
msg: non-zero return code
rc: 2
start: '2023-05-14 01:25:06.573504'
stderr: |-
psql: error: connection to server at "matrix-postgres" (172.18.0.2), port 5432 failed: Operation timed out
Is the server running on that host and accepting TCP/IP connections?
stderr_lines: <omitted>
stdout: ''
stdout_lines: <omitted>
PLAY RECAP *********************************************************************
matrix.starttiw.org : ok=72 changed=0 unreachable=0 failed=1 skipped=70 rescued=0 ignored=0