ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [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_example.yml **************************************************** 1 plays in /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml PLAY [Simple journald role invocation] ***************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:3 Friday 30 May 2025 09:29:21 -0400 (0:00:00.023) 0:00:00.024 ************ ok: [managed-node1] META: ran handlers TASK [Make a copy of the service files] **************************************** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:21 Friday 30 May 2025 09:29:22 -0400 (0:00:00.807) 0:00:00.831 ************ changed: [managed-node1] => (item=systemd-journald.service) => { "ansible_loop_var": "item", "changed": true, "checksum": "ba7235ac7ecad9498e4af78093e57dcf56a73055", "dest": "/etc/systemd/system/systemd-journald.service", "gid": 0, "group": "root", "item": "systemd-journald.service", "md5sum": "707487612851a16026d2d963c76fc60f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 1156, "src": "/usr/lib/systemd/system/systemd-journald.service", "state": "file", "uid": 0 } changed: [managed-node1] => (item=systemd-journal-flush.service) => { "ansible_loop_var": "item", "changed": true, "checksum": "e169a946603ef0b9baf459e546bec38aff2e525d", "dest": "/etc/systemd/system/systemd-journal-flush.service", "gid": 0, "group": "root", "item": "systemd-journal-flush.service", "md5sum": "7e46ea040b6ac65f47ced5e70913b444", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 735, "src": "/usr/lib/systemd/system/systemd-journal-flush.service", "state": "file", "uid": 0 } TASK [Change the startlimit to avoid errors with excessive journald restarts] *** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:29 Friday 30 May 2025 09:29:22 -0400 (0:00:00.685) 0:00:01.516 ************ changed: [managed-node1] => (item=systemd-journald.service) => { "ansible_loop_var": "item", "backup": "", "changed": true, "item": "systemd-journald.service" } MSG: line added changed: [managed-node1] => (item=systemd-journal-flush.service) => { "ansible_loop_var": "item", "backup": "", "changed": true, "item": "systemd-journal-flush.service" } MSG: line added TASK [Make a copy of the systemd-journald.service] ***************************** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:36 Friday 30 May 2025 09:29:23 -0400 (0:00:00.660) 0:00:02.177 ************ changed: [managed-node1] => { "changed": true, "checksum": "ba7235ac7ecad9498e4af78093e57dcf56a73055", "dest": "/etc/systemd/system/systemd-journald.service", "gid": 0, "group": "root", "md5sum": "707487612851a16026d2d963c76fc60f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 1156, "src": "/usr/lib/systemd/system/systemd-journald.service", "state": "file", "uid": 0 } TASK [Change the startlimit to avoid errors with excessive journald restarts] *** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:43 Friday 30 May 2025 09:29:23 -0400 (0:00:00.269) 0:00:02.446 ************ changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [Reload systemd to ensure startlimit changes take effect upon restart] **** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:49 Friday 30 May 2025 09:29:24 -0400 (0:00:00.265) 0:00:02.712 ************ ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [Run the role] ************************************************************ task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:53 Friday 30 May 2025 09:29:24 -0400 (0:00:00.622) 0:00:03.334 ************ TASK [fedora.linux_system_roles.journald : Set platform/version specific variables] *** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:3 Friday 30 May 2025 09:29:24 -0400 (0:00:00.042) 0:00:03.376 ************ included: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.journald : Ensure ansible_facts used by role] *** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:2 Friday 30 May 2025 09:29:24 -0400 (0:00:00.028) 0:00:03.405 ************ skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.journald : Check if system is ostree] ********** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:10 Friday 30 May 2025 09:29:24 -0400 (0:00:00.044) 0:00:03.450 ************ ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.journald : Set flag to indicate system is ostree] *** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:15 Friday 30 May 2025 09:29:25 -0400 (0:00:00.375) 0:00:03.825 ************ ok: [managed-node1] => { "ansible_facts": { "__journald_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.journald : Warn if journald_sync_interval is set in volatile mode] *** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:6 Friday 30 May 2025 09:29:25 -0400 (0:00:00.046) 0:00:03.871 ************ skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.journald : Ensure required packages are installed] *** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:15 Friday 30 May 2025 09:29:25 -0400 (0:00:00.042) 0:00:03.914 ************ ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "systemd-219-78.el7_9.9.x86_64 providing systemd is already installed" ] } TASK [fedora.linux_system_roles.journald : Ensure required services are enabled] *** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:21 Friday 30 May 2025 09:29:25 -0400 (0:00:00.731) 0:00:04.645 ************ ok: [managed-node1] => (item=systemd-journald.service) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "systemd-journald.service", "name": "systemd-journald.service", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-05-30 09:29:18 EDT", "ActiveEnterTimestampMonotonic": "174210022", "ActiveExitTimestamp": "Fri 2025-05-30 09:29:18 EDT", "ActiveExitTimestampMonotonic": "174193499", "ActiveState": "active", "After": "systemd-journald.socket syslog.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-05-30 09:29:18 EDT", "AssertTimestampMonotonic": "174201390", "Before": "sysinit.target systemd-journal-flush.service", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "159990153423", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-05-30 09:29:18 EDT", "ConditionTimestampMonotonic": "174201389", "ControlGroup": "/system.slice/systemd-journald.service", "ControlPID": "0", "DefaultDependencies": "no", "Delegate": "no", "Description": "Journal Service", "DevicePolicy": "auto", "Documentation": "man:systemd-journald.service(8) man:journald.conf(5)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9756", "ExecMainStartTimestamp": "Fri 2025-05-30 09:29:18 EDT", "ExecMainStartTimestampMonotonic": "174201953", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "4224", "FragmentPath": "/etc/systemd/system/systemd-journald.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "systemd-journald.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2025-05-30 09:29:18 EDT", "InactiveEnterTimestampMonotonic": "174196494", "InactiveExitTimestamp": "Fri 2025-05-30 09:29:18 EDT", "InactiveExitTimestampMonotonic": "174201985", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "16384", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9756", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "systemd-journald.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RequiredBy": "systemd-journal-flush.service", "Requires": "systemd-journald.socket system.slice", "Restart": "always", "RestartUSec": "0", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StatusText": "Processing requests...", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "TriggeredBy": "systemd-journald.socket", "Type": "notify", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "WantedBy": "sysinit.target initrd-switch-root.target", "Wants": "systemd-journald.socket", "WatchdogTimestamp": "Fri 2025-05-30 09:29:18 EDT", "WatchdogTimestampMonotonic": "174210388", "WatchdogUSec": "3min" } } ok: [managed-node1] => (item=systemd-journal-flush.service) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "systemd-journal-flush.service", "name": "systemd-journal-flush.service", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-05-30 09:29:19 EDT", "ActiveEnterTimestampMonotonic": "174555386", "ActiveExitTimestamp": "Fri 2025-05-30 09:29:19 EDT", "ActiveExitTimestampMonotonic": "174551150", "ActiveState": "active", "After": "systemd-remount-fs.service system.slice systemd-journald.service systemd-journald.socket -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-05-30 09:29:19 EDT", "AssertTimestampMonotonic": "174551219", "Before": "systemd-user-sessions.service systemd-tmpfiles-setup.service", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-05-30 09:29:19 EDT", "ConditionTimestampMonotonic": "174551217", "ControlPID": "0", "DefaultDependencies": "no", "Delegate": "no", "Description": "Flush Journal to Persistent Storage", "DevicePolicy": "auto", "Documentation": "man:systemd-journald.service(8) man:journald.conf(5)", "ExecMainCode": "1", "ExecMainExitTimestamp": "Fri 2025-05-30 09:29:19 EDT", "ExecMainExitTimestampMonotonic": "174555191", "ExecMainPID": "9816", "ExecMainStartTimestamp": "Fri 2025-05-30 09:29:19 EDT", "ExecMainStartTimestampMonotonic": "174551764", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/journalctl ; argv[]=/usr/bin/journalctl --flush ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/etc/systemd/system/systemd-journal-flush.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "systemd-journal-flush.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2025-05-30 09:29:19 EDT", "InactiveEnterTimestampMonotonic": "174551150", "InactiveExitTimestamp": "Fri 2025-05-30 09:29:19 EDT", "InactiveExitTimestampMonotonic": "174551794", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "systemd-journal-flush.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "Requires": "-.mount systemd-journald.service system.slice", "RequiresMountsFor": "/var/log/journal", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "WantedBy": "sysinit.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.journald : Create journald configuration drop-in directory] *** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:28 Friday 30 May 2025 09:29:26 -0400 (0:00:00.725) 0:00:05.370 ************ ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/systemd/journald.conf.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.journald : Configure persistent journal] ******* task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:36 Friday 30 May 2025 09:29:27 -0400 (0:00:00.429) 0:00:05.800 ************ included: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml for managed-node1 TASK [fedora.linux_system_roles.journald : Ensure persistent log store exists] *** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml:3 Friday 30 May 2025 09:29:27 -0400 (0:00:00.053) 0:00:05.853 ************ changed: [managed-node1] => { "changed": true, "gid": 190, "group": "systemd-journal", "mode": "02755", "owner": "root", "path": "/var/log/journal", "secontext": "unconfined_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.journald : Apply tmpfiles.d snippet on persistent log store] *** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml:11 Friday 30 May 2025 09:29:27 -0400 (0:00:00.292) 0:00:06.146 ************ ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-tmpfiles", "--create", "--prefix=/var/log/journal", "/usr/lib/tmpfiles.d/systemd.conf" ], "delta": "0:00:00.006770", "end": "2025-05-30 09:29:27.832763", "rc": 0, "start": "2025-05-30 09:29:27.825993" } TASK [fedora.linux_system_roles.journald : Configure volatile journal] ********* task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:40 Friday 30 May 2025 09:29:27 -0400 (0:00:00.418) 0:00:06.565 ************ skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.journald : Deploy journald configuration drop-in] *** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:44 Friday 30 May 2025 09:29:27 -0400 (0:00:00.041) 0:00:06.607 ************ NOTIFIED HANDLER fedora.linux_system_roles.journald : Restart journald services for managed-node1 changed: [managed-node1] => { "changed": true, "checksum": "c8a2074dd0c463c5fcae45f9aaaad33dfe9daeb1", "dest": "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf", "gid": 0, "group": "root", "md5sum": "a0da5ffb72dbeeb4e24b411b2709546d", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 255, "src": "/root/.ansible/tmp/ansible-tmp-1748611767.97-10195-210177921505942/source", "state": "file", "uid": 0 } RUNNING HANDLER [fedora.linux_system_roles.journald : Restart journald services] *** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/roles/journald/handlers/main.yml:3 Friday 30 May 2025 09:29:28 -0400 (0:00:00.532) 0:00:07.139 ************ changed: [managed-node1] => (item=systemd-journald.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-journald.service", "name": "systemd-journald.service", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-05-30 09:29:18 EDT", "ActiveEnterTimestampMonotonic": "174210022", "ActiveExitTimestamp": "Fri 2025-05-30 09:29:18 EDT", "ActiveExitTimestampMonotonic": "174193499", "ActiveState": "active", "After": "systemd-journald.socket syslog.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-05-30 09:29:18 EDT", "AssertTimestampMonotonic": "174201390", "Before": "sysinit.target systemd-journal-flush.service", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "159990153423", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-05-30 09:29:18 EDT", "ConditionTimestampMonotonic": "174201389", "ControlGroup": "/system.slice/systemd-journald.service", "ControlPID": "0", "DefaultDependencies": "no", "Delegate": "no", "Description": "Journal Service", "DevicePolicy": "auto", "Documentation": "man:systemd-journald.service(8) man:journald.conf(5)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9756", "ExecMainStartTimestamp": "Fri 2025-05-30 09:29:18 EDT", "ExecMainStartTimestampMonotonic": "174201953", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "4224", "FragmentPath": "/etc/systemd/system/systemd-journald.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "systemd-journald.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2025-05-30 09:29:18 EDT", "InactiveEnterTimestampMonotonic": "174196494", "InactiveExitTimestamp": "Fri 2025-05-30 09:29:18 EDT", "InactiveExitTimestampMonotonic": "174201985", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "16384", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9756", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "systemd-journald.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RequiredBy": "systemd-journal-flush.service", "Requires": "systemd-journald.socket system.slice", "Restart": "always", "RestartUSec": "0", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StatusText": "Processing requests...", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "TriggeredBy": "systemd-journald.socket", "Type": "notify", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "WantedBy": "sysinit.target initrd-switch-root.target", "Wants": "systemd-journald.socket", "WatchdogTimestamp": "Fri 2025-05-30 09:29:18 EDT", "WatchdogTimestampMonotonic": "174210388", "WatchdogUSec": "3min" } } changed: [managed-node1] => (item=systemd-journal-flush.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-journal-flush.service", "name": "systemd-journal-flush.service", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-05-30 09:29:28 EDT", "ActiveEnterTimestampMonotonic": "184133885", "ActiveExitTimestamp": "Fri 2025-05-30 09:29:28 EDT", "ActiveExitTimestampMonotonic": "184096621", "ActiveState": "active", "After": "systemd-remount-fs.service system.slice systemd-journald.service systemd-journald.socket -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-05-30 09:29:28 EDT", "AssertTimestampMonotonic": "184128104", "Before": "systemd-user-sessions.service systemd-tmpfiles-setup.service", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-05-30 09:29:28 EDT", "ConditionTimestampMonotonic": "184128103", "ControlPID": "0", "DefaultDependencies": "no", "Delegate": "no", "Description": "Flush Journal to Persistent Storage", "DevicePolicy": "auto", "Documentation": "man:systemd-journald.service(8) man:journald.conf(5)", "ExecMainCode": "1", "ExecMainExitTimestamp": "Fri 2025-05-30 09:29:28 EDT", "ExecMainExitTimestampMonotonic": "184133721", "ExecMainPID": "10978", "ExecMainStartTimestamp": "Fri 2025-05-30 09:29:28 EDT", "ExecMainStartTimestampMonotonic": "184128693", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/journalctl ; argv[]=/usr/bin/journalctl --flush ; ignore_errors=no ; start_time=[Fri 2025-05-30 09:29:28 EDT] ; stop_time=[Fri 2025-05-30 09:29:28 EDT] ; pid=10978 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/etc/systemd/system/systemd-journal-flush.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "systemd-journal-flush.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2025-05-30 09:29:28 EDT", "InactiveEnterTimestampMonotonic": "184096621", "InactiveExitTimestamp": "Fri 2025-05-30 09:29:28 EDT", "InactiveExitTimestampMonotonic": "184128736", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "systemd-journal-flush.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "Requires": "-.mount systemd-journald.service system.slice", "RequiresMountsFor": "/var/log/journal", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "WantedBy": "sysinit.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } META: ran handlers TASK [Get systemd-journald service state] ************************************** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:63 Friday 30 May 2025 09:29:29 -0400 (0:00:00.774) 0:00:07.914 ************ ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "--property", "SubState", "systemd-journald.service" ], "delta": "0:00:00.005099", "end": "2025-05-30 09:29:29.448160", "rc": 0, "start": "2025-05-30 09:29:29.443061" } STDOUT: SubState=running TASK [Verify that systemd-journald is running] ********************************* task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:70 Friday 30 May 2025 09:29:29 -0400 (0:00:00.266) 0:00:08.181 ************ ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify that syslog is set properly] ************************************** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:74 Friday 30 May 2025 09:29:29 -0400 (0:00:00.044) 0:00:08.225 ************ ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "ForwardToSyslog=yes", "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" ], "delta": "0:00:00.002878", "end": "2025-05-30 09:29:29.778050", "rc": 0, "start": "2025-05-30 09:29:29.775172" } STDOUT: ForwardToSyslog=yes TASK [Verify that rate limit interval is set properly] ************************* task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:80 Friday 30 May 2025 09:29:29 -0400 (0:00:00.285) 0:00:08.510 ************ ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "RateLimitIntervalSec=2s", "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" ], "delta": "0:00:00.002969", "end": "2025-05-30 09:29:30.066217", "rc": 0, "start": "2025-05-30 09:29:30.063248" } STDOUT: RateLimitIntervalSec=2s TASK [Verify that rate limit burst is set properly] **************************** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:86 Friday 30 May 2025 09:29:30 -0400 (0:00:00.285) 0:00:08.796 ************ ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "RateLimitBurst=2000", "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" ], "delta": "0:00:00.003804", "end": "2025-05-30 09:29:30.347735", "rc": 0, "start": "2025-05-30 09:29:30.343931" } STDOUT: RateLimitBurst=2000 TASK [Verify that system keep free is set properly] **************************** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:92 Friday 30 May 2025 09:29:30 -0400 (0:00:00.281) 0:00:09.078 ************ ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "SystemKeepFree=10", "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" ], "delta": "0:00:00.003393", "end": "2025-05-30 09:29:30.633532", "rc": 0, "start": "2025-05-30 09:29:30.630139" } STDOUT: SystemKeepFree=10G TASK [Verify that /var/log/journal/$MACHINE_ID/system.journal exists] ********** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:98 Friday 30 May 2025 09:29:30 -0400 (0:00:00.287) 0:00:09.365 ************ ok: [managed-node1] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1748611768.8141122, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16392, "charset": "binary", "checksum": "9c738c6105f6d577583b6258f9f49462b705c815", "ctime": 1748611770.915115, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 190, "gr_name": "systemd-journal", "inode": 262480, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/octet-stream", "mode": "0640", "mtime": 1748611770.915115, "nlink": 1, "path": "/var/log/journal/3e62ad6f921c401f9faf6e56ac0b28ee/system.journal", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 8388608, "uid": 0, "version": "18446744073440368304", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify that system.journal is in online state] *************************** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:104 Friday 30 May 2025 09:29:30 -0400 (0:00:00.307) 0:00:09.672 ************ ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail; journalctl --header --file /var/log/journal/3e62ad6f921c401f9faf6e56ac0b28ee/system.journal | grep -q 'State: ONLINE'\n", "delta": "0:00:00.005640", "end": "2025-05-30 09:29:31.249626", "rc": 0, "start": "2025-05-30 09:29:31.243986" } TASK [Verify that system.journal is compressed] ******************************** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:113 Friday 30 May 2025 09:29:31 -0400 (0:00:00.308) 0:00:09.981 ************ ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail; journalctl --header --file /var/log/journal/3e62ad6f921c401f9faf6e56ac0b28ee/system.journal | grep -q COMPRESSED\n", "delta": "0:00:00.005742", "end": "2025-05-30 09:29:31.538882", "rc": 0, "start": "2025-05-30 09:29:31.533140" } TASK [Verify that system journal can have maximum size of 2.0G] **************** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:122 Friday 30 May 2025 09:29:31 -0400 (0:00:00.287) 0:00:10.269 ************ ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail; journalctl -b -u systemd-journald -p info | grep -E \"((System [Jj]ournal)|(Permanent journal)) .*max\" | tail -n 1 | grep -q -E 'max( allowed)? 2([.]0)?G'\n", "delta": "0:00:00.007272", "end": "2025-05-30 09:29:31.800078", "rc": 0, "start": "2025-05-30 09:29:31.792806" } TASK [Check generated files for ansible_managed, fingerprint] ****************** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:131 Friday 30 May 2025 09:29:31 -0400 (0:00:00.263) 0:00:10.532 ************ included: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tasks/check_header.yml for managed-node1 TASK [Get file] **************************************************************** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tasks/check_header.yml:3 Friday 30 May 2025 09:29:31 -0400 (0:00:00.073) 0:00:10.606 ************ ok: [managed-node1] => { "changed": false, "content": "IyBTUERYLUxpY2Vuc2UtSWRlbnRpZmllcjogTUlUCgojCiMgQW5zaWJsZSBtYW5hZ2VkCiMKIyBzeXN0ZW1fcm9sZTpqb3VybmFsZAoKW0pvdXJuYWxdClN0b3JhZ2U9cGVyc2lzdGVudApTeXN0ZW1NYXhVc2U9MjA0OE0KU3BsaXRNb2RlPXVpZApTeW5jSW50ZXJ2YWxTZWM9MW0KU3lzdGVtS2VlcEZyZWU9MTBHCkNvbXByZXNzPXllcwpGb3J3YXJkVG9TeXNsb2c9eWVzClJhdGVMaW1pdEludGVydmFsU2VjPTJzClJhdGVMaW1pdEJ1cnN0PTIwMDAK", "encoding": "base64", "source": "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tasks/check_header.yml:9 Friday 30 May 2025 09:29:32 -0400 (0:00:00.407) 0:00:11.013 ************ ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:149 Friday 30 May 2025 09:29:32 -0400 (0:00:00.067) 0:00:11.081 ************ changed: [managed-node1] => { "changed": true, "path": "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf", "state": "absent" } TASK [Remove copy of the service files] **************************************** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:154 Friday 30 May 2025 09:29:32 -0400 (0:00:00.288) 0:00:11.369 ************ changed: [managed-node1] => (item=systemd-journald.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-journald.service", "path": "/etc/systemd/system/systemd-journald.service", "state": "absent" } changed: [managed-node1] => (item=systemd-journal-flush.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-journal-flush.service", "path": "/etc/systemd/system/systemd-journal-flush.service", "state": "absent" } TASK [Reload systemd to cleanup] *********************************************** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:160 Friday 30 May 2025 09:29:33 -0400 (0:00:00.549) 0:00:11.919 ************ ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [Restart journald services] *********************************************** task path: /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:164 Friday 30 May 2025 09:29:33 -0400 (0:00:00.386) 0:00:12.306 ************ changed: [managed-node1] => (item=systemd-journald.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-journald.service", "name": "systemd-journald.service", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-05-30 09:29:28 EDT", "ActiveEnterTimestampMonotonic": "184127741", "ActiveExitTimestamp": "Fri 2025-05-30 09:29:28 EDT", "ActiveExitTimestampMonotonic": "184097504", "ActiveState": "active", "After": "system.slice syslog.socket systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-05-30 09:29:28 EDT", "AssertTimestampMonotonic": "184102111", "Before": "systemd-journal-flush.service sysinit.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "159990153423", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-05-30 09:29:28 EDT", "ConditionTimestampMonotonic": "184102110", "ControlGroup": "/system.slice/systemd-journald.service", "ControlPID": "0", "DefaultDependencies": "no", "Delegate": "no", "Description": "Journal Service", "DevicePolicy": "auto", "Documentation": "man:systemd-journald.service(8) man:journald.conf(5)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "10977", "ExecMainStartTimestamp": "Fri 2025-05-30 09:29:28 EDT", "ExecMainStartTimestampMonotonic": "184102639", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "4224", "FragmentPath": "/usr/lib/systemd/system/systemd-journald.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "systemd-journald.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2025-05-30 09:29:28 EDT", "InactiveEnterTimestampMonotonic": "184101371", "InactiveExitTimestamp": "Fri 2025-05-30 09:29:28 EDT", "InactiveExitTimestampMonotonic": "184102674", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "16384", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "10977", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "systemd-journald.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RequiredBy": "systemd-journal-flush.service", "Requires": "system.slice systemd-journald.socket", "Restart": "always", "RestartUSec": "0", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StatusText": "Processing requests...", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "TriggeredBy": "systemd-journald.socket", "Type": "notify", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "WantedBy": "initrd-switch-root.target sysinit.target", "Wants": "systemd-journald.socket", "WatchdogTimestamp": "Fri 2025-05-30 09:29:28 EDT", "WatchdogTimestampMonotonic": "184128091", "WatchdogUSec": "3min" } } changed: [managed-node1] => (item=systemd-journal-flush.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-journal-flush.service", "name": "systemd-journal-flush.service", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-05-30 09:29:33 EDT", "ActiveEnterTimestampMonotonic": "189279123", "ActiveExitTimestamp": "Fri 2025-05-30 09:29:33 EDT", "ActiveExitTimestampMonotonic": "189256678", "ActiveState": "active", "After": "systemd-journald.service -.mount systemd-journald.socket system.slice systemd-remount-fs.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-05-30 09:29:33 EDT", "AssertTimestampMonotonic": "189275692", "Before": "systemd-tmpfiles-setup.service systemd-user-sessions.service", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-05-30 09:29:33 EDT", "ConditionTimestampMonotonic": "189275691", "ControlPID": "0", "DefaultDependencies": "no", "Delegate": "no", "Description": "Flush Journal to Persistent Storage", "DevicePolicy": "auto", "Documentation": "man:systemd-journald.service(8) man:journald.conf(5)", "ExecMainCode": "1", "ExecMainExitTimestamp": "Fri 2025-05-30 09:29:33 EDT", "ExecMainExitTimestampMonotonic": "189278944", "ExecMainPID": "11825", "ExecMainStartTimestamp": "Fri 2025-05-30 09:29:33 EDT", "ExecMainStartTimestampMonotonic": "189276201", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/journalctl ; argv[]=/usr/bin/journalctl --flush ; ignore_errors=no ; start_time=[Fri 2025-05-30 09:29:33 EDT] ; stop_time=[Fri 2025-05-30 09:29:33 EDT] ; pid=11825 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/systemd-journal-flush.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "systemd-journal-flush.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2025-05-30 09:29:33 EDT", "InactiveEnterTimestampMonotonic": "189256678", "InactiveExitTimestamp": "Fri 2025-05-30 09:29:33 EDT", "InactiveExitTimestampMonotonic": "189276242", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "systemd-journal-flush.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "Requires": "system.slice -.mount systemd-journald.service", "RequiresMountsFor": "/var/log/journal", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "WantedBy": "sysinit.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node1 : ok=34 changed=10 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Friday 30 May 2025 09:29:34 -0400 (0:00:00.740) 0:00:13.046 ************ =============================================================================== Gathering Facts --------------------------------------------------------- 0.81s /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:3 fedora.linux_system_roles.journald : Restart journald services ---------- 0.77s /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/roles/journald/handlers/main.yml:3 Restart journald services ----------------------------------------------- 0.74s /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:164 fedora.linux_system_roles.journald : Ensure required packages are installed --- 0.73s /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:15 fedora.linux_system_roles.journald : Ensure required services are enabled --- 0.73s /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:21 Make a copy of the service files ---------------------------------------- 0.69s /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:21 Change the startlimit to avoid errors with excessive journald restarts --- 0.66s /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:29 Reload systemd to ensure startlimit changes take effect upon restart ---- 0.62s /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:49 Remove copy of the service files ---------------------------------------- 0.55s /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:154 fedora.linux_system_roles.journald : Deploy journald configuration drop-in --- 0.53s /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:44 fedora.linux_system_roles.journald : Create journald configuration drop-in directory --- 0.43s /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:28 fedora.linux_system_roles.journald : Apply tmpfiles.d snippet on persistent log store --- 0.42s /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml:11 Get file ---------------------------------------------------------------- 0.41s /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tasks/check_header.yml:3 Reload systemd to cleanup ----------------------------------------------- 0.39s /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:160 fedora.linux_system_roles.journald : Check if system is ostree ---------- 0.38s /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:10 Verify that system.journal is in online state --------------------------- 0.31s /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:104 Verify that /var/log/journal/$MACHINE_ID/system.journal exists ---------- 0.31s /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:98 fedora.linux_system_roles.journald : Ensure persistent log store exists --- 0.29s /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml:3 Cleanup ----------------------------------------------------------------- 0.29s /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:149 Verify that system.journal is compressed -------------------------------- 0.29s /tmp/collections-I8E/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:113