ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_versions.yml *************************************************** 1 plays in /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_versions.yml PLAY [Test installing and uninstalling all supported versions] ***************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_versions.yml:3 Saturday 04 July 2026 15:30:11 -0400 (0:00:00.020) 0:00:00.020 ********* ok: [managed-node2] META: ran handlers META: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [Install and cleanup default version] ************************************* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_versions.yml:10 Saturday 04 July 2026 15:30:12 -0400 (0:00:00.971) 0:00:00.992 ********* included: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml for managed-node2 TASK [Run postgresql role] ***************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:5 Saturday 04 July 2026 15:30:12 -0400 (0:00:00.019) 0:00:01.011 ********* included: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml for managed-node2 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:23 Saturday 04 July 2026 15:30:12 -0400 (0:00:00.023) 0:00:01.034 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:33 Saturday 04 July 2026 15:30:12 -0400 (0:00:00.012) 0:00:01.046 ********* TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:5 Saturday 04 July 2026 15:30:12 -0400 (0:00:00.140) 0:00:01.187 ********* included: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.postgresql : Ensure ansible_facts used by role] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:2 Saturday 04 July 2026 15:30:12 -0400 (0:00:00.031) 0:00:01.218 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.postgresql : Record role begin fingerprint] **** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:7 Saturday 04 July 2026 15:30:12 -0400 (0:00:00.658) 0:00:01.877 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if system is ostree] ******** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:16 Saturday 04 July 2026 15:30:13 -0400 (0:00:00.407) 0:00:02.285 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Set flag to indicate system is ostree] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:21 Saturday 04 July 2026 15:30:13 -0400 (0:00:00.406) 0:00:02.691 ********* ok: [managed-node2] => { "ansible_facts": { "__postgresql_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.postgresql : Run systemctl] ******************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:28 Saturday 04 July 2026 15:30:13 -0400 (0:00:00.023) 0:00:02.715 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007345", "end": "2026-07-04 15:30:14.133339", "failed_when_result": false, "rc": 0, "start": "2026-07-04 15:30:14.125994" } STDOUT: running TASK [fedora.linux_system_roles.postgresql : Require installed systemd] ******** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:36 Saturday 04 July 2026 15:30:14 -0400 (0:00:00.432) 0:00:03.147 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:41 Saturday 04 July 2026 15:30:14 -0400 (0:00:00.024) 0:00:03.172 ********* ok: [managed-node2] => { "ansible_facts": { "__postgresql_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:46 Saturday 04 July 2026 15:30:14 -0400 (0:00:00.028) 0:00:03.201 ********* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__postgresql_packages": [ "@postgresql:{{ postgresql_version }}/server" ] }, "ansible_included_var_files": [ "/tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__postgresql_packages": [ "@postgresql:{{ postgresql_version }}/server" ] }, "ansible_included_var_files": [ "/tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.postgresql : Check postgresql.conf] ************ task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:61 Saturday 04 July 2026 15:30:14 -0400 (0:00:00.042) 0:00:03.244 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS crt file] *************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:66 Saturday 04 July 2026 15:30:14 -0400 (0:00:00.324) 0:00:03.568 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS private key file] ******* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:71 Saturday 04 July 2026 15:30:14 -0400 (0:00:00.321) 0:00:03.889 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Gather the package facts] ********* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:8 Saturday 04 July 2026 15:30:15 -0400 (0:00:00.314) 0:00:04.204 ********* ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in the system (RHEL8)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:12 Saturday 04 July 2026 15:30:16 -0400 (0:00:01.538) 0:00:05.742 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in system (RHEL9)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:20 Saturday 04 July 2026 15:30:16 -0400 (0:00:00.036) 0:00:05.779 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in system (RHEL10)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:28 Saturday 04 July 2026 15:30:16 -0400 (0:00:00.030) 0:00:05.809 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check requested and installed version of Postgresql] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:38 Saturday 04 July 2026 15:30:16 -0400 (0:00:00.029) 0:00:05.838 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure required packages are installed] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:49 Saturday 04 July 2026 15:30:16 -0400 (0:00:00.023) 0:00:05.862 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:13/server installed.", "Installed: postgresql-13.7-2.module_el8.6.0+1152+d0162c0a.x86_64", "Installed: postgresql-server-13.7-2.module_el8.6.0+1152+d0162c0a.x86_64" ] } lsrpackages: @postgresql:13/server TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (with postgresql-setup)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:58 Saturday 04 July 2026 15:30:22 -0400 (0:00:05.819) 0:00:11.681 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "postgresql-setup", "--initdb" ], "delta": "0:00:00.713166", "end": "2026-07-04 15:30:23.766030", "rc": 0, "start": "2026-07-04 15:30:23.052864" } STDERR: * Initializing database in '/var/lib/pgsql/data' * Initialized, logs are in /var/lib/pgsql/initdb_postgresql.log TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (without postgresql-setup)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:67 Saturday 04 July 2026 15:30:23 -0400 (0:00:01.088) 0:00:12.770 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Init DB on non-booted systems (with postgresql-setup)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:81 Saturday 04 July 2026 15:30:23 -0400 (0:00:00.021) 0:00:12.791 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Init DB on non-booted systems (without postgresql-setup)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:98 Saturday 04 July 2026 15:30:23 -0400 (0:00:00.019) 0:00:12.811 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Enable and start existing instance of postgresql server] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:109 Saturday 04 July 2026 15:30:23 -0400 (0:00:00.019) 0:00:12.830 ********* changed: [managed-node2] => { "changed": true, "enabled": true, "name": "postgresql", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network.target basic.target systemd-journald.socket system.slice sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "[not set]", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "13805", "LimitNPROCSoft": "13805", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13805", "LimitSIGPENDINGSoft": "13805", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22088", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "User": "postgres", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.postgresql : Fail on non-booted hosts] ********* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:118 Saturday 04 July 2026 15:30:25 -0400 (0:00:01.162) 0:00:13.993 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set password for super user] ****** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:123 Saturday 04 July 2026 15:30:25 -0400 (0:00:00.018) 0:00:14.011 ********* skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.postgresql : Enable logging in by password] **** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:135 Saturday 04 July 2026 15:30:25 -0400 (0:00:00.017) 0:00:14.028 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Fail input_file on non-booted hosts] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:143 Saturday 04 July 2026 15:30:25 -0400 (0:00:00.017) 0:00:14.046 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run provided SQL script] ********** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:150 Saturday 04 July 2026 15:30:25 -0400 (0:00:00.017) 0:00:14.063 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Manage certificates] ************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:154 Saturday 04 July 2026 15:30:25 -0400 (0:00:00.017) 0:00:14.081 ********* included: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml for managed-node2 TASK [Generate certificates] *************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:8 Saturday 04 July 2026 15:30:25 -0400 (0:00:00.030) 0:00:14.112 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:14 Saturday 04 July 2026 15:30:25 -0400 (0:00:00.018) 0:00:14.130 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key directory is traversable by postgres] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:24 Saturday 04 July 2026 15:30:25 -0400 (0:00:00.017) 0:00:14.148 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key is readable by postgres] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:33 Saturday 04 July 2026 15:30:25 -0400 (0:00:00.016) 0:00:14.165 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:44 Saturday 04 July 2026 15:30:25 -0400 (0:00:00.017) 0:00:14.182 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:54 Saturday 04 July 2026 15:30:25 -0400 (0:00:00.018) 0:00:14.201 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:62 Saturday 04 July 2026 15:30:25 -0400 (0:00:00.017) 0:00:14.218 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate file] ********* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:79 Saturday 04 July 2026 15:30:25 -0400 (0:00:00.017) 0:00:14.236 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install postgresql server private key] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:86 Saturday 04 July 2026 15:30:25 -0400 (0:00:00.017) 0:00:14.253 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Configure pg_hba.conf] ************ task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:157 Saturday 04 July 2026 15:30:25 -0400 (0:00:00.018) 0:00:14.272 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Create postgresql directory in /etc] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:169 Saturday 04 July 2026 15:30:25 -0400 (0:00:00.017) 0:00:14.289 ********* ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/postgresql", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.postgresql : Link generated conf file with server one] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:175 Saturday 04 July 2026 15:30:25 -0400 (0:00:00.439) 0:00:14.728 ********* NOTIFIED HANDLER fedora.linux_system_roles.postgresql : Restart postgresql for managed-node2 changed: [managed-node2] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles-internal.conf] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:182 Saturday 04 July 2026 15:30:26 -0400 (0:00:00.428) 0:00:15.157 ********* changed: [managed-node2] => { "changed": true, "checksum": "ff6c9a880bfc300b855e138983a07dc781ad4a1b", "dest": "/etc/postgresql/system-roles-internal.conf", "gid": 26, "group": "postgres", "md5sum": "87a256fa2d0c4961ddc59ca8b51d7cf7", "mode": "0600", "owner": "postgres", "secontext": "system_u:object_r:postgresql_etc_t:s0", "size": 102, "src": "/root/.ansible/tmp/ansible-tmp-1783193426.2406564-12835-87257226062776/source", "state": "file", "uid": 26 } TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles.conf] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:195 Saturday 04 July 2026 15:30:26 -0400 (0:00:00.775) 0:00:15.932 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Link generated conf file with server one] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:205 Saturday 04 July 2026 15:30:26 -0400 (0:00:00.018) 0:00:15.950 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Record role success fingerprint] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:211 Saturday 04 July 2026 15:30:27 -0400 (0:00:00.017) 0:00:15.967 ********* ok: [managed-node2] => { "changed": false } TASK [Run postgresql role to set vars only] ************************************ task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:11 Saturday 04 July 2026 15:30:27 -0400 (0:00:00.332) 0:00:16.299 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [fedora.linux_system_roles.postgresql : Restart postgresql] **** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/handlers/main.yml:3 Saturday 04 July 2026 15:30:27 -0400 (0:00:00.011) 0:00:16.311 ********* changed: [managed-node2] => { "changed": true, "name": "postgresql", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-07-04 15:30:24 EDT", "ActiveEnterTimestampMonotonic": "345944981", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target system.slice sysinit.target systemd-journald.socket basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-07-04 15:30:24 EDT", "AssertTimestampMonotonic": "345896353", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-07-04 15:30:24 EDT", "ConditionTimestampMonotonic": "345896353", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/postgresql.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "30165", "ExecMainStartTimestamp": "Sat 2026-07-04 15:30:24 EDT", "ExecMainStartTimestampMonotonic": "345905172", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; ignore_errors=no ; start_time=[Sat 2026-07-04 15:30:24 EDT] ; stop_time=[n/a] ; pid=30165 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; ignore_errors=no ; start_time=[Sat 2026-07-04 15:30:24 EDT] ; stop_time=[Sat 2026-07-04 15:30:24 EDT] ; pid=30162 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "26", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-07-04 15:30:24 EDT", "InactiveExitTimestampMonotonic": "345897236", "InvocationID": "537228964f334aeea71516a5985585bb", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "13805", "LimitNPROCSoft": "13805", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13805", "LimitSIGPENDINGSoft": "13805", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "30165", "MemoryAccounting": "yes", "MemoryCurrent": "17817600", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2026-07-04 15:30:24 EDT", "StateChangeTimestampMonotonic": "345944981", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "8", "TasksMax": "22088", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "26", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "postgres", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2026-07-04 15:30:24 EDT", "WatchdogTimestampMonotonic": "345944979", "WatchdogUSec": "0" } } META: ran handlers TASK [Test - postgresql-server running] **************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:21 Saturday 04 July 2026 15:30:28 -0400 (0:00:00.895) 0:00:17.207 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "postgresql" ], "delta": "0:00:00.007241", "end": "2026-07-04 15:30:28.534477", "rc": 0, "start": "2026-07-04 15:30:28.527236" } STDOUT: active TASK [Test - postgresql-server is enabled] ************************************* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:27 Saturday 04 July 2026 15:30:28 -0400 (0:00:00.330) 0:00:17.537 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "postgresql" ], "delta": "0:00:00.007415", "end": "2026-07-04 15:30:28.862044", "rc": 0, "start": "2026-07-04 15:30:28.854629" } STDOUT: enabled TASK [Test - database is accessible for super user using Unix socket] ********** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 Saturday 04 July 2026 15:30:28 -0400 (0:00:00.327) 0:00:17.865 ********* ok: [managed-node2] => { "ansible_job_id": "855638946536.31372", "changed": false, "cmd": "set -euo pipefail\necho '\\q' | psql\n", "delta": "0:00:00.011251", "end": "2026-07-04 15:30:29.511602", "finished": 1, "rc": 0, "start": "2026-07-04 15:30:29.500351" } TASK [Check - server tuning is used - shared buffers] ************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:44 Saturday 04 July 2026 15:30:44 -0400 (0:00:15.877) 0:00:33.742 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW shared_buffers;\" | psql\n", "delta": "0:00:00.009307", "end": "2026-07-04 15:30:45.083949", "rc": 0, "start": "2026-07-04 15:30:45.074642" } STDOUT: shared_buffers ---------------- 872MB (1 row) TASK [Test - server tuning is used - shared buffers] *************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:56 Saturday 04 July 2026 15:30:45 -0400 (0:00:00.345) 0:00:34.088 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check - server tuning is used - effective cache size] ******************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:67 Saturday 04 July 2026 15:30:45 -0400 (0:00:00.030) 0:00:34.119 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW effective_cache_size;\" | psql\n", "delta": "0:00:00.008564", "end": "2026-07-04 15:30:45.460337", "rc": 0, "start": "2026-07-04 15:30:45.451773" } STDOUT: effective_cache_size ---------------------- 1744MB (1 row) TASK [Test - server tuning is used - effective cache size] ********************* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:79 Saturday 04 July 2026 15:30:45 -0400 (0:00:00.344) 0:00:34.463 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check postgresql version matches postgresql_version] ********************* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:90 Saturday 04 July 2026 15:30:45 -0400 (0:00:00.030) 0:00:34.494 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "postgres", "--version" ], "delta": "0:00:00.009117", "end": "2026-07-04 15:30:45.838337", "failed_when_result": false, "rc": 0, "start": "2026-07-04 15:30:45.829220" } STDOUT: postgres (PostgreSQL) 13.7 TASK [Clean up] **************************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:98 Saturday 04 July 2026 15:30:45 -0400 (0:00:00.383) 0:00:34.878 ********* included: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml for managed-node2 META: ran handlers TASK [Uninstall postgresql] **************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Saturday 04 July 2026 15:30:45 -0400 (0:00:00.033) 0:00:34.911 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:13/server removed.", "Removed: postgresql-13.7-2.module_el8.6.0+1152+d0162c0a.x86_64", "Removed: postgresql-server-13.7-2.module_el8.6.0+1152+d0162c0a.x86_64" ] } TASK [Stop and disable postgresql service] ************************************* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:20 Saturday 04 July 2026 15:30:50 -0400 (0:00:04.583) 0:00:39.494 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove data directory] *************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:27 Saturday 04 July 2026 15:30:50 -0400 (0:00:00.018) 0:00:39.512 ********* changed: [managed-node2] => { "changed": true, "path": "/var/lib/pgsql/data", "state": "absent" } TASK [Remove config files] ***************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:32 Saturday 04 July 2026 15:30:50 -0400 (0:00:00.364) 0:00:39.877 ********* ok: [managed-node2] => (item=/var/lib/pgsql/data/postgresql.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/var/lib/pgsql/data/postgresql.conf", "path": "/var/lib/pgsql/data/postgresql.conf", "state": "absent" } ok: [managed-node2] => (item=/var/lib/pgsql/data/pg_hba.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/var/lib/pgsql/data/pg_hba.conf", "path": "/var/lib/pgsql/data/pg_hba.conf", "state": "absent" } ok: [managed-node2] => (item=/etc/postgresql/system-roles.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/postgresql/system-roles.conf", "path": "/etc/postgresql/system-roles.conf", "state": "absent" } changed: [managed-node2] => (item=/etc/postgresql/system-roles-internal.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/postgresql/system-roles-internal.conf", "path": "/etc/postgresql/system-roles-internal.conf", "state": "absent" } TASK [Dump logs] *************************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:42 Saturday 04 July 2026 15:30:52 -0400 (0:00:01.260) 0:00:41.138 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "journalctl", "-u", "postgresql" ], "delta": "0:00:00.006463", "end": "2026-07-04 15:30:52.460357", "rc": 0, "start": "2026-07-04 15:30:52.453894" } STDOUT: -- Logs begin at Sat 2026-07-04 15:24:39 EDT, end at Sat 2026-07-04 15:30:52 EDT. -- Jul 04 15:28:48 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:28:48 managed-node2 postmaster[10414]: 2026-07-04 15:28:48.854 EDT [10414] LOG: redirecting log output to logging collector process Jul 04 15:28:48 managed-node2 postmaster[10414]: 2026-07-04 15:28:48.854 EDT [10414] HINT: Future log output will appear in directory "log". Jul 04 15:28:48 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:28:56 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:28:56 managed-node2 systemd[1]: postgresql.service: Killing process 10415 (postmaster) with signal SIGKILL. Jul 04 15:28:56 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:28:56 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:28:56 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:28:56 managed-node2 postmaster[12677]: 2026-07-04 15:28:56.349 EDT [12677] LOG: redirecting log output to logging collector process Jul 04 15:28:56 managed-node2 postmaster[12677]: 2026-07-04 15:28:56.349 EDT [12677] HINT: Future log output will appear in directory "log". Jul 04 15:28:56 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:29:00 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:29:00 managed-node2 systemd[1]: postgresql.service: Killing process 12678 (postmaster) with signal SIGKILL. Jul 04 15:29:00 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:29:00 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:29:30 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:29:30 managed-node2 postmaster[19287]: 2026-07-04 15:29:30.572 EDT [19287] LOG: redirecting log output to logging collector process Jul 04 15:29:30 managed-node2 postmaster[19287]: 2026-07-04 15:29:30.572 EDT [19287] HINT: Future log output will appear in directory "log". Jul 04 15:29:30 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:29:35 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:29:35 managed-node2 systemd[1]: postgresql.service: Killing process 19288 (postmaster) with signal SIGKILL. Jul 04 15:29:35 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:29:35 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:29:35 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:29:35 managed-node2 postmaster[20828]: 2026-07-04 15:29:35.797 EDT [20828] LOG: redirecting log output to logging collector process Jul 04 15:29:35 managed-node2 postmaster[20828]: 2026-07-04 15:29:35.797 EDT [20828] HINT: Future log output will appear in directory "log". Jul 04 15:29:35 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:29:40 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:29:40 managed-node2 systemd[1]: postgresql.service: Killing process 20829 (postmaster) with signal SIGKILL. Jul 04 15:29:40 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:29:40 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:29:59 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:29:59 managed-node2 postmaster[25193]: 2026-07-04 15:29:59.185 EDT [25193] LOG: redirecting log output to logging collector process Jul 04 15:29:59 managed-node2 postmaster[25193]: 2026-07-04 15:29:59.185 EDT [25193] HINT: Future log output will appear in directory "log". Jul 04 15:29:59 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:30:02 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:30:02 managed-node2 systemd[1]: postgresql.service: Killing process 25194 (postmaster) with signal SIGKILL. Jul 04 15:30:02 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:30:02 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:30:02 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:30:02 managed-node2 postmaster[25933]: 2026-07-04 15:30:02.150 EDT [25933] LOG: redirecting log output to logging collector process Jul 04 15:30:02 managed-node2 postmaster[25933]: 2026-07-04 15:30:02.150 EDT [25933] HINT: Future log output will appear in directory "log". Jul 04 15:30:02 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:30:05 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:30:05 managed-node2 systemd[1]: postgresql.service: Killing process 25934 (postmaster) with signal SIGKILL. Jul 04 15:30:05 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:30:05 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:30:24 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:30:24 managed-node2 postmaster[30165]: 2026-07-04 15:30:24.961 EDT [30165] LOG: redirecting log output to logging collector process Jul 04 15:30:24 managed-node2 postmaster[30165]: 2026-07-04 15:30:24.961 EDT [30165] HINT: Future log output will appear in directory "log". Jul 04 15:30:24 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:30:28 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:30:28 managed-node2 systemd[1]: postgresql.service: Killing process 30166 (postmaster) with signal SIGKILL. Jul 04 15:30:28 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:30:28 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:30:28 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:30:28 managed-node2 postmaster[30972]: 2026-07-04 15:30:28.176 EDT [30972] LOG: redirecting log output to logging collector process Jul 04 15:30:28 managed-node2 postmaster[30972]: 2026-07-04 15:30:28.176 EDT [30972] HINT: Future log output will appear in directory "log". Jul 04 15:30:28 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:30:49 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:30:49 managed-node2 systemd[1]: postgresql.service: Killing process 30974 (postmaster) with signal SIGKILL. Jul 04 15:30:49 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:30:49 managed-node2 systemd[1]: Stopped PostgreSQL database server. META: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [Save default postgresql_version] ***************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_versions.yml:19 Saturday 04 July 2026 15:30:52 -0400 (0:00:00.333) 0:00:41.471 ********* ok: [managed-node2] => { "ansible_facts": { "__default_version": "13" }, "changed": false } TASK [Install and cleanup the other supported versions] ************************ task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_versions.yml:23 Saturday 04 July 2026 15:30:52 -0400 (0:00:00.025) 0:00:41.497 ********* skipping: [managed-node2] => (item=13) => { "ansible_loop_var": "item", "changed": false, "item": "13", "skip_reason": "Conditional result was False" } included: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml for managed-node2 included: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml for managed-node2 included: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml for managed-node2 included: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml for managed-node2 TASK [Run postgresql role] ***************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:5 Saturday 04 July 2026 15:30:52 -0400 (0:00:00.107) 0:00:41.605 ********* included: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml for managed-node2 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:23 Saturday 04 July 2026 15:30:52 -0400 (0:00:00.031) 0:00:41.636 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:33 Saturday 04 July 2026 15:30:52 -0400 (0:00:00.012) 0:00:41.648 ********* TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:5 Saturday 04 July 2026 15:30:52 -0400 (0:00:00.024) 0:00:41.673 ********* included: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.postgresql : Ensure ansible_facts used by role] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:2 Saturday 04 July 2026 15:30:52 -0400 (0:00:00.023) 0:00:41.696 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.postgresql : Record role begin fingerprint] **** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:7 Saturday 04 July 2026 15:30:53 -0400 (0:00:00.639) 0:00:42.336 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if system is ostree] ******** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:16 Saturday 04 July 2026 15:30:53 -0400 (0:00:00.313) 0:00:42.649 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set flag to indicate system is ostree] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:21 Saturday 04 July 2026 15:30:53 -0400 (0:00:00.013) 0:00:42.663 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run systemctl] ******************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:28 Saturday 04 July 2026 15:30:53 -0400 (0:00:00.013) 0:00:42.676 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Require installed systemd] ******** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:36 Saturday 04 July 2026 15:30:53 -0400 (0:00:00.012) 0:00:42.689 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:41 Saturday 04 July 2026 15:30:53 -0400 (0:00:00.012) 0:00:42.701 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:46 Saturday 04 July 2026 15:30:53 -0400 (0:00:00.011) 0:00:42.713 ********* [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__postgresql_packages": [ "@postgresql:{{ postgresql_version }}/server" ] }, "ansible_included_var_files": [ "/tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__postgresql_packages": [ "@postgresql:{{ postgresql_version }}/server" ] }, "ansible_included_var_files": [ "/tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.postgresql : Check postgresql.conf] ************ task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:61 Saturday 04 July 2026 15:30:53 -0400 (0:00:00.042) 0:00:42.755 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS crt file] *************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:66 Saturday 04 July 2026 15:30:54 -0400 (0:00:00.313) 0:00:43.068 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS private key file] ******* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:71 Saturday 04 July 2026 15:30:54 -0400 (0:00:00.312) 0:00:43.380 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Gather the package facts] ********* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:8 Saturday 04 July 2026 15:30:54 -0400 (0:00:00.312) 0:00:43.693 ********* ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in the system (RHEL8)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:12 Saturday 04 July 2026 15:30:56 -0400 (0:00:01.336) 0:00:45.029 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in system (RHEL9)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:20 Saturday 04 July 2026 15:30:56 -0400 (0:00:00.031) 0:00:45.061 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in system (RHEL10)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:28 Saturday 04 July 2026 15:30:56 -0400 (0:00:00.030) 0:00:45.091 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check requested and installed version of Postgresql] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:38 Saturday 04 July 2026 15:30:56 -0400 (0:00:00.028) 0:00:45.119 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure required packages are installed] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:49 Saturday 04 July 2026 15:30:56 -0400 (0:00:00.022) 0:00:45.142 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:10/server installed.", "Installed: postgresql-10.23-2.module_el8+572+929c87ac.x86_64", "Installed: postgresql-server-10.23-2.module_el8+572+929c87ac.x86_64" ] } lsrpackages: @postgresql:10/server TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (with postgresql-setup)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:58 Saturday 04 July 2026 15:31:02 -0400 (0:00:05.899) 0:00:51.041 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "postgresql-setup", "--initdb" ], "delta": "0:00:00.686388", "end": "2026-07-04 15:31:03.063119", "rc": 0, "start": "2026-07-04 15:31:02.376731" } STDERR: * Initializing database in '/var/lib/pgsql/data' * Initialized, logs are in /var/lib/pgsql/initdb_postgresql.log TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (without postgresql-setup)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:67 Saturday 04 July 2026 15:31:03 -0400 (0:00:01.027) 0:00:52.069 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Init DB on non-booted systems (with postgresql-setup)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:81 Saturday 04 July 2026 15:31:03 -0400 (0:00:00.021) 0:00:52.090 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Init DB on non-booted systems (without postgresql-setup)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:98 Saturday 04 July 2026 15:31:03 -0400 (0:00:00.019) 0:00:52.110 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Enable and start existing instance of postgresql server] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:109 Saturday 04 July 2026 15:31:03 -0400 (0:00:00.018) 0:00:52.129 ********* changed: [managed-node2] => { "changed": true, "enabled": true, "name": "postgresql", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket system.slice basic.target network.target sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "[not set]", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "13805", "LimitNPROCSoft": "13805", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13805", "LimitSIGPENDINGSoft": "13805", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22088", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "User": "postgres", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.postgresql : Fail on non-booted hosts] ********* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:118 Saturday 04 July 2026 15:31:04 -0400 (0:00:00.980) 0:00:53.109 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set password for super user] ****** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:123 Saturday 04 July 2026 15:31:04 -0400 (0:00:00.019) 0:00:53.128 ********* skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.postgresql : Enable logging in by password] **** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:135 Saturday 04 July 2026 15:31:04 -0400 (0:00:00.019) 0:00:53.148 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Fail input_file on non-booted hosts] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:143 Saturday 04 July 2026 15:31:04 -0400 (0:00:00.018) 0:00:53.167 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run provided SQL script] ********** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:150 Saturday 04 July 2026 15:31:04 -0400 (0:00:00.018) 0:00:53.185 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Manage certificates] ************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:154 Saturday 04 July 2026 15:31:04 -0400 (0:00:00.018) 0:00:53.204 ********* included: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml for managed-node2 TASK [Generate certificates] *************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:8 Saturday 04 July 2026 15:31:04 -0400 (0:00:00.032) 0:00:53.237 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:14 Saturday 04 July 2026 15:31:04 -0400 (0:00:00.018) 0:00:53.256 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key directory is traversable by postgres] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:24 Saturday 04 July 2026 15:31:04 -0400 (0:00:00.019) 0:00:53.275 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key is readable by postgres] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:33 Saturday 04 July 2026 15:31:04 -0400 (0:00:00.018) 0:00:53.294 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:44 Saturday 04 July 2026 15:31:04 -0400 (0:00:00.018) 0:00:53.313 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:54 Saturday 04 July 2026 15:31:04 -0400 (0:00:00.018) 0:00:53.332 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:62 Saturday 04 July 2026 15:31:04 -0400 (0:00:00.019) 0:00:53.352 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate file] ********* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:79 Saturday 04 July 2026 15:31:04 -0400 (0:00:00.043) 0:00:53.395 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install postgresql server private key] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:86 Saturday 04 July 2026 15:31:04 -0400 (0:00:00.019) 0:00:53.415 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Configure pg_hba.conf] ************ task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:157 Saturday 04 July 2026 15:31:04 -0400 (0:00:00.018) 0:00:53.433 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Create postgresql directory in /etc] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:169 Saturday 04 July 2026 15:31:04 -0400 (0:00:00.018) 0:00:53.452 ********* ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/postgresql", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.postgresql : Link generated conf file with server one] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:175 Saturday 04 July 2026 15:31:04 -0400 (0:00:00.335) 0:00:53.788 ********* NOTIFIED HANDLER fedora.linux_system_roles.postgresql : Restart postgresql for managed-node2 changed: [managed-node2] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles-internal.conf] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:182 Saturday 04 July 2026 15:31:05 -0400 (0:00:00.334) 0:00:54.122 ********* changed: [managed-node2] => { "changed": true, "checksum": "ff6c9a880bfc300b855e138983a07dc781ad4a1b", "dest": "/etc/postgresql/system-roles-internal.conf", "gid": 26, "group": "postgres", "md5sum": "87a256fa2d0c4961ddc59ca8b51d7cf7", "mode": "0600", "owner": "postgres", "secontext": "system_u:object_r:postgresql_etc_t:s0", "size": 102, "src": "/root/.ansible/tmp/ansible-tmp-1783193465.2068818-13306-143886492904922/source", "state": "file", "uid": 26 } TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles.conf] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:195 Saturday 04 July 2026 15:31:05 -0400 (0:00:00.668) 0:00:54.790 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Link generated conf file with server one] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:205 Saturday 04 July 2026 15:31:05 -0400 (0:00:00.018) 0:00:54.809 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Record role success fingerprint] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:211 Saturday 04 July 2026 15:31:05 -0400 (0:00:00.023) 0:00:54.832 ********* ok: [managed-node2] => { "changed": false } TASK [Run postgresql role to set vars only] ************************************ task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:11 Saturday 04 July 2026 15:31:06 -0400 (0:00:00.328) 0:00:55.161 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [fedora.linux_system_roles.postgresql : Restart postgresql] **** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/handlers/main.yml:3 Saturday 04 July 2026 15:31:06 -0400 (0:00:00.012) 0:00:55.173 ********* changed: [managed-node2] => { "changed": true, "name": "postgresql", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-07-04 15:31:04 EDT", "ActiveEnterTimestampMonotonic": "385060986", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice network.target basic.target systemd-journald.socket sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-07-04 15:31:04 EDT", "AssertTimestampMonotonic": "385014720", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-07-04 15:31:04 EDT", "ConditionTimestampMonotonic": "385014720", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/postgresql.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "35679", "ExecMainStartTimestamp": "Sat 2026-07-04 15:31:04 EDT", "ExecMainStartTimestampMonotonic": "385023896", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; ignore_errors=no ; start_time=[Sat 2026-07-04 15:31:04 EDT] ; stop_time=[n/a] ; pid=35679 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; ignore_errors=no ; start_time=[Sat 2026-07-04 15:31:04 EDT] ; stop_time=[Sat 2026-07-04 15:31:04 EDT] ; pid=35676 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "26", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-07-04 15:31:04 EDT", "InactiveExitTimestampMonotonic": "385015658", "InvocationID": "92b126d5a79b4eefba746cb7c5685674", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "13805", "LimitNPROCSoft": "13805", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13805", "LimitSIGPENDINGSoft": "13805", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "35679", "MemoryAccounting": "yes", "MemoryCurrent": "16863232", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2026-07-04 15:31:04 EDT", "StateChangeTimestampMonotonic": "385060986", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "8", "TasksMax": "22088", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "26", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "postgres", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2026-07-04 15:31:04 EDT", "WatchdogTimestampMonotonic": "385060985", "WatchdogUSec": "0" } } META: ran handlers TASK [Test - postgresql-server running] **************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:21 Saturday 04 July 2026 15:31:07 -0400 (0:00:00.889) 0:00:56.063 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "postgresql" ], "delta": "0:00:00.008350", "end": "2026-07-04 15:31:07.390063", "rc": 0, "start": "2026-07-04 15:31:07.381713" } STDOUT: active TASK [Test - postgresql-server is enabled] ************************************* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:27 Saturday 04 July 2026 15:31:07 -0400 (0:00:00.329) 0:00:56.392 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "postgresql" ], "delta": "0:00:00.007367", "end": "2026-07-04 15:31:07.716466", "rc": 0, "start": "2026-07-04 15:31:07.709099" } STDOUT: enabled TASK [Test - database is accessible for super user using Unix socket] ********** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 Saturday 04 July 2026 15:31:07 -0400 (0:00:00.325) 0:00:56.718 ********* ok: [managed-node2] => { "ansible_job_id": "172733386445.36887", "changed": false, "cmd": "set -euo pipefail\necho '\\q' | psql\n", "delta": "0:00:00.010523", "end": "2026-07-04 15:31:08.263138", "finished": 1, "rc": 0, "start": "2026-07-04 15:31:08.252615" } TASK [Check - server tuning is used - shared buffers] ************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:44 Saturday 04 July 2026 15:31:23 -0400 (0:00:15.722) 0:01:12.441 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW shared_buffers;\" | psql\n", "delta": "0:00:00.008580", "end": "2026-07-04 15:31:23.784703", "rc": 0, "start": "2026-07-04 15:31:23.776123" } STDOUT: shared_buffers ---------------- 872MB (1 row) TASK [Test - server tuning is used - shared buffers] *************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:56 Saturday 04 July 2026 15:31:23 -0400 (0:00:00.347) 0:01:12.788 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check - server tuning is used - effective cache size] ******************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:67 Saturday 04 July 2026 15:31:23 -0400 (0:00:00.031) 0:01:12.819 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW effective_cache_size;\" | psql\n", "delta": "0:00:00.008821", "end": "2026-07-04 15:31:24.163955", "rc": 0, "start": "2026-07-04 15:31:24.155134" } STDOUT: effective_cache_size ---------------------- 1744MB (1 row) TASK [Test - server tuning is used - effective cache size] ********************* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:79 Saturday 04 July 2026 15:31:24 -0400 (0:00:00.348) 0:01:13.168 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check postgresql version matches postgresql_version] ********************* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:90 Saturday 04 July 2026 15:31:24 -0400 (0:00:00.032) 0:01:13.200 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "postgres", "--version" ], "delta": "0:00:00.006050", "end": "2026-07-04 15:31:24.527477", "failed_when_result": false, "rc": 0, "start": "2026-07-04 15:31:24.521427" } STDOUT: postgres (PostgreSQL) 10.23 TASK [Clean up] **************************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:98 Saturday 04 July 2026 15:31:24 -0400 (0:00:00.333) 0:01:13.534 ********* included: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml for managed-node2 META: ran handlers TASK [Uninstall postgresql] **************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Saturday 04 July 2026 15:31:24 -0400 (0:00:00.032) 0:01:13.566 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:10/server removed.", "Removed: postgresql-10.23-2.module_el8+572+929c87ac.x86_64", "Removed: postgresql-server-10.23-2.module_el8+572+929c87ac.x86_64" ] } TASK [Stop and disable postgresql service] ************************************* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:20 Saturday 04 July 2026 15:31:29 -0400 (0:00:04.542) 0:01:18.109 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove data directory] *************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:27 Saturday 04 July 2026 15:31:29 -0400 (0:00:00.018) 0:01:18.127 ********* changed: [managed-node2] => { "changed": true, "path": "/var/lib/pgsql/data", "state": "absent" } TASK [Remove config files] ***************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:32 Saturday 04 July 2026 15:31:29 -0400 (0:00:00.366) 0:01:18.493 ********* [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. ok: [managed-node2] => (item=/var/lib/pgsql/data/postgresql.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/var/lib/pgsql/data/postgresql.conf", "path": "/var/lib/pgsql/data/postgresql.conf", "state": "absent" } ok: [managed-node2] => (item=/var/lib/pgsql/data/pg_hba.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/var/lib/pgsql/data/pg_hba.conf", "path": "/var/lib/pgsql/data/pg_hba.conf", "state": "absent" } ok: [managed-node2] => (item=/etc/postgresql/system-roles.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/postgresql/system-roles.conf", "path": "/etc/postgresql/system-roles.conf", "state": "absent" } changed: [managed-node2] => (item=/etc/postgresql/system-roles-internal.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/postgresql/system-roles-internal.conf", "path": "/etc/postgresql/system-roles-internal.conf", "state": "absent" } TASK [Dump logs] *************************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:42 Saturday 04 July 2026 15:31:30 -0400 (0:00:01.277) 0:01:19.771 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "journalctl", "-u", "postgresql" ], "delta": "0:00:00.007234", "end": "2026-07-04 15:31:31.101617", "rc": 0, "start": "2026-07-04 15:31:31.094383" } STDOUT: -- Logs begin at Sat 2026-07-04 15:24:39 EDT, end at Sat 2026-07-04 15:31:31 EDT. -- Jul 04 15:28:48 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:28:48 managed-node2 postmaster[10414]: 2026-07-04 15:28:48.854 EDT [10414] LOG: redirecting log output to logging collector process Jul 04 15:28:48 managed-node2 postmaster[10414]: 2026-07-04 15:28:48.854 EDT [10414] HINT: Future log output will appear in directory "log". Jul 04 15:28:48 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:28:56 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:28:56 managed-node2 systemd[1]: postgresql.service: Killing process 10415 (postmaster) with signal SIGKILL. Jul 04 15:28:56 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:28:56 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:28:56 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:28:56 managed-node2 postmaster[12677]: 2026-07-04 15:28:56.349 EDT [12677] LOG: redirecting log output to logging collector process Jul 04 15:28:56 managed-node2 postmaster[12677]: 2026-07-04 15:28:56.349 EDT [12677] HINT: Future log output will appear in directory "log". Jul 04 15:28:56 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:29:00 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:29:00 managed-node2 systemd[1]: postgresql.service: Killing process 12678 (postmaster) with signal SIGKILL. Jul 04 15:29:00 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:29:00 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:29:30 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:29:30 managed-node2 postmaster[19287]: 2026-07-04 15:29:30.572 EDT [19287] LOG: redirecting log output to logging collector process Jul 04 15:29:30 managed-node2 postmaster[19287]: 2026-07-04 15:29:30.572 EDT [19287] HINT: Future log output will appear in directory "log". Jul 04 15:29:30 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:29:35 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:29:35 managed-node2 systemd[1]: postgresql.service: Killing process 19288 (postmaster) with signal SIGKILL. Jul 04 15:29:35 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:29:35 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:29:35 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:29:35 managed-node2 postmaster[20828]: 2026-07-04 15:29:35.797 EDT [20828] LOG: redirecting log output to logging collector process Jul 04 15:29:35 managed-node2 postmaster[20828]: 2026-07-04 15:29:35.797 EDT [20828] HINT: Future log output will appear in directory "log". Jul 04 15:29:35 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:29:40 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:29:40 managed-node2 systemd[1]: postgresql.service: Killing process 20829 (postmaster) with signal SIGKILL. Jul 04 15:29:40 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:29:40 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:29:59 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:29:59 managed-node2 postmaster[25193]: 2026-07-04 15:29:59.185 EDT [25193] LOG: redirecting log output to logging collector process Jul 04 15:29:59 managed-node2 postmaster[25193]: 2026-07-04 15:29:59.185 EDT [25193] HINT: Future log output will appear in directory "log". Jul 04 15:29:59 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:30:02 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:30:02 managed-node2 systemd[1]: postgresql.service: Killing process 25194 (postmaster) with signal SIGKILL. Jul 04 15:30:02 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:30:02 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:30:02 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:30:02 managed-node2 postmaster[25933]: 2026-07-04 15:30:02.150 EDT [25933] LOG: redirecting log output to logging collector process Jul 04 15:30:02 managed-node2 postmaster[25933]: 2026-07-04 15:30:02.150 EDT [25933] HINT: Future log output will appear in directory "log". Jul 04 15:30:02 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:30:05 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:30:05 managed-node2 systemd[1]: postgresql.service: Killing process 25934 (postmaster) with signal SIGKILL. Jul 04 15:30:05 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:30:05 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:30:24 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:30:24 managed-node2 postmaster[30165]: 2026-07-04 15:30:24.961 EDT [30165] LOG: redirecting log output to logging collector process Jul 04 15:30:24 managed-node2 postmaster[30165]: 2026-07-04 15:30:24.961 EDT [30165] HINT: Future log output will appear in directory "log". Jul 04 15:30:24 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:30:28 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:30:28 managed-node2 systemd[1]: postgresql.service: Killing process 30166 (postmaster) with signal SIGKILL. Jul 04 15:30:28 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:30:28 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:30:28 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:30:28 managed-node2 postmaster[30972]: 2026-07-04 15:30:28.176 EDT [30972] LOG: redirecting log output to logging collector process Jul 04 15:30:28 managed-node2 postmaster[30972]: 2026-07-04 15:30:28.176 EDT [30972] HINT: Future log output will appear in directory "log". Jul 04 15:30:28 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:30:49 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:30:49 managed-node2 systemd[1]: postgresql.service: Killing process 30974 (postmaster) with signal SIGKILL. Jul 04 15:30:49 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:30:49 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:31:04 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:31:04 managed-node2 postmaster[35679]: 2026-07-04 15:31:04.069 EDT [35679] LOG: listening on IPv6 address "::1", port 5432 Jul 04 15:31:04 managed-node2 postmaster[35679]: 2026-07-04 15:31:04.069 EDT [35679] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jul 04 15:31:04 managed-node2 postmaster[35679]: 2026-07-04 15:31:04.071 EDT [35679] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jul 04 15:31:04 managed-node2 postmaster[35679]: 2026-07-04 15:31:04.075 EDT [35679] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jul 04 15:31:04 managed-node2 postmaster[35679]: 2026-07-04 15:31:04.085 EDT [35679] LOG: redirecting log output to logging collector process Jul 04 15:31:04 managed-node2 postmaster[35679]: 2026-07-04 15:31:04.085 EDT [35679] HINT: Future log output will appear in directory "log". Jul 04 15:31:04 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:31:06 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:31:06 managed-node2 systemd[1]: postgresql.service: Killing process 35680 (postmaster) with signal SIGKILL. Jul 04 15:31:06 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:31:06 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:31:06 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:31:07 managed-node2 postmaster[36486]: 2026-07-04 15:31:07.005 EDT [36486] LOG: listening on IPv6 address "::1", port 5432 Jul 04 15:31:07 managed-node2 postmaster[36486]: 2026-07-04 15:31:07.005 EDT [36486] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jul 04 15:31:07 managed-node2 postmaster[36486]: 2026-07-04 15:31:07.007 EDT [36486] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jul 04 15:31:07 managed-node2 postmaster[36486]: 2026-07-04 15:31:07.011 EDT [36486] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jul 04 15:31:07 managed-node2 postmaster[36486]: 2026-07-04 15:31:07.038 EDT [36486] LOG: redirecting log output to logging collector process Jul 04 15:31:07 managed-node2 postmaster[36486]: 2026-07-04 15:31:07.038 EDT [36486] HINT: Future log output will appear in directory "log". Jul 04 15:31:07 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:31:28 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:31:28 managed-node2 systemd[1]: postgresql.service: Killing process 36489 (postmaster) with signal SIGKILL. Jul 04 15:31:28 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:31:28 managed-node2 systemd[1]: Stopped PostgreSQL database server. TASK [Run postgresql role] ***************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:5 Saturday 04 July 2026 15:31:31 -0400 (0:00:00.335) 0:01:20.106 ********* included: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml for managed-node2 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:23 Saturday 04 July 2026 15:31:31 -0400 (0:00:00.031) 0:01:20.138 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:33 Saturday 04 July 2026 15:31:31 -0400 (0:00:00.013) 0:01:20.151 ********* TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:5 Saturday 04 July 2026 15:31:31 -0400 (0:00:00.024) 0:01:20.176 ********* included: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.postgresql : Ensure ansible_facts used by role] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:2 Saturday 04 July 2026 15:31:31 -0400 (0:00:00.047) 0:01:20.223 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.postgresql : Record role begin fingerprint] **** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:7 Saturday 04 July 2026 15:31:31 -0400 (0:00:00.648) 0:01:20.872 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if system is ostree] ******** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:16 Saturday 04 July 2026 15:31:32 -0400 (0:00:00.315) 0:01:21.187 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set flag to indicate system is ostree] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:21 Saturday 04 July 2026 15:31:32 -0400 (0:00:00.014) 0:01:21.201 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run systemctl] ******************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:28 Saturday 04 July 2026 15:31:32 -0400 (0:00:00.013) 0:01:21.215 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Require installed systemd] ******** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:36 Saturday 04 July 2026 15:31:32 -0400 (0:00:00.012) 0:01:21.228 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:41 Saturday 04 July 2026 15:31:32 -0400 (0:00:00.013) 0:01:21.241 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:46 Saturday 04 July 2026 15:31:32 -0400 (0:00:00.012) 0:01:21.254 ********* [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__postgresql_packages": [ "@postgresql:{{ postgresql_version }}/server" ] }, "ansible_included_var_files": [ "/tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__postgresql_packages": [ "@postgresql:{{ postgresql_version }}/server" ] }, "ansible_included_var_files": [ "/tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.postgresql : Check postgresql.conf] ************ task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:61 Saturday 04 July 2026 15:31:32 -0400 (0:00:00.038) 0:01:21.292 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS crt file] *************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:66 Saturday 04 July 2026 15:31:32 -0400 (0:00:00.317) 0:01:21.610 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS private key file] ******* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:71 Saturday 04 July 2026 15:31:32 -0400 (0:00:00.314) 0:01:21.924 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Gather the package facts] ********* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:8 Saturday 04 July 2026 15:31:33 -0400 (0:00:00.321) 0:01:22.246 ********* ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in the system (RHEL8)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:12 Saturday 04 July 2026 15:31:34 -0400 (0:00:01.342) 0:01:23.589 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in system (RHEL9)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:20 Saturday 04 July 2026 15:31:34 -0400 (0:00:00.032) 0:01:23.621 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in system (RHEL10)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:28 Saturday 04 July 2026 15:31:34 -0400 (0:00:00.030) 0:01:23.652 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check requested and installed version of Postgresql] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:38 Saturday 04 July 2026 15:31:34 -0400 (0:00:00.032) 0:01:23.684 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure required packages are installed] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:49 Saturday 04 July 2026 15:31:34 -0400 (0:00:00.024) 0:01:23.709 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:12/server installed.", "Installed: postgresql-12.15-3.module_el8+514+f9db76aa.x86_64", "Installed: postgresql-server-12.15-3.module_el8+514+f9db76aa.x86_64" ] } lsrpackages: @postgresql:12/server TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (with postgresql-setup)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:58 Saturday 04 July 2026 15:31:40 -0400 (0:00:05.883) 0:01:29.593 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "postgresql-setup", "--initdb" ], "delta": "0:00:00.727177", "end": "2026-07-04 15:31:41.669704", "rc": 0, "start": "2026-07-04 15:31:40.942527" } STDERR: * Initializing database in '/var/lib/pgsql/data' * Initialized, logs are in /var/lib/pgsql/initdb_postgresql.log TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (without postgresql-setup)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:67 Saturday 04 July 2026 15:31:41 -0400 (0:00:01.082) 0:01:30.675 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Init DB on non-booted systems (with postgresql-setup)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:81 Saturday 04 July 2026 15:31:41 -0400 (0:00:00.021) 0:01:30.697 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Init DB on non-booted systems (without postgresql-setup)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:98 Saturday 04 July 2026 15:31:41 -0400 (0:00:00.019) 0:01:30.716 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Enable and start existing instance of postgresql server] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:109 Saturday 04 July 2026 15:31:41 -0400 (0:00:00.019) 0:01:30.736 ********* changed: [managed-node2] => { "changed": true, "enabled": true, "name": "postgresql", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket sysinit.target system.slice basic.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "[not set]", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "13805", "LimitNPROCSoft": "13805", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13805", "LimitSIGPENDINGSoft": "13805", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22088", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "User": "postgres", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.postgresql : Fail on non-booted hosts] ********* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:118 Saturday 04 July 2026 15:31:42 -0400 (0:00:00.981) 0:01:31.717 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set password for super user] ****** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:123 Saturday 04 July 2026 15:31:42 -0400 (0:00:00.018) 0:01:31.736 ********* skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.postgresql : Enable logging in by password] **** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:135 Saturday 04 July 2026 15:31:42 -0400 (0:00:00.018) 0:01:31.754 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Fail input_file on non-booted hosts] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:143 Saturday 04 July 2026 15:31:42 -0400 (0:00:00.017) 0:01:31.772 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run provided SQL script] ********** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:150 Saturday 04 July 2026 15:31:42 -0400 (0:00:00.017) 0:01:31.789 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Manage certificates] ************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:154 Saturday 04 July 2026 15:31:42 -0400 (0:00:00.017) 0:01:31.807 ********* included: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml for managed-node2 TASK [Generate certificates] *************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:8 Saturday 04 July 2026 15:31:42 -0400 (0:00:00.031) 0:01:31.838 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:14 Saturday 04 July 2026 15:31:42 -0400 (0:00:00.018) 0:01:31.857 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key directory is traversable by postgres] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:24 Saturday 04 July 2026 15:31:42 -0400 (0:00:00.018) 0:01:31.875 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key is readable by postgres] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:33 Saturday 04 July 2026 15:31:42 -0400 (0:00:00.018) 0:01:31.893 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:44 Saturday 04 July 2026 15:31:42 -0400 (0:00:00.017) 0:01:31.911 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:54 Saturday 04 July 2026 15:31:42 -0400 (0:00:00.018) 0:01:31.930 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:62 Saturday 04 July 2026 15:31:42 -0400 (0:00:00.019) 0:01:31.949 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate file] ********* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:79 Saturday 04 July 2026 15:31:43 -0400 (0:00:00.018) 0:01:31.967 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install postgresql server private key] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:86 Saturday 04 July 2026 15:31:43 -0400 (0:00:00.017) 0:01:31.984 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Configure pg_hba.conf] ************ task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:157 Saturday 04 July 2026 15:31:43 -0400 (0:00:00.017) 0:01:32.001 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Create postgresql directory in /etc] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:169 Saturday 04 July 2026 15:31:43 -0400 (0:00:00.018) 0:01:32.020 ********* ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/postgresql", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.postgresql : Link generated conf file with server one] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:175 Saturday 04 July 2026 15:31:43 -0400 (0:00:00.332) 0:01:32.352 ********* NOTIFIED HANDLER fedora.linux_system_roles.postgresql : Restart postgresql for managed-node2 changed: [managed-node2] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles-internal.conf] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:182 Saturday 04 July 2026 15:31:43 -0400 (0:00:00.355) 0:01:32.707 ********* changed: [managed-node2] => { "changed": true, "checksum": "ff6c9a880bfc300b855e138983a07dc781ad4a1b", "dest": "/etc/postgresql/system-roles-internal.conf", "gid": 26, "group": "postgres", "md5sum": "87a256fa2d0c4961ddc59ca8b51d7cf7", "mode": "0600", "owner": "postgres", "secontext": "system_u:object_r:postgresql_etc_t:s0", "size": 102, "src": "/root/.ansible/tmp/ansible-tmp-1783193503.792191-13770-248024983801715/source", "state": "file", "uid": 26 } TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles.conf] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:195 Saturday 04 July 2026 15:31:44 -0400 (0:00:00.660) 0:01:33.368 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Link generated conf file with server one] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:205 Saturday 04 July 2026 15:31:44 -0400 (0:00:00.018) 0:01:33.386 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Record role success fingerprint] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:211 Saturday 04 July 2026 15:31:44 -0400 (0:00:00.018) 0:01:33.405 ********* ok: [managed-node2] => { "changed": false } TASK [Run postgresql role to set vars only] ************************************ task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:11 Saturday 04 July 2026 15:31:44 -0400 (0:00:00.325) 0:01:33.730 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [fedora.linux_system_roles.postgresql : Restart postgresql] **** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/handlers/main.yml:3 Saturday 04 July 2026 15:31:44 -0400 (0:00:00.011) 0:01:33.742 ********* changed: [managed-node2] => { "changed": true, "name": "postgresql", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-07-04 15:31:42 EDT", "ActiveEnterTimestampMonotonic": "423669026", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target systemd-journald.socket system.slice basic.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-07-04 15:31:42 EDT", "AssertTimestampMonotonic": "423620679", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-07-04 15:31:42 EDT", "ConditionTimestampMonotonic": "423620678", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/postgresql.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "41222", "ExecMainStartTimestamp": "Sat 2026-07-04 15:31:42 EDT", "ExecMainStartTimestampMonotonic": "423629505", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; ignore_errors=no ; start_time=[Sat 2026-07-04 15:31:42 EDT] ; stop_time=[n/a] ; pid=41222 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; ignore_errors=no ; start_time=[Sat 2026-07-04 15:31:42 EDT] ; stop_time=[Sat 2026-07-04 15:31:42 EDT] ; pid=41219 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "26", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-07-04 15:31:42 EDT", "InactiveExitTimestampMonotonic": "423621532", "InvocationID": "2a74e8d241ce4cdeb1d873dc8ec0c376", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "13805", "LimitNPROCSoft": "13805", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13805", "LimitSIGPENDINGSoft": "13805", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "41222", "MemoryAccounting": "yes", "MemoryCurrent": "17854464", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2026-07-04 15:31:42 EDT", "StateChangeTimestampMonotonic": "423669026", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "8", "TasksMax": "22088", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "26", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "postgres", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2026-07-04 15:31:42 EDT", "WatchdogTimestampMonotonic": "423669024", "WatchdogUSec": "0" } } META: ran handlers TASK [Test - postgresql-server running] **************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:21 Saturday 04 July 2026 15:31:45 -0400 (0:00:00.895) 0:01:34.638 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "postgresql" ], "delta": "0:00:00.007617", "end": "2026-07-04 15:31:45.973508", "rc": 0, "start": "2026-07-04 15:31:45.965891" } STDOUT: active TASK [Test - postgresql-server is enabled] ************************************* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:27 Saturday 04 July 2026 15:31:46 -0400 (0:00:00.338) 0:01:34.976 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "postgresql" ], "delta": "0:00:00.007842", "end": "2026-07-04 15:31:46.302960", "rc": 0, "start": "2026-07-04 15:31:46.295118" } STDOUT: enabled TASK [Test - database is accessible for super user using Unix socket] ********** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 Saturday 04 July 2026 15:31:46 -0400 (0:00:00.329) 0:01:35.306 ********* ok: [managed-node2] => { "ansible_job_id": "299893399642.42429", "changed": false, "cmd": "set -euo pipefail\necho '\\q' | psql\n", "delta": "0:00:00.010872", "end": "2026-07-04 15:31:46.850158", "finished": 1, "rc": 0, "start": "2026-07-04 15:31:46.839286" } TASK [Check - server tuning is used - shared buffers] ************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:44 Saturday 04 July 2026 15:32:02 -0400 (0:00:15.713) 0:01:51.019 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW shared_buffers;\" | psql\n", "delta": "0:00:00.009409", "end": "2026-07-04 15:32:02.366104", "rc": 0, "start": "2026-07-04 15:32:02.356695" } STDOUT: shared_buffers ---------------- 872MB (1 row) TASK [Test - server tuning is used - shared buffers] *************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:56 Saturday 04 July 2026 15:32:02 -0400 (0:00:00.350) 0:01:51.370 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check - server tuning is used - effective cache size] ******************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:67 Saturday 04 July 2026 15:32:02 -0400 (0:00:00.031) 0:01:51.402 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW effective_cache_size;\" | psql\n", "delta": "0:00:00.009213", "end": "2026-07-04 15:32:02.751335", "rc": 0, "start": "2026-07-04 15:32:02.742122" } STDOUT: effective_cache_size ---------------------- 1744MB (1 row) TASK [Test - server tuning is used - effective cache size] ********************* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:79 Saturday 04 July 2026 15:32:02 -0400 (0:00:00.353) 0:01:51.755 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check postgresql version matches postgresql_version] ********************* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:90 Saturday 04 July 2026 15:32:02 -0400 (0:00:00.031) 0:01:51.787 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "postgres", "--version" ], "delta": "0:00:00.008170", "end": "2026-07-04 15:32:03.115980", "failed_when_result": false, "rc": 0, "start": "2026-07-04 15:32:03.107810" } STDOUT: postgres (PostgreSQL) 12.15 TASK [Clean up] **************************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:98 Saturday 04 July 2026 15:32:03 -0400 (0:00:00.335) 0:01:52.122 ********* included: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml for managed-node2 META: ran handlers TASK [Uninstall postgresql] **************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Saturday 04 July 2026 15:32:03 -0400 (0:00:00.032) 0:01:52.155 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:12/server removed.", "Removed: postgresql-12.15-3.module_el8+514+f9db76aa.x86_64", "Removed: postgresql-server-12.15-3.module_el8+514+f9db76aa.x86_64" ] } TASK [Stop and disable postgresql service] ************************************* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:20 Saturday 04 July 2026 15:32:07 -0400 (0:00:04.541) 0:01:56.696 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove data directory] *************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:27 Saturday 04 July 2026 15:32:07 -0400 (0:00:00.018) 0:01:56.715 ********* changed: [managed-node2] => { "changed": true, "path": "/var/lib/pgsql/data", "state": "absent" } TASK [Remove config files] ***************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:32 Saturday 04 July 2026 15:32:08 -0400 (0:00:00.371) 0:01:57.086 ********* [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. ok: [managed-node2] => (item=/var/lib/pgsql/data/postgresql.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/var/lib/pgsql/data/postgresql.conf", "path": "/var/lib/pgsql/data/postgresql.conf", "state": "absent" } ok: [managed-node2] => (item=/var/lib/pgsql/data/pg_hba.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/var/lib/pgsql/data/pg_hba.conf", "path": "/var/lib/pgsql/data/pg_hba.conf", "state": "absent" } ok: [managed-node2] => (item=/etc/postgresql/system-roles.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/postgresql/system-roles.conf", "path": "/etc/postgresql/system-roles.conf", "state": "absent" } changed: [managed-node2] => (item=/etc/postgresql/system-roles-internal.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/postgresql/system-roles-internal.conf", "path": "/etc/postgresql/system-roles-internal.conf", "state": "absent" } TASK [Dump logs] *************************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:42 Saturday 04 July 2026 15:32:09 -0400 (0:00:01.277) 0:01:58.363 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "journalctl", "-u", "postgresql" ], "delta": "0:00:00.006784", "end": "2026-07-04 15:32:09.687797", "rc": 0, "start": "2026-07-04 15:32:09.681013" } STDOUT: -- Logs begin at Sat 2026-07-04 15:24:39 EDT, end at Sat 2026-07-04 15:32:09 EDT. -- Jul 04 15:28:48 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:28:48 managed-node2 postmaster[10414]: 2026-07-04 15:28:48.854 EDT [10414] LOG: redirecting log output to logging collector process Jul 04 15:28:48 managed-node2 postmaster[10414]: 2026-07-04 15:28:48.854 EDT [10414] HINT: Future log output will appear in directory "log". Jul 04 15:28:48 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:28:56 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:28:56 managed-node2 systemd[1]: postgresql.service: Killing process 10415 (postmaster) with signal SIGKILL. Jul 04 15:28:56 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:28:56 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:28:56 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:28:56 managed-node2 postmaster[12677]: 2026-07-04 15:28:56.349 EDT [12677] LOG: redirecting log output to logging collector process Jul 04 15:28:56 managed-node2 postmaster[12677]: 2026-07-04 15:28:56.349 EDT [12677] HINT: Future log output will appear in directory "log". Jul 04 15:28:56 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:29:00 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:29:00 managed-node2 systemd[1]: postgresql.service: Killing process 12678 (postmaster) with signal SIGKILL. Jul 04 15:29:00 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:29:00 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:29:30 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:29:30 managed-node2 postmaster[19287]: 2026-07-04 15:29:30.572 EDT [19287] LOG: redirecting log output to logging collector process Jul 04 15:29:30 managed-node2 postmaster[19287]: 2026-07-04 15:29:30.572 EDT [19287] HINT: Future log output will appear in directory "log". Jul 04 15:29:30 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:29:35 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:29:35 managed-node2 systemd[1]: postgresql.service: Killing process 19288 (postmaster) with signal SIGKILL. Jul 04 15:29:35 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:29:35 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:29:35 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:29:35 managed-node2 postmaster[20828]: 2026-07-04 15:29:35.797 EDT [20828] LOG: redirecting log output to logging collector process Jul 04 15:29:35 managed-node2 postmaster[20828]: 2026-07-04 15:29:35.797 EDT [20828] HINT: Future log output will appear in directory "log". Jul 04 15:29:35 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:29:40 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:29:40 managed-node2 systemd[1]: postgresql.service: Killing process 20829 (postmaster) with signal SIGKILL. Jul 04 15:29:40 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:29:40 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:29:59 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:29:59 managed-node2 postmaster[25193]: 2026-07-04 15:29:59.185 EDT [25193] LOG: redirecting log output to logging collector process Jul 04 15:29:59 managed-node2 postmaster[25193]: 2026-07-04 15:29:59.185 EDT [25193] HINT: Future log output will appear in directory "log". Jul 04 15:29:59 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:30:02 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:30:02 managed-node2 systemd[1]: postgresql.service: Killing process 25194 (postmaster) with signal SIGKILL. Jul 04 15:30:02 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:30:02 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:30:02 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:30:02 managed-node2 postmaster[25933]: 2026-07-04 15:30:02.150 EDT [25933] LOG: redirecting log output to logging collector process Jul 04 15:30:02 managed-node2 postmaster[25933]: 2026-07-04 15:30:02.150 EDT [25933] HINT: Future log output will appear in directory "log". Jul 04 15:30:02 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:30:05 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:30:05 managed-node2 systemd[1]: postgresql.service: Killing process 25934 (postmaster) with signal SIGKILL. Jul 04 15:30:05 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:30:05 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:30:24 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:30:24 managed-node2 postmaster[30165]: 2026-07-04 15:30:24.961 EDT [30165] LOG: redirecting log output to logging collector process Jul 04 15:30:24 managed-node2 postmaster[30165]: 2026-07-04 15:30:24.961 EDT [30165] HINT: Future log output will appear in directory "log". Jul 04 15:30:24 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:30:28 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:30:28 managed-node2 systemd[1]: postgresql.service: Killing process 30166 (postmaster) with signal SIGKILL. Jul 04 15:30:28 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:30:28 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:30:28 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:30:28 managed-node2 postmaster[30972]: 2026-07-04 15:30:28.176 EDT [30972] LOG: redirecting log output to logging collector process Jul 04 15:30:28 managed-node2 postmaster[30972]: 2026-07-04 15:30:28.176 EDT [30972] HINT: Future log output will appear in directory "log". Jul 04 15:30:28 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:30:49 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:30:49 managed-node2 systemd[1]: postgresql.service: Killing process 30974 (postmaster) with signal SIGKILL. Jul 04 15:30:49 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:30:49 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:31:04 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:31:04 managed-node2 postmaster[35679]: 2026-07-04 15:31:04.069 EDT [35679] LOG: listening on IPv6 address "::1", port 5432 Jul 04 15:31:04 managed-node2 postmaster[35679]: 2026-07-04 15:31:04.069 EDT [35679] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jul 04 15:31:04 managed-node2 postmaster[35679]: 2026-07-04 15:31:04.071 EDT [35679] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jul 04 15:31:04 managed-node2 postmaster[35679]: 2026-07-04 15:31:04.075 EDT [35679] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jul 04 15:31:04 managed-node2 postmaster[35679]: 2026-07-04 15:31:04.085 EDT [35679] LOG: redirecting log output to logging collector process Jul 04 15:31:04 managed-node2 postmaster[35679]: 2026-07-04 15:31:04.085 EDT [35679] HINT: Future log output will appear in directory "log". Jul 04 15:31:04 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:31:06 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:31:06 managed-node2 systemd[1]: postgresql.service: Killing process 35680 (postmaster) with signal SIGKILL. Jul 04 15:31:06 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:31:06 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:31:06 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:31:07 managed-node2 postmaster[36486]: 2026-07-04 15:31:07.005 EDT [36486] LOG: listening on IPv6 address "::1", port 5432 Jul 04 15:31:07 managed-node2 postmaster[36486]: 2026-07-04 15:31:07.005 EDT [36486] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jul 04 15:31:07 managed-node2 postmaster[36486]: 2026-07-04 15:31:07.007 EDT [36486] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jul 04 15:31:07 managed-node2 postmaster[36486]: 2026-07-04 15:31:07.011 EDT [36486] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jul 04 15:31:07 managed-node2 postmaster[36486]: 2026-07-04 15:31:07.038 EDT [36486] LOG: redirecting log output to logging collector process Jul 04 15:31:07 managed-node2 postmaster[36486]: 2026-07-04 15:31:07.038 EDT [36486] HINT: Future log output will appear in directory "log". Jul 04 15:31:07 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:31:28 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:31:28 managed-node2 systemd[1]: postgresql.service: Killing process 36489 (postmaster) with signal SIGKILL. Jul 04 15:31:28 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:31:28 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:31:42 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:31:42 managed-node2 postmaster[41222]: 2026-07-04 15:31:42.676 EDT [41222] LOG: starting PostgreSQL 12.15 on x86_64-redhat-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-20), 64-bit Jul 04 15:31:42 managed-node2 postmaster[41222]: 2026-07-04 15:31:42.676 EDT [41222] LOG: listening on IPv6 address "::1", port 5432 Jul 04 15:31:42 managed-node2 postmaster[41222]: 2026-07-04 15:31:42.676 EDT [41222] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jul 04 15:31:42 managed-node2 postmaster[41222]: 2026-07-04 15:31:42.678 EDT [41222] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jul 04 15:31:42 managed-node2 postmaster[41222]: 2026-07-04 15:31:42.682 EDT [41222] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jul 04 15:31:42 managed-node2 postmaster[41222]: 2026-07-04 15:31:42.692 EDT [41222] LOG: redirecting log output to logging collector process Jul 04 15:31:42 managed-node2 postmaster[41222]: 2026-07-04 15:31:42.692 EDT [41222] HINT: Future log output will appear in directory "log". Jul 04 15:31:42 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:31:45 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:31:45 managed-node2 systemd[1]: postgresql.service: Killing process 41223 (postmaster) with signal SIGKILL. Jul 04 15:31:45 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:31:45 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:31:45 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:31:45 managed-node2 postmaster[42029]: 2026-07-04 15:31:45.577 EDT [42029] LOG: starting PostgreSQL 12.15 on x86_64-redhat-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-20), 64-bit Jul 04 15:31:45 managed-node2 postmaster[42029]: 2026-07-04 15:31:45.578 EDT [42029] LOG: listening on IPv6 address "::1", port 5432 Jul 04 15:31:45 managed-node2 postmaster[42029]: 2026-07-04 15:31:45.578 EDT [42029] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jul 04 15:31:45 managed-node2 postmaster[42029]: 2026-07-04 15:31:45.580 EDT [42029] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jul 04 15:31:45 managed-node2 postmaster[42029]: 2026-07-04 15:31:45.584 EDT [42029] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jul 04 15:31:45 managed-node2 postmaster[42029]: 2026-07-04 15:31:45.612 EDT [42029] LOG: redirecting log output to logging collector process Jul 04 15:31:45 managed-node2 postmaster[42029]: 2026-07-04 15:31:45.612 EDT [42029] HINT: Future log output will appear in directory "log". Jul 04 15:31:45 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:32:06 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:32:06 managed-node2 systemd[1]: postgresql.service: Killing process 42031 (postmaster) with signal SIGKILL. Jul 04 15:32:06 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:32:06 managed-node2 systemd[1]: Stopped PostgreSQL database server. TASK [Run postgresql role] ***************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:5 Saturday 04 July 2026 15:32:09 -0400 (0:00:00.329) 0:01:58.692 ********* included: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml for managed-node2 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:23 Saturday 04 July 2026 15:32:09 -0400 (0:00:00.032) 0:01:58.724 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:33 Saturday 04 July 2026 15:32:09 -0400 (0:00:00.013) 0:01:58.738 ********* TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:5 Saturday 04 July 2026 15:32:09 -0400 (0:00:00.025) 0:01:58.763 ********* included: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.postgresql : Ensure ansible_facts used by role] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:2 Saturday 04 July 2026 15:32:09 -0400 (0:00:00.027) 0:01:58.790 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.postgresql : Record role begin fingerprint] **** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:7 Saturday 04 July 2026 15:32:10 -0400 (0:00:00.647) 0:01:59.438 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if system is ostree] ******** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:16 Saturday 04 July 2026 15:32:10 -0400 (0:00:00.317) 0:01:59.755 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set flag to indicate system is ostree] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:21 Saturday 04 July 2026 15:32:10 -0400 (0:00:00.013) 0:01:59.769 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run systemctl] ******************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:28 Saturday 04 July 2026 15:32:10 -0400 (0:00:00.013) 0:01:59.782 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Require installed systemd] ******** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:36 Saturday 04 July 2026 15:32:10 -0400 (0:00:00.013) 0:01:59.796 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:41 Saturday 04 July 2026 15:32:10 -0400 (0:00:00.013) 0:01:59.809 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:46 Saturday 04 July 2026 15:32:10 -0400 (0:00:00.013) 0:01:59.823 ********* [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__postgresql_packages": [ "@postgresql:{{ postgresql_version }}/server" ] }, "ansible_included_var_files": [ "/tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__postgresql_packages": [ "@postgresql:{{ postgresql_version }}/server" ] }, "ansible_included_var_files": [ "/tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.postgresql : Check postgresql.conf] ************ task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:61 Saturday 04 July 2026 15:32:10 -0400 (0:00:00.039) 0:01:59.862 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS crt file] *************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:66 Saturday 04 July 2026 15:32:11 -0400 (0:00:00.317) 0:02:00.180 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS private key file] ******* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:71 Saturday 04 July 2026 15:32:11 -0400 (0:00:00.317) 0:02:00.497 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Gather the package facts] ********* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:8 Saturday 04 July 2026 15:32:11 -0400 (0:00:00.314) 0:02:00.811 ********* ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in the system (RHEL8)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:12 Saturday 04 July 2026 15:32:13 -0400 (0:00:01.343) 0:02:02.155 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in system (RHEL9)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:20 Saturday 04 July 2026 15:32:13 -0400 (0:00:00.032) 0:02:02.188 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in system (RHEL10)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:28 Saturday 04 July 2026 15:32:13 -0400 (0:00:00.030) 0:02:02.218 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check requested and installed version of Postgresql] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:38 Saturday 04 July 2026 15:32:13 -0400 (0:00:00.032) 0:02:02.250 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure required packages are installed] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:49 Saturday 04 July 2026 15:32:13 -0400 (0:00:00.023) 0:02:02.273 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:15/server installed.", "Installed: postgresql-15.0-1.module_el8.8.0+1240+2fac00b0.x86_64", "Installed: postgresql-server-15.0-1.module_el8.8.0+1240+2fac00b0.x86_64", "Installed: postgresql-private-libs-15.0-1.module_el8.8.0+1240+2fac00b0.x86_64" ] } lsrpackages: @postgresql:15/server TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (with postgresql-setup)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:58 Saturday 04 July 2026 15:32:19 -0400 (0:00:06.574) 0:02:08.848 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "postgresql-setup", "--initdb" ], "delta": "0:00:00.719601", "end": "2026-07-04 15:32:20.947632", "rc": 0, "start": "2026-07-04 15:32:20.228031" } STDERR: * Initializing database in '/var/lib/pgsql/data' * Initialized, logs are in /var/lib/pgsql/initdb_postgresql.log TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (without postgresql-setup)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:67 Saturday 04 July 2026 15:32:21 -0400 (0:00:01.106) 0:02:09.954 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Init DB on non-booted systems (with postgresql-setup)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:81 Saturday 04 July 2026 15:32:21 -0400 (0:00:00.045) 0:02:10.000 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Init DB on non-booted systems (without postgresql-setup)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:98 Saturday 04 July 2026 15:32:21 -0400 (0:00:00.020) 0:02:10.020 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Enable and start existing instance of postgresql server] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:109 Saturday 04 July 2026 15:32:21 -0400 (0:00:00.019) 0:02:10.040 ********* changed: [managed-node2] => { "changed": true, "enabled": true, "name": "postgresql", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target network.target basic.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "[not set]", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "13805", "LimitNPROCSoft": "13805", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13805", "LimitSIGPENDINGSoft": "13805", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22088", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "User": "postgres", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.postgresql : Fail on non-booted hosts] ********* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:118 Saturday 04 July 2026 15:32:22 -0400 (0:00:00.984) 0:02:11.024 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set password for super user] ****** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:123 Saturday 04 July 2026 15:32:22 -0400 (0:00:00.018) 0:02:11.043 ********* skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.postgresql : Enable logging in by password] **** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:135 Saturday 04 July 2026 15:32:22 -0400 (0:00:00.018) 0:02:11.062 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Fail input_file on non-booted hosts] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:143 Saturday 04 July 2026 15:32:22 -0400 (0:00:00.018) 0:02:11.081 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run provided SQL script] ********** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:150 Saturday 04 July 2026 15:32:22 -0400 (0:00:00.018) 0:02:11.099 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Manage certificates] ************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:154 Saturday 04 July 2026 15:32:22 -0400 (0:00:00.018) 0:02:11.117 ********* included: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml for managed-node2 TASK [Generate certificates] *************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:8 Saturday 04 July 2026 15:32:22 -0400 (0:00:00.032) 0:02:11.149 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:14 Saturday 04 July 2026 15:32:22 -0400 (0:00:00.018) 0:02:11.168 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key directory is traversable by postgres] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:24 Saturday 04 July 2026 15:32:22 -0400 (0:00:00.018) 0:02:11.187 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key is readable by postgres] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:33 Saturday 04 July 2026 15:32:22 -0400 (0:00:00.018) 0:02:11.205 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:44 Saturday 04 July 2026 15:32:22 -0400 (0:00:00.018) 0:02:11.224 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:54 Saturday 04 July 2026 15:32:22 -0400 (0:00:00.018) 0:02:11.242 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:62 Saturday 04 July 2026 15:32:22 -0400 (0:00:00.019) 0:02:11.261 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate file] ********* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:79 Saturday 04 July 2026 15:32:22 -0400 (0:00:00.018) 0:02:11.280 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install postgresql server private key] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:86 Saturday 04 July 2026 15:32:22 -0400 (0:00:00.017) 0:02:11.297 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Configure pg_hba.conf] ************ task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:157 Saturday 04 July 2026 15:32:22 -0400 (0:00:00.017) 0:02:11.314 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Create postgresql directory in /etc] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:169 Saturday 04 July 2026 15:32:22 -0400 (0:00:00.019) 0:02:11.334 ********* ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/postgresql", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.postgresql : Link generated conf file with server one] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:175 Saturday 04 July 2026 15:32:22 -0400 (0:00:00.343) 0:02:11.677 ********* NOTIFIED HANDLER fedora.linux_system_roles.postgresql : Restart postgresql for managed-node2 changed: [managed-node2] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles-internal.conf] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:182 Saturday 04 July 2026 15:32:23 -0400 (0:00:00.333) 0:02:12.010 ********* changed: [managed-node2] => { "changed": true, "checksum": "ff6c9a880bfc300b855e138983a07dc781ad4a1b", "dest": "/etc/postgresql/system-roles-internal.conf", "gid": 26, "group": "postgres", "md5sum": "87a256fa2d0c4961ddc59ca8b51d7cf7", "mode": "0600", "owner": "postgres", "secontext": "system_u:object_r:postgresql_etc_t:s0", "size": 102, "src": "/root/.ansible/tmp/ansible-tmp-1783193543.0949109-14237-10287596445751/source", "state": "file", "uid": 26 } TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles.conf] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:195 Saturday 04 July 2026 15:32:23 -0400 (0:00:00.664) 0:02:12.675 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Link generated conf file with server one] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:205 Saturday 04 July 2026 15:32:23 -0400 (0:00:00.018) 0:02:12.694 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Record role success fingerprint] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:211 Saturday 04 July 2026 15:32:23 -0400 (0:00:00.018) 0:02:12.712 ********* ok: [managed-node2] => { "changed": false } TASK [Run postgresql role to set vars only] ************************************ task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:11 Saturday 04 July 2026 15:32:24 -0400 (0:00:00.329) 0:02:13.042 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [fedora.linux_system_roles.postgresql : Restart postgresql] **** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/handlers/main.yml:3 Saturday 04 July 2026 15:32:24 -0400 (0:00:00.012) 0:02:13.054 ********* changed: [managed-node2] => { "changed": true, "name": "postgresql", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-07-04 15:32:22 EDT", "ActiveEnterTimestampMonotonic": "462976671", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target sysinit.target systemd-journald.socket system.slice network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-07-04 15:32:21 EDT", "AssertTimestampMonotonic": "462928474", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-07-04 15:32:21 EDT", "ConditionTimestampMonotonic": "462928473", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/postgresql.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "46775", "ExecMainStartTimestamp": "Sat 2026-07-04 15:32:21 EDT", "ExecMainStartTimestampMonotonic": "462937081", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; ignore_errors=no ; start_time=[Sat 2026-07-04 15:32:21 EDT] ; stop_time=[n/a] ; pid=46775 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; ignore_errors=no ; start_time=[Sat 2026-07-04 15:32:21 EDT] ; stop_time=[Sat 2026-07-04 15:32:21 EDT] ; pid=46772 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "26", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-07-04 15:32:21 EDT", "InactiveExitTimestampMonotonic": "462929280", "InvocationID": "11815db8ef544ab29def424bcf3081af", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "13805", "LimitNPROCSoft": "13805", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13805", "LimitSIGPENDINGSoft": "13805", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "46775", "MemoryAccounting": "yes", "MemoryCurrent": "18436096", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2026-07-04 15:32:22 EDT", "StateChangeTimestampMonotonic": "462976671", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "7", "TasksMax": "22088", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "26", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "postgres", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2026-07-04 15:32:22 EDT", "WatchdogTimestampMonotonic": "462976670", "WatchdogUSec": "0" } } META: ran handlers TASK [Test - postgresql-server running] **************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:21 Saturday 04 July 2026 15:32:24 -0400 (0:00:00.887) 0:02:13.942 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "postgresql" ], "delta": "0:00:00.007223", "end": "2026-07-04 15:32:25.270091", "rc": 0, "start": "2026-07-04 15:32:25.262868" } STDOUT: active TASK [Test - postgresql-server is enabled] ************************************* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:27 Saturday 04 July 2026 15:32:25 -0400 (0:00:00.330) 0:02:14.272 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "postgresql" ], "delta": "0:00:00.007747", "end": "2026-07-04 15:32:25.601525", "rc": 0, "start": "2026-07-04 15:32:25.593778" } STDOUT: enabled TASK [Test - database is accessible for super user using Unix socket] ********** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 Saturday 04 July 2026 15:32:25 -0400 (0:00:00.332) 0:02:14.605 ********* ok: [managed-node2] => { "ansible_job_id": "776632008390.47980", "changed": false, "cmd": "set -euo pipefail\necho '\\q' | psql\n", "delta": "0:00:00.011554", "end": "2026-07-04 15:32:26.151780", "finished": 1, "rc": 0, "start": "2026-07-04 15:32:26.140226" } TASK [Check - server tuning is used - shared buffers] ************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:44 Saturday 04 July 2026 15:32:41 -0400 (0:00:15.710) 0:02:30.315 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW shared_buffers;\" | psql\n", "delta": "0:00:00.009137", "end": "2026-07-04 15:32:41.658164", "rc": 0, "start": "2026-07-04 15:32:41.649027" } STDOUT: shared_buffers ---------------- 872MB (1 row) TASK [Test - server tuning is used - shared buffers] *************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:56 Saturday 04 July 2026 15:32:41 -0400 (0:00:00.347) 0:02:30.663 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check - server tuning is used - effective cache size] ******************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:67 Saturday 04 July 2026 15:32:41 -0400 (0:00:00.031) 0:02:30.694 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW effective_cache_size;\" | psql\n", "delta": "0:00:00.008702", "end": "2026-07-04 15:32:42.035303", "rc": 0, "start": "2026-07-04 15:32:42.026601" } STDOUT: effective_cache_size ---------------------- 1744MB (1 row) TASK [Test - server tuning is used - effective cache size] ********************* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:79 Saturday 04 July 2026 15:32:42 -0400 (0:00:00.345) 0:02:31.040 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check postgresql version matches postgresql_version] ********************* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:90 Saturday 04 July 2026 15:32:42 -0400 (0:00:00.031) 0:02:31.072 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "postgres", "--version" ], "delta": "0:00:00.008923", "end": "2026-07-04 15:32:42.402568", "failed_when_result": false, "rc": 0, "start": "2026-07-04 15:32:42.393645" } STDOUT: postgres (PostgreSQL) 15.0 TASK [Clean up] **************************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:98 Saturday 04 July 2026 15:32:42 -0400 (0:00:00.339) 0:02:31.411 ********* included: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml for managed-node2 META: ran handlers TASK [Uninstall postgresql] **************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Saturday 04 July 2026 15:32:42 -0400 (0:00:00.056) 0:02:31.468 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:15/server removed.", "Removed: postgresql-server-15.0-1.module_el8.8.0+1240+2fac00b0.x86_64", "Removed: postgresql-15.0-1.module_el8.8.0+1240+2fac00b0.x86_64", "Removed: postgresql-private-libs-15.0-1.module_el8.8.0+1240+2fac00b0.x86_64" ] } TASK [Stop and disable postgresql service] ************************************* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:20 Saturday 04 July 2026 15:32:47 -0400 (0:00:04.562) 0:02:36.030 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove data directory] *************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:27 Saturday 04 July 2026 15:32:47 -0400 (0:00:00.018) 0:02:36.049 ********* changed: [managed-node2] => { "changed": true, "path": "/var/lib/pgsql/data", "state": "absent" } TASK [Remove config files] ***************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:32 Saturday 04 July 2026 15:32:47 -0400 (0:00:00.368) 0:02:36.417 ********* [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. ok: [managed-node2] => (item=/var/lib/pgsql/data/postgresql.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/var/lib/pgsql/data/postgresql.conf", "path": "/var/lib/pgsql/data/postgresql.conf", "state": "absent" } ok: [managed-node2] => (item=/var/lib/pgsql/data/pg_hba.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/var/lib/pgsql/data/pg_hba.conf", "path": "/var/lib/pgsql/data/pg_hba.conf", "state": "absent" } ok: [managed-node2] => (item=/etc/postgresql/system-roles.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/postgresql/system-roles.conf", "path": "/etc/postgresql/system-roles.conf", "state": "absent" } changed: [managed-node2] => (item=/etc/postgresql/system-roles-internal.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/postgresql/system-roles-internal.conf", "path": "/etc/postgresql/system-roles-internal.conf", "state": "absent" } TASK [Dump logs] *************************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:42 Saturday 04 July 2026 15:32:48 -0400 (0:00:01.269) 0:02:37.687 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "journalctl", "-u", "postgresql" ], "delta": "0:00:00.007161", "end": "2026-07-04 15:32:49.016012", "rc": 0, "start": "2026-07-04 15:32:49.008851" } STDOUT: -- Logs begin at Sat 2026-07-04 15:24:39 EDT, end at Sat 2026-07-04 15:32:49 EDT. -- Jul 04 15:28:48 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:28:48 managed-node2 postmaster[10414]: 2026-07-04 15:28:48.854 EDT [10414] LOG: redirecting log output to logging collector process Jul 04 15:28:48 managed-node2 postmaster[10414]: 2026-07-04 15:28:48.854 EDT [10414] HINT: Future log output will appear in directory "log". Jul 04 15:28:48 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:28:56 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:28:56 managed-node2 systemd[1]: postgresql.service: Killing process 10415 (postmaster) with signal SIGKILL. Jul 04 15:28:56 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:28:56 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:28:56 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:28:56 managed-node2 postmaster[12677]: 2026-07-04 15:28:56.349 EDT [12677] LOG: redirecting log output to logging collector process Jul 04 15:28:56 managed-node2 postmaster[12677]: 2026-07-04 15:28:56.349 EDT [12677] HINT: Future log output will appear in directory "log". Jul 04 15:28:56 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:29:00 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:29:00 managed-node2 systemd[1]: postgresql.service: Killing process 12678 (postmaster) with signal SIGKILL. Jul 04 15:29:00 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:29:00 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:29:30 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:29:30 managed-node2 postmaster[19287]: 2026-07-04 15:29:30.572 EDT [19287] LOG: redirecting log output to logging collector process Jul 04 15:29:30 managed-node2 postmaster[19287]: 2026-07-04 15:29:30.572 EDT [19287] HINT: Future log output will appear in directory "log". Jul 04 15:29:30 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:29:35 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:29:35 managed-node2 systemd[1]: postgresql.service: Killing process 19288 (postmaster) with signal SIGKILL. Jul 04 15:29:35 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:29:35 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:29:35 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:29:35 managed-node2 postmaster[20828]: 2026-07-04 15:29:35.797 EDT [20828] LOG: redirecting log output to logging collector process Jul 04 15:29:35 managed-node2 postmaster[20828]: 2026-07-04 15:29:35.797 EDT [20828] HINT: Future log output will appear in directory "log". Jul 04 15:29:35 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:29:40 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:29:40 managed-node2 systemd[1]: postgresql.service: Killing process 20829 (postmaster) with signal SIGKILL. Jul 04 15:29:40 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:29:40 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:29:59 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:29:59 managed-node2 postmaster[25193]: 2026-07-04 15:29:59.185 EDT [25193] LOG: redirecting log output to logging collector process Jul 04 15:29:59 managed-node2 postmaster[25193]: 2026-07-04 15:29:59.185 EDT [25193] HINT: Future log output will appear in directory "log". Jul 04 15:29:59 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:30:02 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:30:02 managed-node2 systemd[1]: postgresql.service: Killing process 25194 (postmaster) with signal SIGKILL. Jul 04 15:30:02 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:30:02 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:30:02 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:30:02 managed-node2 postmaster[25933]: 2026-07-04 15:30:02.150 EDT [25933] LOG: redirecting log output to logging collector process Jul 04 15:30:02 managed-node2 postmaster[25933]: 2026-07-04 15:30:02.150 EDT [25933] HINT: Future log output will appear in directory "log". Jul 04 15:30:02 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:30:05 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:30:05 managed-node2 systemd[1]: postgresql.service: Killing process 25934 (postmaster) with signal SIGKILL. Jul 04 15:30:05 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:30:05 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:30:24 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:30:24 managed-node2 postmaster[30165]: 2026-07-04 15:30:24.961 EDT [30165] LOG: redirecting log output to logging collector process Jul 04 15:30:24 managed-node2 postmaster[30165]: 2026-07-04 15:30:24.961 EDT [30165] HINT: Future log output will appear in directory "log". Jul 04 15:30:24 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:30:28 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:30:28 managed-node2 systemd[1]: postgresql.service: Killing process 30166 (postmaster) with signal SIGKILL. Jul 04 15:30:28 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:30:28 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:30:28 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:30:28 managed-node2 postmaster[30972]: 2026-07-04 15:30:28.176 EDT [30972] LOG: redirecting log output to logging collector process Jul 04 15:30:28 managed-node2 postmaster[30972]: 2026-07-04 15:30:28.176 EDT [30972] HINT: Future log output will appear in directory "log". Jul 04 15:30:28 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:30:49 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:30:49 managed-node2 systemd[1]: postgresql.service: Killing process 30974 (postmaster) with signal SIGKILL. Jul 04 15:30:49 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:30:49 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:31:04 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:31:04 managed-node2 postmaster[35679]: 2026-07-04 15:31:04.069 EDT [35679] LOG: listening on IPv6 address "::1", port 5432 Jul 04 15:31:04 managed-node2 postmaster[35679]: 2026-07-04 15:31:04.069 EDT [35679] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jul 04 15:31:04 managed-node2 postmaster[35679]: 2026-07-04 15:31:04.071 EDT [35679] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jul 04 15:31:04 managed-node2 postmaster[35679]: 2026-07-04 15:31:04.075 EDT [35679] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jul 04 15:31:04 managed-node2 postmaster[35679]: 2026-07-04 15:31:04.085 EDT [35679] LOG: redirecting log output to logging collector process Jul 04 15:31:04 managed-node2 postmaster[35679]: 2026-07-04 15:31:04.085 EDT [35679] HINT: Future log output will appear in directory "log". Jul 04 15:31:04 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:31:06 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:31:06 managed-node2 systemd[1]: postgresql.service: Killing process 35680 (postmaster) with signal SIGKILL. Jul 04 15:31:06 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:31:06 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:31:06 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:31:07 managed-node2 postmaster[36486]: 2026-07-04 15:31:07.005 EDT [36486] LOG: listening on IPv6 address "::1", port 5432 Jul 04 15:31:07 managed-node2 postmaster[36486]: 2026-07-04 15:31:07.005 EDT [36486] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jul 04 15:31:07 managed-node2 postmaster[36486]: 2026-07-04 15:31:07.007 EDT [36486] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jul 04 15:31:07 managed-node2 postmaster[36486]: 2026-07-04 15:31:07.011 EDT [36486] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jul 04 15:31:07 managed-node2 postmaster[36486]: 2026-07-04 15:31:07.038 EDT [36486] LOG: redirecting log output to logging collector process Jul 04 15:31:07 managed-node2 postmaster[36486]: 2026-07-04 15:31:07.038 EDT [36486] HINT: Future log output will appear in directory "log". Jul 04 15:31:07 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:31:28 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:31:28 managed-node2 systemd[1]: postgresql.service: Killing process 36489 (postmaster) with signal SIGKILL. Jul 04 15:31:28 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:31:28 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:31:42 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:31:42 managed-node2 postmaster[41222]: 2026-07-04 15:31:42.676 EDT [41222] LOG: starting PostgreSQL 12.15 on x86_64-redhat-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-20), 64-bit Jul 04 15:31:42 managed-node2 postmaster[41222]: 2026-07-04 15:31:42.676 EDT [41222] LOG: listening on IPv6 address "::1", port 5432 Jul 04 15:31:42 managed-node2 postmaster[41222]: 2026-07-04 15:31:42.676 EDT [41222] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jul 04 15:31:42 managed-node2 postmaster[41222]: 2026-07-04 15:31:42.678 EDT [41222] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jul 04 15:31:42 managed-node2 postmaster[41222]: 2026-07-04 15:31:42.682 EDT [41222] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jul 04 15:31:42 managed-node2 postmaster[41222]: 2026-07-04 15:31:42.692 EDT [41222] LOG: redirecting log output to logging collector process Jul 04 15:31:42 managed-node2 postmaster[41222]: 2026-07-04 15:31:42.692 EDT [41222] HINT: Future log output will appear in directory "log". Jul 04 15:31:42 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:31:45 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:31:45 managed-node2 systemd[1]: postgresql.service: Killing process 41223 (postmaster) with signal SIGKILL. Jul 04 15:31:45 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:31:45 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:31:45 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:31:45 managed-node2 postmaster[42029]: 2026-07-04 15:31:45.577 EDT [42029] LOG: starting PostgreSQL 12.15 on x86_64-redhat-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-20), 64-bit Jul 04 15:31:45 managed-node2 postmaster[42029]: 2026-07-04 15:31:45.578 EDT [42029] LOG: listening on IPv6 address "::1", port 5432 Jul 04 15:31:45 managed-node2 postmaster[42029]: 2026-07-04 15:31:45.578 EDT [42029] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jul 04 15:31:45 managed-node2 postmaster[42029]: 2026-07-04 15:31:45.580 EDT [42029] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jul 04 15:31:45 managed-node2 postmaster[42029]: 2026-07-04 15:31:45.584 EDT [42029] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jul 04 15:31:45 managed-node2 postmaster[42029]: 2026-07-04 15:31:45.612 EDT [42029] LOG: redirecting log output to logging collector process Jul 04 15:31:45 managed-node2 postmaster[42029]: 2026-07-04 15:31:45.612 EDT [42029] HINT: Future log output will appear in directory "log". Jul 04 15:31:45 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:32:06 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:32:06 managed-node2 systemd[1]: postgresql.service: Killing process 42031 (postmaster) with signal SIGKILL. Jul 04 15:32:06 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:32:06 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:32:21 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:32:21 managed-node2 postmaster[46775]: 2026-07-04 15:32:21.993 EDT [46775] LOG: redirecting log output to logging collector process Jul 04 15:32:21 managed-node2 postmaster[46775]: 2026-07-04 15:32:21.993 EDT [46775] HINT: Future log output will appear in directory "log". Jul 04 15:32:22 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:32:24 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:32:24 managed-node2 systemd[1]: postgresql.service: Killing process 46776 (postmaster) with signal SIGKILL. Jul 04 15:32:24 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:32:24 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:32:24 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:32:24 managed-node2 postmaster[47581]: 2026-07-04 15:32:24.910 EDT [47581] LOG: redirecting log output to logging collector process Jul 04 15:32:24 managed-node2 postmaster[47581]: 2026-07-04 15:32:24.910 EDT [47581] HINT: Future log output will appear in directory "log". Jul 04 15:32:24 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:32:46 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:32:46 managed-node2 systemd[1]: postgresql.service: Killing process 47583 (postmaster) with signal SIGKILL. Jul 04 15:32:46 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:32:46 managed-node2 systemd[1]: Stopped PostgreSQL database server. TASK [Run postgresql role] ***************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:5 Saturday 04 July 2026 15:32:49 -0400 (0:00:00.333) 0:02:38.021 ********* included: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml for managed-node2 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:23 Saturday 04 July 2026 15:32:49 -0400 (0:00:00.033) 0:02:38.055 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:33 Saturday 04 July 2026 15:32:49 -0400 (0:00:00.014) 0:02:38.069 ********* TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:5 Saturday 04 July 2026 15:32:49 -0400 (0:00:00.027) 0:02:38.096 ********* included: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.postgresql : Ensure ansible_facts used by role] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:2 Saturday 04 July 2026 15:32:49 -0400 (0:00:00.026) 0:02:38.122 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.postgresql : Record role begin fingerprint] **** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:7 Saturday 04 July 2026 15:32:49 -0400 (0:00:00.656) 0:02:38.779 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if system is ostree] ******** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:16 Saturday 04 July 2026 15:32:50 -0400 (0:00:00.319) 0:02:39.099 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set flag to indicate system is ostree] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:21 Saturday 04 July 2026 15:32:50 -0400 (0:00:00.014) 0:02:39.113 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run systemctl] ******************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:28 Saturday 04 July 2026 15:32:50 -0400 (0:00:00.013) 0:02:39.127 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Require installed systemd] ******** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:36 Saturday 04 July 2026 15:32:50 -0400 (0:00:00.014) 0:02:39.142 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:41 Saturday 04 July 2026 15:32:50 -0400 (0:00:00.013) 0:02:39.156 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:46 Saturday 04 July 2026 15:32:50 -0400 (0:00:00.014) 0:02:39.170 ********* [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__postgresql_packages": [ "@postgresql:{{ postgresql_version }}/server" ] }, "ansible_included_var_files": [ "/tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__postgresql_packages": [ "@postgresql:{{ postgresql_version }}/server" ] }, "ansible_included_var_files": [ "/tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.postgresql : Check postgresql.conf] ************ task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:61 Saturday 04 July 2026 15:32:50 -0400 (0:00:00.038) 0:02:39.209 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS crt file] *************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:66 Saturday 04 July 2026 15:32:50 -0400 (0:00:00.318) 0:02:39.527 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS private key file] ******* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:71 Saturday 04 July 2026 15:32:50 -0400 (0:00:00.317) 0:02:39.845 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Gather the package facts] ********* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:8 Saturday 04 July 2026 15:32:51 -0400 (0:00:00.319) 0:02:40.164 ********* ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in the system (RHEL8)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:12 Saturday 04 July 2026 15:32:52 -0400 (0:00:01.398) 0:02:41.563 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in system (RHEL9)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:20 Saturday 04 July 2026 15:32:52 -0400 (0:00:00.032) 0:02:41.595 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in system (RHEL10)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:28 Saturday 04 July 2026 15:32:52 -0400 (0:00:00.033) 0:02:41.629 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check requested and installed version of Postgresql] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:38 Saturday 04 July 2026 15:32:52 -0400 (0:00:00.028) 0:02:41.657 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure required packages are installed] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:49 Saturday 04 July 2026 15:32:52 -0400 (0:00:00.022) 0:02:41.680 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:16/server installed.", "Installed: postgresql-private-libs-16.1-1.module_el8+806+566c6023.x86_64", "Installed: postgresql-16.1-1.module_el8+806+566c6023.x86_64", "Installed: postgresql-server-16.1-1.module_el8+806+566c6023.x86_64" ] } lsrpackages: @postgresql:16/server TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (with postgresql-setup)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:58 Saturday 04 July 2026 15:32:58 -0400 (0:00:06.109) 0:02:47.790 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "postgresql-setup", "--initdb" ], "delta": "0:00:00.707727", "end": "2026-07-04 15:32:59.870127", "rc": 0, "start": "2026-07-04 15:32:59.162400" } STDERR: * Initializing database in '/var/lib/pgsql/data' * Initialized, logs are in /var/lib/pgsql/initdb_postgresql.log TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (without postgresql-setup)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:67 Saturday 04 July 2026 15:32:59 -0400 (0:00:01.087) 0:02:48.877 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Init DB on non-booted systems (with postgresql-setup)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:81 Saturday 04 July 2026 15:32:59 -0400 (0:00:00.023) 0:02:48.901 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Init DB on non-booted systems (without postgresql-setup)] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:98 Saturday 04 July 2026 15:32:59 -0400 (0:00:00.022) 0:02:48.923 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Enable and start existing instance of postgresql server] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:109 Saturday 04 July 2026 15:32:59 -0400 (0:00:00.020) 0:02:48.943 ********* changed: [managed-node2] => { "changed": true, "enabled": true, "name": "postgresql", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target network-online.target systemd-journald.socket system.slice sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/postgres ; argv[]=/usr/bin/postgres -D ${PGDATA} ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "[not set]", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "13805", "LimitNPROCSoft": "13805", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13805", "LimitSIGPENDINGSoft": "13805", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22088", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "User": "postgres", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.postgresql : Fail on non-booted hosts] ********* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:118 Saturday 04 July 2026 15:33:01 -0400 (0:00:01.010) 0:02:49.953 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set password for super user] ****** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:123 Saturday 04 July 2026 15:33:01 -0400 (0:00:00.018) 0:02:49.972 ********* skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.postgresql : Enable logging in by password] **** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:135 Saturday 04 July 2026 15:33:01 -0400 (0:00:00.019) 0:02:49.992 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Fail input_file on non-booted hosts] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:143 Saturday 04 July 2026 15:33:01 -0400 (0:00:00.018) 0:02:50.010 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run provided SQL script] ********** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:150 Saturday 04 July 2026 15:33:01 -0400 (0:00:00.018) 0:02:50.028 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Manage certificates] ************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:154 Saturday 04 July 2026 15:33:01 -0400 (0:00:00.018) 0:02:50.047 ********* included: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml for managed-node2 TASK [Generate certificates] *************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:8 Saturday 04 July 2026 15:33:01 -0400 (0:00:00.054) 0:02:50.101 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:14 Saturday 04 July 2026 15:33:01 -0400 (0:00:00.018) 0:02:50.120 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key directory is traversable by postgres] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:24 Saturday 04 July 2026 15:33:01 -0400 (0:00:00.018) 0:02:50.138 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key is readable by postgres] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:33 Saturday 04 July 2026 15:33:01 -0400 (0:00:00.019) 0:02:50.158 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:44 Saturday 04 July 2026 15:33:01 -0400 (0:00:00.018) 0:02:50.176 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:54 Saturday 04 July 2026 15:33:01 -0400 (0:00:00.018) 0:02:50.194 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:62 Saturday 04 July 2026 15:33:01 -0400 (0:00:00.018) 0:02:50.213 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate file] ********* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:79 Saturday 04 July 2026 15:33:01 -0400 (0:00:00.019) 0:02:50.232 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install postgresql server private key] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:86 Saturday 04 July 2026 15:33:01 -0400 (0:00:00.017) 0:02:50.250 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Configure pg_hba.conf] ************ task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:157 Saturday 04 July 2026 15:33:01 -0400 (0:00:00.018) 0:02:50.268 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Create postgresql directory in /etc] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:169 Saturday 04 July 2026 15:33:01 -0400 (0:00:00.017) 0:02:50.285 ********* ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/postgresql", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.postgresql : Link generated conf file with server one] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:175 Saturday 04 July 2026 15:33:01 -0400 (0:00:00.337) 0:02:50.623 ********* NOTIFIED HANDLER fedora.linux_system_roles.postgresql : Restart postgresql for managed-node2 changed: [managed-node2] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles-internal.conf] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:182 Saturday 04 July 2026 15:33:02 -0400 (0:00:00.334) 0:02:50.957 ********* changed: [managed-node2] => { "changed": true, "checksum": "ff6c9a880bfc300b855e138983a07dc781ad4a1b", "dest": "/etc/postgresql/system-roles-internal.conf", "gid": 26, "group": "postgres", "md5sum": "87a256fa2d0c4961ddc59ca8b51d7cf7", "mode": "0600", "owner": "postgres", "secontext": "system_u:object_r:postgresql_etc_t:s0", "size": 102, "src": "/root/.ansible/tmp/ansible-tmp-1783193582.0411508-14704-117403399135787/source", "state": "file", "uid": 26 } TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles.conf] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:195 Saturday 04 July 2026 15:33:02 -0400 (0:00:00.662) 0:02:51.620 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Link generated conf file with server one] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:205 Saturday 04 July 2026 15:33:02 -0400 (0:00:00.018) 0:02:51.638 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Record role success fingerprint] *** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:211 Saturday 04 July 2026 15:33:02 -0400 (0:00:00.018) 0:02:51.657 ********* ok: [managed-node2] => { "changed": false } TASK [Run postgresql role to set vars only] ************************************ task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:11 Saturday 04 July 2026 15:33:03 -0400 (0:00:00.326) 0:02:51.983 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [fedora.linux_system_roles.postgresql : Restart postgresql] **** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/handlers/main.yml:3 Saturday 04 July 2026 15:33:03 -0400 (0:00:00.011) 0:02:51.995 ********* changed: [managed-node2] => { "changed": true, "name": "postgresql", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-07-04 15:33:00 EDT", "ActiveEnterTimestampMonotonic": "501903298", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket sysinit.target system.slice network-online.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-07-04 15:33:00 EDT", "AssertTimestampMonotonic": "501852023", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-07-04 15:33:00 EDT", "ConditionTimestampMonotonic": "501852023", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/postgresql.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "52322", "ExecMainStartTimestamp": "Sat 2026-07-04 15:33:00 EDT", "ExecMainStartTimestampMonotonic": "501861940", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/postgres ; argv[]=/usr/bin/postgres -D ${PGDATA} ; ignore_errors=no ; start_time=[Sat 2026-07-04 15:33:00 EDT] ; stop_time=[n/a] ; pid=52322 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; ignore_errors=no ; start_time=[Sat 2026-07-04 15:33:00 EDT] ; stop_time=[Sat 2026-07-04 15:33:00 EDT] ; pid=52319 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "26", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-07-04 15:33:00 EDT", "InactiveExitTimestampMonotonic": "501853053", "InvocationID": "74c54d4917c446768494479896039f46", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "13805", "LimitNPROCSoft": "13805", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13805", "LimitSIGPENDINGSoft": "13805", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "52322", "MemoryAccounting": "yes", "MemoryCurrent": "18698240", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2026-07-04 15:33:00 EDT", "StateChangeTimestampMonotonic": "501903298", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "7", "TasksMax": "22088", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "26", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "postgres", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2026-07-04 15:33:00 EDT", "WatchdogTimestampMonotonic": "501903296", "WatchdogUSec": "0" } } META: ran handlers TASK [Test - postgresql-server running] **************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:21 Saturday 04 July 2026 15:33:03 -0400 (0:00:00.894) 0:02:52.890 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "postgresql" ], "delta": "0:00:00.007339", "end": "2026-07-04 15:33:04.222298", "rc": 0, "start": "2026-07-04 15:33:04.214959" } STDOUT: active TASK [Test - postgresql-server is enabled] ************************************* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:27 Saturday 04 July 2026 15:33:04 -0400 (0:00:00.335) 0:02:53.225 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "postgresql" ], "delta": "0:00:00.007705", "end": "2026-07-04 15:33:04.554132", "rc": 0, "start": "2026-07-04 15:33:04.546427" } STDOUT: enabled TASK [Test - database is accessible for super user using Unix socket] ********** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 Saturday 04 July 2026 15:33:04 -0400 (0:00:00.331) 0:02:53.557 ********* ok: [managed-node2] => { "ansible_job_id": "784274332827.53527", "changed": false, "cmd": "set -euo pipefail\necho '\\q' | psql\n", "delta": "0:00:00.011388", "end": "2026-07-04 15:33:05.108214", "finished": 1, "rc": 0, "start": "2026-07-04 15:33:05.096826" } TASK [Check - server tuning is used - shared buffers] ************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:44 Saturday 04 July 2026 15:33:20 -0400 (0:00:15.730) 0:03:09.287 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW shared_buffers;\" | psql\n", "delta": "0:00:00.009047", "end": "2026-07-04 15:33:20.635681", "rc": 0, "start": "2026-07-04 15:33:20.626634" } STDOUT: shared_buffers ---------------- 872MB (1 row) TASK [Test - server tuning is used - shared buffers] *************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:56 Saturday 04 July 2026 15:33:20 -0400 (0:00:00.353) 0:03:09.640 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check - server tuning is used - effective cache size] ******************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:67 Saturday 04 July 2026 15:33:20 -0400 (0:00:00.031) 0:03:09.672 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW effective_cache_size;\" | psql\n", "delta": "0:00:00.008756", "end": "2026-07-04 15:33:21.016844", "rc": 0, "start": "2026-07-04 15:33:21.008088" } STDOUT: effective_cache_size ---------------------- 1744MB (1 row) TASK [Test - server tuning is used - effective cache size] ********************* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:79 Saturday 04 July 2026 15:33:21 -0400 (0:00:00.349) 0:03:10.022 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check postgresql version matches postgresql_version] ********************* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:90 Saturday 04 July 2026 15:33:21 -0400 (0:00:00.032) 0:03:10.055 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "postgres", "--version" ], "delta": "0:00:00.008441", "end": "2026-07-04 15:33:21.382877", "failed_when_result": false, "rc": 0, "start": "2026-07-04 15:33:21.374436" } STDOUT: postgres (PostgreSQL) 16.1 TASK [Clean up] **************************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:98 Saturday 04 July 2026 15:33:21 -0400 (0:00:00.334) 0:03:10.390 ********* included: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml for managed-node2 META: ran handlers TASK [Uninstall postgresql] **************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Saturday 04 July 2026 15:33:21 -0400 (0:00:00.032) 0:03:10.422 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:16/server removed.", "Removed: postgresql-server-16.1-1.module_el8+806+566c6023.x86_64", "Removed: postgresql-16.1-1.module_el8+806+566c6023.x86_64", "Removed: postgresql-private-libs-16.1-1.module_el8+806+566c6023.x86_64" ] } TASK [Stop and disable postgresql service] ************************************* task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:20 Saturday 04 July 2026 15:33:26 -0400 (0:00:04.549) 0:03:14.971 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove data directory] *************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:27 Saturday 04 July 2026 15:33:26 -0400 (0:00:00.018) 0:03:14.990 ********* changed: [managed-node2] => { "changed": true, "path": "/var/lib/pgsql/data", "state": "absent" } TASK [Remove config files] ***************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:32 Saturday 04 July 2026 15:33:26 -0400 (0:00:00.365) 0:03:15.356 ********* [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. ok: [managed-node2] => (item=/var/lib/pgsql/data/postgresql.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/var/lib/pgsql/data/postgresql.conf", "path": "/var/lib/pgsql/data/postgresql.conf", "state": "absent" } ok: [managed-node2] => (item=/var/lib/pgsql/data/pg_hba.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/var/lib/pgsql/data/pg_hba.conf", "path": "/var/lib/pgsql/data/pg_hba.conf", "state": "absent" } ok: [managed-node2] => (item=/etc/postgresql/system-roles.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/postgresql/system-roles.conf", "path": "/etc/postgresql/system-roles.conf", "state": "absent" } changed: [managed-node2] => (item=/etc/postgresql/system-roles-internal.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/postgresql/system-roles-internal.conf", "path": "/etc/postgresql/system-roles-internal.conf", "state": "absent" } TASK [Dump logs] *************************************************************** task path: /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:42 Saturday 04 July 2026 15:33:27 -0400 (0:00:01.268) 0:03:16.624 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "journalctl", "-u", "postgresql" ], "delta": "0:00:00.007045", "end": "2026-07-04 15:33:27.948313", "rc": 0, "start": "2026-07-04 15:33:27.941268" } STDOUT: -- Logs begin at Sat 2026-07-04 15:24:39 EDT, end at Sat 2026-07-04 15:33:27 EDT. -- Jul 04 15:28:48 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:28:48 managed-node2 postmaster[10414]: 2026-07-04 15:28:48.854 EDT [10414] LOG: redirecting log output to logging collector process Jul 04 15:28:48 managed-node2 postmaster[10414]: 2026-07-04 15:28:48.854 EDT [10414] HINT: Future log output will appear in directory "log". Jul 04 15:28:48 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:28:56 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:28:56 managed-node2 systemd[1]: postgresql.service: Killing process 10415 (postmaster) with signal SIGKILL. Jul 04 15:28:56 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:28:56 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:28:56 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:28:56 managed-node2 postmaster[12677]: 2026-07-04 15:28:56.349 EDT [12677] LOG: redirecting log output to logging collector process Jul 04 15:28:56 managed-node2 postmaster[12677]: 2026-07-04 15:28:56.349 EDT [12677] HINT: Future log output will appear in directory "log". Jul 04 15:28:56 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:29:00 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:29:00 managed-node2 systemd[1]: postgresql.service: Killing process 12678 (postmaster) with signal SIGKILL. Jul 04 15:29:00 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:29:00 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:29:30 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:29:30 managed-node2 postmaster[19287]: 2026-07-04 15:29:30.572 EDT [19287] LOG: redirecting log output to logging collector process Jul 04 15:29:30 managed-node2 postmaster[19287]: 2026-07-04 15:29:30.572 EDT [19287] HINT: Future log output will appear in directory "log". Jul 04 15:29:30 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:29:35 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:29:35 managed-node2 systemd[1]: postgresql.service: Killing process 19288 (postmaster) with signal SIGKILL. Jul 04 15:29:35 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:29:35 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:29:35 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:29:35 managed-node2 postmaster[20828]: 2026-07-04 15:29:35.797 EDT [20828] LOG: redirecting log output to logging collector process Jul 04 15:29:35 managed-node2 postmaster[20828]: 2026-07-04 15:29:35.797 EDT [20828] HINT: Future log output will appear in directory "log". Jul 04 15:29:35 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:29:40 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:29:40 managed-node2 systemd[1]: postgresql.service: Killing process 20829 (postmaster) with signal SIGKILL. Jul 04 15:29:40 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:29:40 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:29:59 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:29:59 managed-node2 postmaster[25193]: 2026-07-04 15:29:59.185 EDT [25193] LOG: redirecting log output to logging collector process Jul 04 15:29:59 managed-node2 postmaster[25193]: 2026-07-04 15:29:59.185 EDT [25193] HINT: Future log output will appear in directory "log". Jul 04 15:29:59 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:30:02 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:30:02 managed-node2 systemd[1]: postgresql.service: Killing process 25194 (postmaster) with signal SIGKILL. Jul 04 15:30:02 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:30:02 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:30:02 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:30:02 managed-node2 postmaster[25933]: 2026-07-04 15:30:02.150 EDT [25933] LOG: redirecting log output to logging collector process Jul 04 15:30:02 managed-node2 postmaster[25933]: 2026-07-04 15:30:02.150 EDT [25933] HINT: Future log output will appear in directory "log". Jul 04 15:30:02 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:30:05 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:30:05 managed-node2 systemd[1]: postgresql.service: Killing process 25934 (postmaster) with signal SIGKILL. Jul 04 15:30:05 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:30:05 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:30:24 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:30:24 managed-node2 postmaster[30165]: 2026-07-04 15:30:24.961 EDT [30165] LOG: redirecting log output to logging collector process Jul 04 15:30:24 managed-node2 postmaster[30165]: 2026-07-04 15:30:24.961 EDT [30165] HINT: Future log output will appear in directory "log". Jul 04 15:30:24 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:30:28 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:30:28 managed-node2 systemd[1]: postgresql.service: Killing process 30166 (postmaster) with signal SIGKILL. Jul 04 15:30:28 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:30:28 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:30:28 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:30:28 managed-node2 postmaster[30972]: 2026-07-04 15:30:28.176 EDT [30972] LOG: redirecting log output to logging collector process Jul 04 15:30:28 managed-node2 postmaster[30972]: 2026-07-04 15:30:28.176 EDT [30972] HINT: Future log output will appear in directory "log". Jul 04 15:30:28 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:30:49 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:30:49 managed-node2 systemd[1]: postgresql.service: Killing process 30974 (postmaster) with signal SIGKILL. Jul 04 15:30:49 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:30:49 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:31:04 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:31:04 managed-node2 postmaster[35679]: 2026-07-04 15:31:04.069 EDT [35679] LOG: listening on IPv6 address "::1", port 5432 Jul 04 15:31:04 managed-node2 postmaster[35679]: 2026-07-04 15:31:04.069 EDT [35679] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jul 04 15:31:04 managed-node2 postmaster[35679]: 2026-07-04 15:31:04.071 EDT [35679] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jul 04 15:31:04 managed-node2 postmaster[35679]: 2026-07-04 15:31:04.075 EDT [35679] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jul 04 15:31:04 managed-node2 postmaster[35679]: 2026-07-04 15:31:04.085 EDT [35679] LOG: redirecting log output to logging collector process Jul 04 15:31:04 managed-node2 postmaster[35679]: 2026-07-04 15:31:04.085 EDT [35679] HINT: Future log output will appear in directory "log". Jul 04 15:31:04 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:31:06 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:31:06 managed-node2 systemd[1]: postgresql.service: Killing process 35680 (postmaster) with signal SIGKILL. Jul 04 15:31:06 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:31:06 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:31:06 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:31:07 managed-node2 postmaster[36486]: 2026-07-04 15:31:07.005 EDT [36486] LOG: listening on IPv6 address "::1", port 5432 Jul 04 15:31:07 managed-node2 postmaster[36486]: 2026-07-04 15:31:07.005 EDT [36486] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jul 04 15:31:07 managed-node2 postmaster[36486]: 2026-07-04 15:31:07.007 EDT [36486] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jul 04 15:31:07 managed-node2 postmaster[36486]: 2026-07-04 15:31:07.011 EDT [36486] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jul 04 15:31:07 managed-node2 postmaster[36486]: 2026-07-04 15:31:07.038 EDT [36486] LOG: redirecting log output to logging collector process Jul 04 15:31:07 managed-node2 postmaster[36486]: 2026-07-04 15:31:07.038 EDT [36486] HINT: Future log output will appear in directory "log". Jul 04 15:31:07 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:31:28 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:31:28 managed-node2 systemd[1]: postgresql.service: Killing process 36489 (postmaster) with signal SIGKILL. Jul 04 15:31:28 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:31:28 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:31:42 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:31:42 managed-node2 postmaster[41222]: 2026-07-04 15:31:42.676 EDT [41222] LOG: starting PostgreSQL 12.15 on x86_64-redhat-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-20), 64-bit Jul 04 15:31:42 managed-node2 postmaster[41222]: 2026-07-04 15:31:42.676 EDT [41222] LOG: listening on IPv6 address "::1", port 5432 Jul 04 15:31:42 managed-node2 postmaster[41222]: 2026-07-04 15:31:42.676 EDT [41222] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jul 04 15:31:42 managed-node2 postmaster[41222]: 2026-07-04 15:31:42.678 EDT [41222] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jul 04 15:31:42 managed-node2 postmaster[41222]: 2026-07-04 15:31:42.682 EDT [41222] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jul 04 15:31:42 managed-node2 postmaster[41222]: 2026-07-04 15:31:42.692 EDT [41222] LOG: redirecting log output to logging collector process Jul 04 15:31:42 managed-node2 postmaster[41222]: 2026-07-04 15:31:42.692 EDT [41222] HINT: Future log output will appear in directory "log". Jul 04 15:31:42 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:31:45 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:31:45 managed-node2 systemd[1]: postgresql.service: Killing process 41223 (postmaster) with signal SIGKILL. Jul 04 15:31:45 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:31:45 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:31:45 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:31:45 managed-node2 postmaster[42029]: 2026-07-04 15:31:45.577 EDT [42029] LOG: starting PostgreSQL 12.15 on x86_64-redhat-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-20), 64-bit Jul 04 15:31:45 managed-node2 postmaster[42029]: 2026-07-04 15:31:45.578 EDT [42029] LOG: listening on IPv6 address "::1", port 5432 Jul 04 15:31:45 managed-node2 postmaster[42029]: 2026-07-04 15:31:45.578 EDT [42029] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jul 04 15:31:45 managed-node2 postmaster[42029]: 2026-07-04 15:31:45.580 EDT [42029] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jul 04 15:31:45 managed-node2 postmaster[42029]: 2026-07-04 15:31:45.584 EDT [42029] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jul 04 15:31:45 managed-node2 postmaster[42029]: 2026-07-04 15:31:45.612 EDT [42029] LOG: redirecting log output to logging collector process Jul 04 15:31:45 managed-node2 postmaster[42029]: 2026-07-04 15:31:45.612 EDT [42029] HINT: Future log output will appear in directory "log". Jul 04 15:31:45 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:32:06 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:32:06 managed-node2 systemd[1]: postgresql.service: Killing process 42031 (postmaster) with signal SIGKILL. Jul 04 15:32:06 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:32:06 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:32:21 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:32:21 managed-node2 postmaster[46775]: 2026-07-04 15:32:21.993 EDT [46775] LOG: redirecting log output to logging collector process Jul 04 15:32:21 managed-node2 postmaster[46775]: 2026-07-04 15:32:21.993 EDT [46775] HINT: Future log output will appear in directory "log". Jul 04 15:32:22 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:32:24 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:32:24 managed-node2 systemd[1]: postgresql.service: Killing process 46776 (postmaster) with signal SIGKILL. Jul 04 15:32:24 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:32:24 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:32:24 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:32:24 managed-node2 postmaster[47581]: 2026-07-04 15:32:24.910 EDT [47581] LOG: redirecting log output to logging collector process Jul 04 15:32:24 managed-node2 postmaster[47581]: 2026-07-04 15:32:24.910 EDT [47581] HINT: Future log output will appear in directory "log". Jul 04 15:32:24 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:32:46 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:32:46 managed-node2 systemd[1]: postgresql.service: Killing process 47583 (postmaster) with signal SIGKILL. Jul 04 15:32:46 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:32:46 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:33:00 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:33:00 managed-node2 postgres[52322]: 2026-07-04 15:33:00.919 EDT [52322] LOG: redirecting log output to logging collector process Jul 04 15:33:00 managed-node2 postgres[52322]: 2026-07-04 15:33:00.919 EDT [52322] HINT: Future log output will appear in directory "log". Jul 04 15:33:00 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:33:03 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:33:03 managed-node2 systemd[1]: postgresql.service: Killing process 52323 (postgres) with signal SIGKILL. Jul 04 15:33:03 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:33:03 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jul 04 15:33:03 managed-node2 systemd[1]: Starting PostgreSQL database server... Jul 04 15:33:03 managed-node2 postgres[53128]: 2026-07-04 15:33:03.855 EDT [53128] LOG: redirecting log output to logging collector process Jul 04 15:33:03 managed-node2 postgres[53128]: 2026-07-04 15:33:03.855 EDT [53128] HINT: Future log output will appear in directory "log". Jul 04 15:33:03 managed-node2 systemd[1]: Started PostgreSQL database server. Jul 04 15:33:25 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jul 04 15:33:25 managed-node2 systemd[1]: postgresql.service: Killing process 53130 (postgres) with signal SIGKILL. Jul 04 15:33:25 managed-node2 systemd[1]: postgresql.service: Succeeded. Jul 04 15:33:25 managed-node2 systemd[1]: Stopped PostgreSQL database server. META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node2 : ok=166 changed=45 unreachable=0 failed=0 skipped=156 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 04 July 2026 15:33:27 -0400 (0:00:00.321) 0:03:16.946 ********* =============================================================================== fedora.linux_system_roles.postgresql : Ensure required packages are installed -- 30.29s /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:49 Test - database is accessible for super user using Unix socket --------- 15.88s /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 Test - database is accessible for super user using Unix socket --------- 15.73s /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 Test - database is accessible for super user using Unix socket --------- 15.72s /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 Test - database is accessible for super user using Unix socket --------- 15.71s /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 Test - database is accessible for super user using Unix socket --------- 15.71s /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 fedora.linux_system_roles.postgresql : Gather the package facts --------- 6.96s /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:8 fedora.linux_system_roles.postgresql : Init DB on booted systems (with postgresql-setup) --- 5.39s /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:58 fedora.linux_system_roles.postgresql : Enable and start existing instance of postgresql server --- 5.12s /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:109 Uninstall postgresql ---------------------------------------------------- 4.58s /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Uninstall postgresql ---------------------------------------------------- 4.56s /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Uninstall postgresql ---------------------------------------------------- 4.55s /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Uninstall postgresql ---------------------------------------------------- 4.54s /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Uninstall postgresql ---------------------------------------------------- 4.54s /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 fedora.linux_system_roles.postgresql : Restart postgresql --------------- 4.46s /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/handlers/main.yml:3 fedora.linux_system_roles.postgresql : Generate postgresql system-roles-internal.conf --- 3.43s /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:182 fedora.linux_system_roles.postgresql : Create postgresql directory in /etc --- 1.79s /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:169 fedora.linux_system_roles.postgresql : Link generated conf file with server one --- 1.79s /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:175 fedora.linux_system_roles.postgresql : Record role success fingerprint --- 1.64s /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:211 Remove config files ----------------------------------------------------- 1.28s /tmp/collections-RS1/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:32