MILE: All current services confirmed working on a fresh arch vps
This commit is contained in:
@@ -126,6 +126,11 @@
|
||||
delay: 3
|
||||
when: postgresql_service_state == "started" and postgresql_unix_socket_enabled and postgresql_listen_addresses == ""
|
||||
|
||||
# Containerized applications mount socket directories. If handlers run at the end of playbooks this will mount stale sockets.
|
||||
- name: Flush handlers for socket connection
|
||||
meta: flush_handlers
|
||||
tags: always
|
||||
|
||||
- name: Display PostgreSQL infrastructure status
|
||||
debug:
|
||||
msg: |
|
||||
@@ -136,4 +141,4 @@
|
||||
📊 Checksums: {{ 'Enabled' if postgresql_data_checksums else 'Disabled' }}
|
||||
{% if postgresql_unix_socket_enabled %}🔌 Socket: {{ postgresql_unix_socket_directories }} (mode {{ postgresql_unix_socket_permissions }}){% endif %}
|
||||
|
||||
🏗️ Ready for applications to create databases/users
|
||||
🏗️ Ready for applications to create databases/users
|
||||
|
||||
Reference in New Issue
Block a user