ansible-playbook [core 2.17.13] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-vMP executable location = /usr/local/bin/ansible-playbook python version = 3.12.11 (main, Jun 4 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-7)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', 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 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_ssh_wrapper.yml ************************************************ 3 plays in /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml PLAY [Create static inventory from hostvars] *********************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Tuesday 05 August 2025 11:20:16 -0400 (0:00:00.018) 0:00:00.018 ******** [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [Create temporary file] *************************************************** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7 Tuesday 05 August 2025 11:20:17 -0400 (0:00:01.063) 0:00:01.081 ******** changed: [managed-node1 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.lfdu2vb1.inventory.yaml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Create static inventory from hostvars] *********************************** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 Tuesday 05 August 2025 11:20:17 -0400 (0:00:00.304) 0:00:01.385 ******** changed: [managed-node1 -> localhost] => { "changed": true, "checksum": "de626e220dd3ccca9a5296f73d2144ad4553bd41", "dest": "/tmp/ansible.lfdu2vb1.inventory.yaml", "gid": 0, "group": "root", "md5sum": "d14c946c662449b798bd332a2fac7b64", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 95, "src": "/root/.ansible/tmp/ansible-tmp-1754407217.9530866-10137-108317706316875/.source.yaml", "state": "file", "uid": 0 } PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Tuesday 05 August 2025 11:20:19 -0400 (0:00:01.623) 0:00:03.009 ******** ok: [managed-node1] TASK [Gather facts from managed-node1] ***************************************** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Tuesday 05 August 2025 11:20:20 -0400 (0:00:00.744) 0:00:03.754 ******** ok: [managed-node1] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Tuesday 05 August 2025 11:20:21 -0400 (0:00:00.744) 0:00:04.498 ******** skipping: [managed-node1] => { "false_condition": "ansible_distribution_major_version == '6'" } TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Tuesday 05 August 2025 11:20:21 -0400 (0:00:00.012) 0:00:04.511 ******** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [Run the role. If reboot is not required - the play succeeds.] ************ task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Tuesday 05 August 2025 11:20:21 -0400 (0:00:00.006) 0:00:04.518 ******** included: fedora.linux_system_roles.kdump for managed-node1 TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Tuesday 05 August 2025 11:20:21 -0400 (0:00:00.031) 0:00:04.549 ******** included: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Tuesday 05 August 2025 11:20:21 -0400 (0:00:00.019) 0:00:04.569 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Tuesday 05 August 2025 11:20:21 -0400 (0:00:00.036) 0:00:04.606 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] *** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Tuesday 05 August 2025 11:20:21 -0400 (0:00:00.352) 0:00:04.958 ******** ok: [managed-node1] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Set platform/version specific variables] *** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Tuesday 05 August 2025 11:20:21 -0400 (0:00:00.022) 0:00:04.981 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Tuesday 05 August 2025 11:20:21 -0400 (0:00:00.030) 0:00:05.011 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Tuesday 05 August 2025 11:20:22 -0400 (0:00:01.432) 0:00:06.444 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "kdump", "status": { "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "ActiveEnterTimestamp": "Tue 2025-08-05 11:20:15 EDT", "ActiveEnterTimestampMonotonic": "279909997", "ActiveExitTimestamp": "Tue 2025-08-05 11:20:02 EDT", "ActiveExitTimestampMonotonic": "267111277", "ActiveState": "active", "After": "-.mount network.target remote-fs.target tmp.mount system.slice systemd-tmpfiles-setup.service network-online.target basic.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-08-05 11:20:02 EDT", "AssertTimestampMonotonic": "267137659", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "18553513000", "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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-08-05 11:20:02 EDT", "ConditionTimestampMonotonic": "267137657", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "4459", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "ExecCondition": "{ path=/bin/sh ; argv[]=/bin/sh -c grep -q -e \"crashkernel\" -e \"fadump\" /proc/cmdline ; ignore_errors=no ; start_time=[Tue 2025-08-05 11:20:02 EDT] ; stop_time=[Tue 2025-08-05 11:20:02 EDT] ; pid=18576 ; code=exited ; status=0 }", "ExecConditionEx": "{ path=/bin/sh ; argv[]=/bin/sh -c grep -q -e \"crashkernel\" -e \"fadump\" /proc/cmdline ; flags= ; start_time=[Tue 2025-08-05 11:20:02 EDT] ; stop_time=[Tue 2025-08-05 11:20:02 EDT] ; pid=18576 ; code=exited ; status=0 }", "ExecMainCode": "1", "ExecMainExitTimestamp": "Tue 2025-08-05 11:20:15 EDT", "ExecMainExitTimestampMonotonic": "279909886", "ExecMainPID": "18577", "ExecMainStartTimestamp": "Tue 2025-08-05 11:20:02 EDT", "ExecMainStartTimestampMonotonic": "267152386", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Tue 2025-08-05 11:20:02 EDT] ; stop_time=[Tue 2025-08-05 11:20:15 EDT] ; pid=18577 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Tue 2025-08-05 11:20:02 EDT] ; stop_time=[Tue 2025-08-05 11:20:15 EDT] ; pid=18577 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Tue 2025-08-05 11:20:02 EDT", "InactiveEnterTimestampMonotonic": "267137135", "InactiveExitTimestamp": "Tue 2025-08-05 11:20:02 EDT", "InactiveExitTimestampMonotonic": "267144629", "InvocationID": "7b29b6df8e974fe3bfe17c672b51e2fa", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13688", "LimitNPROCSoft": "13688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13688", "LimitSIGPENDINGSoft": "13688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice -.mount", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Tue 2025-08-05 11:20:15 EDT", "StateChangeTimestampMonotonic": "279909997", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21900", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.kdump : Include SSH tasks] ********************* task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Tuesday 05 August 2025 11:20:23 -0400 (0:00:00.691) 0:00:07.135 ******** included: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml for managed-node1 TASK [fedora.linux_system_roles.kdump : Create key if it does not exist] ******* task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Tuesday 05 August 2025 11:20:23 -0400 (0:00:00.062) 0:00:07.198 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": "0:00:00.195753", "end": "2025-08-05 11:20:24.320281", "rc": 0, "start": "2025-08-05 11:20:24.124528" } STDOUT: Generating public/private rsa key pair. Your identification has been saved in /root/.ssh/kdump_id_rsa Your public key has been saved in /root/.ssh/kdump_id_rsa.pub The key fingerprint is: SHA256:Z5cq6DOhhICu+ZLYjUWwc8sLt3+jtMItZmyymzUfj40 root@managed-node1 The key's randomart image is: +---[RSA 3072]----+ | | | . | |. o | |o o o . | |.. * . S o o | | .o * .. o o | |o+ Xo=+.. . | |* +o&=+Bo. | | o=B +E=o. | +----[SHA256]-----+ TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Tuesday 05 August 2025 11:20:24 -0400 (0:00:00.622) 0:00:07.821 ******** ok: [managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDODh5VXZRWDZvb2tXTFVPUElUaktnMXpLN3BKaUxSQ0tWVVpBV25GY2ZIS1ZDZ2dQcGR3SjFCQWVQNk1icStselZHZnVpT0NaSlIyV1UzQ2VhUE9pcWV5ZFBTZHl0ckRNRGU0UjdDbnNJajJTeDVWRk9FYkwxQ1dRZG4vWWFrZUIwb1N2UUgxWk9jZE4xbmtiZU5yZFFHNEMvczdBSG40S1gzWjdIUElrcW5qdS9BQWNrdHV6c3FubjhXUGJHRU9TS3ZucU56aWkrNU9jODNGQUludXlObjlBNVU5NFp0eXVlalUrZjRRQnVkSjdWS0VoRDdrUzRIa3d4ZkZmeE0wQnE0ZWNXRkdhck05VVhSV2QzMW9aMjJIK1ZJMkxsbHljR0JJWnR6bStxR2dFR1Z1ZzEyak1NVGZMQW5PbUNWR0hLNGU1WDM1bTFqbzJ3MldjdC9tUWJSKzBEMFF3MDFxTldMTDFxUnBJV0pDZ1Z2TEJudEl5Q2wvV0libGpXNlkrV3Q2NzZQNC9MdWMwZzMzaDFqN1FUd2hNbm5MeC9wOUhNeUNMdkh1LzI1aldjUnpKMFNIUXFjT1UzY2M0Y0FROG9aK2lYU3pCbW9DMUVPTE1qUnpMSEJQcnZZYjl3S2o3b08rNXNhWk1hYy9pejRIRDVyZU9mY2cyNUYxM1RJdDA9IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "encoding": "base64", "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Tuesday 05 August 2025 11:20:24 -0400 (0:00:00.427) 0:00:08.249 ******** ok: [managed-node1] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] **** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Tuesday 05 August 2025 11:20:25 -0400 (0:00:00.533) 0:00:08.782 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754406964.2378032, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1754407224.3190536, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4866141, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1754407224.3190536, "nlink": 2, "path": "/root/.ssh", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 101, "uid": 0, "version": "4168146915", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.kdump : Get the authorized_keys file for the user] *** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Tuesday 05 August 2025 11:20:25 -0400 (0:00:00.356) 0:00:09.138 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754407144.397463, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8f45a488d53cfb4f7f01fbcf50ce43a6fd53f2", "ctime": 1754407143.3414533, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12777098, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1754407143.3414533, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1208, "uid": 0, "version": "1843095441", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed] *** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Tuesday 05 August 2025 11:20:26 -0400 (0:00:00.364) 0:00:09.502 ******** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Tuesday 05 August 2025 11:20:26 -0400 (0:00:00.491) 0:00:09.994 ******** changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Tuesday 05 August 2025 11:20:27 -0400 (0:00:00.473) 0:00:10.468 ******** ok: [managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDOWFHdkh1eVRvRGx0TUdKTU04NkpUK1NTY05JeW0rcW9yakl1WXpnOTIySTdETHZNTlZHOHpVazVJRzNuclcyZE13a1d2VFh2VU5wbUhRR3Jkc25xQWI2d0hGTnlGejV0TVpVamZqR0RZMzh2SEgwbThXQUh4cVNvODloNkVQY3VFZEhTWlNJaEVlc1pBeXpGcnNxRm1JckFUVEJtK0lxMzNtRkJQQ0pUaSsrT2pUODh1dmUvYWlyUWdiSytQNUFOS003MHJYSmtWa05zUWhvZnYybG1LSHAra0Z6WXdDbHhQeGtkVU40QWM2MGllTkUzUWxMUExXY2lwZFpodG5KQTNJZEtOYzBHd0crck1aUk1QTmY5Q2g3c2RwanBwMkMxcXpRbHEvQ0hKNjFnbW9raURCYk9PQkszRjBmNGlsWHlCVTV3K25aL2JqZmd6OFgyNkFZZWVoUk56bXNMODJWTWlaU3hvNHN6MmVhUTNFZzNjZEJWK1M5N3pUaDVNaGhvNC8rWUdjWnFuR0N3QTVHTGlrZmdrZ2tnQzZuYjkvOTZDSnJHQmkvSDRjOXU4L3lIc0ZtTjBRNkxMbTB5TUNJK1Q4YWtOSC9CdmN5eGRPRXZtcXdWRlpBTXE5VmZuOXlhUjdvbEdCdzRJZHVFeGpXU1RTdnVqVldqb3ZTRVRKOWM9IHJvb3RAaXAtMTAtMzEtMTAtOS50ZXN0aW5nLWZhcm0udXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "encoding": "base64", "source": "/etc/ssh/ssh_host_rsa_key.pub" } TASK [fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node] *** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Tuesday 05 August 2025 11:20:27 -0400 (0:00:00.342) 0:00:10.810 ******** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.10.9 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9aGvHuyToDltMGJMM86JT+SScNIym+qorjIuYzg922I7DLvMNVG8zUk5IG3nrW2dMwkWvTXvUNpmHQGrdsnqAb6wHFNyFz5tMZUjfjGDY38vHH0m8WAHxqSo89h6EPcuEdHSZSIhEesZAyzFrsqFmIrATTBm+Iq33mFBPCJTi++OjT88uve/airQgbK+P5ANKM70rXJkVkNsQhofv2lmKHp+kFzYwClxPxkdUN4Ac60ieNE3QlLPLWcipdZhtnJA3IdKNc0GwG+rMZRMPNf9Ch7sdpjpp2C1qzQlq/CHJ61gmokiDBbOOBK3F0f4ilXyBU5w+nZ/bjfgz8X26AYeehRNzmsL82VMiZSxo4sz2eaQ3Eg3cdBV+S97zTh5Mhho4/+YGcZqnGCwA5GLikfgkgkgC6nb9/96CJrGBi/H4c9u8/yHsFmN0Q6LLm0yMCI+T8akNH/BvcyxdOEvmqwVFZAMq9Vfn9yaR7olGBw4IduExjWSTSvujVWjovSETJ9c= root@ip-10-31-10-9.testing-farm.us-east-1.aws.redhat.com\n", "mode": "0644", "name": "10.31.10.9", "owner": "root", "path": "/etc/ssh/ssh_known_hosts", "secontext": "system_u:object_r:etc_t:s0", "size": 621, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists] *** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Tuesday 05 August 2025 11:20:27 -0400 (0:00:00.506) 0:00:11.317 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754407202.7919068, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6358268c70ea4eb010df0ced1b282adb222f1d1b", "ctime": 1754407200.2858899, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 562036935, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1754407200.286579, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 111, "uid": 0, "version": "540109387", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.kdump : Generate /etc/kdump.conf] ************** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Tuesday 05 August 2025 11:20:28 -0400 (0:00:00.366) 0:00:11.683 ******** Notification for handler Restart kdump has been saved. changed: [managed-node1] => { "backup_file": "/etc/kdump.conf.24824.2025-08-05@11:20:28~", "changed": true, "checksum": "6ffc064e8ff539e9bf1806b0d0a70f31c3a10a21", "dest": "/etc/kdump.conf", "gid": 0, "group": "root", "md5sum": "1648d8c290008b65262025dc2737d89d", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 136, "src": "/root/.ansible/tmp/ansible-tmp-1754407228.3006153-10419-172259607662885/.source.conf", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Tuesday 05 August 2025 11:20:28 -0400 (0:00:00.743) 0:00:12.427 ******** ok: [managed-node1] => { "attempts": 1, "changed": false, "content": "MjY4NDM1NDU2Cg==", "encoding": "base64", "source": "/sys/kernel/kexec_crash_size" } TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] **** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Tuesday 05 August 2025 11:20:29 -0400 (0:00:00.359) 0:00:12.786 ******** ok: [managed-node1] => { "ansible_facts": { "kdump_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed] *** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Tuesday 05 August 2025 11:20:29 -0400 (0:00:00.045) 0:00:12.831 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] *** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Tuesday 05 August 2025 11:20:29 -0400 (0:00:00.031) 0:00:12.863 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false] *** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Tuesday 05 August 2025 11:20:29 -0400 (0:00:00.030) 0:00:12.894 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Reboot the managed node] *************** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Tuesday 05 August 2025 11:20:29 -0400 (0:00:00.030) 0:00:12.925 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag] *** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Tuesday 05 August 2025 11:20:29 -0400 (0:00:00.029) 0:00:12.954 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] ********** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Tuesday 05 August 2025 11:20:29 -0400 (0:00:00.029) 0:00:12.983 ******** ok: [managed-node1] => { "changed": false, "name": "kdump", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "ActiveEnterTimestamp": "Tue 2025-08-05 11:20:15 EDT", "ActiveEnterTimestampMonotonic": "279909997", "ActiveExitTimestamp": "Tue 2025-08-05 11:20:02 EDT", "ActiveExitTimestampMonotonic": "267111277", "ActiveState": "active", "After": "-.mount network.target remote-fs.target tmp.mount system.slice systemd-tmpfiles-setup.service network-online.target basic.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-08-05 11:20:02 EDT", "AssertTimestampMonotonic": "267137659", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "18553513000", "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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-08-05 11:20:02 EDT", "ConditionTimestampMonotonic": "267137657", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "4459", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "ExecCondition": "{ path=/bin/sh ; argv[]=/bin/sh -c grep -q -e \"crashkernel\" -e \"fadump\" /proc/cmdline ; ignore_errors=no ; start_time=[Tue 2025-08-05 11:20:02 EDT] ; stop_time=[Tue 2025-08-05 11:20:02 EDT] ; pid=18576 ; code=exited ; status=0 }", "ExecConditionEx": "{ path=/bin/sh ; argv[]=/bin/sh -c grep -q -e \"crashkernel\" -e \"fadump\" /proc/cmdline ; flags= ; start_time=[Tue 2025-08-05 11:20:02 EDT] ; stop_time=[Tue 2025-08-05 11:20:02 EDT] ; pid=18576 ; code=exited ; status=0 }", "ExecMainCode": "1", "ExecMainExitTimestamp": "Tue 2025-08-05 11:20:15 EDT", "ExecMainExitTimestampMonotonic": "279909886", "ExecMainPID": "18577", "ExecMainStartTimestamp": "Tue 2025-08-05 11:20:02 EDT", "ExecMainStartTimestampMonotonic": "267152386", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Tue 2025-08-05 11:20:02 EDT] ; stop_time=[Tue 2025-08-05 11:20:15 EDT] ; pid=18577 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Tue 2025-08-05 11:20:02 EDT] ; stop_time=[Tue 2025-08-05 11:20:15 EDT] ; pid=18577 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Tue 2025-08-05 11:20:02 EDT", "InactiveEnterTimestampMonotonic": "267137135", "InactiveExitTimestamp": "Tue 2025-08-05 11:20:02 EDT", "InactiveExitTimestampMonotonic": "267144629", "InvocationID": "7b29b6df8e974fe3bfe17c672b51e2fa", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13688", "LimitNPROCSoft": "13688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13688", "LimitSIGPENDINGSoft": "13688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice -.mount", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Tue 2025-08-05 11:20:15 EDT", "StateChangeTimestampMonotonic": "279909997", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21900", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Cleanup kdump_path] ****************************************************** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Tuesday 05 August 2025 11:20:30 -0400 (0:00:00.489) 0:00:13.473 ******** ok: [managed-node1] => { "changed": false, "path": "/tmp/tests_ssh", "state": "absent" } NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.kdump : Restart kdump] ************** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Tuesday 05 August 2025 11:20:30 -0400 (0:00:00.366) 0:00:13.839 ******** changed: [managed-node1] => { "changed": true, "name": "kdump", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "ActiveEnterTimestamp": "Tue 2025-08-05 11:20:15 EDT", "ActiveEnterTimestampMonotonic": "279909997", "ActiveExitTimestamp": "Tue 2025-08-05 11:20:02 EDT", "ActiveExitTimestampMonotonic": "267111277", "ActiveState": "active", "After": "-.mount network.target remote-fs.target tmp.mount system.slice systemd-tmpfiles-setup.service network-online.target basic.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-08-05 11:20:02 EDT", "AssertTimestampMonotonic": "267137659", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "18553513000", "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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-08-05 11:20:02 EDT", "ConditionTimestampMonotonic": "267137657", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "4459", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "ExecCondition": "{ path=/bin/sh ; argv[]=/bin/sh -c grep -q -e \"crashkernel\" -e \"fadump\" /proc/cmdline ; ignore_errors=no ; start_time=[Tue 2025-08-05 11:20:02 EDT] ; stop_time=[Tue 2025-08-05 11:20:02 EDT] ; pid=18576 ; code=exited ; status=0 }", "ExecConditionEx": "{ path=/bin/sh ; argv[]=/bin/sh -c grep -q -e \"crashkernel\" -e \"fadump\" /proc/cmdline ; flags= ; start_time=[Tue 2025-08-05 11:20:02 EDT] ; stop_time=[Tue 2025-08-05 11:20:02 EDT] ; pid=18576 ; code=exited ; status=0 }", "ExecMainCode": "1", "ExecMainExitTimestamp": "Tue 2025-08-05 11:20:15 EDT", "ExecMainExitTimestampMonotonic": "279909886", "ExecMainPID": "18577", "ExecMainStartTimestamp": "Tue 2025-08-05 11:20:02 EDT", "ExecMainStartTimestampMonotonic": "267152386", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Tue 2025-08-05 11:20:02 EDT] ; stop_time=[Tue 2025-08-05 11:20:15 EDT] ; pid=18577 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Tue 2025-08-05 11:20:02 EDT] ; stop_time=[Tue 2025-08-05 11:20:15 EDT] ; pid=18577 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Tue 2025-08-05 11:20:02 EDT", "InactiveEnterTimestampMonotonic": "267137135", "InactiveExitTimestamp": "Tue 2025-08-05 11:20:02 EDT", "InactiveExitTimestampMonotonic": "267144629", "InvocationID": "7b29b6df8e974fe3bfe17c672b51e2fa", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13688", "LimitNPROCSoft": "13688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13688", "LimitSIGPENDINGSoft": "13688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice -.mount", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Tue 2025-08-05 11:20:15 EDT", "StateChangeTimestampMonotonic": "279909997", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21900", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } PLAY [Run tests_ssh.yml in check_mode] ***************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Tuesday 05 August 2025 11:20:47 -0400 (0:00:16.918) 0:00:30.758 ******** ok: [managed-node1] TASK [Run ansible-playbook with tests_ssh.yml in check mode] ******************* task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 Tuesday 05 August 2025 11:20:48 -0400 (0:00:00.751) 0:00:31.509 ******** fatal: [managed-node1 -> localhost]: FAILED! => { "changed": false, "cmd": [ "ansible-playbook", "-b", "-vv", "-i", "/tmp/ansible.lfdu2vb1.inventory.yaml", "--check", "tests_ssh.yml" ], "delta": "0:00:05.558976", "end": "2025-08-05 11:20:53.801834", "rc": 2, "start": "2025-08-05 11:20:48.242858" } STDOUT: ansible-playbook [core 2.17.13] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-vMP executable location = /usr/local/bin/ansible-playbook python version = 3.12.11 (main, Jun 4 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-7)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', 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 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_ssh.yml ******************************************************** 1 plays in tests_ssh.yml PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Tuesday 05 August 2025 11:20:48 -0400 (0:00:00.018) 0:00:00.018 ******** ok: [managed-node1] TASK [Gather facts from managed-node1] ***************************************** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Tuesday 05 August 2025 11:20:49 -0400 (0:00:01.036) 0:00:01.054 ******** ok: [managed-node1] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Tuesday 05 August 2025 11:20:50 -0400 (0:00:00.674) 0:00:01.729 ******** skipping: [managed-node1] => { "false_condition": "ansible_distribution_major_version == '6'" } TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Tuesday 05 August 2025 11:20:50 -0400 (0:00:00.013) 0:00:01.742 ******** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [Run the role. If reboot is not required - the play succeeds.] ************ task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Tuesday 05 August 2025 11:20:50 -0400 (0:00:00.007) 0:00:01.749 ******** included: fedora.linux_system_roles.kdump for managed-node1 TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Tuesday 05 August 2025 11:20:50 -0400 (0:00:00.031) 0:00:01.781 ******** included: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Tuesday 05 August 2025 11:20:50 -0400 (0:00:00.020) 0:00:01.801 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Tuesday 05 August 2025 11:20:50 -0400 (0:00:00.032) 0:00:01.833 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] *** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Tuesday 05 August 2025 11:20:50 -0400 (0:00:00.296) 0:00:02.130 ******** ok: [managed-node1] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Set platform/version specific variables] *** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Tuesday 05 August 2025 11:20:50 -0400 (0:00:00.021) 0:00:02.151 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Tuesday 05 August 2025 11:20:50 -0400 (0:00:00.030) 0:00:02.182 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Tuesday 05 August 2025 11:20:52 -0400 (0:00:01.677) 0:00:03.860 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "kdump", "status": { "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "ActiveEnterTimestamp": "Tue 2025-08-05 11:16:29 EDT", "ActiveEnterTimestampMonotonic": "48593125", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket network-online.target remote-fs.target network.target systemd-tmpfiles-setup.service basic.target system.slice -.mount tmp.mount", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-08-05 11:16:04 EDT", "AssertTimestampMonotonic": "24480517", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "18215828000", "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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-08-05 11:16:04 EDT", "ConditionTimestampMonotonic": "24480514", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "2860", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "ExecCondition": "{ path=/bin/sh ; argv[]=/bin/sh -c grep -q -e \"crashkernel\" -e \"fadump\" /proc/cmdline ; ignore_errors=no ; start_time=[Tue 2025-08-05 11:16:04 EDT] ; stop_time=[Tue 2025-08-05 11:16:04 EDT] ; pid=807 ; code=exited ; status=0 }", "ExecConditionEx": "{ path=/bin/sh ; argv[]=/bin/sh -c grep -q -e \"crashkernel\" -e \"fadump\" /proc/cmdline ; flags= ; start_time=[Tue 2025-08-05 11:16:04 EDT] ; stop_time=[Tue 2025-08-05 11:16:04 EDT] ; pid=807 ; code=exited ; status=0 }", "ExecMainCode": "1", "ExecMainExitTimestamp": "Tue 2025-08-05 11:16:29 EDT", "ExecMainExitTimestampMonotonic": "48593020", "ExecMainPID": "815", "ExecMainStartTimestamp": "Tue 2025-08-05 11:16:04 EDT", "ExecMainStartTimestampMonotonic": "24728503", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Tue 2025-08-05 11:16:04 EDT] ; stop_time=[Tue 2025-08-05 11:16:29 EDT] ; pid=815 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Tue 2025-08-05 11:16:04 EDT] ; stop_time=[Tue 2025-08-05 11:16:29 EDT] ; pid=815 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Tue 2025-08-05 11:16:04 EDT", "InactiveExitTimestampMonotonic": "24683317", "InvocationID": "e9cec9dd41bf4441869af9455da727fa", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13688", "LimitNPROCSoft": "13688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13688", "LimitSIGPENDINGSoft": "13688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice -.mount", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Tue 2025-08-05 11:16:29 EDT", "StateChangeTimestampMonotonic": "48593125", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21900", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.kdump : Include SSH tasks] ********************* task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Tuesday 05 August 2025 11:20:53 -0400 (0:00:00.575) 0:00:04.435 ******** included: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml for managed-node1 TASK [fedora.linux_system_roles.kdump : Create key if it does not exist] ******* task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Tuesday 05 August 2025 11:20:53 -0400 (0:00:00.062) 0:00:04.498 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": null, "end": null, "rc": 0, "start": null } MSG: Command would have run if not in check mode TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Tuesday 05 August 2025 11:20:53 -0400 (0:00:00.294) 0:00:04.793 ******** fatal: [managed-node1]: FAILED! => { "changed": false } MSG: file not found: /root/.ssh/kdump_id_rsa.pub TASK [If reboot is required - assert the expected fail message] **************** task path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:86 Tuesday 05 August 2025 11:20:53 -0400 (0:00:00.296) 0:00:05.089 ******** fatal: [managed-node1]: FAILED! => { "assertion": "'Reboot is required to apply changes.' in ansible_failed_result.msg", "changed": false, "evaluated_to": false } MSG: Assertion failed PLAY RECAP ********************************************************************* managed-node1 : ok=10 changed=1 unreachable=0 failed=1 skipped=3 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.13", "end_time": "2025-08-05T15:20:53.727212+00:00Z", "host": "managed-node1", "message": "file not found: /root/.ssh/kdump_id_rsa.pub", "start_time": "2025-08-05T15:20:53.435558+00:00Z", "task_name": "Fetch key", "task_path": "/tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7" }, { "ansible_version": "2.17.13", "end_time": "2025-08-05T15:20:53.744582+00:00Z", "host": "managed-node1", "message": "Assertion failed", "start_time": "2025-08-05T15:20:53.731954+00:00Z", "task_name": "If reboot is required - assert the expected fail message", "task_path": "/tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:86" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Tuesday 05 August 2025 11:20:53 -0400 (0:00:00.014) 0:00:05.103 ******** =============================================================================== fedora.linux_system_roles.kdump : Install required packages ------------- 1.68s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.04s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gather facts from managed-node1 ----------------------------------------- 0.67s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.58s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.30s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.30s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.30s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Include SSH tasks --------------------- 0.06s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 fedora.linux_system_roles.kdump : Ensure ansible_facts used by role ----- 0.03s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Run the role. If reboot is not required - the play succeeds. ------------ 0.03s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 fedora.linux_system_roles.kdump : Set platform/version specific variables --- 0.03s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 fedora.linux_system_roles.kdump : Set flag to indicate system is ostree --- 0.02s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 fedora.linux_system_roles.kdump : Ensure ansible_facts used by role ----- 0.02s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 If reboot is required - assert the expected fail message ---------------- 0.01s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:86 Print message that this test is skipped on EL 6 ------------------------- 0.01s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Skip the test on EL 6 when control node == managed node ----------------- 0.01s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 STDERR: [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. MSG: non-zero return code PLAY RECAP ********************************************************************* managed-node1 : ok=29 changed=7 unreachable=0 failed=1 skipped=8 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.13", "delta": "0:00:05.558976", "end_time": "2025-08-05 11:20:53.801834", "host": "managed-node1", "message": "non-zero return code", "rc": 2, "start_time": "2025-08-05 11:20:48.242858", "stderr": "[WARNING]: Platform linux on host managed-node1 is using the discovered Python\ninterpreter at /usr/bin/python3.12, but future installation of another Python\ninterpreter could change the meaning of that path. See\nhttps://docs.ansible.com/ansible-\ncore/2.17/reference_appendices/interpreter_discovery.html for more information.", "stdout": "ansible-playbook [core 2.17.13]\n config file = None\n configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']\n ansible python module location = /usr/local/lib/python3.12/site-packages/ansible\n ansible collection location = /tmp/collections-vMP\n executable location = /usr/local/bin/ansible-playbook\n python version = 3.12.11 (main, Jun 4 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-7)] (/usr/bin/python3.12)\n jinja version = 3.1.6\n libyaml = True\nNo config file found; using defaults\nrunning playbook inside collection fedora.linux_system_roles\nSkipping callback 'debug', as we already have a stdout callback.\nSkipping callback 'json', as we already have a stdout callback.\nSkipping callback 'jsonl', as we already have a stdout callback.\nSkipping callback 'default', as we already have a stdout callback.\nSkipping callback 'minimal', as we already have a stdout callback.\nSkipping callback 'oneline', as we already have a stdout callback.\n\nPLAYBOOK: tests_ssh.yml ********************************************************\n1 plays in tests_ssh.yml\n\nPLAY [Ensure that the rule runs with ssh] **************************************\n\nTASK [Gathering Facts] *********************************************************\ntask path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2\nTuesday 05 August 2025 11:20:48 -0400 (0:00:00.018) 0:00:00.018 ******** \nok: [managed-node1]\n\nTASK [Gather facts from managed-node1] *****************************************\ntask path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56\nTuesday 05 August 2025 11:20:49 -0400 (0:00:01.036) 0:00:01.054 ******** \nok: [managed-node1]\n\nTASK [Print message that this test is skipped on EL 6] *************************\ntask path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61\nTuesday 05 August 2025 11:20:50 -0400 (0:00:00.674) 0:00:01.729 ******** \nskipping: [managed-node1] => {\n \"false_condition\": \"ansible_distribution_major_version == '6'\"\n}\n\nTASK [Skip the test on EL 6 when control node == managed node] *****************\ntask path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71\nTuesday 05 August 2025 11:20:50 -0400 (0:00:00.013) 0:00:01.742 ******** \nMETA: end_host conditional evaluated to False, continuing execution for managed-node1\nskipping: [managed-node1] => {\n \"skip_reason\": \"end_host conditional evaluated to False, continuing execution for managed-node1\"\n}\n\nMSG:\n\nend_host conditional evaluated to false, continuing execution for managed-node1\n\nTASK [Run the role. If reboot is not required - the play succeeds.] ************\ntask path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82\nTuesday 05 August 2025 11:20:50 -0400 (0:00:00.007) 0:00:01.749 ******** \nincluded: fedora.linux_system_roles.kdump for managed-node1\n\nTASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] *****\ntask path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2\nTuesday 05 August 2025 11:20:50 -0400 (0:00:00.031) 0:00:01.781 ******** \nincluded: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for managed-node1\n\nTASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] *****\ntask path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2\nTuesday 05 August 2025 11:20:50 -0400 (0:00:00.020) 0:00:01.801 ******** \nskipping: [managed-node1] => {\n \"changed\": false,\n \"false_condition\": \"__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0\",\n \"skip_reason\": \"Conditional result was False\"\n}\n\nTASK [fedora.linux_system_roles.kdump : Check if system is ostree] *************\ntask path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10\nTuesday 05 August 2025 11:20:50 -0400 (0:00:00.032) 0:00:01.833 ******** \nok: [managed-node1] => {\n \"changed\": false,\n \"stat\": {\n \"exists\": false\n }\n}\n\nTASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] ***\ntask path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15\nTuesday 05 August 2025 11:20:50 -0400 (0:00:00.296) 0:00:02.130 ******** \nok: [managed-node1] => {\n \"ansible_facts\": {\n \"__kdump_is_ostree\": false\n },\n \"changed\": false\n}\n\nTASK [fedora.linux_system_roles.kdump : Set platform/version specific variables] ***\ntask path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19\nTuesday 05 August 2025 11:20:50 -0400 (0:00:00.021) 0:00:02.151 ******** \nskipping: [managed-node1] => (item=RedHat.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"RedHat.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\nskipping: [managed-node1] => (item=CentOS.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"CentOS.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\nskipping: [managed-node1] => (item=CentOS_9.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"CentOS_9.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\nskipping: [managed-node1] => (item=CentOS_9.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"CentOS_9.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\nskipping: [managed-node1] => {\n \"changed\": false\n}\n\nMSG:\n\nAll items skipped\n\nTASK [fedora.linux_system_roles.kdump : Install required packages] *************\ntask path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5\nTuesday 05 August 2025 11:20:50 -0400 (0:00:00.030) 0:00:02.182 ******** \nok: [managed-node1] => {\n \"changed\": false,\n \"rc\": 0,\n \"results\": []\n}\n\nMSG:\n\nNothing to do\n\nTASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] **********\ntask path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11\nTuesday 05 August 2025 11:20:52 -0400 (0:00:01.677) 0:00:03.860 ******** \nok: [managed-node1] => {\n \"changed\": false,\n \"enabled\": true,\n \"name\": \"kdump\",\n \"status\": {\n \"AccessSELinuxContext\": \"system_u:object_r:kdump_unit_file_t:s0\",\n \"ActiveEnterTimestamp\": \"Tue 2025-08-05 11:16:29 EDT\",\n \"ActiveEnterTimestampMonotonic\": \"48593125\",\n \"ActiveExitTimestampMonotonic\": \"0\",\n \"ActiveState\": \"active\",\n \"After\": \"systemd-journald.socket network-online.target remote-fs.target network.target systemd-tmpfiles-setup.service basic.target system.slice -.mount tmp.mount\",\n \"AllowIsolate\": \"no\",\n \"AssertResult\": \"yes\",\n \"AssertTimestamp\": \"Tue 2025-08-05 11:16:04 EDT\",\n \"AssertTimestampMonotonic\": \"24480517\",\n \"BlockIOAccounting\": \"no\",\n \"BlockIOWeight\": \"[not set]\",\n \"CPUAccounting\": \"yes\",\n \"CPUAffinityFromNUMA\": \"no\",\n \"CPUQuotaPerSecUSec\": \"infinity\",\n \"CPUQuotaPeriodUSec\": \"infinity\",\n \"CPUSchedulingPolicy\": \"0\",\n \"CPUSchedulingPriority\": \"0\",\n \"CPUSchedulingResetOnFork\": \"no\",\n \"CPUShares\": \"[not set]\",\n \"CPUUsageNSec\": \"18215828000\",\n \"CPUWeight\": \"[not set]\",\n \"CacheDirectoryMode\": \"0755\",\n \"CanFreeze\": \"yes\",\n \"CanIsolate\": \"no\",\n \"CanReload\": \"yes\",\n \"CanStart\": \"yes\",\n \"CanStop\": \"yes\",\n \"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 cap_checkpoint_restore\",\n \"CleanResult\": \"success\",\n \"CollectMode\": \"inactive\",\n \"ConditionResult\": \"yes\",\n \"ConditionTimestamp\": \"Tue 2025-08-05 11:16:04 EDT\",\n \"ConditionTimestampMonotonic\": \"24480514\",\n \"ConfigurationDirectoryMode\": \"0755\",\n \"ControlGroupId\": \"2860\",\n \"ControlPID\": \"0\",\n \"CoredumpFilter\": \"0x33\",\n \"DefaultDependencies\": \"no\",\n \"DefaultMemoryLow\": \"0\",\n \"DefaultMemoryMin\": \"0\",\n \"Delegate\": \"no\",\n \"Description\": \"Crash recovery kernel arming\",\n \"DevicePolicy\": \"auto\",\n \"DynamicUser\": \"no\",\n \"ExecCondition\": \"{ path=/bin/sh ; argv[]=/bin/sh -c grep -q -e \\\"crashkernel\\\" -e \\\"fadump\\\" /proc/cmdline ; ignore_errors=no ; start_time=[Tue 2025-08-05 11:16:04 EDT] ; stop_time=[Tue 2025-08-05 11:16:04 EDT] ; pid=807 ; code=exited ; status=0 }\",\n \"ExecConditionEx\": \"{ path=/bin/sh ; argv[]=/bin/sh -c grep -q -e \\\"crashkernel\\\" -e \\\"fadump\\\" /proc/cmdline ; flags= ; start_time=[Tue 2025-08-05 11:16:04 EDT] ; stop_time=[Tue 2025-08-05 11:16:04 EDT] ; pid=807 ; code=exited ; status=0 }\",\n \"ExecMainCode\": \"1\",\n \"ExecMainExitTimestamp\": \"Tue 2025-08-05 11:16:29 EDT\",\n \"ExecMainExitTimestampMonotonic\": \"48593020\",\n \"ExecMainPID\": \"815\",\n \"ExecMainStartTimestamp\": \"Tue 2025-08-05 11:16:04 EDT\",\n \"ExecMainStartTimestampMonotonic\": \"24728503\",\n \"ExecMainStatus\": \"0\",\n \"ExecReload\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",\n \"ExecReloadEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",\n \"ExecStart\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Tue 2025-08-05 11:16:04 EDT] ; stop_time=[Tue 2025-08-05 11:16:29 EDT] ; pid=815 ; code=exited ; status=0 }\",\n \"ExecStartEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Tue 2025-08-05 11:16:04 EDT] ; stop_time=[Tue 2025-08-05 11:16:29 EDT] ; pid=815 ; code=exited ; status=0 }\",\n \"ExecStop\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",\n \"ExecStopEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",\n \"ExitType\": \"main\",\n \"FailureAction\": \"none\",\n \"FileDescriptorStoreMax\": \"0\",\n \"FinalKillSignal\": \"9\",\n \"FragmentPath\": \"/usr/lib/systemd/system/kdump.service\",\n \"FreezerState\": \"running\",\n \"GID\": \"[not set]\",\n \"GuessMainPID\": \"yes\",\n \"IOAccounting\": \"no\",\n \"IOReadBytes\": \"18446744073709551615\",\n \"IOReadOperations\": \"18446744073709551615\",\n \"IOSchedulingClass\": \"2\",\n \"IOSchedulingPriority\": \"4\",\n \"IOWeight\": \"[not set]\",\n \"IOWriteBytes\": \"18446744073709551615\",\n \"IOWriteOperations\": \"18446744073709551615\",\n \"IPAccounting\": \"no\",\n \"IPEgressBytes\": \"[no data]\",\n \"IPEgressPackets\": \"[no data]\",\n \"IPIngressBytes\": \"[no data]\",\n \"IPIngressPackets\": \"[no data]\",\n \"Id\": \"kdump.service\",\n \"IgnoreOnIsolate\": \"no\",\n \"IgnoreSIGPIPE\": \"yes\",\n \"InactiveEnterTimestampMonotonic\": \"0\",\n \"InactiveExitTimestamp\": \"Tue 2025-08-05 11:16:04 EDT\",\n \"InactiveExitTimestampMonotonic\": \"24683317\",\n \"InvocationID\": \"e9cec9dd41bf4441869af9455da727fa\",\n \"JobRunningTimeoutUSec\": \"infinity\",\n \"JobTimeoutAction\": \"none\",\n \"JobTimeoutUSec\": \"infinity\",\n \"KeyringMode\": \"private\",\n \"KillMode\": \"control-group\",\n \"KillSignal\": \"15\",\n \"LimitAS\": \"infinity\",\n \"LimitASSoft\": \"infinity\",\n \"LimitCORE\": \"infinity\",\n \"LimitCORESoft\": \"infinity\",\n \"LimitCPU\": \"infinity\",\n \"LimitCPUSoft\": \"infinity\",\n \"LimitDATA\": \"infinity\",\n \"LimitDATASoft\": \"infinity\",\n \"LimitFSIZE\": \"infinity\",\n \"LimitFSIZESoft\": \"infinity\",\n \"LimitLOCKS\": \"infinity\",\n \"LimitLOCKSSoft\": \"infinity\",\n \"LimitMEMLOCK\": \"8388608\",\n \"LimitMEMLOCKSoft\": \"8388608\",\n \"LimitMSGQUEUE\": \"819200\",\n \"LimitMSGQUEUESoft\": \"819200\",\n \"LimitNICE\": \"0\",\n \"LimitNICESoft\": \"0\",\n \"LimitNOFILE\": \"524288\",\n \"LimitNOFILESoft\": \"1024\",\n \"LimitNPROC\": \"13688\",\n \"LimitNPROCSoft\": \"13688\",\n \"LimitRSS\": \"infinity\",\n \"LimitRSSSoft\": \"infinity\",\n \"LimitRTPRIO\": \"0\",\n \"LimitRTPRIOSoft\": \"0\",\n \"LimitRTTIME\": \"infinity\",\n \"LimitRTTIMESoft\": \"infinity\",\n \"LimitSIGPENDING\": \"13688\",\n \"LimitSIGPENDINGSoft\": \"13688\",\n \"LimitSTACK\": \"infinity\",\n \"LimitSTACKSoft\": \"8388608\",\n \"LoadState\": \"loaded\",\n \"LockPersonality\": \"no\",\n \"LogLevelMax\": \"-1\",\n \"LogRateLimitBurst\": \"0\",\n \"LogRateLimitIntervalUSec\": \"0\",\n \"LogsDirectoryMode\": \"0755\",\n \"MainPID\": \"0\",\n \"ManagedOOMMemoryPressure\": \"auto\",\n \"ManagedOOMMemoryPressureLimit\": \"0\",\n \"ManagedOOMPreference\": \"none\",\n \"ManagedOOMSwap\": \"auto\",\n \"MemoryAccounting\": \"yes\",\n \"MemoryAvailable\": \"infinity\",\n \"MemoryCurrent\": \"[not set]\",\n \"MemoryDenyWriteExecute\": \"no\",\n \"MemoryHigh\": \"infinity\",\n \"MemoryLimit\": \"infinity\",\n \"MemoryLow\": \"0\",\n \"MemoryMax\": \"infinity\",\n \"MemoryMin\": \"0\",\n \"MemorySwapMax\": \"infinity\",\n \"MountAPIVFS\": \"no\",\n \"NFileDescriptorStore\": \"0\",\n \"NRestarts\": \"0\",\n \"NUMAPolicy\": \"n/a\",\n \"Names\": \"kdump.service\",\n \"NeedDaemonReload\": \"no\",\n \"Nice\": \"0\",\n \"NoNewPrivileges\": \"no\",\n \"NonBlocking\": \"no\",\n \"NotifyAccess\": \"none\",\n \"OOMPolicy\": \"stop\",\n \"OOMScoreAdjust\": \"0\",\n \"OnFailureJobMode\": \"replace\",\n \"OnSuccessJobMode\": \"fail\",\n \"Perpetual\": \"no\",\n \"PrivateDevices\": \"no\",\n \"PrivateIPC\": \"no\",\n \"PrivateMounts\": \"no\",\n \"PrivateNetwork\": \"no\",\n \"PrivateTmp\": \"yes\",\n \"PrivateUsers\": \"no\",\n \"ProcSubset\": \"all\",\n \"ProtectClock\": \"no\",\n \"ProtectControlGroups\": \"no\",\n \"ProtectHome\": \"no\",\n \"ProtectHostname\": \"no\",\n \"ProtectKernelLogs\": \"no\",\n \"ProtectKernelModules\": \"no\",\n \"ProtectKernelTunables\": \"no\",\n \"ProtectProc\": \"default\",\n \"ProtectSystem\": \"no\",\n \"RefuseManualStart\": \"no\",\n \"RefuseManualStop\": \"no\",\n \"ReloadResult\": \"success\",\n \"ReloadSignal\": \"1\",\n \"RemainAfterExit\": \"yes\",\n \"RemoveIPC\": \"no\",\n \"Requires\": \"system.slice -.mount\",\n \"RequiresMountsFor\": \"/var/tmp\",\n \"Restart\": \"no\",\n \"RestartKillSignal\": \"15\",\n \"RestartUSec\": \"100ms\",\n \"RestrictNamespaces\": \"no\",\n \"RestrictRealtime\": \"no\",\n \"RestrictSUIDSGID\": \"no\",\n \"Result\": \"success\",\n \"RootDirectoryStartOnly\": \"no\",\n \"RuntimeDirectoryMode\": \"0755\",\n \"RuntimeDirectoryPreserve\": \"no\",\n \"RuntimeMaxUSec\": \"infinity\",\n \"RuntimeRandomizedExtraUSec\": \"0\",\n \"SameProcessGroup\": \"no\",\n \"SecureBits\": \"0\",\n \"SendSIGHUP\": \"no\",\n \"SendSIGKILL\": \"yes\",\n \"Slice\": \"system.slice\",\n \"StandardError\": \"inherit\",\n \"StandardInput\": \"null\",\n \"StandardOutput\": \"journal\",\n \"StartLimitAction\": \"none\",\n \"StartLimitBurst\": \"5\",\n \"StartLimitIntervalUSec\": \"0\",\n \"StartupBlockIOWeight\": \"[not set]\",\n \"StartupCPUShares\": \"[not set]\",\n \"StartupCPUWeight\": \"[not set]\",\n \"StartupIOWeight\": \"[not set]\",\n \"StateChangeTimestamp\": \"Tue 2025-08-05 11:16:29 EDT\",\n \"StateChangeTimestampMonotonic\": \"48593125\",\n \"StateDirectoryMode\": \"0755\",\n \"StatusErrno\": \"0\",\n \"StopWhenUnneeded\": \"no\",\n \"SubState\": \"exited\",\n \"SuccessAction\": \"none\",\n \"SyslogFacility\": \"3\",\n \"SyslogLevel\": \"6\",\n \"SyslogLevelPrefix\": \"yes\",\n \"SyslogPriority\": \"30\",\n \"SystemCallErrorNumber\": \"2147483646\",\n \"TTYReset\": \"no\",\n \"TTYVHangup\": \"no\",\n \"TTYVTDisallocate\": \"no\",\n \"TasksAccounting\": \"yes\",\n \"TasksCurrent\": \"[not set]\",\n \"TasksMax\": \"21900\",\n \"TimeoutAbortUSec\": \"1min 30s\",\n \"TimeoutCleanUSec\": \"infinity\",\n \"TimeoutStartFailureMode\": \"terminate\",\n \"TimeoutStartUSec\": \"infinity\",\n \"TimeoutStopFailureMode\": \"terminate\",\n \"TimeoutStopUSec\": \"1min 30s\",\n \"TimerSlackNSec\": \"50000\",\n \"Transient\": \"no\",\n \"Type\": \"oneshot\",\n \"UID\": \"[not set]\",\n \"UMask\": \"0022\",\n \"UnitFilePreset\": \"enabled\",\n \"UnitFileState\": \"enabled\",\n \"UtmpMode\": \"init\",\n \"WantedBy\": \"multi-user.target\",\n \"WatchdogSignal\": \"6\",\n \"WatchdogTimestampMonotonic\": \"0\",\n \"WatchdogUSec\": \"0\"\n }\n}\n\nTASK [fedora.linux_system_roles.kdump : Include SSH tasks] *********************\ntask path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16\nTuesday 05 August 2025 11:20:53 -0400 (0:00:00.575) 0:00:04.435 ******** \nincluded: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml for managed-node1\n\nTASK [fedora.linux_system_roles.kdump : Create key if it does not exist] *******\ntask path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2\nTuesday 05 August 2025 11:20:53 -0400 (0:00:00.062) 0:00:04.498 ******** \nchanged: [managed-node1] => {\n \"changed\": true,\n \"cmd\": [\n \"/usr/bin/ssh-keygen\",\n \"-t\",\n \"rsa\",\n \"-f\",\n \"/root/.ssh/kdump_id_rsa\",\n \"-N\",\n \"\"\n ],\n \"delta\": null,\n \"end\": null,\n \"rc\": 0,\n \"start\": null\n}\n\nMSG:\n\nCommand would have run if not in check mode\n\nTASK [fedora.linux_system_roles.kdump : Fetch key] *****************************\ntask path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7\nTuesday 05 August 2025 11:20:53 -0400 (0:00:00.294) 0:00:04.793 ******** \nfatal: [managed-node1]: FAILED! => {\n \"changed\": false\n}\n\nMSG:\n\nfile not found: /root/.ssh/kdump_id_rsa.pub\n\nTASK [If reboot is required - assert the expected fail message] ****************\ntask path: /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:86\nTuesday 05 August 2025 11:20:53 -0400 (0:00:00.296) 0:00:05.089 ******** \nfatal: [managed-node1]: FAILED! => {\n \"assertion\": \"'Reboot is required to apply changes.' in ansible_failed_result.msg\",\n \"changed\": false,\n \"evaluated_to\": false\n}\n\nMSG:\n\nAssertion failed\n\nPLAY RECAP *********************************************************************\nmanaged-node1 : ok=10 changed=1 unreachable=0 failed=1 skipped=3 rescued=1 ignored=0 \n\nSYSTEM ROLES ERRORS BEGIN v1\n[\n {\n \"ansible_version\": \"2.17.13\",\n \"end_time\": \"2025-08-05T15:20:53.727212+00:00Z\",\n \"host\": \"managed-node1\",\n \"message\": \"file not found: /root/.ssh/kdump_id_rsa.pub\",\n \"start_time\": \"2025-08-05T15:20:53.435558+00:00Z\",\n \"task_name\": \"Fetch key\",\n \"task_path\": \"/tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7\"\n },\n {\n \"ansible_version\": \"2.17.13\",\n \"end_time\": \"2025-08-05T15:20:53.744582+00:00Z\",\n \"host\": \"managed-node1\",\n \"message\": \"Assertion failed\",\n \"start_time\": \"2025-08-05T15:20:53.731954+00:00Z\",\n \"task_name\": \"If reboot is required - assert the expected fail message\",\n \"task_path\": \"/tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:86\"\n }\n]\nSYSTEM ROLES ERRORS END v1\n\nTASKS RECAP ********************************************************************\nTuesday 05 August 2025 11:20:53 -0400 (0:00:00.014) 0:00:05.103 ******** \n=============================================================================== \nfedora.linux_system_roles.kdump : Install required packages ------------- 1.68s\n/tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 \nGathering Facts --------------------------------------------------------- 1.04s\n/tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 \nGather facts from managed-node1 ----------------------------------------- 0.67s\n/tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 \nfedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.58s\n/tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 \nfedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.30s\n/tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 \nfedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.30s\n/tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 \nfedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.30s\n/tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 \nfedora.linux_system_roles.kdump : Include SSH tasks --------------------- 0.06s\n/tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 \nfedora.linux_system_roles.kdump : Ensure ansible_facts used by role ----- 0.03s\n/tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 \nRun the role. If reboot is not required - the play succeeds. ------------ 0.03s\n/tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 \nfedora.linux_system_roles.kdump : Set platform/version specific variables --- 0.03s\n/tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 \nfedora.linux_system_roles.kdump : Set flag to indicate system is ostree --- 0.02s\n/tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 \nfedora.linux_system_roles.kdump : Ensure ansible_facts used by role ----- 0.02s\n/tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 \nIf reboot is required - assert the expected fail message ---------------- 0.01s\n/tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:86 \nPrint message that this test is skipped on EL 6 ------------------------- 0.01s\n/tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 \nSkip the test on EL 6 when control node == managed node ----------------- 0.01s\n/tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 ", "task_name": "Run ansible-playbook with tests_ssh.yml in check mode", "task_path": "/tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Tuesday 05 August 2025 11:20:53 -0400 (0:00:05.767) 0:00:37.277 ******** =============================================================================== fedora.linux_system_roles.kdump : Restart kdump ------------------------ 16.92s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Run ansible-playbook with tests_ssh.yml in check mode ------------------- 5.77s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 Create static inventory from hostvars ----------------------------------- 1.62s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 fedora.linux_system_roles.kdump : Install required packages ------------- 1.43s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.06s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Gathering Facts --------------------------------------------------------- 0.75s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Gathering Facts --------------------------------------------------------- 0.74s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gather facts from managed-node1 ----------------------------------------- 0.74s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.74s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.69s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.62s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.53s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.51s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.49s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.49s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.47s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.43s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Cleanup kdump_path ------------------------------------------------------ 0.37s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists --- 0.37s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.36s /tmp/collections-vMP/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Aug 05 11:20:17 managed-node1 python3.9[22227]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Aug 05 11:20:19 managed-node1 python3.9[22402]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Aug 05 11:20:20 managed-node1 python3.9[22577]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Aug 05 11:20:21 managed-node1 python3.9[22752]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 05 11:20:22 managed-node1 python3.9[22901]: ansible-ansible.legacy.dnf Invoked with name=['grubby', 'iproute', 'kexec-tools', 'openssh-clients'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Aug 05 11:20:23 managed-node1 python3.9[23051]: ansible-ansible.legacy.systemd Invoked with name=kdump enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False state=None force=None masked=None Aug 05 11:20:24 managed-node1 python3.9[23202]: ansible-ansible.legacy.command Invoked with creates=/root/.ssh/kdump_id_rsa _raw_params=/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Aug 05 11:20:24 managed-node1 python3.9[23352]: ansible-slurp Invoked with src=/root/.ssh/kdump_id_rsa.pub Aug 05 11:20:25 managed-node1 python3.9[23501]: ansible-user Invoked with name=root state=present non_unique=False force=False remove=False create_home=True system=False move_home=False append=False ssh_key_bits=0 ssh_key_type=rsa ssh_key_comment=ansible-generated on managed-node1 update_password=always uid=None group=None groups=None comment=None home=None shell=None password=NOT_LOGGING_PARAMETER login_class=None password_expire_max=None password_expire_min=None password_expire_warn=None hidden=None seuser=None skeleton=None generate_ssh_key=None ssh_key_file=None ssh_key_passphrase=NOT_LOGGING_PARAMETER expires=None password_lock=None local=None profile=None authorization=None role=None umask=None Aug 05 11:20:25 managed-node1 python3.9[23652]: ansible-stat Invoked with path=/root/.ssh follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 05 11:20:25 managed-node1 python3.9[23803]: ansible-stat Invoked with path=/root/.ssh/authorized_keys follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 05 11:20:26 managed-node1 python3.9[23954]: ansible-file Invoked with path=/root/.ssh state=directory group=root owner=root mode=0700 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Aug 05 11:20:26 managed-node1 python3.9[24103]: ansible-lineinfile Invoked with line=ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC88yUvQX6ookWLUOPITjKg1zK7pJiLRCKVUZAWnFcfHKVCggPpdwJ1BAeP6Mbq+lzVGfuiOCZJR2WU3CeaPOiqeydPSdytrDMDe4R7CnsIj2Sx5VFOEbL1CWQdn/YakeB0oSvQH1ZOcdN1nkbeNrdQG4C/s7AHn4KX3Z7HPIkqnju/AAcktuzsqnn8WPbGEOSKvnqNzii+5Oc83FAInuyNn9A5U94ZtyuejU+f4QBudJ7VKEhD7kS4HkwxfFfxM0Bq4ecWFGarM9UXRWd31oZ22H+VI2LllycGBIZtzm+qGgEGVug12jMMTfLAnOmCVGHK4e5X35m1jo2w2Wct/mQbR+0D0Qw01qNWLL1qRpIWJCgVvLBntIyCl/WIbljW6Y+Wt676P4/Luc0g33h1j7QTwhMnnLx/p9HMyCLvHu/25jWcRzJ0SHQqcOU3cc4cAQ8oZ+iXSzBmoC1EOLMjRzLHBPrvYb9wKj7oO+5saZMac/iz4HD5reOfcg25F13TIt0= root@managed-node1 state=present create=True path=/root/.ssh/authorized_keys group=root owner=root mode=0600 backrefs=False backup=False firstmatch=False unsafe_writes=False regexp=None search_string=None insertafter=None insertbefore=None validate=None seuser=None serole=None selevel=None setype=None attributes=None Aug 05 11:20:27 managed-node1 python3.9[24252]: ansible-slurp Invoked with src=/etc/ssh/ssh_host_rsa_key.pub Aug 05 11:20:27 managed-node1 python3.9[24401]: ansible-known_hosts Invoked with key=10.31.10.9 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9aGvHuyToDltMGJMM86JT+SScNIym+qorjIuYzg922I7DLvMNVG8zUk5IG3nrW2dMwkWvTXvUNpmHQGrdsnqAb6wHFNyFz5tMZUjfjGDY38vHH0m8WAHxqSo89h6EPcuEdHSZSIhEesZAyzFrsqFmIrATTBm+Iq33mFBPCJTi++OjT88uve/airQgbK+P5ANKM70rXJkVkNsQhofv2lmKHp+kFzYwClxPxkdUN4Ac60ieNE3QlLPLWcipdZhtnJA3IdKNc0GwG+rMZRMPNf9Ch7sdpjpp2C1qzQlq/CHJ61gmokiDBbOOBK3F0f4ilXyBU5w+nZ/bjfgz8X26AYeehRNzmsL82VMiZSxo4sz2eaQ3Eg3cdBV+S97zTh5Mhho4/+YGcZqnGCwA5GLikfgkgkgC6nb9/96CJrGBi/H4c9u8/yHsFmN0Q6LLm0yMCI+T8akNH/BvcyxdOEvmqwVFZAMq9Vfn9yaR7olGBw4IduExjWSTSvujVWjovSETJ9c= root@ip-10-31-10-9.testing-farm.us-east-1.aws.redhat.com name=10.31.10.9 path=/etc/ssh/ssh_known_hosts hash_host=False state=present Aug 05 11:20:28 managed-node1 python3.9[24551]: ansible-stat Invoked with path=/etc/kdump.conf follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 05 11:20:28 managed-node1 python3.9[24702]: ansible-ansible.legacy.stat Invoked with path=/etc/kdump.conf follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Aug 05 11:20:28 managed-node1 python3.9[24824]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1754407228.3006153-10419-172259607662885/.source.conf dest=/etc/kdump.conf backup=True mode=0644 follow=False _original_basename=kdump.conf.j2 checksum=6ffc064e8ff539e9bf1806b0d0a70f31c3a10a21 force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Aug 05 11:20:29 managed-node1 python3.9[24975]: ansible-slurp Invoked with src=/sys/kernel/kexec_crash_size Aug 05 11:20:29 managed-node1 python3.9[25124]: ansible-ansible.legacy.systemd Invoked with name=kdump state=started daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None Aug 05 11:20:30 managed-node1 python3.9[25274]: ansible-file Invoked with path=/tmp/tests_ssh state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Aug 05 11:20:30 managed-node1 python3.9[25423]: ansible-ansible.legacy.systemd Invoked with name=kdump state=restarted daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None Aug 05 11:20:30 managed-node1 systemd[1]: Stopping Crash recovery kernel arming... ░░ Subject: A stop job for unit kdump.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit kdump.service has begun execution. ░░ ░░ The job identifier is 1326. Aug 05 11:20:30 managed-node1 kdumpctl[25430]: kdump: kexec: unloaded kdump kernel Aug 05 11:20:30 managed-node1 kdumpctl[25430]: kdump: Stopping kdump: [OK] Aug 05 11:20:30 managed-node1 systemd[1]: kdump.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit kdump.service has successfully entered the 'dead' state. Aug 05 11:20:30 managed-node1 systemd[1]: Stopped Crash recovery kernel arming. ░░ Subject: A stop job for unit kdump.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit kdump.service has finished. ░░ ░░ The job identifier is 1326 and the job result is done. Aug 05 11:20:30 managed-node1 systemd[1]: Starting Crash recovery kernel arming... ░░ Subject: A start job for unit kdump.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit kdump.service has begun execution. ░░ ░░ The job identifier is 1326. Aug 05 11:20:31 managed-node1 systemd[1]: Starting SSSD Kerberos Cache Manager... ░░ Subject: A start job for unit sssd-kcm.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sssd-kcm.service has begun execution. ░░ ░░ The job identifier is 1330. Aug 05 11:20:31 managed-node1 systemd[1]: Started SSSD Kerberos Cache Manager. ░░ Subject: A start job for unit sssd-kcm.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sssd-kcm.service has finished successfully. ░░ ░░ The job identifier is 1330. Aug 05 11:20:31 managed-node1 sssd_kcm[25473]: Starting up Aug 05 11:20:31 managed-node1 sshd[25470]: Accepted publickey for root from 10.31.10.9 port 51820 ssh2: RSA SHA256:Z5cq6DOhhICu+ZLYjUWwc8sLt3+jtMItZmyymzUfj40 Aug 05 11:20:31 managed-node1 systemd-logind[606]: New session 11 of user root. ░░ Subject: A new session 11 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 11 has been created for the user root. ░░ ░░ The leading process of the session is 25470. Aug 05 11:20:31 managed-node1 systemd[1]: Started Session 11 of User root. ░░ Subject: A start job for unit session-11.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-11.scope has finished successfully. ░░ ░░ The job identifier is 1396. Aug 05 11:20:31 managed-node1 sshd[25470]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Aug 05 11:20:31 managed-node1 sshd[25475]: Received disconnect from 10.31.10.9 port 51820:11: disconnected by user Aug 05 11:20:31 managed-node1 sshd[25475]: Disconnected from user root 10.31.10.9 port 51820 Aug 05 11:20:31 managed-node1 sshd[25470]: pam_unix(sshd:session): session closed for user root Aug 05 11:20:31 managed-node1 systemd[1]: session-11.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-11.scope has successfully entered the 'dead' state. Aug 05 11:20:31 managed-node1 systemd-logind[606]: Session 11 logged out. Waiting for processes to exit. Aug 05 11:20:31 managed-node1 systemd-logind[606]: Removed session 11. ░░ Subject: Session 11 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 11 has been terminated. Aug 05 11:20:31 managed-node1 kdumpctl[25444]: kdump: Detected change(s) in the following file(s): /etc/kdump.conf Aug 05 11:20:31 managed-node1 kdumpctl[25444]: kdump: Rebuilding /boot/initramfs-5.14.0-601.el9.x86_64kdump.img Aug 05 11:20:31 managed-node1 sshd[25600]: Accepted publickey for root from 10.31.10.9 port 51826 ssh2: RSA SHA256:Z5cq6DOhhICu+ZLYjUWwc8sLt3+jtMItZmyymzUfj40 Aug 05 11:20:31 managed-node1 systemd-logind[606]: New session 12 of user root. ░░ Subject: A new session 12 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 12 has been created for the user root. ░░ ░░ The leading process of the session is 25600. Aug 05 11:20:31 managed-node1 systemd[1]: Started Session 12 of User root. ░░ Subject: A start job for unit session-12.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-12.scope has finished successfully. ░░ ░░ The job identifier is 1465. Aug 05 11:20:31 managed-node1 sshd[25600]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Aug 05 11:20:31 managed-node1 sshd[25603]: Received disconnect from 10.31.10.9 port 51826:11: disconnected by user Aug 05 11:20:31 managed-node1 sshd[25603]: Disconnected from user root 10.31.10.9 port 51826 Aug 05 11:20:31 managed-node1 sshd[25600]: pam_unix(sshd:session): session closed for user root Aug 05 11:20:31 managed-node1 systemd-logind[606]: Session 12 logged out. Waiting for processes to exit. Aug 05 11:20:31 managed-node1 systemd[1]: session-12.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-12.scope has successfully entered the 'dead' state. Aug 05 11:20:31 managed-node1 systemd-logind[606]: Removed session 12. ░░ Subject: Session 12 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 12 has been terminated. Aug 05 11:20:32 managed-node1 sshd[25629]: Accepted publickey for root from 10.31.10.9 port 51828 ssh2: RSA SHA256:Z5cq6DOhhICu+ZLYjUWwc8sLt3+jtMItZmyymzUfj40 Aug 05 11:20:32 managed-node1 systemd-logind[606]: New session 13 of user root. ░░ Subject: A new session 13 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 13 has been created for the user root. ░░ ░░ The leading process of the session is 25629. Aug 05 11:20:32 managed-node1 systemd[1]: Started Session 13 of User root. ░░ Subject: A start job for unit session-13.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-13.scope has finished successfully. ░░ ░░ The job identifier is 1534. Aug 05 11:20:32 managed-node1 sshd[25629]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Aug 05 11:20:32 managed-node1 sshd[25632]: Received disconnect from 10.31.10.9 port 51828:11: disconnected by user Aug 05 11:20:32 managed-node1 sshd[25632]: Disconnected from user root 10.31.10.9 port 51828 Aug 05 11:20:32 managed-node1 sshd[25629]: pam_unix(sshd:session): session closed for user root Aug 05 11:20:32 managed-node1 systemd-logind[606]: Session 13 logged out. Waiting for processes to exit. Aug 05 11:20:32 managed-node1 systemd[1]: session-13.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-13.scope has successfully entered the 'dead' state. Aug 05 11:20:32 managed-node1 systemd-logind[606]: Removed session 13. ░░ Subject: Session 13 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 13 has been terminated. Aug 05 11:20:32 managed-node1 sshd[25657]: Accepted publickey for root from 10.31.10.9 port 51838 ssh2: RSA SHA256:Z5cq6DOhhICu+ZLYjUWwc8sLt3+jtMItZmyymzUfj40 Aug 05 11:20:32 managed-node1 systemd-logind[606]: New session 14 of user root. ░░ Subject: A new session 14 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 14 has been created for the user root. ░░ ░░ The leading process of the session is 25657. Aug 05 11:20:32 managed-node1 systemd[1]: Started Session 14 of User root. ░░ Subject: A start job for unit session-14.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-14.scope has finished successfully. ░░ ░░ The job identifier is 1603. Aug 05 11:20:32 managed-node1 sshd[25657]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Aug 05 11:20:32 managed-node1 sshd[25660]: Received disconnect from 10.31.10.9 port 51838:11: disconnected by user Aug 05 11:20:32 managed-node1 sshd[25660]: Disconnected from user root 10.31.10.9 port 51838 Aug 05 11:20:32 managed-node1 sshd[25657]: pam_unix(sshd:session): session closed for user root Aug 05 11:20:32 managed-node1 systemd-logind[606]: Session 14 logged out. Waiting for processes to exit. Aug 05 11:20:32 managed-node1 systemd[1]: session-14.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-14.scope has successfully entered the 'dead' state. Aug 05 11:20:32 managed-node1 systemd-logind[606]: Removed session 14. ░░ Subject: Session 14 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 14 has been terminated. Aug 05 11:20:32 managed-node1 sshd[25687]: Accepted publickey for root from 10.31.10.9 port 51848 ssh2: RSA SHA256:Z5cq6DOhhICu+ZLYjUWwc8sLt3+jtMItZmyymzUfj40 Aug 05 11:20:32 managed-node1 systemd-logind[606]: New session 15 of user root. ░░ Subject: A new session 15 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 15 has been created for the user root. ░░ ░░ The leading process of the session is 25687. Aug 05 11:20:32 managed-node1 systemd[1]: Started Session 15 of User root. ░░ Subject: A start job for unit session-15.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-15.scope has finished successfully. ░░ ░░ The job identifier is 1672. Aug 05 11:20:32 managed-node1 sshd[25687]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Aug 05 11:20:32 managed-node1 sshd[25690]: Received disconnect from 10.31.10.9 port 51848:11: disconnected by user Aug 05 11:20:32 managed-node1 sshd[25690]: Disconnected from user root 10.31.10.9 port 51848 Aug 05 11:20:32 managed-node1 sshd[25687]: pam_unix(sshd:session): session closed for user root Aug 05 11:20:32 managed-node1 systemd[1]: session-15.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-15.scope has successfully entered the 'dead' state. Aug 05 11:20:32 managed-node1 systemd-logind[606]: Session 15 logged out. Waiting for processes to exit. Aug 05 11:20:32 managed-node1 systemd-logind[606]: Removed session 15. ░░ Subject: Session 15 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 15 has been terminated. Aug 05 11:20:32 managed-node1 dracut[25771]: dracut-057-90.git20250609.el9 Aug 05 11:20:32 managed-node1 dracut[25773]: Executing: /usr/bin/dracut --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics --sshkey /root/.ssh/kdump_id_rsa --squash-compressor zstd --no-hostonly-default-device --add-confdir /lib/kdump/dracut.conf.d -f /boot/initramfs-5.14.0-601.el9.x86_64kdump.img 5.14.0-601.el9.x86_64 Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'systemd-networkd' will not be installed, because command 'networkctl' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd-wait-online' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'connman' will not be installed, because command 'connmand' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: Module 'ifcfg' will not be installed, because it's in the list to be omitted! Aug 05 11:20:32 managed-node1 dracut[25773]: Module 'plymouth' will not be installed, because it's in the list to be omitted! Aug 05 11:20:32 managed-node1 dracut[25773]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'pcsc' will not be installed, because command 'pcscd' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Aug 05 11:20:32 managed-node1 dracut[25773]: Module 'resume' will not be installed, because it's in the list to be omitted! Aug 05 11:20:32 managed-node1 dracut[25773]: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found! Aug 05 11:20:33 managed-node1 dracut[25773]: Module 'earlykdump' will not be installed, because it's in the list to be omitted! Aug 05 11:20:33 managed-node1 dracut[25773]: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found! Aug 05 11:20:33 managed-node1 dracut[25773]: memstrack is not available Aug 05 11:20:33 managed-node1 dracut[25773]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng Aug 05 11:20:33 managed-node1 dracut[25773]: *** Including module: bash *** Aug 05 11:20:33 managed-node1 dracut[25773]: *** Including module: systemd *** Aug 05 11:20:33 managed-node1 dracut[25773]: *** Including module: fips *** Aug 05 11:20:33 managed-node1 dracut[25773]: *** Including module: systemd-initrd *** Aug 05 11:20:33 managed-node1 dracut[25773]: *** Including module: systemd-sysusers *** Aug 05 11:20:33 managed-node1 dracut[25773]: *** Including module: dbus-broker *** Aug 05 11:20:33 managed-node1 dracut[25773]: *** Including module: rngd *** Aug 05 11:20:33 managed-node1 dracut[25773]: *** Including module: dbus *** Aug 05 11:20:33 managed-node1 dracut[25773]: *** Including module: i18n *** Aug 05 11:20:33 managed-node1 dracut[25773]: *** Including module: network-manager *** Aug 05 11:20:33 managed-node1 dracut[25773]: *** Including module: network *** Aug 05 11:20:33 managed-node1 dracut[25773]: *** Including module: drm *** Aug 05 11:20:33 managed-node1 dracut[25773]: *** Including module: prefixdevname *** Aug 05 11:20:33 managed-node1 dracut[25773]: *** Including module: kernel-modules *** Aug 05 11:20:33 managed-node1 dracut[25773]: *** Including module: kernel-modules-extra *** Aug 05 11:20:33 managed-node1 dracut[25773]: kernel-modules-extra: configuration source "/run/depmod.d" does not exist Aug 05 11:20:33 managed-node1 dracut[25773]: kernel-modules-extra: configuration source "/lib/depmod.d" does not exist Aug 05 11:20:33 managed-node1 dracut[25773]: kernel-modules-extra: parsing configuration file "/etc/depmod.d/dist.conf" Aug 05 11:20:33 managed-node1 dracut[25773]: kernel-modules-extra: /etc/depmod.d/dist.conf: added "updates extra built-in weak-updates" to the list of search directories Aug 05 11:20:33 managed-node1 dracut[25773]: *** Including module: kernel-network-modules *** Aug 05 11:20:33 managed-node1 dracut[25773]: *** Including module: rootfs-block *** Aug 05 11:20:34 managed-node1 dracut[25773]: *** Including module: ssh-client *** Aug 05 11:20:34 managed-node1 dracut[25773]: *** Including module: terminfo *** Aug 05 11:20:34 managed-node1 dracut[25773]: *** Including module: udev-rules *** Aug 05 11:20:34 managed-node1 dracut[25773]: Skipping udev rule: 91-permissions.rules Aug 05 11:20:34 managed-node1 dracut[25773]: Skipping udev rule: 80-drivers-modprobe.rules Aug 05 11:20:34 managed-node1 dracut[25773]: *** Including module: dracut-systemd *** Aug 05 11:20:34 managed-node1 dracut[25773]: *** Including module: usrmount *** Aug 05 11:20:34 managed-node1 dracut[25773]: *** Including module: base *** Aug 05 11:20:34 managed-node1 dracut[25773]: *** Including module: fs-lib *** Aug 05 11:20:34 managed-node1 dracut[25773]: *** Including module: kdumpbase *** Aug 05 11:20:34 managed-node1 kdumpctl[26934]: Cannot get driver information: Operation not supported Aug 05 11:20:34 managed-node1 kdumpctl[26932]: dracut: Failed to find the driver for lo ( doesnt exist) Aug 05 11:20:34 managed-node1 dracut[25773]: Failed to find the driver for lo ( doesnt exist) Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.6465] audit: op="connection-add" uuid="1e0d989c-d070-4329-bd27-5f0ebab4617a" name="lo" pid=27021 uid=0 result="success" Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.6469] policy: auto-activating connection 'lo' (1e0d989c-d070-4329-bd27-5f0ebab4617a) Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.6473] device (lo): disconnecting for new activation request. Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.6474] device (lo): state change: activated -> deactivating (reason 'new-activation', managed-type: 'full') Aug 05 11:20:34 managed-node1 systemd[1]: Starting Network Manager Script Dispatcher Service... ░░ Subject: A start job for unit NetworkManager-dispatcher.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has begun execution. ░░ ░░ The job identifier is 1741. Aug 05 11:20:34 managed-node1 systemd[1]: Started Network Manager Script Dispatcher Service. ░░ Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has finished successfully. ░░ ░░ The job identifier is 1741. Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.6675] device (lo): state change: deactivating -> disconnected (reason 'new-activation', managed-type: 'full') Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.6686] device (lo): Activation: starting connection 'lo' (1e0d989c-d070-4329-bd27-5f0ebab4617a) Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.6698] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'full') Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.6701] device (lo): state change: prepare -> config (reason 'none', managed-type: 'full') Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.6706] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'full') Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.6717] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'full') Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.6772] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'full') Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.6775] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'full') Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.6781] device (lo): Activation: successful, device activated. Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.6916] audit: op="connection-update" uuid="1e0d989c-d070-4329-bd27-5f0ebab4617a" name="lo" args="connection.timestamp,ipv4.may-fail" pid=27027 uid=0 result="success" Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.7125] audit: op="connection-update" uuid="1e0d989c-d070-4329-bd27-5f0ebab4617a" name="lo" result="fail" reason="ipv6.method: ipv6 method "disabled" is not supported for loopback" Aug 05 11:20:34 managed-node1 dracut[25773]: Error: Failed to modify connection 'lo': ipv6.method: ipv6 method "disabled" is not supported for loopback Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.7286] audit: op="connection-update" uuid="1e0d989c-d070-4329-bd27-5f0ebab4617a" name="lo" args="connection.wait-device-timeout" pid=27054 uid=0 result="success" Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.7644] device (lo): state change: activated -> deactivating (reason 'connection-removed', managed-type: 'full') Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.7653] audit: op="connection-delete" uuid="1e0d989c-d070-4329-bd27-5f0ebab4617a" name="lo" pid=27072 uid=0 result="success" Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.7667] device (lo): state change: deactivating -> disconnected (reason 'connection-removed', managed-type: 'full') Aug 05 11:20:34 managed-node1 dracut[25773]: Connection 'lo' (1e0d989c-d070-4329-bd27-5f0ebab4617a) successfully deleted. Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.7736] device (lo): Activation: starting connection 'lo' (93c8fa17-c169-425e-bba9-f1eec2e7d39a) Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.7738] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external') Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.7741] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external') Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.7744] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external') Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.7747] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external') Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.7790] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external') Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.7793] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external') Aug 05 11:20:34 managed-node1 NetworkManager[640]: [1754407234.7800] device (lo): Activation: successful, device activated. Aug 05 11:20:34 managed-node1 dracut[25773]: *** Including module: microcode_ctl-fw_dir_override *** Aug 05 11:20:34 managed-node1 dracut[25773]: microcode_ctl module: mangling fw_dir Aug 05 11:20:34 managed-node1 dracut[25773]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Aug 05 11:20:34 managed-node1 dracut[25773]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Aug 05 11:20:34 managed-node1 dracut[25773]: microcode_ctl: intel: caveats check for kernel version "5.14.0-601.el9.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable Aug 05 11:20:34 managed-node1 dracut[25773]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... Aug 05 11:20:34 managed-node1 dracut[25773]: microcode_ctl: configuration "intel-06-2d-07" is ignored Aug 05 11:20:34 managed-node1 dracut[25773]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... Aug 05 11:20:34 managed-node1 dracut[25773]: microcode_ctl: configuration "intel-06-4e-03" is ignored Aug 05 11:20:34 managed-node1 dracut[25773]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Aug 05 11:20:34 managed-node1 dracut[25773]: microcode_ctl: configuration "intel-06-4f-01" is ignored Aug 05 11:20:34 managed-node1 dracut[25773]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... Aug 05 11:20:34 managed-node1 dracut[25773]: microcode_ctl: configuration "intel-06-55-04" is ignored Aug 05 11:20:34 managed-node1 dracut[25773]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... Aug 05 11:20:34 managed-node1 dracut[25773]: microcode_ctl: configuration "intel-06-5e-03" is ignored Aug 05 11:20:34 managed-node1 dracut[25773]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... Aug 05 11:20:34 managed-node1 dracut[25773]: microcode_ctl: configuration "intel-06-8c-01" is ignored Aug 05 11:20:34 managed-node1 dracut[25773]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-0xca"... Aug 05 11:20:34 managed-node1 dracut[25773]: microcode_ctl: configuration "intel-06-8e-9e-0x-0xca" is ignored Aug 05 11:20:35 managed-node1 dracut[25773]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-dell"... Aug 05 11:20:35 managed-node1 dracut[25773]: microcode_ctl: configuration "intel-06-8e-9e-0x-dell" is ignored Aug 05 11:20:35 managed-node1 dracut[25773]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8f-08"... Aug 05 11:20:35 managed-node1 dracut[25773]: microcode_ctl: configuration "intel-06-8f-08" is ignored Aug 05 11:20:35 managed-node1 dracut[25773]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Aug 05 11:20:35 managed-node1 dracut[25773]: *** Including module: openssl *** Aug 05 11:20:35 managed-node1 dracut[25773]: *** Including module: shutdown *** Aug 05 11:20:35 managed-node1 dracut[25773]: *** Including module: squash *** Aug 05 11:20:35 managed-node1 dracut[25773]: *** Including modules done *** Aug 05 11:20:35 managed-node1 dracut[25773]: *** Installing kernel module dependencies *** Aug 05 11:20:35 managed-node1 dracut[25773]: *** Installing kernel module dependencies done *** Aug 05 11:20:35 managed-node1 dracut[25773]: *** Resolving executable dependencies *** Aug 05 11:20:36 managed-node1 dracut[25773]: *** Resolving executable dependencies done *** Aug 05 11:20:36 managed-node1 dracut[25773]: *** Hardlinking files *** Aug 05 11:20:36 managed-node1 dracut[25773]: Mode: real Aug 05 11:20:36 managed-node1 dracut[25773]: Files: 521 Aug 05 11:20:36 managed-node1 dracut[25773]: Linked: 2 files Aug 05 11:20:36 managed-node1 dracut[25773]: Compared: 0 xattrs Aug 05 11:20:36 managed-node1 dracut[25773]: Compared: 12 files Aug 05 11:20:36 managed-node1 dracut[25773]: Saved: 56.21 KiB Aug 05 11:20:36 managed-node1 dracut[25773]: Duration: 0.007415 seconds Aug 05 11:20:36 managed-node1 dracut[25773]: *** Hardlinking files done *** Aug 05 11:20:36 managed-node1 dracut[25773]: *** Generating early-microcode cpio image *** Aug 05 11:20:36 managed-node1 dracut[25773]: *** Constructing GenuineIntel.bin *** Aug 05 11:20:36 managed-node1 dracut[25773]: *** Constructing GenuineIntel.bin *** Aug 05 11:20:36 managed-node1 dracut[25773]: *** Store current command line parameters *** Aug 05 11:20:36 managed-node1 dracut[25773]: Stored kernel commandline: Aug 05 11:20:36 managed-node1 dracut[25773]: rd.neednet Aug 05 11:20:36 managed-node1 dracut[25773]: kdump_remote_ip=10.31.10.9 Aug 05 11:20:37 managed-node1 dracut[25773]: *** Install squash loader *** Aug 05 11:20:37 managed-node1 dracut[25773]: *** Squashing the files inside the initramfs *** Aug 05 11:20:44 managed-node1 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Aug 05 11:20:46 managed-node1 dracut[25773]: *** Squashing the files inside the initramfs done *** Aug 05 11:20:46 managed-node1 dracut[25773]: *** Creating image file '/boot/initramfs-5.14.0-601.el9.x86_64kdump.img' *** Aug 05 11:20:46 managed-node1 dracut[25773]: *** Creating initramfs image file '/boot/initramfs-5.14.0-601.el9.x86_64kdump.img' done *** Aug 05 11:20:47 managed-node1 kdumpctl[25444]: kdump: kexec: loaded kdump kernel Aug 05 11:20:47 managed-node1 kdumpctl[25444]: kdump: Starting kdump: [OK] Aug 05 11:20:47 managed-node1 systemd[1]: Finished Crash recovery kernel arming. ░░ Subject: A start job for unit kdump.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit kdump.service has finished successfully. ░░ ░░ The job identifier is 1326. Aug 05 11:20:47 managed-node1 python3.9[28826]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Aug 05 11:20:54 managed-node1 sshd[28877]: Accepted publickey for root from 10.31.9.75 port 43534 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Aug 05 11:20:54 managed-node1 systemd-logind[606]: New session 16 of user root. ░░ Subject: A new session 16 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 16 has been created for the user root. ░░ ░░ The leading process of the session is 28877. Aug 05 11:20:54 managed-node1 systemd[1]: Started Session 16 of User root. ░░ Subject: A start job for unit session-16.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-16.scope has finished successfully. ░░ ░░ The job identifier is 1807. Aug 05 11:20:54 managed-node1 sshd[28877]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Aug 05 11:20:54 managed-node1 sshd[28880]: Received disconnect from 10.31.9.75 port 43534:11: disconnected by user Aug 05 11:20:54 managed-node1 sshd[28880]: Disconnected from user root 10.31.9.75 port 43534 Aug 05 11:20:54 managed-node1 sshd[28877]: pam_unix(sshd:session): session closed for user root Aug 05 11:20:54 managed-node1 systemd[1]: session-16.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-16.scope has successfully entered the 'dead' state. Aug 05 11:20:54 managed-node1 systemd-logind[606]: Session 16 logged out. Waiting for processes to exit. Aug 05 11:20:54 managed-node1 systemd-logind[606]: Removed session 16. ░░ Subject: Session 16 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 16 has been terminated. Aug 05 11:20:54 managed-node1 sshd[28905]: Accepted publickey for root from 10.31.9.75 port 43546 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Aug 05 11:20:54 managed-node1 systemd-logind[606]: New session 17 of user root. ░░ Subject: A new session 17 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 17 has been created for the user root. ░░ ░░ The leading process of the session is 28905. Aug 05 11:20:54 managed-node1 systemd[1]: Started Session 17 of User root. ░░ Subject: A start job for unit session-17.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-17.scope has finished successfully. ░░ ░░ The job identifier is 1876. Aug 05 11:20:54 managed-node1 sshd[28905]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)