ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_ssh_wrapper.yml ************************************************ 3 plays in /tmp/collections-Zec/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-Zec/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Saturday 11 January 2025 02:17:07 -0500 (0:00:00.022) 0:00:00.022 ****** ok: [managed-node3] META: ran handlers TASK [Create temporary file] *************************************************** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7 Saturday 11 January 2025 02:17:08 -0500 (0:00:00.902) 0:00:00.924 ****** changed: [managed-node3 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.lqaf4a2t.inventory.yaml", "size": 0, "state": "file", "uid": 0 } TASK [Create static inventory from hostvars] *********************************** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 Saturday 11 January 2025 02:17:08 -0500 (0:00:00.328) 0:00:01.252 ****** changed: [managed-node3 -> localhost] => { "changed": true, "checksum": "919834c229352d46731c588afe837b26a4fd313c", "dest": "/tmp/ansible.lqaf4a2t.inventory.yaml", "gid": 0, "group": "root", "md5sum": "0c7a087a4a2bc376454b4308738ae03c", "mode": "0644", "owner": "root", "size": 30655, "src": "/root/.ansible/tmp/ansible-tmp-1736579828.916081-9850-261006544176305/source", "state": "file", "uid": 0 } META: ran handlers META: ran handlers PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 11 January 2025 02:17:09 -0500 (0:00:00.766) 0:00:02.019 ****** ok: [managed-node3] META: ran handlers TASK [Gather facts from managed-node3] ***************************************** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 11 January 2025 02:17:10 -0500 (0:00:00.646) 0:00:02.665 ****** ok: [managed-node3 -> managed-node3] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 11 January 2025 02:17:10 -0500 (0:00:00.664) 0:00:03.330 ****** skipping: [managed-node3] => {} META: end_host conditional evaluated to false, continuing execution for managed-node3 TASK [Run the role. If reboot is not required - the play succeeds.] ************ task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 11 January 2025 02:17:10 -0500 (0:00:00.039) 0:00:03.369 ****** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 11 January 2025 02:17:11 -0500 (0:00:00.094) 0:00:03.464 ****** included: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 11 January 2025 02:17:11 -0500 (0:00:00.025) 0:00:03.490 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 11 January 2025 02:17:11 -0500 (0:00:00.023) 0:00:03.514 ****** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] *** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 11 January 2025 02:17:11 -0500 (0:00:00.388) 0:00:03.903 ****** ok: [managed-node3] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Set platform/version specific variables] *** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 11 January 2025 02:17:11 -0500 (0:00:00.021) 0:00:03.924 ****** skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 11 January 2025 02:17:11 -0500 (0:00:00.037) 0:00:03.962 ****** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 11 January 2025 02:17:14 -0500 (0:00:02.994) 0:00:06.956 ****** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2025-01-11 02:16:50 EST", "ActiveEnterTimestampMonotonic": "234216395", "ActiveExitTimestamp": "Sat 2025-01-11 02:16:35 EST", "ActiveExitTimestampMonotonic": "219170595", "ActiveState": "active", "After": "system.slice basic.target systemd-journald.socket remote-fs.target network-online.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-11 02:16:35 EST", "AssertTimestampMonotonic": "219195901", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2025-01-11 02:16:35 EST", "ConditionTimestampMonotonic": "219195876", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2025-01-11 02:16:50 EST", "ExecMainExitTimestampMonotonic": "234215888", "ExecMainPID": "8449", "ExecMainStartTimestamp": "Sat 2025-01-11 02:16:35 EST", "ExecMainStartTimestampMonotonic": "219197403", "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 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:16:35 EST] ; stop_time=[Sat 2025-01-11 02:16:50 EST] ; pid=8449 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:16:35 EST] ; stop_time=[Sat 2025-01-11 02:16:35 EST] ; pid=8440 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2025-01-11 02:16:35 EST", "InactiveEnterTimestampMonotonic": "219194976", "InactiveExitTimestamp": "Sat 2025-01-11 02:16:35 EST", "InactiveExitTimestampMonotonic": "219197441", "InvocationID": "435f68c5c8ef41afab4d02df891e4725", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2025-01-11 02:16:50 EST", "StateChangeTimestampMonotonic": "234216395", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.kdump : Include SSH tasks] ********************* task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 11 January 2025 02:17:15 -0500 (0:00:00.745) 0:00:07.702 ****** included: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml for managed-node3 TASK [fedora.linux_system_roles.kdump : Create key if it does not exist] ******* task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 11 January 2025 02:17:15 -0500 (0:00:00.050) 0:00:07.752 ****** changed: [managed-node3] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": "0:00:00.642163", "end": "2025-01-11 02:17:16.441812", "rc": 0, "start": "2025-01-11 02:17:15.799649" } 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:gYw0TCvlsDccXrwbhDMmqovcZN9ZtyCOZBMD3FpVKYk root@managed-node3 The key's randomart image is: +---[RSA 3072]----+ | ooBo+.o.. | | .@*Eo+ . | | .oo%+o.o | |. + +o . | |. ooS | |. o +.. o . | |o.+ + = + o . | |o. . o + . | | | +----[SHA256]-----+ TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 11 January 2025 02:17:16 -0500 (0:00:01.116) 0:00:08.869 ****** ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEWTBjRHBOVHRrMW5nMXNGeThHakdhMEdDSkhBZmFwb2pvYVdLQXgvZkIvRlBvMzBiTGNpTUVjYTdDYzNXZFRWKzJsRlY5ejZSYWYreUFEVElCUUQ0MFFCc1lQQ3dydGZCMWo3K29kc3R2U2lpVVUycDNOYTFUU3ZtbC9Sa2ZWUkhSWGtGWlhnS2crOU9iTndibWo5UUpmSjNZT2tjMU00cHRUajVzWU5uK01nNWpPamFSdVZtZEVFcnF5Ym11amtUVWVEckM1M0dueEY0NUZTMkNSY1hjbkNFaUNDVTNTR2dVeXc4cUwzd01ZcGd4Y0ViWmpRK2lJck80QnNrQTVhNDh6RjJweURvYk9YRENEWFFzaDhhRzlPSER5Tkh2YmVjZ0NzWlI2eUZpejZtL3M5ZmtDd3FVSjR3cDZlM1B1L3Jvd08zQkIweG83UGM4RHlaTnFKNWtTQVk3Ykl0c2FteFliM01tZW5xRGtyY0JNY2tNSWxROEo2M3NaeG9GT2dpNUQ3R1RMN21BZkFLYStFOHdBU0NGT3U1ZnFhdG95RXRFcG9RemdUUnlNV3Z6dm9ZM2VCQlI5Q2MrR2xBWExuaXdMT1hveTlWTUNTaGRSUXJRcDRITmYySlA3aS9GVG9Yb3dJU2JjRGJVZXNBTVU4cFA1OElocVZIUVBTSGFZWEU9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "encoding": "base64", "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 11 January 2025 02:17:16 -0500 (0:00:00.471) 0:00:09.341 ****** ok: [managed-node3 -> managed-node3] => { "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-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 11 January 2025 02:17:17 -0500 (0:00:00.615) 0:00:09.956 ****** ok: [managed-node3 -> managed-node3] => { "changed": false, "stat": { "atime": 1736579614.048501, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1736579836.439483, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6856319, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1736579836.439483, "nlink": 2, "path": "/root/.ssh", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 101, "uid": 0, "version": "1339598710", "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-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 11 January 2025 02:17:17 -0500 (0:00:00.377) 0:00:10.333 ****** ok: [managed-node3 -> managed-node3] => { "changed": false, "stat": { "atime": 1736579694.7180634, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1736579614.048501, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1485065, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1736579614.048501, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 990, "uid": 0, "version": "1222691786", "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-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 11 January 2025 02:17:18 -0500 (0:00:00.383) 0:00:10.717 ****** ok: [managed-node3 -> managed-node3] => { "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-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 11 January 2025 02:17:18 -0500 (0:00:00.493) 0:00:11.211 ****** changed: [managed-node3 -> managed-node3] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 11 January 2025 02:17:19 -0500 (0:00:00.481) 0:00:11.693 ****** ok: [managed-node3 -> managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDeDZrRG5JdG1odk5oTWlhT214QitjKzdYUm14VmNzZ0lUU3kxZzY3ZlQ5ZmR0dFNDZjA4WlhaSGQxenlZSzlqTWhqVWlsL00vVjZsNHhsZnVhMFIzQ25zVXoxTHRqZ2Rsc2dldEJFMkhkUUdXcFZQSXZvNkpRZ1M2VTRVb3ptdHVOZnl0bXh6Z3RvTU5SV1kzdW05U09ub0p2VnA3cnJYUnJGZnRERmhUaGFnU0JqWTdVMVZnRWFrZEU4N2JrQlRoTTdTNnZONUtJK2I0YnRGVGtWVU9CSG1KOE5tUHdvN2srT0hTQVR5OG84R1hxaFZXY0VNSXA3MUswYkZtTWdwMXVPcTBDa2lGUkNlZjNWbTgzaUhrZkdmQTl2eHc0MXc5RjcyQ2dQTEVQZmNtRzFkb1F2YXZONDNnMVJ6anp2dXhPdlYyMkJqaEhmc1pDSFZXUlJuWVJnTTJldXdtdXEwL2hQbnNFQlZQaEUzRFRWOTFVTXhsOHppb3JORWs2cGVhTTJXT3hta2EzYXFaM3NhblNySm1qWjFoT25XU2ZYcS9wYnByZXFCZGJCUzg1dDhrblg2blY4Sk1VVW1xWVBieW45OXczTm5pcndFODZZajdZWk1MS29nSVZTTlRQcTMyZ1hHclFLcXJxa0pRaTV2eHkyYUpxak15UHE4bmtSS0U9IHJvb3RAaXAtMTAtMzEtNDEtMTI3LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 11 January 2025 02:17:19 -0500 (0:00:00.349) 0:00:12.042 ****** changed: [managed-node3] => { "changed": true, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.41.127 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx6kDnItmhvNhMiaOmxB+c+7XRmxVcsgITSy1g67fT9fdttSCf08ZXZHd1zyYK9jMhjUil/M/V6l4xlfua0R3CnsUz1LtjgdlsgetBE2HdQGWpVPIvo6JQgS6U4UozmtuNfytmxzgtoMNRWY3um9SOnoJvVp7rrXRrFftDFhThagSBjY7U1VgEakdE87bkBThM7S6vN5KI+b4btFTkVUOBHmJ8NmPwo7k+OHSATy8o8GXqhVWcEMIp71K0bFmMgp1uOq0CkiFRCef3Vm83iHkfGfA9vxw41w9F72CgPLEPfcmG1doQvavN43g1RzjzvuxOvV22BjhHfsZCHVWRRnYRgM2euwmuq0/hPnsEBVPhE3DTV91UMxl8ziorNEk6peaM2WOxmka3aqZ3sanSrJmjZ1hOnWSfXq/pbpreqBdbBS85t8knX6nV8JMUUmqYPbyn99w3NnirwE86Yj7YZMLKogIVSNTPq32gXGrQKqrqkJQi5vxy2aJqjMyPq8nkRKE= root@ip-10-31-41-127.us-east-1.aws.redhat.com\n", "mode": "0644", "name": "10.31.41.127", "owner": "root", "path": "/etc/ssh/ssh_known_hosts", "secontext": "system_u:object_r:etc_t:s0", "size": 612, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists] *** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 11 January 2025 02:17:20 -0500 (0:00:00.521) 0:00:12.563 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1736579795.2203648, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5eea1b4829897f2843bafdff6b482ed722029483", "ctime": 1736579793.4843602, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 182452418, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736579793.2093596, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 77, "uid": 0, "version": "491989838", "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-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 11 January 2025 02:17:20 -0500 (0:00:00.359) 0:00:12.923 ****** NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed-node3 changed: [managed-node3] => { "backup_file": "/etc/kdump.conf.16232.2025-01-11@02:17:21~", "changed": true, "checksum": "fdef1ef10375f0af73df7825e4bd62e50603e9b0", "dest": "/etc/kdump.conf", "gid": 0, "group": "root", "md5sum": "b727a3126200ceb5e8efaa55a2006d9f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1736579840.5907683-10221-7298554521328/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 11 January 2025 02:17:21 -0500 (0:00:00.734) 0:00:13.657 ****** ok: [managed-node3] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "source": "/sys/kernel/kexec_crash_size" } TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] **** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 11 January 2025 02:17:21 -0500 (0:00:00.351) 0:00:14.009 ****** ok: [managed-node3] => { "ansible_facts": { "kdump_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed] *** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 11 January 2025 02:17:21 -0500 (0:00:00.018) 0:00:14.027 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] *** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 11 January 2025 02:17:21 -0500 (0:00:00.014) 0:00:14.042 ****** skipping: [managed-node3] => { "changed": false, "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-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 11 January 2025 02:17:21 -0500 (0:00:00.015) 0:00:14.058 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Reboot the managed node] *************** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 11 January 2025 02:17:21 -0500 (0:00:00.015) 0:00:14.073 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag] *** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 11 January 2025 02:17:21 -0500 (0:00:00.015) 0:00:14.089 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] ********** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 11 January 2025 02:17:21 -0500 (0:00:00.013) 0:00:14.102 ****** ok: [managed-node3] => { "changed": false, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2025-01-11 02:16:50 EST", "ActiveEnterTimestampMonotonic": "234216395", "ActiveExitTimestamp": "Sat 2025-01-11 02:16:35 EST", "ActiveExitTimestampMonotonic": "219170595", "ActiveState": "active", "After": "system.slice basic.target systemd-journald.socket remote-fs.target network-online.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-11 02:16:35 EST", "AssertTimestampMonotonic": "219195901", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2025-01-11 02:16:35 EST", "ConditionTimestampMonotonic": "219195876", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2025-01-11 02:16:50 EST", "ExecMainExitTimestampMonotonic": "234215888", "ExecMainPID": "8449", "ExecMainStartTimestamp": "Sat 2025-01-11 02:16:35 EST", "ExecMainStartTimestampMonotonic": "219197403", "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 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:16:35 EST] ; stop_time=[Sat 2025-01-11 02:16:50 EST] ; pid=8449 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:16:35 EST] ; stop_time=[Sat 2025-01-11 02:16:35 EST] ; pid=8440 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2025-01-11 02:16:35 EST", "InactiveEnterTimestampMonotonic": "219194976", "InactiveExitTimestamp": "Sat 2025-01-11 02:16:35 EST", "InactiveExitTimestampMonotonic": "219197441", "InvocationID": "435f68c5c8ef41afab4d02df891e4725", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2025-01-11 02:16:50 EST", "StateChangeTimestampMonotonic": "234216395", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Cleanup kdump_path] ****************************************************** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 11 January 2025 02:17:22 -0500 (0:00:00.486) 0:00:14.588 ****** ok: [managed-node3 -> managed-node3] => { "changed": false, "path": "/tmp/tests_ssh", "state": "absent" } RUNNING HANDLER [fedora.linux_system_roles.kdump : Restart kdump] ************** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 11 January 2025 02:17:22 -0500 (0:00:00.351) 0:00:14.940 ****** changed: [managed-node3] => { "changed": true, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2025-01-11 02:16:50 EST", "ActiveEnterTimestampMonotonic": "234216395", "ActiveExitTimestamp": "Sat 2025-01-11 02:16:35 EST", "ActiveExitTimestampMonotonic": "219170595", "ActiveState": "active", "After": "system.slice basic.target systemd-journald.socket remote-fs.target network-online.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-11 02:16:35 EST", "AssertTimestampMonotonic": "219195901", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2025-01-11 02:16:35 EST", "ConditionTimestampMonotonic": "219195876", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2025-01-11 02:16:50 EST", "ExecMainExitTimestampMonotonic": "234215888", "ExecMainPID": "8449", "ExecMainStartTimestamp": "Sat 2025-01-11 02:16:35 EST", "ExecMainStartTimestampMonotonic": "219197403", "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 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:16:35 EST] ; stop_time=[Sat 2025-01-11 02:16:50 EST] ; pid=8449 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:16:35 EST] ; stop_time=[Sat 2025-01-11 02:16:35 EST] ; pid=8440 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2025-01-11 02:16:35 EST", "InactiveEnterTimestampMonotonic": "219194976", "InactiveExitTimestamp": "Sat 2025-01-11 02:16:35 EST", "InactiveExitTimestampMonotonic": "219197441", "InvocationID": "435f68c5c8ef41afab4d02df891e4725", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2025-01-11 02:16:50 EST", "StateChangeTimestampMonotonic": "234216395", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } META: ran handlers META: ran handlers PLAY [Run tests_ssh.yml in check_mode] ***************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Saturday 11 January 2025 02:17:42 -0500 (0:00:19.549) 0:00:34.490 ****** ok: [managed-node3] META: ran handlers TASK [Run ansible-playbook with tests_ssh.yml in check mode] ******************* task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 Saturday 11 January 2025 02:17:42 -0500 (0:00:00.632) 0:00:35.122 ****** ok: [managed-node3 -> localhost] => { "changed": false, "cmd": [ "ansible-playbook", "-vvv", "-i", "/tmp/ansible.lqaf4a2t.inventory.yaml", "--check", "tests_ssh.yml" ], "delta": "0:00:16.352721", "end": "2025-01-11 02:17:59.315729", "rc": 0, "start": "2025-01-11 02:17:42.963008" } STDOUT: ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults host_list declined parsing /tmp/ansible.lqaf4a2t.inventory.yaml as it did not pass its verify_file() method script declined parsing /tmp/ansible.lqaf4a2t.inventory.yaml as it did not pass its verify_file() method Parsed /tmp/ansible.lqaf4a2t.inventory.yaml inventory source with yaml plugin Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_ssh.yml ******************************************************** 1 plays in tests_ssh.yml PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 11 January 2025 02:17:43 -0500 (0:00:00.024) 0:00:00.024 ****** <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.40> (0, b'/root\n', b'') <10.31.41.127> (0, b'/root\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579863.585369-10625-225676223483450 `" && echo ansible-tmp-1736579863.585369-10625-225676223483450="` echo /root/.ansible/tmp/ansible-tmp-1736579863.585369-10625-225676223483450 `" ) && sleep 0'"'"'' <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579863.5856616-10628-6338874150239 `" && echo ansible-tmp-1736579863.5856616-10628-6338874150239="` echo /root/.ansible/tmp/ansible-tmp-1736579863.5856616-10628-6338874150239 `" ) && sleep 0'"'"'' <10.31.43.125> (0, b'/root\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579863.6003344-10626-11439153147500 `" && echo ansible-tmp-1736579863.6003344-10626-11439153147500="` echo /root/.ansible/tmp/ansible-tmp-1736579863.6003344-10626-11439153147500 `" ) && sleep 0'"'"'' <10.31.41.127> (0, b'ansible-tmp-1736579863.5856616-10628-6338874150239=/root/.ansible/tmp/ansible-tmp-1736579863.5856616-10628-6338874150239\n', b'') <10.31.40.40> (0, b'ansible-tmp-1736579863.585369-10625-225676223483450=/root/.ansible/tmp/ansible-tmp-1736579863.585369-10625-225676223483450\n', b'') <10.31.43.125> (0, b'ansible-tmp-1736579863.6003344-10626-11439153147500=/root/.ansible/tmp/ansible-tmp-1736579863.6003344-10626-11439153147500\n', b'') Attempting python interpreter discovery <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None Attempting python interpreter discovery <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.5'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.5'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' Attempting python interpreter discovery <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.5'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' <10.31.41.127> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.40.40> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.43.125> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.40.40> (0, b'{"platform_dist_result": ["centos", "8", ""], "osrelease_content": "NAME=\\"CentOS Stream\\"\\nVERSION=\\"8\\"\\nID=\\"centos\\"\\nID_LIKE=\\"rhel fedora\\"\\nVERSION_ID=\\"8\\"\\nPLATFORM_ID=\\"platform:el8\\"\\nPRETTY_NAME=\\"CentOS Stream 8\\"\\nANSI_COLOR=\\"0;31\\"\\nCPE_NAME=\\"cpe:/o:centos:centos:8\\"\\nHOME_URL=\\"https://centos.org/\\"\\nBUG_REPORT_URL=\\"https://bugzilla.redhat.com/\\"\\nREDHAT_SUPPORT_PRODUCT=\\"Red Hat Enterprise Linux 8\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=\\"CentOS Stream\\"\\n"}\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.40.40> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmptyqrg5tw TO /root/.ansible/tmp/ansible-tmp-1736579863.585369-10625-225676223483450/AnsiballZ_setup.py <10.31.40.40> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/108384276e '[10.31.40.40]' <10.31.41.127> (0, b'{"platform_dist_result": ["centos", "8", ""], "osrelease_content": "NAME=\\"CentOS Stream\\"\\nVERSION=\\"8\\"\\nID=\\"centos\\"\\nID_LIKE=\\"rhel fedora\\"\\nVERSION_ID=\\"8\\"\\nPLATFORM_ID=\\"platform:el8\\"\\nPRETTY_NAME=\\"CentOS Stream 8\\"\\nANSI_COLOR=\\"0;31\\"\\nCPE_NAME=\\"cpe:/o:centos:centos:8\\"\\nHOME_URL=\\"https://centos.org/\\"\\nBUG_REPORT_URL=\\"https://bugzilla.redhat.com/\\"\\nREDHAT_SUPPORT_PRODUCT=\\"Red Hat Enterprise Linux 8\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=\\"CentOS Stream\\"\\n"}\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.41.127> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpnremno2m TO /root/.ansible/tmp/ansible-tmp-1736579863.5856616-10628-6338874150239/AnsiballZ_setup.py <10.31.41.127> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/c64ecc14ab '[10.31.41.127]' <10.31.43.125> (0, b'{"platform_dist_result": ["centos", "8", ""], "osrelease_content": "NAME=\\"CentOS Stream\\"\\nVERSION=\\"8\\"\\nID=\\"centos\\"\\nID_LIKE=\\"rhel fedora\\"\\nVERSION_ID=\\"8\\"\\nPLATFORM_ID=\\"platform:el8\\"\\nPRETTY_NAME=\\"CentOS Stream 8\\"\\nANSI_COLOR=\\"0;31\\"\\nCPE_NAME=\\"cpe:/o:centos:centos:8\\"\\nHOME_URL=\\"https://centos.org/\\"\\nBUG_REPORT_URL=\\"https://bugzilla.redhat.com/\\"\\nREDHAT_SUPPORT_PRODUCT=\\"Red Hat Enterprise Linux 8\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=\\"CentOS Stream\\"\\n"}\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.43.125> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpobb97frv TO /root/.ansible/tmp/ansible-tmp-1736579863.6003344-10626-11439153147500/AnsiballZ_setup.py <10.31.43.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a8be1eb791 '[10.31.43.125]' <10.31.41.127> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpnremno2m /root/.ansible/tmp/ansible-tmp-1736579863.5856616-10628-6338874150239/AnsiballZ_setup.py\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579863.5856616-10628-6338874150239/ /root/.ansible/tmp/ansible-tmp-1736579863.5856616-10628-6338874150239/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.40> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmptyqrg5tw /root/.ansible/tmp/ansible-tmp-1736579863.585369-10625-225676223483450/AnsiballZ_setup.py\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579863.585369-10625-225676223483450/ /root/.ansible/tmp/ansible-tmp-1736579863.585369-10625-225676223483450/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab -tt 10.31.41.127 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579863.5856616-10628-6338874150239/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.43.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpobb97frv /root/.ansible/tmp/ansible-tmp-1736579863.6003344-10626-11439153147500/AnsiballZ_setup.py\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579863.6003344-10626-11439153147500/ /root/.ansible/tmp/ansible-tmp-1736579863.6003344-10626-11439153147500/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e -tt 10.31.40.40 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579863.585369-10625-225676223483450/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 -tt 10.31.43.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579863.6003344-10626-11439153147500/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.41.127> (0, b'\r\n{"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node3", "ansible_hostname": "managed-node3", "ansible_nodename": "managed-node3", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "a230ded6739d4868b105b62fad98ca78", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAK8/nsTbBhPbouLNT8HF/VUCjx3XcMyoX5+iQ3aWmg5nQzpWW8ZwhPFn9i0knyZs/MflMEORtsVhPhc3eSuRZrAxuInmm0SZWn3gNYkmAyL6mO83AUmsvTZX2iCZL3nvDOQedlst0FN5aggBAnTELL9qNEwCDLyRc6ilbdKJLTapAAAAFQDq315Scdh2KNapXBY6WhdXtgHSCwAAAIA0E6mmV73sBbgkKfeapyES74gF1iO+6t546Xh/Bfo77Hx/9tRU89F2HQ/rOGfwxk3QXhAgBiJ5KFtmDZih7+9Sdkbpdb2EUct+lFUka2fG9EpWe2OYvp8w9gFgj3FqQW8HbRFMzPbeGqWr1ljcx0vWdqI0+I474k5QXO3cr98YgQAAAIAHKtsUF5CRCLPCKLF8d7Ndi//eGyDDefiJL+XkDeVPk+FTgmJCDZ/cMFf8mUKtqaOySeNMogMVts0ghNGRKK0OGI2owgJwQq1QifJkA1+t+6cmQ1nSXoUzQ/11sHF+qk+H8AxWZF3rp9kMT8NP2cQXsNPpGz1a8erxk0rioE8ygw==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCx6kDnItmhvNhMiaOmxB+c+7XRmxVcsgITSy1g67fT9fdttSCf08ZXZHd1zyYK9jMhjUil/M/V6l4xlfua0R3CnsUz1LtjgdlsgetBE2HdQGWpVPIvo6JQgS6U4UozmtuNfytmxzgtoMNRWY3um9SOnoJvVp7rrXRrFftDFhThagSBjY7U1VgEakdE87bkBThM7S6vN5KI+b4btFTkVUOBHmJ8NmPwo7k+OHSATy8o8GXqhVWcEMIp71K0bFmMgp1uOq0CkiFRCef3Vm83iHkfGfA9vxw41w9F72CgPLEPfcmG1doQvavN43g1RzjzvuxOvV22BjhHfsZCHVWRRnYRgM2euwmuq0/hPnsEBVPhE3DTV91UMxl8ziorNEk6peaM2WOxmka3aqZ3sanSrJmjZ1hOnWSfXq/pbpreqBdbBS85t8knX6nV8JMUUmqYPbyn99w3NnirwE86Yj7YZMLKogIVSNTPq32gXGrQKqrqkJQi5vxy2aJqjMyPq8nkRKE=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLUWxwsb/GScTOZ7OBeY28f+FUaoj89VvQf+UM828co1TnDy+hRQFi42KtLq7mFBbE7dUvLhhnxVjdCeHIioeD8=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIPl2oiY19MqrghLwzaXTA7gL6fK+YULciHQvm2YJdc/H", "ansible_hostnqn": "", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_lsb": {}, "ansible_fibre_channel_wwn": [], "ansible_iscsi_iqn": "", "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_fips": false, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.10.83 49378 10.31.41.127 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "5", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.10.83 49378 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_is_chroot": false, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_date_time": {"year": "2025", "month": "01", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "01", "day": "11", "hour": "02", "minute": "17", "second": "44", "epoch": "1736579864", "date": "2025-01-11", "time": "02:17:44", "iso8601_micro": "2025-01-11T07:17:44.319673Z", "iso8601": "2025-01-11T07:17:44Z", "iso8601_basic": "20250111T021744319673", "iso8601_basic_short": "20250111T021744", "tz": "EST", "tz_offset": "-0500"}, "ansible_local": {}, "ansible_pkg_mgr": "dnf", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_apparmor": {"status": "disabled"}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2831, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 708, "free": 2831}, "nocache": {"free": 3331, "used": 208}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec227458-e424-c203-9e6b-2dd24261f8e3", "ansible_product_uuid": "ec227458-e424-c203-9e6b-2dd24261f8e3", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "0", "partitions": {"xvda1": {"links": {"ids": [], "uuids": ["fe591198-9082-4b15-9b62-e83518524cd2"], "labels": [], "masters": []}, "start": "2048", "sectors": "524285919", "sectorsize": 512, "size": "250.00 GB", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2", "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda1": ["fe591198-9082-4b15-9b62-e83518524cd2"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 288, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560294400, "block_size": 4096, "block_total": 65533179, "block_available": 64345775, "block_used": 1187404, "inode_total": 131071472, "inode_available": 130996224, "inode_used": 75248, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_service_mgr": "systemd", "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "0e:b1:e9:da:25:a3", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.41.127", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0"}, "ipv6": [{"address": "fe80::cb1:e9ff:feda:25a3", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.41.127", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "macaddress": "0e:b1:e9:da:25:a3", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.41.127"], "ansible_all_ipv6_addresses": ["fe80::cb1:e9ff:feda:25a3"], "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.41.127 closed.\r\n') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579863.5856616-10628-6338874150239/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.40> (0, b'\r\n{"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_fibre_channel_wwn": [], "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node1", "ansible_hostname": "managed-node1", "ansible_nodename": "managed-node1", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "726f718595544f10bb71a9fc779f49b2", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPAm3NCrfWeD9CVnPdRFr7FK1M0AqyZKfBUToWJ9P9LncCXm1EyIQA/eW11d9upq+sQKQX0+9QgfDnFsH+ZjHdJ18WxXpoaMLgeOrjLjGAPCydgIzSkjGK6UTKOh6D4KReeE9uZH4qy2OLl4yGlMN6l02hKLwT2ZG0rmpgZEQ4+DAAAAFQCJB7zIeX3T2jMiVcGSnmSOg2PUvwAAAIA7AK9iFXBB7Bb+TcioJoCJfyloHVLOJjQ6MHkXMlUXPQrbWfHn2NHRHpf7dqs79DVEy+njFrToXz0am29a2Hvyah33QX8dNyw0Qzv4eF9XrUxOPlUv+rd4zqlhqgTossMfoGDQWLTiv5M4/5yXg5XHTcJYPEnFyRd3KTP+gW6Y0wAAAIB2i67bYymPMM5pIeess7ptmVRc3Go8zTiwG24AE1+1OBmahOfjYUlvFxXUM7zVcGqC5kIiEO5QouqoGnkUeeQLmZkw8e1Es4lWHZDwFtSrCc+0W46H6mG4if1P6cA9OcqmjSjETQBX6ePuSdkbknHcahr/umQa/HrbydBWBefiEg==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCf0octbOymiErwQbfKHEMJoslIMOaDFAJ2xhOquYFAd2Wq5X5m0Fljp+CklRSL49zmuFXpcbG450eFdTsd5/Fiyvu8TvkwyxPKDVt00j6U0P8xm8pUK0Iao9uydvsssHUBrYGrsHFQNRO38qpG9zmJzRLx2tQzzMS3K5f7YNI40iFc/uT62j0mJbfFSIRQwEi04BazmyCme2CdQJ5RIFLiW+RP5QSdtnUVE0KP5KrnIg+UNHh7V5pACfaosc69Y+Z/E4GxqR9A3r9CIKCFz2tisj7JTl5Camucc02RaoVMnOKXq9xnelNv3NSbxm+84zL4v4UM+2fe5m2rPwPcrsrN052/TTIEE2Fv0+vHT8YvgHuSL86yobMoYnqgVtkv1IwYH+TiiyM+bIZYRrNNXf+M27qXOPS3/w93ND3RI+s5G8H+4EKGFCZhimSACBrrRG6J+WCcfQTYcILgO9ao5g7vknV/i/GBCh9gkrhoyiu8emyNfjXt+dppHHauqhUtLss=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNg3p/Nqoc71hxpZ1xM3wRqF1wEENhispNfJvpXjVi4j0wPb+hh/qbPaHo47E+j5cZ7aqm+S7ZdIKZj6t0F4RFE=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJ2mIUaau6Q8y3zs9qllzA8Ppjo1j5EIYfJrTA4FeIno", "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_date_time": {"year": "2025", "month": "01", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "01", "day": "11", "hour": "02", "minute": "17", "second": "44", "epoch": "1736579864", "date": "2025-01-11", "time": "02:17:44", "iso8601_micro": "2025-01-11T07:17:44.325971Z", "iso8601": "2025-01-11T07:17:44Z", "iso8601_basic": "20250111T021744325971", "iso8601_basic_short": "20250111T021744", "tz": "EST", "tz_offset": "-0500"}, "ansible_local": {}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_hostnqn": "", "ansible_iscsi_iqn": "", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_lsb": {}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_fips": false, "ansible_is_chroot": false, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2840, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 699, "free": 2840}, "nocache": {"free": 3340, "used": 199}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec28789c-aaef-a3b2-f29a-4c01ec89c523", "ansible_product_uuid": "ec28789c-aaef-a3b2-f29a-4c01ec89c523", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "0", "partitions": {"xvda1": {"links": {"ids": [], "uuids": ["fe591198-9082-4b15-9b62-e83518524cd2"], "labels": [], "masters": []}, "start": "2048", "sectors": "524285919", "sectorsize": 512, "size": "250.00 GB", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2", "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda1": ["fe591198-9082-4b15-9b62-e83518524cd2"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 354, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560376320, "block_size": 4096, "block_total": 65533179, "block_available": 64345795, "block_used": 1187384, "inode_total": 131071472, "inode_available": 130996224, "inode_used": 75248, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:ab:fd:99:11:93", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.40.40", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0"}, "ipv6": [{"address": "fe80::cab:fdff:fe99:1193", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.40.40", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "macaddress": "0e:ab:fd:99:11:93", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.40.40"], "ansible_all_ipv6_addresses": ["fe80::cab:fdff:fe99:1193"], "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_apparmor": {"status": "disabled"}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.10.83 44090 10.31.40.40 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "5", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.10.83 44090 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.40.40 closed.\r\n') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579863.585369-10625-225676223483450/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') <10.31.40.40> (0, b'', b'') ok: [managed-node3] ok: [managed-node1] <10.31.43.125> (0, b'\r\n{"ansible_facts": {"ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node2", "ansible_hostname": "managed-node2", "ansible_nodename": "managed-node2", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "66ff92cfe601415ab5c92c3ce17ce0da", "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_hostnqn": "", "ansible_is_chroot": false, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPMwGkSYUPOiYGQagIKZoecDRPM2m8gevhXbjIZR8SWUpfJBc9v+s74ODS1TBRl9ieolNfetRxG/HGtbyyBsI8VvA2qDiZI90IKzfqrBTVEiu1mMg72vPKLuXKMANSUnBRs+c/gDeIIaBUaGI3659gs1bstQJFkGuz17MKwG8E/fAAAAFQCfgUdPrigpOKbBnWtgr39YnDe85QAAAIAr+PTkqaX0AvZWf7/ArwrV8VP2qbJD9yAycgZXE8G7U5QnZeVe/id1p0JyPgZ4EvOcY8F1roJpLbwgolEt7y6XpQEPTPu7FPMzlbkYfSZuYLviz568QY4onf4yHwDPZZR5pw4j++limqY+QIkfMTHoWgdMd6sAq7PcSA+Y+AilegAAAIEAl82/1ANWsAOmwZHS9iLa+1mfhDjWC+W4+pxL4sOGrGx9ZxG8ftYDrt+xEnm/SHVF+wXCY33y8Rl/+VpJjuDkGlPqZ7/yZXfH2/wt1/VGlPShisg7J+IRHm66jEoN3zSDLAIXNVDfleeaI96jpv/Ws+YHoMR9Wdy6OWIg+DmTxuE=", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDiD9CstVFmBcR2IercHMwtTUGhvAW6xiye1X5Sq00QwvP4WvYfOGdYiR3Rxm6QXTr96MnJ/6Ngcqaq7ZgbDkxD65Rx7ExHhgTYix4x9aEvVt9IpIVSFuBU33RcLL4+GKo6Bn7Cgneem7FRuDPIER3JBG7JqNxXPRtkTsB975QwWR9d4JdmWLLZRZAmKdNAoKlfTFmfwhsBXWQldVAjns4v379Qdi7YzhfuCXPz5FydIyhJC02/5WqWcvWSG8MYXIOE97E556ULWCUa5iuqKN5xuuWCkyQ4lKPW+uM1YhouOENhrZ/H0XBgg7vItP8lzVJLBz1dhkcqGaDcmKBYBE/VFVGWAcuAmJRZEugX9h8TImn75GE6tRLfo4pjgPYTb+P9YdNujnQgUYb6y167hC6rBfM0b4qsHY4WKENd8rGtgb2c174D6q4lQGzEH4EPEm44w61YmdQXgV9LuS2049iamiwoKfaCJ36l/Gh4ZeXIGDugdI9TOm0t4ITAfJC4NM0=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE3MIlo9b7SwG4s6DXSM9Eay7gjjobMAqNMFs4YsHE7VfUqYKoRsuxCutQdK5ZPP/txR2/gWh0Fx4buDLB8EwNo=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIFLFRuVsJIPXqyS5vijB8+DeiS5aRpS8zsyxzcyElRBJ", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_lsb": {}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_fips": false, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.10.83 49686 10.31.43.125 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "5", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.10.83 49686 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "0e:1f:8d:2b:39:75", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.43.125", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0"}, "ipv6": [{"address": "fe80::c1f:8dff:fe2b:3975", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.43.125", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "macaddress": "0e:1f:8d:2b:39:75", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.43.125"], "ansible_all_ipv6_addresses": ["fe80::c1f:8dff:fe2b:3975"], "ansible_iscsi_iqn": "", "ansible_date_time": {"year": "2025", "month": "01", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "01", "day": "11", "hour": "02", "minute": "17", "second": "44", "epoch": "1736579864", "date": "2025-01-11", "time": "02:17:44", "iso8601_micro": "2025-01-11T07:17:44.493011Z", "iso8601": "2025-01-11T07:17:44Z", "iso8601_basic": "20250111T021744493011", "iso8601_basic_short": "20250111T021744", "tz": "EST", "tz_offset": "-0500"}, "ansible_local": {}, "ansible_apparmor": {"status": "disabled"}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2829, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 710, "free": 2829}, "nocache": {"free": 3330, "used": 209}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2c1120-ef8a-ee05-2fb2-c67eebee4496", "ansible_product_uuid": "ec2c1120-ef8a-ee05-2fb2-c67eebee4496", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "0", "partitions": {"xvda1": {"links": {"ids": [], "uuids": ["fe591198-9082-4b15-9b62-e83518524cd2"], "labels": [], "masters": []}, "start": "2048", "sectors": "524285919", "sectorsize": 512, "size": "250.00 GB", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2", "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda1": ["fe591198-9082-4b15-9b62-e83518524cd2"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 300, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560130560, "block_size": 4096, "block_total": 65533179, "block_available": 64345735, "block_used": 1187444, "inode_total": 131071472, "inode_available": 130996214, "inode_used": 75258, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_pkg_mgr": "dnf", "ansible_fibre_channel_wwn": [], "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.43.125 closed.\r\n') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579863.6003344-10626-11439153147500/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') ok: [managed-node2] META: ran handlers TASK [Gather facts from managed-node1] ***************************************** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 11 January 2025 02:17:44 -0500 (0:00:01.196) 0:00:01.220 ****** <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.40> (0, b'/root\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579864.7779005-10684-259372539587427 `" && echo ansible-tmp-1736579864.7779005-10684-259372539587427="` echo /root/.ansible/tmp/ansible-tmp-1736579864.7779005-10684-259372539587427 `" ) && sleep 0'"'"'' <10.31.43.125> (0, b'/root\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579864.7974603-10686-196132078132977 `" && echo ansible-tmp-1736579864.7974603-10686-196132078132977="` echo /root/.ansible/tmp/ansible-tmp-1736579864.7974603-10686-196132078132977 `" ) && sleep 0'"'"'' <10.31.41.127> (0, b'/root\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579864.804713-10687-165061511259008 `" && echo ansible-tmp-1736579864.804713-10687-165061511259008="` echo /root/.ansible/tmp/ansible-tmp-1736579864.804713-10687-165061511259008 `" ) && sleep 0'"'"'' <10.31.40.40> (0, b'ansible-tmp-1736579864.7779005-10684-259372539587427=/root/.ansible/tmp/ansible-tmp-1736579864.7779005-10684-259372539587427\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.40.40> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpf6licbvv TO /root/.ansible/tmp/ansible-tmp-1736579864.7779005-10684-259372539587427/AnsiballZ_setup.py <10.31.40.40> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/108384276e '[10.31.40.40]' <10.31.41.127> (0, b'ansible-tmp-1736579864.804713-10687-165061511259008=/root/.ansible/tmp/ansible-tmp-1736579864.804713-10687-165061511259008\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.41.127> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpxkuq965q TO /root/.ansible/tmp/ansible-tmp-1736579864.804713-10687-165061511259008/AnsiballZ_setup.py <10.31.41.127> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/c64ecc14ab '[10.31.41.127]' <10.31.43.125> (0, b'ansible-tmp-1736579864.7974603-10686-196132078132977=/root/.ansible/tmp/ansible-tmp-1736579864.7974603-10686-196132078132977\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.43.125> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpkvm1tp6q TO /root/.ansible/tmp/ansible-tmp-1736579864.7974603-10686-196132078132977/AnsiballZ_setup.py <10.31.43.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a8be1eb791 '[10.31.43.125]' <10.31.40.40> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpf6licbvv /root/.ansible/tmp/ansible-tmp-1736579864.7779005-10684-259372539587427/AnsiballZ_setup.py\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579864.7779005-10684-259372539587427/ /root/.ansible/tmp/ansible-tmp-1736579864.7779005-10684-259372539587427/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.41.127> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpxkuq965q /root/.ansible/tmp/ansible-tmp-1736579864.804713-10687-165061511259008/AnsiballZ_setup.py\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579864.804713-10687-165061511259008/ /root/.ansible/tmp/ansible-tmp-1736579864.804713-10687-165061511259008/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.43.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpkvm1tp6q /root/.ansible/tmp/ansible-tmp-1736579864.7974603-10686-196132078132977/AnsiballZ_setup.py\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579864.7974603-10686-196132078132977/ /root/.ansible/tmp/ansible-tmp-1736579864.7974603-10686-196132078132977/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e -tt 10.31.40.40 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579864.7779005-10684-259372539587427/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab -tt 10.31.41.127 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579864.804713-10687-165061511259008/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 -tt 10.31.43.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579864.7974603-10686-196132078132977/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.40> (0, b'\r\n{"ansible_facts": {"ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node1", "ansible_hostname": "managed-node1", "ansible_nodename": "managed-node1", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "726f718595544f10bb71a9fc779f49b2", "ansible_fibre_channel_wwn": [], "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPAm3NCrfWeD9CVnPdRFr7FK1M0AqyZKfBUToWJ9P9LncCXm1EyIQA/eW11d9upq+sQKQX0+9QgfDnFsH+ZjHdJ18WxXpoaMLgeOrjLjGAPCydgIzSkjGK6UTKOh6D4KReeE9uZH4qy2OLl4yGlMN6l02hKLwT2ZG0rmpgZEQ4+DAAAAFQCJB7zIeX3T2jMiVcGSnmSOg2PUvwAAAIA7AK9iFXBB7Bb+TcioJoCJfyloHVLOJjQ6MHkXMlUXPQrbWfHn2NHRHpf7dqs79DVEy+njFrToXz0am29a2Hvyah33QX8dNyw0Qzv4eF9XrUxOPlUv+rd4zqlhqgTossMfoGDQWLTiv5M4/5yXg5XHTcJYPEnFyRd3KTP+gW6Y0wAAAIB2i67bYymPMM5pIeess7ptmVRc3Go8zTiwG24AE1+1OBmahOfjYUlvFxXUM7zVcGqC5kIiEO5QouqoGnkUeeQLmZkw8e1Es4lWHZDwFtSrCc+0W46H6mG4if1P6cA9OcqmjSjETQBX6ePuSdkbknHcahr/umQa/HrbydBWBefiEg==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCf0octbOymiErwQbfKHEMJoslIMOaDFAJ2xhOquYFAd2Wq5X5m0Fljp+CklRSL49zmuFXpcbG450eFdTsd5/Fiyvu8TvkwyxPKDVt00j6U0P8xm8pUK0Iao9uydvsssHUBrYGrsHFQNRO38qpG9zmJzRLx2tQzzMS3K5f7YNI40iFc/uT62j0mJbfFSIRQwEi04BazmyCme2CdQJ5RIFLiW+RP5QSdtnUVE0KP5KrnIg+UNHh7V5pACfaosc69Y+Z/E4GxqR9A3r9CIKCFz2tisj7JTl5Camucc02RaoVMnOKXq9xnelNv3NSbxm+84zL4v4UM+2fe5m2rPwPcrsrN052/TTIEE2Fv0+vHT8YvgHuSL86yobMoYnqgVtkv1IwYH+TiiyM+bIZYRrNNXf+M27qXOPS3/w93ND3RI+s5G8H+4EKGFCZhimSACBrrRG6J+WCcfQTYcILgO9ao5g7vknV/i/GBCh9gkrhoyiu8emyNfjXt+dppHHauqhUtLss=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNg3p/Nqoc71hxpZ1xM3wRqF1wEENhispNfJvpXjVi4j0wPb+hh/qbPaHo47E+j5cZ7aqm+S7ZdIKZj6t0F4RFE=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJ2mIUaau6Q8y3zs9qllzA8Ppjo1j5EIYfJrTA4FeIno", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2839, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 700, "free": 2839}, "nocache": {"free": 3339, "used": 200}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec28789c-aaef-a3b2-f29a-4c01ec89c523", "ansible_product_uuid": "ec28789c-aaef-a3b2-f29a-4c01ec89c523", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "0", "partitions": {"xvda1": {"links": {"ids": [], "uuids": ["fe591198-9082-4b15-9b62-e83518524cd2"], "labels": [], "masters": []}, "start": "2048", "sectors": "524285919", "sectorsize": 512, "size": "250.00 GB", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2", "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda1": ["fe591198-9082-4b15-9b62-e83518524cd2"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 355, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560351744, "block_size": 4096, "block_total": 65533179, "block_available": 64345789, "block_used": 1187390, "inode_total": 131071472, "inode_available": 130996224, "inode_used": 75248, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:ab:fd:99:11:93", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.40.40", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0"}, "ipv6": [{"address": "fe80::cab:fdff:fe99:1193", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.40.40", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "macaddress": "0e:ab:fd:99:11:93", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.40.40"], "ansible_all_ipv6_addresses": ["fe80::cab:fdff:fe99:1193"], "ansible_service_mgr": "systemd", "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_lsb": {}, "ansible_date_time": {"year": "2025", "month": "01", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "01", "day": "11", "hour": "02", "minute": "17", "second": "45", "epoch": "1736579865", "date": "2025-01-11", "time": "02:17:45", "iso8601_micro": "2025-01-11T07:17:45.352368Z", "iso8601": "2025-01-11T07:17:45Z", "iso8601_basic": "20250111T021745352368", "iso8601_basic_short": "20250111T021745", "tz": "EST", "tz_offset": "-0500"}, "ansible_fips": false, "ansible_local": {}, "ansible_apparmor": {"status": "disabled"}, "ansible_is_chroot": false, "ansible_hostnqn": "", "ansible_pkg_mgr": "dnf", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.10.83 44090 10.31.40.40 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "5", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.10.83 44090 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_iscsi_iqn": "", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.40.40 closed.\r\n') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579864.7779005-10684-259372539587427/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.127> (0, b'\r\n{"ansible_facts": {"ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAK8/nsTbBhPbouLNT8HF/VUCjx3XcMyoX5+iQ3aWmg5nQzpWW8ZwhPFn9i0knyZs/MflMEORtsVhPhc3eSuRZrAxuInmm0SZWn3gNYkmAyL6mO83AUmsvTZX2iCZL3nvDOQedlst0FN5aggBAnTELL9qNEwCDLyRc6ilbdKJLTapAAAAFQDq315Scdh2KNapXBY6WhdXtgHSCwAAAIA0E6mmV73sBbgkKfeapyES74gF1iO+6t546Xh/Bfo77Hx/9tRU89F2HQ/rOGfwxk3QXhAgBiJ5KFtmDZih7+9Sdkbpdb2EUct+lFUka2fG9EpWe2OYvp8w9gFgj3FqQW8HbRFMzPbeGqWr1ljcx0vWdqI0+I474k5QXO3cr98YgQAAAIAHKtsUF5CRCLPCKLF8d7Ndi//eGyDDefiJL+XkDeVPk+FTgmJCDZ/cMFf8mUKtqaOySeNMogMVts0ghNGRKK0OGI2owgJwQq1QifJkA1+t+6cmQ1nSXoUzQ/11sHF+qk+H8AxWZF3rp9kMT8NP2cQXsNPpGz1a8erxk0rioE8ygw==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCx6kDnItmhvNhMiaOmxB+c+7XRmxVcsgITSy1g67fT9fdttSCf08ZXZHd1zyYK9jMhjUil/M/V6l4xlfua0R3CnsUz1LtjgdlsgetBE2HdQGWpVPIvo6JQgS6U4UozmtuNfytmxzgtoMNRWY3um9SOnoJvVp7rrXRrFftDFhThagSBjY7U1VgEakdE87bkBThM7S6vN5KI+b4btFTkVUOBHmJ8NmPwo7k+OHSATy8o8GXqhVWcEMIp71K0bFmMgp1uOq0CkiFRCef3Vm83iHkfGfA9vxw41w9F72CgPLEPfcmG1doQvavN43g1RzjzvuxOvV22BjhHfsZCHVWRRnYRgM2euwmuq0/hPnsEBVPhE3DTV91UMxl8ziorNEk6peaM2WOxmka3aqZ3sanSrJmjZ1hOnWSfXq/pbpreqBdbBS85t8knX6nV8JMUUmqYPbyn99w3NnirwE86Yj7YZMLKogIVSNTPq32gXGrQKqrqkJQi5vxy2aJqjMyPq8nkRKE=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLUWxwsb/GScTOZ7OBeY28f+FUaoj89VvQf+UM828co1TnDy+hRQFi42KtLq7mFBbE7dUvLhhnxVjdCeHIioeD8=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIPl2oiY19MqrghLwzaXTA7gL6fK+YULciHQvm2YJdc/H", "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node3", "ansible_hostname": "managed-node3", "ansible_nodename": "managed-node3", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "a230ded6739d4868b105b62fad98ca78", "ansible_local": {}, "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.10.83 49378 10.31.41.127 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "5", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.10.83 49378 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_apparmor": {"status": "disabled"}, "ansible_hostnqn": "", "ansible_is_chroot": false, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_date_time": {"year": "2025", "month": "01", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "01", "day": "11", "hour": "02", "minute": "17", "second": "45", "epoch": "1736579865", "date": "2025-01-11", "time": "02:17:45", "iso8601_micro": "2025-01-11T07:17:45.241561Z", "iso8601": "2025-01-11T07:17:45Z", "iso8601_basic": "20250111T021745241561", "iso8601_basic_short": "20250111T021745", "tz": "EST", "tz_offset": "-0500"}, "ansible_iscsi_iqn": "", "ansible_fips": false, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2830, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 709, "free": 2830}, "nocache": {"free": 3330, "used": 209}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec227458-e424-c203-9e6b-2dd24261f8e3", "ansible_product_uuid": "ec227458-e424-c203-9e6b-2dd24261f8e3", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "0", "partitions": {"xvda1": {"links": {"ids": [], "uuids": ["fe591198-9082-4b15-9b62-e83518524cd2"], "labels": [], "masters": []}, "start": "2048", "sectors": "524285919", "sectorsize": 512, "size": "250.00 GB", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2", "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda1": ["fe591198-9082-4b15-9b62-e83518524cd2"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 289, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560294400, "block_size": 4096, "block_total": 65533179, "block_available": 64345775, "block_used": 1187404, "inode_total": 131071472, "inode_available": 130996224, "inode_used": 75248, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_fibre_channel_wwn": [], "ansible_lsb": {}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "0e:b1:e9:da:25:a3", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.41.127", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0"}, "ipv6": [{"address": "fe80::cb1:e9ff:feda:25a3", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.41.127", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "macaddress": "0e:b1:e9:da:25:a3", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.41.127"], "ansible_all_ipv6_addresses": ["fe80::cb1:e9ff:feda:25a3"], "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.41.127 closed.\r\n') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579864.804713-10687-165061511259008/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') ok: [managed-node1 -> managed-node1] <10.31.41.127> (0, b'', b'') ok: [managed-node3 -> managed-node3] <10.31.43.125> (0, b'\r\n{"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node2", "ansible_hostname": "managed-node2", "ansible_nodename": "managed-node2", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "66ff92cfe601415ab5c92c3ce17ce0da", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPMwGkSYUPOiYGQagIKZoecDRPM2m8gevhXbjIZR8SWUpfJBc9v+s74ODS1TBRl9ieolNfetRxG/HGtbyyBsI8VvA2qDiZI90IKzfqrBTVEiu1mMg72vPKLuXKMANSUnBRs+c/gDeIIaBUaGI3659gs1bstQJFkGuz17MKwG8E/fAAAAFQCfgUdPrigpOKbBnWtgr39YnDe85QAAAIAr+PTkqaX0AvZWf7/ArwrV8VP2qbJD9yAycgZXE8G7U5QnZeVe/id1p0JyPgZ4EvOcY8F1roJpLbwgolEt7y6XpQEPTPu7FPMzlbkYfSZuYLviz568QY4onf4yHwDPZZR5pw4j++limqY+QIkfMTHoWgdMd6sAq7PcSA+Y+AilegAAAIEAl82/1ANWsAOmwZHS9iLa+1mfhDjWC+W4+pxL4sOGrGx9ZxG8ftYDrt+xEnm/SHVF+wXCY33y8Rl/+VpJjuDkGlPqZ7/yZXfH2/wt1/VGlPShisg7J+IRHm66jEoN3zSDLAIXNVDfleeaI96jpv/Ws+YHoMR9Wdy6OWIg+DmTxuE=", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDiD9CstVFmBcR2IercHMwtTUGhvAW6xiye1X5Sq00QwvP4WvYfOGdYiR3Rxm6QXTr96MnJ/6Ngcqaq7ZgbDkxD65Rx7ExHhgTYix4x9aEvVt9IpIVSFuBU33RcLL4+GKo6Bn7Cgneem7FRuDPIER3JBG7JqNxXPRtkTsB975QwWR9d4JdmWLLZRZAmKdNAoKlfTFmfwhsBXWQldVAjns4v379Qdi7YzhfuCXPz5FydIyhJC02/5WqWcvWSG8MYXIOE97E556ULWCUa5iuqKN5xuuWCkyQ4lKPW+uM1YhouOENhrZ/H0XBgg7vItP8lzVJLBz1dhkcqGaDcmKBYBE/VFVGWAcuAmJRZEugX9h8TImn75GE6tRLfo4pjgPYTb+P9YdNujnQgUYb6y167hC6rBfM0b4qsHY4WKENd8rGtgb2c174D6q4lQGzEH4EPEm44w61YmdQXgV9LuS2049iamiwoKfaCJ36l/Gh4ZeXIGDugdI9TOm0t4ITAfJC4NM0=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE3MIlo9b7SwG4s6DXSM9Eay7gjjobMAqNMFs4YsHE7VfUqYKoRsuxCutQdK5ZPP/txR2/gWh0Fx4buDLB8EwNo=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIFLFRuVsJIPXqyS5vijB8+DeiS5aRpS8zsyxzcyElRBJ", "ansible_apparmor": {"status": "disabled"}, "ansible_is_chroot": false, "ansible_hostnqn": "", "ansible_iscsi_iqn": "", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.10.83 49686 10.31.43.125 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "5", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.10.83 49686 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_pkg_mgr": "dnf", "ansible_date_time": {"year": "2025", "month": "01", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "01", "day": "11", "hour": "02", "minute": "17", "second": "45", "epoch": "1736579865", "date": "2025-01-11", "time": "02:17:45", "iso8601_micro": "2025-01-11T07:17:45.356795Z", "iso8601": "2025-01-11T07:17:45Z", "iso8601_basic": "20250111T021745356795", "iso8601_basic_short": "20250111T021745", "tz": "EST", "tz_offset": "-0500"}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_fibre_channel_wwn": [], "ansible_lsb": {}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2819, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 720, "free": 2819}, "nocache": {"free": 3320, "used": 219}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2c1120-ef8a-ee05-2fb2-c67eebee4496", "ansible_product_uuid": "ec2c1120-ef8a-ee05-2fb2-c67eebee4496", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "0", "partitions": {"xvda1": {"links": {"ids": [], "uuids": ["fe591198-9082-4b15-9b62-e83518524cd2"], "labels": [], "masters": []}, "start": "2048", "sectors": "524285919", "sectorsize": 512, "size": "250.00 GB", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2", "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda1": ["fe591198-9082-4b15-9b62-e83518524cd2"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 301, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263559983104, "block_size": 4096, "block_total": 65533179, "block_available": 64345699, "block_used": 1187480, "inode_total": 131071472, "inode_available": 130996212, "inode_used": 75260, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_local": {}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "0e:1f:8d:2b:39:75", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.43.125", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0"}, "ipv6": [{"address": "fe80::c1f:8dff:fe2b:3975", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.43.125", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "macaddress": "0e:1f:8d:2b:39:75", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.43.125"], "ansible_all_ipv6_addresses": ["fe80::c1f:8dff:fe2b:3975"], "ansible_fips": false, "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.43.125 closed.\r\n') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579864.7974603-10686-196132078132977/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') ok: [managed-node2 -> managed-node2] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 11 January 2025 02:17:45 -0500 (0:00:00.874) 0:00:02.095 ****** skipping: [managed-node2] => {} skipping: [managed-node3] => {} skipping: [managed-node1] => {} META: end_host conditional evaluated to false, continuing execution for managed-node1 META: end_host conditional evaluated to false, continuing execution for managed-node2 META: end_host conditional evaluated to false, continuing execution for managed-node3 TASK [Run the role. If reboot is not required - the play succeeds.] ************ task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 11 January 2025 02:17:45 -0500 (0:00:00.062) 0:00:02.158 ****** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 11 January 2025 02:17:45 -0500 (0:00:00.081) 0:00:02.239 ****** included: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for managed-node1, managed-node2, managed-node3 TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 11 January 2025 02:17:45 -0500 (0:00:00.056) 0:00:02.295 ****** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 11 January 2025 02:17:45 -0500 (0:00:00.045) 0:00:02.341 ****** <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.40> (0, b'/root\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579865.932664-10758-184038856370992 `" && echo ansible-tmp-1736579865.932664-10758-184038856370992="` echo /root/.ansible/tmp/ansible-tmp-1736579865.932664-10758-184038856370992 `" ) && sleep 0'"'"'' <10.31.41.127> (0, b'/root\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579865.933835-10762-211453754237006 `" && echo ansible-tmp-1736579865.933835-10762-211453754237006="` echo /root/.ansible/tmp/ansible-tmp-1736579865.933835-10762-211453754237006 `" ) && sleep 0'"'"'' <10.31.43.125> (0, b'/root\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579865.9421809-10760-36450339990928 `" && echo ansible-tmp-1736579865.9421809-10760-36450339990928="` echo /root/.ansible/tmp/ansible-tmp-1736579865.9421809-10760-36450339990928 `" ) && sleep 0'"'"'' <10.31.41.127> (0, b'ansible-tmp-1736579865.933835-10762-211453754237006=/root/.ansible/tmp/ansible-tmp-1736579865.933835-10762-211453754237006\n', b'') <10.31.43.125> (0, b'ansible-tmp-1736579865.9421809-10760-36450339990928=/root/.ansible/tmp/ansible-tmp-1736579865.9421809-10760-36450339990928\n', b'') <10.31.40.40> (0, b'ansible-tmp-1736579865.932664-10758-184038856370992=/root/.ansible/tmp/ansible-tmp-1736579865.932664-10758-184038856370992\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.41.127> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpsr2osgc5 TO /root/.ansible/tmp/ansible-tmp-1736579865.933835-10762-211453754237006/AnsiballZ_stat.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.43.125> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp92ib5_9j TO /root/.ansible/tmp/ansible-tmp-1736579865.9421809-10760-36450339990928/AnsiballZ_stat.py <10.31.43.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a8be1eb791 '[10.31.43.125]' <10.31.41.127> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/c64ecc14ab '[10.31.41.127]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.40.40> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpaz1urc39 TO /root/.ansible/tmp/ansible-tmp-1736579865.932664-10758-184038856370992/AnsiballZ_stat.py <10.31.40.40> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/108384276e '[10.31.40.40]' <10.31.40.40> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpaz1urc39 /root/.ansible/tmp/ansible-tmp-1736579865.932664-10758-184038856370992/AnsiballZ_stat.py\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579865.932664-10758-184038856370992/ /root/.ansible/tmp/ansible-tmp-1736579865.932664-10758-184038856370992/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp92ib5_9j /root/.ansible/tmp/ansible-tmp-1736579865.9421809-10760-36450339990928/AnsiballZ_stat.py\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579865.9421809-10760-36450339990928/ /root/.ansible/tmp/ansible-tmp-1736579865.9421809-10760-36450339990928/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.127> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpsr2osgc5 /root/.ansible/tmp/ansible-tmp-1736579865.933835-10762-211453754237006/AnsiballZ_stat.py\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579865.933835-10762-211453754237006/ /root/.ansible/tmp/ansible-tmp-1736579865.933835-10762-211453754237006/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e -tt 10.31.40.40 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579865.932664-10758-184038856370992/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab -tt 10.31.41.127 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579865.933835-10762-211453754237006/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 -tt 10.31.43.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579865.9421809-10760-36450339990928/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.40> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.40.40 closed.\r\n') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579865.932664-10758-184038856370992/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.127> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.41.127 closed.\r\n') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579865.933835-10762-211453754237006/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } <10.31.41.127> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } <10.31.43.125> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.43.125 closed.\r\n') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579865.9421809-10760-36450339990928/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] *** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 11 January 2025 02:17:46 -0500 (0:00:00.635) 0:00:02.977 ****** ok: [managed-node1] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } ok: [managed-node2] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } ok: [managed-node3] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Set platform/version specific variables] *** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 11 January 2025 02:17:46 -0500 (0:00:00.046) 0:00:03.023 ****** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 11 January 2025 02:17:46 -0500 (0:00:00.084) 0:00:03.107 ****** <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.40> (0, b'/root\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579866.770213-10812-276975021073980 `" && echo ansible-tmp-1736579866.770213-10812-276975021073980="` echo /root/.ansible/tmp/ansible-tmp-1736579866.770213-10812-276975021073980 `" ) && sleep 0'"'"'' <10.31.41.127> (0, b'/root\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579866.7723265-10814-181689573293968 `" && echo ansible-tmp-1736579866.7723265-10814-181689573293968="` echo /root/.ansible/tmp/ansible-tmp-1736579866.7723265-10814-181689573293968 `" ) && sleep 0'"'"'' <10.31.43.125> (0, b'/root\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579866.7806427-10813-212898739314868 `" && echo ansible-tmp-1736579866.7806427-10813-212898739314868="` echo /root/.ansible/tmp/ansible-tmp-1736579866.7806427-10813-212898739314868 `" ) && sleep 0'"'"'' <10.31.40.40> (0, b'ansible-tmp-1736579866.770213-10812-276975021073980=/root/.ansible/tmp/ansible-tmp-1736579866.770213-10812-276975021073980\n', b'') <10.31.41.127> (0, b'ansible-tmp-1736579866.7723265-10814-181689573293968=/root/.ansible/tmp/ansible-tmp-1736579866.7723265-10814-181689573293968\n', b'') <10.31.43.125> (0, b'ansible-tmp-1736579866.7806427-10813-212898739314868=/root/.ansible/tmp/ansible-tmp-1736579866.7806427-10813-212898739314868\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py <10.31.40.40> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp0c3m8b8d TO /root/.ansible/tmp/ansible-tmp-1736579866.770213-10812-276975021073980/AnsiballZ_dnf.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py <10.31.40.40> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/108384276e '[10.31.40.40]' <10.31.41.127> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpx0eyv6m4 TO /root/.ansible/tmp/ansible-tmp-1736579866.7723265-10814-181689573293968/AnsiballZ_dnf.py <10.31.41.127> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/c64ecc14ab '[10.31.41.127]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py <10.31.43.125> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpn6ay4dvf TO /root/.ansible/tmp/ansible-tmp-1736579866.7806427-10813-212898739314868/AnsiballZ_dnf.py <10.31.43.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a8be1eb791 '[10.31.43.125]' <10.31.41.127> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpx0eyv6m4 /root/.ansible/tmp/ansible-tmp-1736579866.7723265-10814-181689573293968/AnsiballZ_dnf.py\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579866.7723265-10814-181689573293968/ /root/.ansible/tmp/ansible-tmp-1736579866.7723265-10814-181689573293968/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.43.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpn6ay4dvf /root/.ansible/tmp/ansible-tmp-1736579866.7806427-10813-212898739314868/AnsiballZ_dnf.py\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579866.7806427-10813-212898739314868/ /root/.ansible/tmp/ansible-tmp-1736579866.7806427-10813-212898739314868/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.40.40> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp0c3m8b8d /root/.ansible/tmp/ansible-tmp-1736579866.770213-10812-276975021073980/AnsiballZ_dnf.py\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579866.770213-10812-276975021073980/ /root/.ansible/tmp/ansible-tmp-1736579866.770213-10812-276975021073980/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab -tt 10.31.41.127 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579866.7723265-10814-181689573293968/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e -tt 10.31.40.40 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579866.770213-10812-276975021073980/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 -tt 10.31.43.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579866.7806427-10813-212898739314868/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.40.40> (0, b'\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": 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, "lock_timeout": 30, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to 10.31.40.40 closed.\r\n') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579866.770213-10812-276975021073980/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "autoremove": false, "bugfix": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "releasever": null, "security": false, "skip_broken": false, "state": "present", "update_cache": false, "update_only": false, "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients <10.31.41.127> (0, b'\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": 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, "lock_timeout": 30, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to 10.31.41.127 closed.\r\n') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579866.7723265-10814-181689573293968/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "autoremove": false, "bugfix": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "releasever": null, "security": false, "skip_broken": false, "state": "present", "update_cache": false, "update_only": false, "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients <10.31.43.125> (0, b'\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": 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, "lock_timeout": 30, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to 10.31.43.125 closed.\r\n') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579866.7806427-10813-212898739314868/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "autoremove": false, "bugfix": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "releasever": null, "security": false, "skip_broken": false, "state": "present", "update_cache": false, "update_only": false, "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 11 January 2025 02:17:50 -0500 (0:00:04.108) 0:00:07.216 ****** <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.40> (0, b'/root\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579870.7619417-10976-257991581226529 `" && echo ansible-tmp-1736579870.7619417-10976-257991581226529="` echo /root/.ansible/tmp/ansible-tmp-1736579870.7619417-10976-257991581226529 `" ) && sleep 0'"'"'' <10.31.43.125> (0, b'/root\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579870.781104-10977-280685196261928 `" && echo ansible-tmp-1736579870.781104-10977-280685196261928="` echo /root/.ansible/tmp/ansible-tmp-1736579870.781104-10977-280685196261928 `" ) && sleep 0'"'"'' <10.31.41.127> (0, b'/root\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579870.787557-10979-254107658474164 `" && echo ansible-tmp-1736579870.787557-10979-254107658474164="` echo /root/.ansible/tmp/ansible-tmp-1736579870.787557-10979-254107658474164 `" ) && sleep 0'"'"'' <10.31.40.40> (0, b'ansible-tmp-1736579870.7619417-10976-257991581226529=/root/.ansible/tmp/ansible-tmp-1736579870.7619417-10976-257991581226529\n', b'') <10.31.43.125> (0, b'ansible-tmp-1736579870.781104-10977-280685196261928=/root/.ansible/tmp/ansible-tmp-1736579870.781104-10977-280685196261928\n', b'') <10.31.41.127> (0, b'ansible-tmp-1736579870.787557-10979-254107658474164=/root/.ansible/tmp/ansible-tmp-1736579870.787557-10979-254107658474164\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.40.40> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp0e635wnd TO /root/.ansible/tmp/ansible-tmp-1736579870.7619417-10976-257991581226529/AnsiballZ_systemd.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.40.40> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/108384276e '[10.31.40.40]' <10.31.43.125> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpr88hzdgw TO /root/.ansible/tmp/ansible-tmp-1736579870.781104-10977-280685196261928/AnsiballZ_systemd.py <10.31.43.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a8be1eb791 '[10.31.43.125]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.41.127> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmph7rqst1_ TO /root/.ansible/tmp/ansible-tmp-1736579870.787557-10979-254107658474164/AnsiballZ_systemd.py <10.31.41.127> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/c64ecc14ab '[10.31.41.127]' <10.31.43.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpr88hzdgw /root/.ansible/tmp/ansible-tmp-1736579870.781104-10977-280685196261928/AnsiballZ_systemd.py\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579870.781104-10977-280685196261928/ /root/.ansible/tmp/ansible-tmp-1736579870.781104-10977-280685196261928/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.40> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp0e635wnd /root/.ansible/tmp/ansible-tmp-1736579870.7619417-10976-257991581226529/AnsiballZ_systemd.py\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579870.7619417-10976-257991581226529/ /root/.ansible/tmp/ansible-tmp-1736579870.7619417-10976-257991581226529/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.41.127> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmph7rqst1_ /root/.ansible/tmp/ansible-tmp-1736579870.787557-10979-254107658474164/AnsiballZ_systemd.py\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579870.787557-10979-254107658474164/ /root/.ansible/tmp/ansible-tmp-1736579870.787557-10979-254107658474164/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> (0, b'', b'') <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 -tt 10.31.43.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579870.781104-10977-280685196261928/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e -tt 10.31.40.40 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579870.7619417-10976-257991581226529/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab -tt 10.31.41.127 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579870.787557-10979-254107658474164/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.43.125> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2025-01-11 02:17:18 EST", "ExecMainStartTimestampMonotonic": "274134549", "ExecMainExitTimestamp": "Sat 2025-01-11 02:17:36 EST", "ExecMainExitTimestampMonotonic": "292977165", "ExecMainPID": "20415", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:18 EST] ; stop_time=[Sat 2025-01-11 02:17:36 EST] ; pid=20415 ; code=exited ; status=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 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:18 EST] ; stop_time=[Sat 2025-01-11 02:17:18 EST] ; pid=20406 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "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", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target network.target basic.target system.slice network-online.target systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2025-01-11 02:17:36 EST", "StateChangeTimestampMonotonic": "292977539", "InactiveExitTimestamp": "Sat 2025-01-11 02:17:18 EST", "InactiveExitTimestampMonotonic": "274134582", "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:36 EST", "ActiveEnterTimestampMonotonic": "292977539", "ActiveExitTimestamp": "Sat 2025-01-11 02:17:18 EST", "ActiveExitTimestampMonotonic": "274110695", "InactiveEnterTimestamp": "Sat 2025-01-11 02:17:18 EST", "InactiveEnterTimestampMonotonic": "274132799", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2025-01-11 02:17:18 EST", "ConditionTimestampMonotonic": "274133612", "AssertTimestamp": "Sat 2025-01-11 02:17:18 EST", "AssertTimestampMonotonic": "274133635", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "21925f364c0544f6b81ff226111d1ca1", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "no_block": false, "state": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.43.125 closed.\r\n') <10.31.40.40> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2025-01-11 02:17:02 EST", "ExecMainStartTimestampMonotonic": "312878203", "ExecMainExitTimestamp": "Sat 2025-01-11 02:17:21 EST", "ExecMainExitTimestampMonotonic": "332003811", "ExecMainPID": "16455", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:02 EST] ; stop_time=[Sat 2025-01-11 02:17:21 EST] ; pid=16455 ; code=exited ; status=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 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:02 EST] ; stop_time=[Sat 2025-01-11 02:17:02 EST] ; pid=16446 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "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", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "network.target network-online.target basic.target remote-fs.target system.slice systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2025-01-11 02:17:21 EST", "StateChangeTimestampMonotonic": "332004211", "InactiveExitTimestamp": "Sat 2025-01-11 02:17:02 EST", "InactiveExitTimestampMonotonic": "312878236", "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:21 EST", "ActiveEnterTimestampMonotonic": "332004211", "ActiveExitTimestamp": "Sat 2025-01-11 02:17:02 EST", "ActiveExitTimestampMonotonic": "312853495", "InactiveEnterTimestamp": "Sat 2025-01-11 02:17:02 EST", "InactiveEnterTimestampMonotonic": "312876401", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2025-01-11 02:17:02 EST", "ConditionTimestampMonotonic": "312877232", "AssertTimestamp": "Sat 2025-01-11 02:17:02 EST", "AssertTimestampMonotonic": "312877257", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "90e82bf5a57a46fca06196e492615d3a", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "no_block": false, "state": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.40.40 closed.\r\n') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579870.781104-10977-280685196261928/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579870.7619417-10976-257991581226529/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.127> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2025-01-11 02:17:23 EST", "ExecMainStartTimestampMonotonic": "267023752", "ExecMainExitTimestamp": "Sat 2025-01-11 02:17:42 EST", "ExecMainExitTimestampMonotonic": "286042082", "ExecMainPID": "16747", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:23 EST] ; stop_time=[Sat 2025-01-11 02:17:42 EST] ; pid=16747 ; code=exited ; status=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 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:23 EST] ; stop_time=[Sat 2025-01-11 02:17:23 EST] ; pid=16738 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "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", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "system.slice basic.target systemd-journald.socket remote-fs.target network-online.target network.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2025-01-11 02:17:42 EST", "StateChangeTimestampMonotonic": "286042555", "InactiveExitTimestamp": "Sat 2025-01-11 02:17:23 EST", "InactiveExitTimestampMonotonic": "267023793", "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:42 EST", "ActiveEnterTimestampMonotonic": "286042555", "ActiveExitTimestamp": "Sat 2025-01-11 02:17:23 EST", "ActiveExitTimestampMonotonic": "266998690", "InactiveEnterTimestamp": "Sat 2025-01-11 02:17:23 EST", "InactiveEnterTimestampMonotonic": "267021874", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2025-01-11 02:17:23 EST", "ConditionTimestampMonotonic": "267022726", "AssertTimestamp": "Sat 2025-01-11 02:17:23 EST", "AssertTimestampMonotonic": "267022752", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "d0103ac55203457bbb713fa07c50eee5", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "no_block": false, "state": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.41.127 closed.\r\n') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579870.787557-10979-254107658474164/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') <10.31.40.40> (0, b'', b'') ok: [managed-node2] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": null, "user": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:36 EST", "ActiveEnterTimestampMonotonic": "292977539", "ActiveExitTimestamp": "Sat 2025-01-11 02:17:18 EST", "ActiveExitTimestampMonotonic": "274110695", "ActiveState": "active", "After": "remote-fs.target network.target basic.target system.slice network-online.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-11 02:17:18 EST", "AssertTimestampMonotonic": "274133635", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2025-01-11 02:17:18 EST", "ConditionTimestampMonotonic": "274133612", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2025-01-11 02:17:36 EST", "ExecMainExitTimestampMonotonic": "292977165", "ExecMainPID": "20415", "ExecMainStartTimestamp": "Sat 2025-01-11 02:17:18 EST", "ExecMainStartTimestampMonotonic": "274134549", "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 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:18 EST] ; stop_time=[Sat 2025-01-11 02:17:36 EST] ; pid=20415 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:18 EST] ; stop_time=[Sat 2025-01-11 02:17:18 EST] ; pid=20406 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2025-01-11 02:17:18 EST", "InactiveEnterTimestampMonotonic": "274132799", "InactiveExitTimestamp": "Sat 2025-01-11 02:17:18 EST", "InactiveExitTimestampMonotonic": "274134582", "InvocationID": "21925f364c0544f6b81ff226111d1ca1", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2025-01-11 02:17:36 EST", "StateChangeTimestampMonotonic": "292977539", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } ok: [managed-node1] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": null, "user": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:21 EST", "ActiveEnterTimestampMonotonic": "332004211", "ActiveExitTimestamp": "Sat 2025-01-11 02:17:02 EST", "ActiveExitTimestampMonotonic": "312853495", "ActiveState": "active", "After": "network.target network-online.target basic.target remote-fs.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-11 02:17:02 EST", "AssertTimestampMonotonic": "312877257", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2025-01-11 02:17:02 EST", "ConditionTimestampMonotonic": "312877232", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2025-01-11 02:17:21 EST", "ExecMainExitTimestampMonotonic": "332003811", "ExecMainPID": "16455", "ExecMainStartTimestamp": "Sat 2025-01-11 02:17:02 EST", "ExecMainStartTimestampMonotonic": "312878203", "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 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:02 EST] ; stop_time=[Sat 2025-01-11 02:17:21 EST] ; pid=16455 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:02 EST] ; stop_time=[Sat 2025-01-11 02:17:02 EST] ; pid=16446 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2025-01-11 02:17:02 EST", "InactiveEnterTimestampMonotonic": "312876401", "InactiveExitTimestamp": "Sat 2025-01-11 02:17:02 EST", "InactiveExitTimestampMonotonic": "312878236", "InvocationID": "90e82bf5a57a46fca06196e492615d3a", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2025-01-11 02:17:21 EST", "StateChangeTimestampMonotonic": "332004211", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } <10.31.41.127> (0, b'', b'') ok: [managed-node3] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": null, "user": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:42 EST", "ActiveEnterTimestampMonotonic": "286042555", "ActiveExitTimestamp": "Sat 2025-01-11 02:17:23 EST", "ActiveExitTimestampMonotonic": "266998690", "ActiveState": "active", "After": "system.slice basic.target systemd-journald.socket remote-fs.target network-online.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-11 02:17:23 EST", "AssertTimestampMonotonic": "267022752", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2025-01-11 02:17:23 EST", "ConditionTimestampMonotonic": "267022726", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2025-01-11 02:17:42 EST", "ExecMainExitTimestampMonotonic": "286042082", "ExecMainPID": "16747", "ExecMainStartTimestamp": "Sat 2025-01-11 02:17:23 EST", "ExecMainStartTimestampMonotonic": "267023752", "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 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:23 EST] ; stop_time=[Sat 2025-01-11 02:17:42 EST] ; pid=16747 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:23 EST] ; stop_time=[Sat 2025-01-11 02:17:23 EST] ; pid=16738 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2025-01-11 02:17:23 EST", "InactiveEnterTimestampMonotonic": "267021874", "InactiveExitTimestamp": "Sat 2025-01-11 02:17:23 EST", "InactiveExitTimestampMonotonic": "267023793", "InvocationID": "d0103ac55203457bbb713fa07c50eee5", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2025-01-11 02:17:42 EST", "StateChangeTimestampMonotonic": "286042555", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.kdump : Include SSH tasks] ********************* task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 11 January 2025 02:17:51 -0500 (0:00:00.772) 0:00:07.988 ****** included: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml for managed-node1, managed-node2, managed-node3 TASK [fedora.linux_system_roles.kdump : Create key if it does not exist] ******* task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 11 January 2025 02:17:51 -0500 (0:00:00.106) 0:00:08.095 ****** <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.40> (0, b'/root\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579871.6494133-11089-190243483680983 `" && echo ansible-tmp-1736579871.6494133-11089-190243483680983="` echo /root/.ansible/tmp/ansible-tmp-1736579871.6494133-11089-190243483680983 `" ) && sleep 0'"'"'' <10.31.43.125> (0, b'/root\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579871.6597753-11090-155440711701509 `" && echo ansible-tmp-1736579871.6597753-11090-155440711701509="` echo /root/.ansible/tmp/ansible-tmp-1736579871.6597753-11090-155440711701509 `" ) && sleep 0'"'"'' <10.31.41.127> (0, b'/root\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579871.6623871-11092-16234229377187 `" && echo ansible-tmp-1736579871.6623871-11092-16234229377187="` echo /root/.ansible/tmp/ansible-tmp-1736579871.6623871-11092-16234229377187 `" ) && sleep 0'"'"'' <10.31.40.40> (0, b'ansible-tmp-1736579871.6494133-11089-190243483680983=/root/.ansible/tmp/ansible-tmp-1736579871.6494133-11089-190243483680983\n', b'') <10.31.43.125> (0, b'ansible-tmp-1736579871.6597753-11090-155440711701509=/root/.ansible/tmp/ansible-tmp-1736579871.6597753-11090-155440711701509\n', b'') <10.31.41.127> (0, b'ansible-tmp-1736579871.6623871-11092-16234229377187=/root/.ansible/tmp/ansible-tmp-1736579871.6623871-11092-16234229377187\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py <10.31.40.40> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp61_0evqx TO /root/.ansible/tmp/ansible-tmp-1736579871.6494133-11089-190243483680983/AnsiballZ_command.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py <10.31.43.125> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp5kw0znc6 TO /root/.ansible/tmp/ansible-tmp-1736579871.6597753-11090-155440711701509/AnsiballZ_command.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py <10.31.41.127> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp2d9dy8zv TO /root/.ansible/tmp/ansible-tmp-1736579871.6623871-11092-16234229377187/AnsiballZ_command.py <10.31.43.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a8be1eb791 '[10.31.43.125]' <10.31.41.127> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/c64ecc14ab '[10.31.41.127]' <10.31.40.40> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/108384276e '[10.31.40.40]' <10.31.43.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp5kw0znc6 /root/.ansible/tmp/ansible-tmp-1736579871.6597753-11090-155440711701509/AnsiballZ_command.py\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579871.6597753-11090-155440711701509/ /root/.ansible/tmp/ansible-tmp-1736579871.6597753-11090-155440711701509/AnsiballZ_command.py && sleep 0'"'"'' <10.31.41.127> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp2d9dy8zv /root/.ansible/tmp/ansible-tmp-1736579871.6623871-11092-16234229377187/AnsiballZ_command.py\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579871.6623871-11092-16234229377187/ /root/.ansible/tmp/ansible-tmp-1736579871.6623871-11092-16234229377187/AnsiballZ_command.py && sleep 0'"'"'' <10.31.40.40> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp61_0evqx /root/.ansible/tmp/ansible-tmp-1736579871.6494133-11089-190243483680983/AnsiballZ_command.py\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579871.6494133-11089-190243483680983/ /root/.ansible/tmp/ansible-tmp-1736579871.6494133-11089-190243483680983/AnsiballZ_command.py && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab -tt 10.31.41.127 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579871.6623871-11092-16234229377187/AnsiballZ_command.py && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 -tt 10.31.43.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579871.6597753-11090-155440711701509/AnsiballZ_command.py && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e -tt 10.31.40.40 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579871.6494133-11089-190243483680983/AnsiballZ_command.py && sleep 0'"'"'' <10.31.41.127> (0, b'\r\n{"cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "changed": false, "rc": 0, "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "warn": true, "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to 10.31.41.127 closed.\r\n') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579871.6623871-11092-16234229377187/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.125> (0, b'\r\n{"cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "changed": false, "rc": 0, "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "warn": true, "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to 10.31.43.125 closed.\r\n') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579871.6597753-11090-155440711701509/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.40> (0, b'\r\n{"cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "changed": false, "rc": 0, "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "warn": true, "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to 10.31.40.40 closed.\r\n') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579871.6494133-11089-190243483680983/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') <10.31.43.125> (0, b'', b'') ok: [managed-node3] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true } }, "rc": 0 } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists <10.31.40.40> (0, b'', b'') ok: [managed-node2] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true } }, "rc": 0 } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists ok: [managed-node1] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true } }, "rc": 0 } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 11 January 2025 02:17:52 -0500 (0:00:00.497) 0:00:08.593 ****** <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.40> (0, b'/root\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579872.1461663-11116-99985628007331 `" && echo ansible-tmp-1736579872.1461663-11116-99985628007331="` echo /root/.ansible/tmp/ansible-tmp-1736579872.1461663-11116-99985628007331 `" ) && sleep 0'"'"'' <10.31.43.125> (0, b'/root\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579872.156464-11117-257606228910030 `" && echo ansible-tmp-1736579872.156464-11117-257606228910030="` echo /root/.ansible/tmp/ansible-tmp-1736579872.156464-11117-257606228910030 `" ) && sleep 0'"'"'' <10.31.41.127> (0, b'/root\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579872.1611025-11119-64464000103086 `" && echo ansible-tmp-1736579872.1611025-11119-64464000103086="` echo /root/.ansible/tmp/ansible-tmp-1736579872.1611025-11119-64464000103086 `" ) && sleep 0'"'"'' <10.31.40.40> (0, b'ansible-tmp-1736579872.1461663-11116-99985628007331=/root/.ansible/tmp/ansible-tmp-1736579872.1461663-11116-99985628007331\n', b'') <10.31.43.125> (0, b'ansible-tmp-1736579872.156464-11117-257606228910030=/root/.ansible/tmp/ansible-tmp-1736579872.156464-11117-257606228910030\n', b'') <10.31.41.127> (0, b'ansible-tmp-1736579872.1611025-11119-64464000103086=/root/.ansible/tmp/ansible-tmp-1736579872.1611025-11119-64464000103086\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.40.40> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpo7p9qqxm TO /root/.ansible/tmp/ansible-tmp-1736579872.1461663-11116-99985628007331/AnsiballZ_slurp.py <10.31.43.125> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpfjqr3z7b TO /root/.ansible/tmp/ansible-tmp-1736579872.156464-11117-257606228910030/AnsiballZ_slurp.py <10.31.40.40> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/108384276e '[10.31.40.40]' <10.31.43.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a8be1eb791 '[10.31.43.125]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.41.127> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmph1ur6tey TO /root/.ansible/tmp/ansible-tmp-1736579872.1611025-11119-64464000103086/AnsiballZ_slurp.py <10.31.41.127> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/c64ecc14ab '[10.31.41.127]' <10.31.40.40> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpo7p9qqxm /root/.ansible/tmp/ansible-tmp-1736579872.1461663-11116-99985628007331/AnsiballZ_slurp.py\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579872.1461663-11116-99985628007331/ /root/.ansible/tmp/ansible-tmp-1736579872.1461663-11116-99985628007331/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.127> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmph1ur6tey /root/.ansible/tmp/ansible-tmp-1736579872.1611025-11119-64464000103086/AnsiballZ_slurp.py\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579872.1611025-11119-64464000103086/ /root/.ansible/tmp/ansible-tmp-1736579872.1611025-11119-64464000103086/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.43.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpfjqr3z7b /root/.ansible/tmp/ansible-tmp-1736579872.156464-11117-257606228910030/AnsiballZ_slurp.py\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579872.156464-11117-257606228910030/ /root/.ansible/tmp/ansible-tmp-1736579872.156464-11117-257606228910030/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e -tt 10.31.40.40 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579872.1461663-11116-99985628007331/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab -tt 10.31.41.127 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579872.1611025-11119-64464000103086/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 -tt 10.31.43.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579872.156464-11117-257606228910030/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.40> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FERHFueUZIblRVZUkyU3RWc3dpSEdvS0NaaEtiWkozdTdGQVM0bmh4d1lrSFcwbm5UeDhYdk5PVndGQ1IraDhtMW8rR3hGMkQ2bVh6ZEtPMGMrVUxiaFJuNU9RRFhqb05NYjBWS2d6RnlobGt3VjBtbUVNcHpTV0V2Q0ttYktsRnhzWVhmYkVUeUd0WWxIVlZETFFPMmZMWWplb1lWOXdZRmw1N2ZWNHRaVWtNc3pxN2xiK0ZkQ2FzWGczL3lRQUYvS1J1QWIvdzZiNlRmYkYzMFpHWEpOeGRpMDF5Um9jdkQ1d09lY3c0bjVQNWpRY1l6MmdWenFUUzFoUTZ6TnlDR3JRb2I3a3JET1A3ZHVwa0IzY3d3KzZURThPanhwdmhGMWlzMzB2RHNLeTNWSnFIbGNuaS9VVGVOd1ZJUzJoaUk4MXZhZFM1Y1hlNklFckJMZnZpdnRybFozWUV6cjZmcGdFZkxCUW41QkU3d2IxVlYycUlvczF3N0dKckliYWVIK3FrNW5qa25MU01MWFhGaWFVYmRqUms4Ylo3U3NGaGdoQi8wWHZVRExTOGlicWR5cWU1NXdPMDU0SXFBc01iVVpET2JuL0VRSFRnaW9zU2tqODExK0wySVdhQ2diTWFqT1BsUHY5Z0x1NFVLQlBQblNJYzZDODNtYWZobW0yRkU9IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}}\r\n', b'Shared connection to 10.31.40.40 closed.\r\n') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579872.1461663-11116-99985628007331/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.127> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEWTBjRHBOVHRrMW5nMXNGeThHakdhMEdDSkhBZmFwb2pvYVdLQXgvZkIvRlBvMzBiTGNpTUVjYTdDYzNXZFRWKzJsRlY5ejZSYWYreUFEVElCUUQ0MFFCc1lQQ3dydGZCMWo3K29kc3R2U2lpVVUycDNOYTFUU3ZtbC9Sa2ZWUkhSWGtGWlhnS2crOU9iTndibWo5UUpmSjNZT2tjMU00cHRUajVzWU5uK01nNWpPamFSdVZtZEVFcnF5Ym11amtUVWVEckM1M0dueEY0NUZTMkNSY1hjbkNFaUNDVTNTR2dVeXc4cUwzd01ZcGd4Y0ViWmpRK2lJck80QnNrQTVhNDh6RjJweURvYk9YRENEWFFzaDhhRzlPSER5Tkh2YmVjZ0NzWlI2eUZpejZtL3M5ZmtDd3FVSjR3cDZlM1B1L3Jvd08zQkIweG83UGM4RHlaTnFKNWtTQVk3Ykl0c2FteFliM01tZW5xRGtyY0JNY2tNSWxROEo2M3NaeG9GT2dpNUQ3R1RMN21BZkFLYStFOHdBU0NGT3U1ZnFhdG95RXRFcG9RemdUUnlNV3Z6dm9ZM2VCQlI5Q2MrR2xBWExuaXdMT1hveTlWTUNTaGRSUXJRcDRITmYySlA3aS9GVG9Yb3dJU2JjRGJVZXNBTVU4cFA1OElocVZIUVBTSGFZWEU9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}}\r\n', b'Shared connection to 10.31.41.127 closed.\r\n') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579872.1611025-11119-64464000103086/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.125> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEbVk2aFFXcVBIaXlCdWxSQU1JeXo3Y0NZY0ZvZDJFaVN5SXZodllHSnJDd0Q3UzNOWWhGVnNsaUJvbkFySk16ZktJOUhGQjFUS0ZUYy9QajlPZmpMb1VVWjBQTUVnOWg1QjdxdmFSbFBSNXVrMHhab3RSdGZWcnBmU2FXdkl5dE9FNnJBNzY1bkN4NmU0aWZwenhVZUVBVERGLzdTWVQ4eE9ySklnUG9FRkI1bFR4OWZhT1JpVUZ6UEZTbnRuUE9Rc01mRHlzUFBUNG1XOWthRDFCelU5SklvTSthV0h3emtOclA3UThadGc5eEphOXBrUW42bUdKZTV5MWVJSUIzTlNJcDVHWWJYQzE3a0k1WUszd1dLQ2hXZTBQeXR5cDFmZ2FWM2h4VFBsYUxKSm40a3JvbWJ5cmZYMzVraktrNGhlY1BpZFNuSzZjMTdwMWdvQlJBSzUxbWk0clpydmN0Zm9lZ3RLL01nMWJIajVwVlgycTNNM0N2MEEyWlRqUHkrNXFuR3Y2SEdaSlB5STJjeUVUN255a0xURDZNWmxQR25VN1gwWDJMdzJ5TlB1SU4zdDNaNmk5VnMyaDBCY00wOWRvREJVNGtnZEhDa3YzME1mTEpZb1JXWFM4QzQrd0FLcSt3eTF3SkNybnZjd2pnVWY1WFhSdzFlc1htWHgxcDg9IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}}\r\n', b'Shared connection to 10.31.43.125 closed.\r\n') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579872.156464-11117-257606228910030/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') <10.31.40.40> (0, b'', b'') ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEWTBjRHBOVHRrMW5nMXNGeThHakdhMEdDSkhBZmFwb2pvYVdLQXgvZkIvRlBvMzBiTGNpTUVjYTdDYzNXZFRWKzJsRlY5ejZSYWYreUFEVElCUUQ0MFFCc1lQQ3dydGZCMWo3K29kc3R2U2lpVVUycDNOYTFUU3ZtbC9Sa2ZWUkhSWGtGWlhnS2crOU9iTndibWo5UUpmSjNZT2tjMU00cHRUajVzWU5uK01nNWpPamFSdVZtZEVFcnF5Ym11amtUVWVEckM1M0dueEY0NUZTMkNSY1hjbkNFaUNDVTNTR2dVeXc4cUwzd01ZcGd4Y0ViWmpRK2lJck80QnNrQTVhNDh6RjJweURvYk9YRENEWFFzaDhhRzlPSER5Tkh2YmVjZ0NzWlI2eUZpejZtL3M5ZmtDd3FVSjR3cDZlM1B1L3Jvd08zQkIweG83UGM4RHlaTnFKNWtTQVk3Ykl0c2FteFliM01tZW5xRGtyY0JNY2tNSWxROEo2M3NaeG9GT2dpNUQ3R1RMN21BZkFLYStFOHdBU0NGT3U1ZnFhdG95RXRFcG9RemdUUnlNV3Z6dm9ZM2VCQlI5Q2MrR2xBWExuaXdMT1hveTlWTUNTaGRSUXJRcDRITmYySlA3aS9GVG9Yb3dJU2JjRGJVZXNBTVU4cFA1OElocVZIUVBTSGFZWEU9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } ok: [managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FERHFueUZIblRVZUkyU3RWc3dpSEdvS0NaaEtiWkozdTdGQVM0bmh4d1lrSFcwbm5UeDhYdk5PVndGQ1IraDhtMW8rR3hGMkQ2bVh6ZEtPMGMrVUxiaFJuNU9RRFhqb05NYjBWS2d6RnlobGt3VjBtbUVNcHpTV0V2Q0ttYktsRnhzWVhmYkVUeUd0WWxIVlZETFFPMmZMWWplb1lWOXdZRmw1N2ZWNHRaVWtNc3pxN2xiK0ZkQ2FzWGczL3lRQUYvS1J1QWIvdzZiNlRmYkYzMFpHWEpOeGRpMDF5Um9jdkQ1d09lY3c0bjVQNWpRY1l6MmdWenFUUzFoUTZ6TnlDR3JRb2I3a3JET1A3ZHVwa0IzY3d3KzZURThPanhwdmhGMWlzMzB2RHNLeTNWSnFIbGNuaS9VVGVOd1ZJUzJoaUk4MXZhZFM1Y1hlNklFckJMZnZpdnRybFozWUV6cjZmcGdFZkxCUW41QkU3d2IxVlYycUlvczF3N0dKckliYWVIK3FrNW5qa25MU01MWFhGaWFVYmRqUms4Ylo3U3NGaGdoQi8wWHZVRExTOGlicWR5cWU1NXdPMDU0SXFBc01iVVpET2JuL0VRSFRnaW9zU2tqODExK0wySVdhQ2diTWFqT1BsUHY5Z0x1NFVLQlBQblNJYzZDODNtYWZobW0yRkU9IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } <10.31.43.125> (0, b'', b'') ok: [managed-node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEbVk2aFFXcVBIaXlCdWxSQU1JeXo3Y0NZY0ZvZDJFaVN5SXZodllHSnJDd0Q3UzNOWWhGVnNsaUJvbkFySk16ZktJOUhGQjFUS0ZUYy9QajlPZmpMb1VVWjBQTUVnOWg1QjdxdmFSbFBSNXVrMHhab3RSdGZWcnBmU2FXdkl5dE9FNnJBNzY1bkN4NmU0aWZwenhVZUVBVERGLzdTWVQ4eE9ySklnUG9FRkI1bFR4OWZhT1JpVUZ6UEZTbnRuUE9Rc01mRHlzUFBUNG1XOWthRDFCelU5SklvTSthV0h3emtOclA3UThadGc5eEphOXBrUW42bUdKZTV5MWVJSUIzTlNJcDVHWWJYQzE3a0k1WUszd1dLQ2hXZTBQeXR5cDFmZ2FWM2h4VFBsYUxKSm40a3JvbWJ5cmZYMzVraktrNGhlY1BpZFNuSzZjMTdwMWdvQlJBSzUxbWk0clpydmN0Zm9lZ3RLL01nMWJIajVwVlgycTNNM0N2MEEyWlRqUHkrNXFuR3Y2SEdaSlB5STJjeUVUN255a0xURDZNWmxQR25VN1gwWDJMdzJ5TlB1SU4zdDNaNmk5VnMyaDBCY00wOWRvREJVNGtnZEhDa3YzME1mTEpZb1JXWFM4QzQrd0FLcSt3eTF3SkNybnZjd2pnVWY1WFhSdzFlc1htWHgxcDg9IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 11 January 2025 02:17:52 -0500 (0:00:00.471) 0:00:09.064 ****** <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.40> (0, b'/root\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579872.6411715-11146-183452482385148 `" && echo ansible-tmp-1736579872.6411715-11146-183452482385148="` echo /root/.ansible/tmp/ansible-tmp-1736579872.6411715-11146-183452482385148 `" ) && sleep 0'"'"'' <10.31.43.125> (0, b'/root\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579872.6550858-11147-82201076017576 `" && echo ansible-tmp-1736579872.6550858-11147-82201076017576="` echo /root/.ansible/tmp/ansible-tmp-1736579872.6550858-11147-82201076017576 `" ) && sleep 0'"'"'' <10.31.41.127> (0, b'/root\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579872.6647127-11149-265687052957712 `" && echo ansible-tmp-1736579872.6647127-11149-265687052957712="` echo /root/.ansible/tmp/ansible-tmp-1736579872.6647127-11149-265687052957712 `" ) && sleep 0'"'"'' <10.31.40.40> (0, b'ansible-tmp-1736579872.6411715-11146-183452482385148=/root/.ansible/tmp/ansible-tmp-1736579872.6411715-11146-183452482385148\n', b'') <10.31.43.125> (0, b'ansible-tmp-1736579872.6550858-11147-82201076017576=/root/.ansible/tmp/ansible-tmp-1736579872.6550858-11147-82201076017576\n', b'') <10.31.41.127> (0, b'ansible-tmp-1736579872.6647127-11149-265687052957712=/root/.ansible/tmp/ansible-tmp-1736579872.6647127-11149-265687052957712\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py <10.31.40.40> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmptqca6mm9 TO /root/.ansible/tmp/ansible-tmp-1736579872.6411715-11146-183452482385148/AnsiballZ_user.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py <10.31.43.125> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp61t_oub1 TO /root/.ansible/tmp/ansible-tmp-1736579872.6550858-11147-82201076017576/AnsiballZ_user.py <10.31.40.40> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/108384276e '[10.31.40.40]' <10.31.43.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a8be1eb791 '[10.31.43.125]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py <10.31.41.127> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmprh9d3u3p TO /root/.ansible/tmp/ansible-tmp-1736579872.6647127-11149-265687052957712/AnsiballZ_user.py <10.31.41.127> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/c64ecc14ab '[10.31.41.127]' <10.31.41.127> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmprh9d3u3p /root/.ansible/tmp/ansible-tmp-1736579872.6647127-11149-265687052957712/AnsiballZ_user.py\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579872.6647127-11149-265687052957712/ /root/.ansible/tmp/ansible-tmp-1736579872.6647127-11149-265687052957712/AnsiballZ_user.py && sleep 0'"'"'' <10.31.40.40> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmptqca6mm9 /root/.ansible/tmp/ansible-tmp-1736579872.6411715-11146-183452482385148/AnsiballZ_user.py\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579872.6411715-11146-183452482385148/ /root/.ansible/tmp/ansible-tmp-1736579872.6411715-11146-183452482385148/AnsiballZ_user.py && sleep 0'"'"'' <10.31.43.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp61t_oub1 /root/.ansible/tmp/ansible-tmp-1736579872.6550858-11147-82201076017576/AnsiballZ_user.py\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579872.6550858-11147-82201076017576/ /root/.ansible/tmp/ansible-tmp-1736579872.6550858-11147-82201076017576/AnsiballZ_user.py && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab -tt 10.31.41.127 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579872.6647127-11149-265687052957712/AnsiballZ_user.py && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> (0, b'', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e -tt 10.31.40.40 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579872.6411715-11146-183452482385148/AnsiballZ_user.py && sleep 0'"'"'' <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 -tt 10.31.43.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579872.6550858-11147-82201076017576/AnsiballZ_user.py && sleep 0'"'"'' <10.31.41.127> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"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-node3", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null}}}\r\n', b'Shared connection to 10.31.41.127 closed.\r\n') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579872.6647127-11149-265687052957712/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.125> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"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-node2", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null}}}\r\n', b'Shared connection to 10.31.43.125 closed.\r\n') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579872.6550858-11147-82201076017576/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.40> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"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": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null}}}\r\n', b'Shared connection to 10.31.40.40 closed.\r\n') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579872.6411715-11146-183452482385148/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') <10.31.41.127> (0, b'', b'') ok: [managed-node2 -> managed-node2] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on managed-node2", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } <10.31.40.40> (0, b'', b'') ok: [managed-node3 -> managed-node3] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on managed-node3", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } ok: [managed-node1 -> managed-node1] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on managed-node1", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "update_password": "always" } }, "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-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 11 January 2025 02:17:53 -0500 (0:00:00.604) 0:00:09.669 ****** <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.40> (0, b'/root\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579873.2342799-11173-139235473877513 `" && echo ansible-tmp-1736579873.2342799-11173-139235473877513="` echo /root/.ansible/tmp/ansible-tmp-1736579873.2342799-11173-139235473877513 `" ) && sleep 0'"'"'' <10.31.43.125> (0, b'/root\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579873.2405-11175-240221023111495 `" && echo ansible-tmp-1736579873.2405-11175-240221023111495="` echo /root/.ansible/tmp/ansible-tmp-1736579873.2405-11175-240221023111495 `" ) && sleep 0'"'"'' <10.31.41.127> (0, b'/root\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579873.2550359-11177-178859897448462 `" && echo ansible-tmp-1736579873.2550359-11177-178859897448462="` echo /root/.ansible/tmp/ansible-tmp-1736579873.2550359-11177-178859897448462 `" ) && sleep 0'"'"'' <10.31.40.40> (0, b'ansible-tmp-1736579873.2342799-11173-139235473877513=/root/.ansible/tmp/ansible-tmp-1736579873.2342799-11173-139235473877513\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.40.40> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpnggx93n4 TO /root/.ansible/tmp/ansible-tmp-1736579873.2342799-11173-139235473877513/AnsiballZ_stat.py <10.31.40.40> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/108384276e '[10.31.40.40]' <10.31.43.125> (0, b'ansible-tmp-1736579873.2405-11175-240221023111495=/root/.ansible/tmp/ansible-tmp-1736579873.2405-11175-240221023111495\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.43.125> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp5c8kod8c TO /root/.ansible/tmp/ansible-tmp-1736579873.2405-11175-240221023111495/AnsiballZ_stat.py <10.31.43.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a8be1eb791 '[10.31.43.125]' <10.31.41.127> (0, b'ansible-tmp-1736579873.2550359-11177-178859897448462=/root/.ansible/tmp/ansible-tmp-1736579873.2550359-11177-178859897448462\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.41.127> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpy0xq5_w6 TO /root/.ansible/tmp/ansible-tmp-1736579873.2550359-11177-178859897448462/AnsiballZ_stat.py <10.31.41.127> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/c64ecc14ab '[10.31.41.127]' <10.31.40.40> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpnggx93n4 /root/.ansible/tmp/ansible-tmp-1736579873.2342799-11173-139235473877513/AnsiballZ_stat.py\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579873.2342799-11173-139235473877513/ /root/.ansible/tmp/ansible-tmp-1736579873.2342799-11173-139235473877513/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp5c8kod8c /root/.ansible/tmp/ansible-tmp-1736579873.2405-11175-240221023111495/AnsiballZ_stat.py\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579873.2405-11175-240221023111495/ /root/.ansible/tmp/ansible-tmp-1736579873.2405-11175-240221023111495/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.127> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpy0xq5_w6 /root/.ansible/tmp/ansible-tmp-1736579873.2550359-11177-178859897448462/AnsiballZ_stat.py\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579873.2550359-11177-178859897448462/ /root/.ansible/tmp/ansible-tmp-1736579873.2550359-11177-178859897448462/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e -tt 10.31.40.40 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579873.2342799-11173-139235473877513/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 -tt 10.31.43.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579873.2405-11175-240221023111495/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab -tt 10.31.41.127 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579873.2550359-11177-178859897448462/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.40> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh", "mode": "0700", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 101, "inode": 6856319, "dev": 51713, "nlink": 2, "atime": 1736579522.8006501, "mtime": 1736579817.8223221, "ctime": 1736579817.8223221, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1339598710", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.40.40 closed.\r\n') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579873.2342799-11173-139235473877513/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.125> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh", "mode": "0700", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 101, "inode": 6856319, "dev": 51713, "nlink": 2, "atime": 1736579612.2060864, "mtime": 1736579832.106485, "ctime": 1736579832.106485, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1339598710", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.43.125 closed.\r\n') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579873.2405-11175-240221023111495/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.127> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh", "mode": "0700", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 101, "inode": 6856319, "dev": 51713, "nlink": 2, "atime": 1736579614.048501, "mtime": 1736579839.2594914, "ctime": 1736579839.2594914, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1339598710", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.41.127 closed.\r\n') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579873.2550359-11177-178859897448462/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') ok: [managed-node1 -> managed-node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1736579522.8006501, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1736579817.8223221, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6856319, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1736579817.8223221, "nlink": 2, "path": "/root/.ssh", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 101, "uid": 0, "version": "1339598710", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } <10.31.43.125> (0, b'', b'') ok: [managed-node2 -> managed-node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1736579612.2060864, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1736579832.106485, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6856319, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1736579832.106485, "nlink": 2, "path": "/root/.ssh", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 101, "uid": 0, "version": "1339598710", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } <10.31.41.127> (0, b'', b'') ok: [managed-node3 -> managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1736579614.048501, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1736579839.2594914, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6856319, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1736579839.2594914, "nlink": 2, "path": "/root/.ssh", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 101, "uid": 0, "version": "1339598710", "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-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 11 January 2025 02:17:53 -0500 (0:00:00.413) 0:00:10.082 ****** <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.125> (0, b'/root\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> (0, b'/root\n', b'') <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579873.6573353-11205-227774871612606 `" && echo ansible-tmp-1736579873.6573353-11205-227774871612606="` echo /root/.ansible/tmp/ansible-tmp-1736579873.6573353-11205-227774871612606 `" ) && sleep 0'"'"'' <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579873.6581101-11203-163136001293937 `" && echo ansible-tmp-1736579873.6581101-11203-163136001293937="` echo /root/.ansible/tmp/ansible-tmp-1736579873.6581101-11203-163136001293937 `" ) && sleep 0'"'"'' <10.31.41.127> (0, b'/root\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579873.667862-11207-19457910610969 `" && echo ansible-tmp-1736579873.667862-11207-19457910610969="` echo /root/.ansible/tmp/ansible-tmp-1736579873.667862-11207-19457910610969 `" ) && sleep 0'"'"'' <10.31.43.125> (0, b'ansible-tmp-1736579873.6573353-11205-227774871612606=/root/.ansible/tmp/ansible-tmp-1736579873.6573353-11205-227774871612606\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.43.125> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp1_d_ux1g TO /root/.ansible/tmp/ansible-tmp-1736579873.6573353-11205-227774871612606/AnsiballZ_stat.py <10.31.43.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a8be1eb791 '[10.31.43.125]' <10.31.40.40> (0, b'ansible-tmp-1736579873.6581101-11203-163136001293937=/root/.ansible/tmp/ansible-tmp-1736579873.6581101-11203-163136001293937\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.40.40> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpz9vfrc4w TO /root/.ansible/tmp/ansible-tmp-1736579873.6581101-11203-163136001293937/AnsiballZ_stat.py <10.31.40.40> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/108384276e '[10.31.40.40]' <10.31.41.127> (0, b'ansible-tmp-1736579873.667862-11207-19457910610969=/root/.ansible/tmp/ansible-tmp-1736579873.667862-11207-19457910610969\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.41.127> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpgtdz0vde TO /root/.ansible/tmp/ansible-tmp-1736579873.667862-11207-19457910610969/AnsiballZ_stat.py <10.31.41.127> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/c64ecc14ab '[10.31.41.127]' <10.31.40.40> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpz9vfrc4w /root/.ansible/tmp/ansible-tmp-1736579873.6581101-11203-163136001293937/AnsiballZ_stat.py\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp1_d_ux1g /root/.ansible/tmp/ansible-tmp-1736579873.6573353-11205-227774871612606/AnsiballZ_stat.py\n', b'') <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579873.6581101-11203-163136001293937/ /root/.ansible/tmp/ansible-tmp-1736579873.6581101-11203-163136001293937/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579873.6573353-11205-227774871612606/ /root/.ansible/tmp/ansible-tmp-1736579873.6573353-11205-227774871612606/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.127> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpgtdz0vde /root/.ansible/tmp/ansible-tmp-1736579873.667862-11207-19457910610969/AnsiballZ_stat.py\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579873.667862-11207-19457910610969/ /root/.ansible/tmp/ansible-tmp-1736579873.667862-11207-19457910610969/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e -tt 10.31.40.40 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579873.6581101-11203-163136001293937/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 -tt 10.31.43.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579873.6573353-11205-227774871612606/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab -tt 10.31.41.127 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579873.667862-11207-19457910610969/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.40> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh/authorized_keys", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1562, "inode": 58720451, "dev": 51713, "nlink": 1, "atime": 1736579823.091316, "mtime": 1736579817.8223221, "ctime": 1736579817.8233223, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "e4b4457745ed5dc0312e05ce09d5ae39a7028c35", "mimetype": "text/plain", "charset": "us-ascii", "version": "2468953703", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.40.40 closed.\r\n') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579873.6581101-11203-163136001293937/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.125> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh/authorized_keys", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 990, "inode": 1485065, "dev": 51713, "nlink": 1, "atime": 1736579691.1535523, "mtime": 1736579612.2050865, "ctime": 1736579612.2050865, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "mimetype": "text/plain", "charset": "us-ascii", "version": "1222691786", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.43.125 closed.\r\n') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579873.6573353-11205-227774871612606/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.127> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh/authorized_keys", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1562, "inode": 85983490, "dev": 51713, "nlink": 1, "atime": 1736579843.2505038, "mtime": 1736579839.2584915, "ctime": 1736579839.2594914, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "d0da18007b6a28b4bbb7df057d84ca755d1b5c4d", "mimetype": "text/plain", "charset": "us-ascii", "version": "2903503742", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.41.127 closed.\r\n') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579873.667862-11207-19457910610969/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') <10.31.43.125> (0, b'', b'') ok: [managed-node1 -> managed-node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1736579823.091316, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e4b4457745ed5dc0312e05ce09d5ae39a7028c35", "ctime": 1736579817.8233223, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 58720451, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1736579817.8223221, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1562, "uid": 0, "version": "2468953703", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node2 -> managed-node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1736579691.1535523, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1736579612.2050865, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1485065, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1736579612.2050865, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 990, "uid": 0, "version": "1222691786", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.41.127> (0, b'', b'') ok: [managed-node3 -> managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1736579843.2505038, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d0da18007b6a28b4bbb7df057d84ca755d1b5c4d", "ctime": 1736579839.2594914, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 85983490, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1736579839.2584915, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1562, "uid": 0, "version": "2903503742", "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-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 11 January 2025 02:17:54 -0500 (0:00:00.426) 0:00:10.509 ****** <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.40> (0, b'/root\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579874.102526-11230-151254909494471 `" && echo ansible-tmp-1736579874.102526-11230-151254909494471="` echo /root/.ansible/tmp/ansible-tmp-1736579874.102526-11230-151254909494471 `" ) && sleep 0'"'"'' <10.31.41.127> (0, b'/root\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579874.1126163-11232-200074823789036 `" && echo ansible-tmp-1736579874.1126163-11232-200074823789036="` echo /root/.ansible/tmp/ansible-tmp-1736579874.1126163-11232-200074823789036 `" ) && sleep 0'"'"'' <10.31.43.125> (0, b'/root\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579874.115698-11231-281315544737819 `" && echo ansible-tmp-1736579874.115698-11231-281315544737819="` echo /root/.ansible/tmp/ansible-tmp-1736579874.115698-11231-281315544737819 `" ) && sleep 0'"'"'' <10.31.40.40> (0, b'ansible-tmp-1736579874.102526-11230-151254909494471=/root/.ansible/tmp/ansible-tmp-1736579874.102526-11230-151254909494471\n', b'') <10.31.41.127> (0, b'ansible-tmp-1736579874.1126163-11232-200074823789036=/root/.ansible/tmp/ansible-tmp-1736579874.1126163-11232-200074823789036\n', b'') <10.31.43.125> (0, b'ansible-tmp-1736579874.115698-11231-281315544737819=/root/.ansible/tmp/ansible-tmp-1736579874.115698-11231-281315544737819\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.40.40> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp3tjlm73q TO /root/.ansible/tmp/ansible-tmp-1736579874.102526-11230-151254909494471/AnsiballZ_file.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.43.125> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpdf8jaktm TO /root/.ansible/tmp/ansible-tmp-1736579874.115698-11231-281315544737819/AnsiballZ_file.py <10.31.41.127> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpcu6q54gq TO /root/.ansible/tmp/ansible-tmp-1736579874.1126163-11232-200074823789036/AnsiballZ_file.py <10.31.43.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a8be1eb791 '[10.31.43.125]' <10.31.41.127> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/c64ecc14ab '[10.31.41.127]' <10.31.40.40> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/108384276e '[10.31.40.40]' <10.31.41.127> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpcu6q54gq /root/.ansible/tmp/ansible-tmp-1736579874.1126163-11232-200074823789036/AnsiballZ_file.py\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579874.1126163-11232-200074823789036/ /root/.ansible/tmp/ansible-tmp-1736579874.1126163-11232-200074823789036/AnsiballZ_file.py && sleep 0'"'"'' <10.31.43.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpdf8jaktm /root/.ansible/tmp/ansible-tmp-1736579874.115698-11231-281315544737819/AnsiballZ_file.py\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579874.115698-11231-281315544737819/ /root/.ansible/tmp/ansible-tmp-1736579874.115698-11231-281315544737819/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.40> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp3tjlm73q /root/.ansible/tmp/ansible-tmp-1736579874.102526-11230-151254909494471/AnsiballZ_file.py\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579874.102526-11230-151254909494471/ /root/.ansible/tmp/ansible-tmp-1736579874.102526-11230-151254909494471/AnsiballZ_file.py && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab -tt 10.31.41.127 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579874.1126163-11232-200074823789036/AnsiballZ_file.py && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 -tt 10.31.43.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579874.115698-11231-281315544737819/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e -tt 10.31.40.40 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579874.102526-11230-151254909494471/AnsiballZ_file.py && sleep 0'"'"'' <10.31.41.127> (0, b'\r\n{"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "invocation": {"module_args": {"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": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.41.127 closed.\r\n') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579874.1126163-11232-200074823789036/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.125> (0, b'\r\n{"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "invocation": {"module_args": {"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": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.43.125 closed.\r\n') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579874.115698-11231-281315544737819/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.40> (0, b'\r\n{"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "invocation": {"module_args": {"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": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.40.40 closed.\r\n') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579874.102526-11230-151254909494471/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') ok: [managed-node3 -> managed-node3] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } <10.31.43.125> (0, b'', b'') <10.31.40.40> (0, b'', b'') ok: [managed-node2 -> managed-node2] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } ok: [managed-node1 -> managed-node1] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "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-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 11 January 2025 02:17:54 -0500 (0:00:00.553) 0:00:11.062 ****** <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.40> (0, b'/root\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579874.646046-11260-50431116938121 `" && echo ansible-tmp-1736579874.646046-11260-50431116938121="` echo /root/.ansible/tmp/ansible-tmp-1736579874.646046-11260-50431116938121 `" ) && sleep 0'"'"'' <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.125> (0, b'/root\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579874.6623871-11261-8084505162803 `" && echo ansible-tmp-1736579874.6623871-11261-8084505162803="` echo /root/.ansible/tmp/ansible-tmp-1736579874.6623871-11261-8084505162803 `" ) && sleep 0'"'"'' <10.31.41.127> (0, b'/root\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579874.6776712-11263-150482578482969 `" && echo ansible-tmp-1736579874.6776712-11263-150482578482969="` echo /root/.ansible/tmp/ansible-tmp-1736579874.6776712-11263-150482578482969 `" ) && sleep 0'"'"'' <10.31.40.40> (0, b'ansible-tmp-1736579874.646046-11260-50431116938121=/root/.ansible/tmp/ansible-tmp-1736579874.646046-11260-50431116938121\n', b'') <10.31.43.125> (0, b'ansible-tmp-1736579874.6623871-11261-8084505162803=/root/.ansible/tmp/ansible-tmp-1736579874.6623871-11261-8084505162803\n', b'') <10.31.41.127> (0, b'ansible-tmp-1736579874.6776712-11263-150482578482969=/root/.ansible/tmp/ansible-tmp-1736579874.6776712-11263-150482578482969\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py <10.31.40.40> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmppxshm_48 TO /root/.ansible/tmp/ansible-tmp-1736579874.646046-11260-50431116938121/AnsiballZ_lineinfile.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py <10.31.40.40> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/108384276e '[10.31.40.40]' <10.31.43.125> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpx7vo32cj TO /root/.ansible/tmp/ansible-tmp-1736579874.6623871-11261-8084505162803/AnsiballZ_lineinfile.py <10.31.43.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a8be1eb791 '[10.31.43.125]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py <10.31.41.127> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpurzm939_ TO /root/.ansible/tmp/ansible-tmp-1736579874.6776712-11263-150482578482969/AnsiballZ_lineinfile.py <10.31.41.127> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/c64ecc14ab '[10.31.41.127]' <10.31.40.40> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmppxshm_48 /root/.ansible/tmp/ansible-tmp-1736579874.646046-11260-50431116938121/AnsiballZ_lineinfile.py\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579874.646046-11260-50431116938121/ /root/.ansible/tmp/ansible-tmp-1736579874.646046-11260-50431116938121/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.41.127> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpurzm939_ /root/.ansible/tmp/ansible-tmp-1736579874.6776712-11263-150482578482969/AnsiballZ_lineinfile.py\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579874.6776712-11263-150482578482969/ /root/.ansible/tmp/ansible-tmp-1736579874.6776712-11263-150482578482969/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.43.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpx7vo32cj /root/.ansible/tmp/ansible-tmp-1736579874.6623871-11261-8084505162803/AnsiballZ_lineinfile.py\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579874.6623871-11261-8084505162803/ /root/.ansible/tmp/ansible-tmp-1736579874.6623871-11261-8084505162803/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e -tt 10.31.40.40 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579874.646046-11260-50431116938121/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 -tt 10.31.43.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579874.6623871-11261-8084505162803/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab -tt 10.31.41.127 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579874.6776712-11263-150482578482969/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.40.40> (0, b'\r\n{"changed": false, "msg": "", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/root/.ssh/authorized_keys (content)", "after_header": "/root/.ssh/authorized_keys (content)"}, {"before_header": "/root/.ssh/authorized_keys (file attributes)", "after_header": "/root/.ssh/authorized_keys (file attributes)"}], "invocation": {"module_args": {"line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDqnyFHnTUeI2StVswiHGoKCZhKbZJ3u7FAS4nhxwYkHW0nnTx8XvNOVwFCR+h8m1o+GxF2D6mXzdKO0c+ULbhRn5OQDXjoNMb0VKgzFyhlkwV0mmEMpzSWEvCKmbKlFxsYXfbETyGtYlHVVDLQO2fLYjeoYV9wYFl57fV4tZUkMszq7lb+FdCasXg3/yQAF/KRuAb/w6b6TfbF30ZGXJNxdi01yRocvD5wOecw4n5P5jQcYz2gVzqTS1hQ6zNyCGrQob7krDOP7dupkB3cww+6TE8OjxpvhF1is30vDsKy3VJqHlcni/UTeNwVIS2hiI81vadS5cXe6IErBLfvivtrlZ3YEzr6fpgEfLBQn5BE7wb1VV2qIos1w7GJrIbaeH+qk5njknLSMLXXFiaUbdjRk8bZ7SsFhghB/0XvUDLS8ibqdyqe55wO054IqAsMbUZDObn/EQHTgiosSkj811+L2IWaCgbMajOPlPv9gLu4UKBPPnSIc6C83mafhmm2FE= root@managed-node1", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "follow": false, "unsafe_writes": false, "regexp": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "src": null, "force": null, "content": null, "remote_src": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.40.40 closed.\r\n') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579874.646046-11260-50431116938121/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.125> (0, b'\r\n{"changed": true, "msg": "line added", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/root/.ssh/authorized_keys (content)", "after_header": "/root/.ssh/authorized_keys (content)"}, {"before_header": "/root/.ssh/authorized_keys (file attributes)", "after_header": "/root/.ssh/authorized_keys (file attributes)"}], "invocation": {"module_args": {"line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDmY6hQWqPHiyBulRAMIyz7cCYcFod2EiSyIvhvYGJrCwD7S3NYhFVsliBonArJMzfKI9HFB1TKFTc/Pj9OfjLoUUZ0PMEg9h5B7qvaRlPR5uk0xZotRtfVrpfSaWvIytOE6rA765nCx6e4ifpzxUeEATDF/7SYT8xOrJIgPoEFB5lTx9faORiUFzPFSntnPOQsMfDysPPT4mW9kaD1BzU9JIoM+aWHwzkNrP7Q8Ztg9xJa9pkQn6mGJe5y1eIIB3NSIp5GYbXC17kI5YK3wWKChWe0Pytyp1fgaV3hxTPlaLJJn4krombyrfX35kjKk4hecPidSnK6c17p1goBRAK51mi4rZrvctfoegtK/Mg1bHj5pVX2q3M3Cv0A2ZTjPy+5qnGv6HGZJPyI2cyET7nykLTD6MZlPGnU7X0X2Lw2yNPuIN3t3Z6i9Vs2h0BcM09doDBU4kgdHCkv30MfLJYoRWXS8C4+wAKq+wy1wJCrnvcwjgUf5XXRw1esXmXx1p8= root@managed-node2", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "follow": false, "unsafe_writes": false, "regexp": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "src": null, "force": null, "content": null, "remote_src": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.43.125 closed.\r\n') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579874.6623871-11261-8084505162803/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.127> (0, b'\r\n{"changed": false, "msg": "", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/root/.ssh/authorized_keys (content)", "after_header": "/root/.ssh/authorized_keys (content)"}, {"before_header": "/root/.ssh/authorized_keys (file attributes)", "after_header": "/root/.ssh/authorized_keys (file attributes)"}], "invocation": {"module_args": {"line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDY0cDpNTtk1ng1sFy8GjGa0GCJHAfapojoaWKAx/fB/FPo30bLciMEca7Cc3WdTV+2lFV9z6Raf+yADTIBQD40QBsYPCwrtfB1j7+odstvSiiUU2p3Na1TSvml/RkfVRHRXkFZXgKg+9ObNwbmj9QJfJ3YOkc1M4ptTj5sYNn+Mg5jOjaRuVmdEErqybmujkTUeDrC53GnxF45FS2CRcXcnCEiCCU3SGgUyw8qL3wMYpgxcEbZjQ+iIrO4BskA5a48zF2pyDobOXDCDXQsh8aG9OHDyNHvbecgCsZR6yFiz6m/s9fkCwqUJ4wp6e3Pu/rowO3BB0xo7Pc8DyZNqJ5kSAY7bItsamxYb3MmenqDkrcBMckMIlQ8J63sZxoFOgi5D7GTL7mAfAKa+E8wASCFOu5fqatoyEtEpoQzgTRyMWvzvoY3eBBR9Cc+GlAXLniwLOXoy9VMCShdRQrQp4HNf2JP7i/FToXowISbcDbUesAMU8pP58IhqVHQPSHaYXE= root@managed-node3", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "follow": false, "unsafe_writes": false, "regexp": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "src": null, "force": null, "content": null, "remote_src": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.41.127 closed.\r\n') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579874.6776712-11263-150482578482969/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') ok: [managed-node1 -> managed-node1] => { "backup": "", "changed": false, "diff": [ { "after": "", "after_header": "/root/.ssh/authorized_keys (content)", "before": "", "before_header": "/root/.ssh/authorized_keys (content)" }, { "after_header": "/root/.ssh/authorized_keys (file attributes)", "before_header": "/root/.ssh/authorized_keys (file attributes)" } ], "invocation": { "module_args": { "attributes": null, "backrefs": false, "backup": false, "content": null, "create": true, "delimiter": null, "directory_mode": null, "firstmatch": false, "follow": false, "force": null, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDqnyFHnTUeI2StVswiHGoKCZhKbZJ3u7FAS4nhxwYkHW0nnTx8XvNOVwFCR+h8m1o+GxF2D6mXzdKO0c+ULbhRn5OQDXjoNMb0VKgzFyhlkwV0mmEMpzSWEvCKmbKlFxsYXfbETyGtYlHVVDLQO2fLYjeoYV9wYFl57fV4tZUkMszq7lb+FdCasXg3/yQAF/KRuAb/w6b6TfbF30ZGXJNxdi01yRocvD5wOecw4n5P5jQcYz2gVzqTS1hQ6zNyCGrQob7krDOP7dupkB3cww+6TE8OjxpvhF1is30vDsKy3VJqHlcni/UTeNwVIS2hiI81vadS5cXe6IErBLfvivtrlZ3YEzr6fpgEfLBQn5BE7wb1VV2qIos1w7GJrIbaeH+qk5njknLSMLXXFiaUbdjRk8bZ7SsFhghB/0XvUDLS8ibqdyqe55wO054IqAsMbUZDObn/EQHTgiosSkj811+L2IWaCgbMajOPlPv9gLu4UKBPPnSIc6C83mafhmm2FE= root@managed-node1", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "present", "unsafe_writes": false, "validate": null } } } <10.31.43.125> (0, b'', b'') changed: [managed-node2 -> managed-node2] => { "backup": "", "changed": true, "diff": [ { "after": "", "after_header": "/root/.ssh/authorized_keys (content)", "before": "", "before_header": "/root/.ssh/authorized_keys (content)" }, { "after_header": "/root/.ssh/authorized_keys (file attributes)", "before_header": "/root/.ssh/authorized_keys (file attributes)" } ], "invocation": { "module_args": { "attributes": null, "backrefs": false, "backup": false, "content": null, "create": true, "delimiter": null, "directory_mode": null, "firstmatch": false, "follow": false, "force": null, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDmY6hQWqPHiyBulRAMIyz7cCYcFod2EiSyIvhvYGJrCwD7S3NYhFVsliBonArJMzfKI9HFB1TKFTc/Pj9OfjLoUUZ0PMEg9h5B7qvaRlPR5uk0xZotRtfVrpfSaWvIytOE6rA765nCx6e4ifpzxUeEATDF/7SYT8xOrJIgPoEFB5lTx9faORiUFzPFSntnPOQsMfDysPPT4mW9kaD1BzU9JIoM+aWHwzkNrP7Q8Ztg9xJa9pkQn6mGJe5y1eIIB3NSIp5GYbXC17kI5YK3wWKChWe0Pytyp1fgaV3hxTPlaLJJn4krombyrfX35kjKk4hecPidSnK6c17p1goBRAK51mi4rZrvctfoegtK/Mg1bHj5pVX2q3M3Cv0A2ZTjPy+5qnGv6HGZJPyI2cyET7nykLTD6MZlPGnU7X0X2Lw2yNPuIN3t3Z6i9Vs2h0BcM09doDBU4kgdHCkv30MfLJYoRWXS8C4+wAKq+wy1wJCrnvcwjgUf5XXRw1esXmXx1p8= root@managed-node2", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "present", "unsafe_writes": false, "validate": null } } } MSG: line added <10.31.41.127> (0, b'', b'') ok: [managed-node3 -> managed-node3] => { "backup": "", "changed": false, "diff": [ { "after": "", "after_header": "/root/.ssh/authorized_keys (content)", "before": "", "before_header": "/root/.ssh/authorized_keys (content)" }, { "after_header": "/root/.ssh/authorized_keys (file attributes)", "before_header": "/root/.ssh/authorized_keys (file attributes)" } ], "invocation": { "module_args": { "attributes": null, "backrefs": false, "backup": false, "content": null, "create": true, "delimiter": null, "directory_mode": null, "firstmatch": false, "follow": false, "force": null, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDY0cDpNTtk1ng1sFy8GjGa0GCJHAfapojoaWKAx/fB/FPo30bLciMEca7Cc3WdTV+2lFV9z6Raf+yADTIBQD40QBsYPCwrtfB1j7+odstvSiiUU2p3Na1TSvml/RkfVRHRXkFZXgKg+9ObNwbmj9QJfJ3YOkc1M4ptTj5sYNn+Mg5jOjaRuVmdEErqybmujkTUeDrC53GnxF45FS2CRcXcnCEiCCU3SGgUyw8qL3wMYpgxcEbZjQ+iIrO4BskA5a48zF2pyDobOXDCDXQsh8aG9OHDyNHvbecgCsZR6yFiz6m/s9fkCwqUJ4wp6e3Pu/rowO3BB0xo7Pc8DyZNqJ5kSAY7bItsamxYb3MmenqDkrcBMckMIlQ8J63sZxoFOgi5D7GTL7mAfAKa+E8wASCFOu5fqatoyEtEpoQzgTRyMWvzvoY3eBBR9Cc+GlAXLniwLOXoy9VMCShdRQrQp4HNf2JP7i/FToXowISbcDbUesAMU8pP58IhqVHQPSHaYXE= root@managed-node3", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "present", "unsafe_writes": false, "validate": null } } } TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 11 January 2025 02:17:55 -0500 (0:00:00.543) 0:00:11.606 ****** <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.40> (0, b'/root\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579875.1700644-11287-45162288149151 `" && echo ansible-tmp-1736579875.1700644-11287-45162288149151="` echo /root/.ansible/tmp/ansible-tmp-1736579875.1700644-11287-45162288149151 `" ) && sleep 0'"'"'' <10.31.43.125> (0, b'/root\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579875.1734223-11289-103261356041651 `" && echo ansible-tmp-1736579875.1734223-11289-103261356041651="` echo /root/.ansible/tmp/ansible-tmp-1736579875.1734223-11289-103261356041651 `" ) && sleep 0'"'"'' <10.31.41.127> (0, b'/root\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579875.1900427-11291-163624434546574 `" && echo ansible-tmp-1736579875.1900427-11291-163624434546574="` echo /root/.ansible/tmp/ansible-tmp-1736579875.1900427-11291-163624434546574 `" ) && sleep 0'"'"'' <10.31.40.40> (0, b'ansible-tmp-1736579875.1700644-11287-45162288149151=/root/.ansible/tmp/ansible-tmp-1736579875.1700644-11287-45162288149151\n', b'') <10.31.43.125> (0, b'ansible-tmp-1736579875.1734223-11289-103261356041651=/root/.ansible/tmp/ansible-tmp-1736579875.1734223-11289-103261356041651\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.40.40> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpoaugh4bp TO /root/.ansible/tmp/ansible-tmp-1736579875.1700644-11287-45162288149151/AnsiballZ_slurp.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.43.125> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpho2ijfce TO /root/.ansible/tmp/ansible-tmp-1736579875.1734223-11289-103261356041651/AnsiballZ_slurp.py <10.31.43.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a8be1eb791 '[10.31.43.125]' <10.31.40.40> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/108384276e '[10.31.40.40]' <10.31.41.127> (0, b'ansible-tmp-1736579875.1900427-11291-163624434546574=/root/.ansible/tmp/ansible-tmp-1736579875.1900427-11291-163624434546574\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.41.127> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp2ouzgp7f TO /root/.ansible/tmp/ansible-tmp-1736579875.1900427-11291-163624434546574/AnsiballZ_slurp.py <10.31.41.127> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/c64ecc14ab '[10.31.41.127]' <10.31.43.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpho2ijfce /root/.ansible/tmp/ansible-tmp-1736579875.1734223-11289-103261356041651/AnsiballZ_slurp.py\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579875.1734223-11289-103261356041651/ /root/.ansible/tmp/ansible-tmp-1736579875.1734223-11289-103261356041651/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.40> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpoaugh4bp /root/.ansible/tmp/ansible-tmp-1736579875.1700644-11287-45162288149151/AnsiballZ_slurp.py\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579875.1700644-11287-45162288149151/ /root/.ansible/tmp/ansible-tmp-1736579875.1700644-11287-45162288149151/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.127> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp2ouzgp7f /root/.ansible/tmp/ansible-tmp-1736579875.1900427-11291-163624434546574/AnsiballZ_slurp.py\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579875.1900427-11291-163624434546574/ /root/.ansible/tmp/ansible-tmp-1736579875.1900427-11291-163624434546574/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 -tt 10.31.43.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579875.1734223-11289-103261356041651/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e -tt 10.31.40.40 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579875.1700644-11287-45162288149151/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab -tt 10.31.41.127 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579875.1900427-11291-163624434546574/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.43.125> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEaUQ5Q3N0VkZtQmNSMkllcmNITXd0VFVHaHZBVzZ4aXllMVg1U3EwMFF3dlA0V3ZZZk9HZFlpUjNSeG02UVhUcjk2TW5KLzZOZ2NxYXE3WmdiRGt4RDY1Ung3RXhIaGdUWWl4NHg5YUV2VnQ5SXBJVlNGdUJVMzNSY0xMNCtHS282Qm43Q2duZWVtN0ZSdURQSUVSM0pCRzdKcU54WFBSdGtUc0I5NzVRd1dSOWQ0SmRtV0xMWlJaQW1LZE5Bb0tsZlRGbWZ3aHNCWFdRbGRWQWpuczR2Mzc5UWRpN1l6aGZ1Q1hQejVGeWRJeWhKQzAyLzVXcVdjdldTRzhNWVhJT0U5N0U1NTZVTFdDVWE1aXVxS041eHV1V0NreVE0bEtQVyt1TTFZaG91T0VOaHJaL0gwWEJnZzd2SXRQOGx6VkpMQnoxZGhrY3FHYURjbUtCWUJFL1ZGVkdXQWN1QW1KUlpFdWdYOWg4VEltbjc1R0U2dFJMZm80cGpnUFlUYitQOVlkTnVqblFnVVliNnkxNjdoQzZyQmZNMGI0cXNIWTRXS0VOZDhyR3RnYjJjMTc0RDZxNGxRR3pFSDRFUEVtNDR3NjFZbWRRWGdWOUx1UzIwNDlpYW1pd29LZmFDSjM2bC9HaDRaZVhJR0R1Z2RJOVRPbTB0NElUQWZKQzROTTA9IHJvb3RAaXAtMTAtMzEtNDMtMTI1LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}}\r\n', b'Shared connection to 10.31.43.125 closed.\r\n') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579875.1734223-11289-103261356041651/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.40> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDZjBvY3RiT3ltaUVyd1FiZktIRU1Kb3NsSU1PYURGQUoyeGhPcXVZRkFkMldxNVg1bTBGbGpwK0NrbFJTTDQ5em11RlhwY2JHNDUwZUZkVHNkNS9GaXl2dThUdmt3eXhQS0RWdDAwajZVMFA4eG04cFVLMElhbzl1eWR2c3NzSFVCcllHcnNIRlFOUk8zOHFwRzl6bUp6Ukx4MnRRenpNUzNLNWY3WU5JNDBpRmMvdVQ2MmowbUpiZkZTSVJRd0VpMDRCYXpteUNtZTJDZFFKNVJJRkxpVytSUDVRU2R0blVWRTBLUDVLcm5JZytVTkhoN1Y1cEFDZmFvc2M2OVkrWi9FNEd4cVI5QTNyOUNJS0NGejJ0aXNqN0pUbDVDYW11Y2MwMlJhb1ZNbk9LWHE5eG5lbE52M05TYnhtKzg0ekw0djRVTSsyZmU1bTJyUHdQY3Jzck4wNTIvVFRJRUUyRnYwK3ZIVDhZdmdIdVNMODZ5b2JNb1lucWdWdGt2MUl3WUgrVGlpeU0rYklaWVJyTk5YZitNMjdxWE9QUzMvdzkzTkQzUkkrczVHOEgrNEVLR0ZDWmhpbVNBQ0JyclJHNkorV0NjZlFUWWNJTGdPOWFvNWc3dmtuVi9pL0dCQ2g5Z2tyaG95aXU4ZW15TmZqWHQrZHBwSEhhdXFoVXRMc3M9IHJvb3RAaXAtMTAtMzEtNDAtNDAudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}}\r\n', b'Shared connection to 10.31.40.40 closed.\r\n') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579875.1700644-11287-45162288149151/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.127> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDeDZrRG5JdG1odk5oTWlhT214QitjKzdYUm14VmNzZ0lUU3kxZzY3ZlQ5ZmR0dFNDZjA4WlhaSGQxenlZSzlqTWhqVWlsL00vVjZsNHhsZnVhMFIzQ25zVXoxTHRqZ2Rsc2dldEJFMkhkUUdXcFZQSXZvNkpRZ1M2VTRVb3ptdHVOZnl0bXh6Z3RvTU5SV1kzdW05U09ub0p2VnA3cnJYUnJGZnRERmhUaGFnU0JqWTdVMVZnRWFrZEU4N2JrQlRoTTdTNnZONUtJK2I0YnRGVGtWVU9CSG1KOE5tUHdvN2srT0hTQVR5OG84R1hxaFZXY0VNSXA3MUswYkZtTWdwMXVPcTBDa2lGUkNlZjNWbTgzaUhrZkdmQTl2eHc0MXc5RjcyQ2dQTEVQZmNtRzFkb1F2YXZONDNnMVJ6anp2dXhPdlYyMkJqaEhmc1pDSFZXUlJuWVJnTTJldXdtdXEwL2hQbnNFQlZQaEUzRFRWOTFVTXhsOHppb3JORWs2cGVhTTJXT3hta2EzYXFaM3NhblNySm1qWjFoT25XU2ZYcS9wYnByZXFCZGJCUzg1dDhrblg2blY4Sk1VVW1xWVBieW45OXczTm5pcndFODZZajdZWk1MS29nSVZTTlRQcTMyZ1hHclFLcXJxa0pRaTV2eHkyYUpxak15UHE4bmtSS0U9IHJvb3RAaXAtMTAtMzEtNDEtMTI3LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}}\r\n', b'Shared connection to 10.31.41.127 closed.\r\n') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579875.1900427-11291-163624434546574/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') ok: [managed-node2 -> managed-node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEaUQ5Q3N0VkZtQmNSMkllcmNITXd0VFVHaHZBVzZ4aXllMVg1U3EwMFF3dlA0V3ZZZk9HZFlpUjNSeG02UVhUcjk2TW5KLzZOZ2NxYXE3WmdiRGt4RDY1Ung3RXhIaGdUWWl4NHg5YUV2VnQ5SXBJVlNGdUJVMzNSY0xMNCtHS282Qm43Q2duZWVtN0ZSdURQSUVSM0pCRzdKcU54WFBSdGtUc0I5NzVRd1dSOWQ0SmRtV0xMWlJaQW1LZE5Bb0tsZlRGbWZ3aHNCWFdRbGRWQWpuczR2Mzc5UWRpN1l6aGZ1Q1hQejVGeWRJeWhKQzAyLzVXcVdjdldTRzhNWVhJT0U5N0U1NTZVTFdDVWE1aXVxS041eHV1V0NreVE0bEtQVyt1TTFZaG91T0VOaHJaL0gwWEJnZzd2SXRQOGx6VkpMQnoxZGhrY3FHYURjbUtCWUJFL1ZGVkdXQWN1QW1KUlpFdWdYOWg4VEltbjc1R0U2dFJMZm80cGpnUFlUYitQOVlkTnVqblFnVVliNnkxNjdoQzZyQmZNMGI0cXNIWTRXS0VOZDhyR3RnYjJjMTc0RDZxNGxRR3pFSDRFUEVtNDR3NjFZbWRRWGdWOUx1UzIwNDlpYW1pd29LZmFDSjM2bC9HaDRaZVhJR0R1Z2RJOVRPbTB0NElUQWZKQzROTTA9IHJvb3RAaXAtMTAtMzEtNDMtMTI1LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.40.40> (0, b'', b'') ok: [managed-node1 -> managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDZjBvY3RiT3ltaUVyd1FiZktIRU1Kb3NsSU1PYURGQUoyeGhPcXVZRkFkMldxNVg1bTBGbGpwK0NrbFJTTDQ5em11RlhwY2JHNDUwZUZkVHNkNS9GaXl2dThUdmt3eXhQS0RWdDAwajZVMFA4eG04cFVLMElhbzl1eWR2c3NzSFVCcllHcnNIRlFOUk8zOHFwRzl6bUp6Ukx4MnRRenpNUzNLNWY3WU5JNDBpRmMvdVQ2MmowbUpiZkZTSVJRd0VpMDRCYXpteUNtZTJDZFFKNVJJRkxpVytSUDVRU2R0blVWRTBLUDVLcm5JZytVTkhoN1Y1cEFDZmFvc2M2OVkrWi9FNEd4cVI5QTNyOUNJS0NGejJ0aXNqN0pUbDVDYW11Y2MwMlJhb1ZNbk9LWHE5eG5lbE52M05TYnhtKzg0ekw0djRVTSsyZmU1bTJyUHdQY3Jzck4wNTIvVFRJRUUyRnYwK3ZIVDhZdmdIdVNMODZ5b2JNb1lucWdWdGt2MUl3WUgrVGlpeU0rYklaWVJyTk5YZitNMjdxWE9QUzMvdzkzTkQzUkkrczVHOEgrNEVLR0ZDWmhpbVNBQ0JyclJHNkorV0NjZlFUWWNJTGdPOWFvNWc3dmtuVi9pL0dCQ2g5Z2tyaG95aXU4ZW15TmZqWHQrZHBwSEhhdXFoVXRMc3M9IHJvb3RAaXAtMTAtMzEtNDAtNDAudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.41.127> (0, b'', b'') ok: [managed-node3 -> managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDeDZrRG5JdG1odk5oTWlhT214QitjKzdYUm14VmNzZ0lUU3kxZzY3ZlQ5ZmR0dFNDZjA4WlhaSGQxenlZSzlqTWhqVWlsL00vVjZsNHhsZnVhMFIzQ25zVXoxTHRqZ2Rsc2dldEJFMkhkUUdXcFZQSXZvNkpRZ1M2VTRVb3ptdHVOZnl0bXh6Z3RvTU5SV1kzdW05U09ub0p2VnA3cnJYUnJGZnRERmhUaGFnU0JqWTdVMVZnRWFrZEU4N2JrQlRoTTdTNnZONUtJK2I0YnRGVGtWVU9CSG1KOE5tUHdvN2srT0hTQVR5OG84R1hxaFZXY0VNSXA3MUswYkZtTWdwMXVPcTBDa2lGUkNlZjNWbTgzaUhrZkdmQTl2eHc0MXc5RjcyQ2dQTEVQZmNtRzFkb1F2YXZONDNnMVJ6anp2dXhPdlYyMkJqaEhmc1pDSFZXUlJuWVJnTTJldXdtdXEwL2hQbnNFQlZQaEUzRFRWOTFVTXhsOHppb3JORWs2cGVhTTJXT3hta2EzYXFaM3NhblNySm1qWjFoT25XU2ZYcS9wYnByZXFCZGJCUzg1dDhrblg2blY4Sk1VVW1xWVBieW45OXczTm5pcndFODZZajdZWk1MS29nSVZTTlRQcTMyZ1hHclFLcXJxa0pRaTV2eHkyYUpxak15UHE4bmtSS0U9IHJvb3RAaXAtMTAtMzEtNDEtMTI3LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "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-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 11 January 2025 02:17:55 -0500 (0:00:00.391) 0:00:11.997 ****** <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.40> (0, b'/root\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579875.6229637-11317-177598798121664 `" && echo ansible-tmp-1736579875.6229637-11317-177598798121664="` echo /root/.ansible/tmp/ansible-tmp-1736579875.6229637-11317-177598798121664 `" ) && sleep 0'"'"'' <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.127> (0, b'/root\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579875.6566606-11319-148147445915417 `" && echo ansible-tmp-1736579875.6566606-11319-148147445915417="` echo /root/.ansible/tmp/ansible-tmp-1736579875.6566606-11319-148147445915417 `" ) && sleep 0'"'"'' <10.31.43.125> (0, b'/root\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579875.6591668-11318-51164453980609 `" && echo ansible-tmp-1736579875.6591668-11318-51164453980609="` echo /root/.ansible/tmp/ansible-tmp-1736579875.6591668-11318-51164453980609 `" ) && sleep 0'"'"'' <10.31.40.40> (0, b'ansible-tmp-1736579875.6229637-11317-177598798121664=/root/.ansible/tmp/ansible-tmp-1736579875.6229637-11317-177598798121664\n', b'') <10.31.43.125> (0, b'ansible-tmp-1736579875.6591668-11318-51164453980609=/root/.ansible/tmp/ansible-tmp-1736579875.6591668-11318-51164453980609\n', b'') <10.31.41.127> (0, b'ansible-tmp-1736579875.6566606-11319-148147445915417=/root/.ansible/tmp/ansible-tmp-1736579875.6566606-11319-148147445915417\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py <10.31.40.40> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpvm9we86n TO /root/.ansible/tmp/ansible-tmp-1736579875.6229637-11317-177598798121664/AnsiballZ_known_hosts.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py <10.31.43.125> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpgy73yqlz TO /root/.ansible/tmp/ansible-tmp-1736579875.6591668-11318-51164453980609/AnsiballZ_known_hosts.py <10.31.40.40> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/108384276e '[10.31.40.40]' <10.31.43.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a8be1eb791 '[10.31.43.125]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py <10.31.41.127> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp6x61ox5x TO /root/.ansible/tmp/ansible-tmp-1736579875.6566606-11319-148147445915417/AnsiballZ_known_hosts.py <10.31.41.127> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/c64ecc14ab '[10.31.41.127]' <10.31.40.40> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpvm9we86n /root/.ansible/tmp/ansible-tmp-1736579875.6229637-11317-177598798121664/AnsiballZ_known_hosts.py\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579875.6229637-11317-177598798121664/ /root/.ansible/tmp/ansible-tmp-1736579875.6229637-11317-177598798121664/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.43.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpgy73yqlz /root/.ansible/tmp/ansible-tmp-1736579875.6591668-11318-51164453980609/AnsiballZ_known_hosts.py\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579875.6591668-11318-51164453980609/ /root/.ansible/tmp/ansible-tmp-1736579875.6591668-11318-51164453980609/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.41.127> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp6x61ox5x /root/.ansible/tmp/ansible-tmp-1736579875.6566606-11319-148147445915417/AnsiballZ_known_hosts.py\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579875.6566606-11319-148147445915417/ /root/.ansible/tmp/ansible-tmp-1736579875.6566606-11319-148147445915417/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e -tt 10.31.40.40 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579875.6229637-11317-177598798121664/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 -tt 10.31.43.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579875.6591668-11318-51164453980609/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab -tt 10.31.41.127 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579875.6566606-11319-148147445915417/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.40.40> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.40 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCf0octbOymiErwQbfKHEMJoslIMOaDFAJ2xhOquYFAd2Wq5X5m0Fljp+CklRSL49zmuFXpcbG450eFdTsd5/Fiyvu8TvkwyxPKDVt00j6U0P8xm8pUK0Iao9uydvsssHUBrYGrsHFQNRO38qpG9zmJzRLx2tQzzMS3K5f7YNI40iFc/uT62j0mJbfFSIRQwEi04BazmyCme2CdQJ5RIFLiW+RP5QSdtnUVE0KP5KrnIg+UNHh7V5pACfaosc69Y+Z/E4GxqR9A3r9CIKCFz2tisj7JTl5Camucc02RaoVMnOKXq9xnelNv3NSbxm+84zL4v4UM+2fe5m2rPwPcrsrN052/TTIEE2Fv0+vHT8YvgHuSL86yobMoYnqgVtkv1IwYH+TiiyM+bIZYRrNNXf+M27qXOPS3/w93ND3RI+s5G8H+4EKGFCZhimSACBrrRG6J+WCcfQTYcILgO9ao5g7vknV/i/GBCh9gkrhoyiu8emyNfjXt+dppHHauqhUtLss= root@ip-10-31-40-40.us-east-1.aws.redhat.com\\n", "after": "10.31.40.40 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCf0octbOymiErwQbfKHEMJoslIMOaDFAJ2xhOquYFAd2Wq5X5m0Fljp+CklRSL49zmuFXpcbG450eFdTsd5/Fiyvu8TvkwyxPKDVt00j6U0P8xm8pUK0Iao9uydvsssHUBrYGrsHFQNRO38qpG9zmJzRLx2tQzzMS3K5f7YNI40iFc/uT62j0mJbfFSIRQwEi04BazmyCme2CdQJ5RIFLiW+RP5QSdtnUVE0KP5KrnIg+UNHh7V5pACfaosc69Y+Z/E4GxqR9A3r9CIKCFz2tisj7JTl5Camucc02RaoVMnOKXq9xnelNv3NSbxm+84zL4v4UM+2fe5m2rPwPcrsrN052/TTIEE2Fv0+vHT8YvgHuSL86yobMoYnqgVtkv1IwYH+TiiyM+bIZYRrNNXf+M27qXOPS3/w93ND3RI+s5G8H+4EKGFCZhimSACBrrRG6J+WCcfQTYcILgO9ao5g7vknV/i/GBCh9gkrhoyiu8emyNfjXt+dppHHauqhUtLss= root@ip-10-31-40-40.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.40.40 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCf0octbOymiErwQbfKHEMJoslIMOaDFAJ2xhOquYFAd2Wq5X5m0Fljp+CklRSL49zmuFXpcbG450eFdTsd5/Fiyvu8TvkwyxPKDVt00j6U0P8xm8pUK0Iao9uydvsssHUBrYGrsHFQNRO38qpG9zmJzRLx2tQzzMS3K5f7YNI40iFc/uT62j0mJbfFSIRQwEi04BazmyCme2CdQJ5RIFLiW+RP5QSdtnUVE0KP5KrnIg+UNHh7V5pACfaosc69Y+Z/E4GxqR9A3r9CIKCFz2tisj7JTl5Camucc02RaoVMnOKXq9xnelNv3NSbxm+84zL4v4UM+2fe5m2rPwPcrsrN052/TTIEE2Fv0+vHT8YvgHuSL86yobMoYnqgVtkv1IwYH+TiiyM+bIZYRrNNXf+M27qXOPS3/w93ND3RI+s5G8H+4EKGFCZhimSACBrrRG6J+WCcfQTYcILgO9ao5g7vknV/i/GBCh9gkrhoyiu8emyNfjXt+dppHHauqhUtLss= root@ip-10-31-40-40.us-east-1.aws.redhat.com\\n", "name": "10.31.40.40", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.40 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCf0octbOymiErwQbfKHEMJoslIMOaDFAJ2xhOquYFAd2Wq5X5m0Fljp+CklRSL49zmuFXpcbG450eFdTsd5/Fiyvu8TvkwyxPKDVt00j6U0P8xm8pUK0Iao9uydvsssHUBrYGrsHFQNRO38qpG9zmJzRLx2tQzzMS3K5f7YNI40iFc/uT62j0mJbfFSIRQwEi04BazmyCme2CdQJ5RIFLiW+RP5QSdtnUVE0KP5KrnIg+UNHh7V5pACfaosc69Y+Z/E4GxqR9A3r9CIKCFz2tisj7JTl5Camucc02RaoVMnOKXq9xnelNv3NSbxm+84zL4v4UM+2fe5m2rPwPcrsrN052/TTIEE2Fv0+vHT8YvgHuSL86yobMoYnqgVtkv1IwYH+TiiyM+bIZYRrNNXf+M27qXOPS3/w93ND3RI+s5G8H+4EKGFCZhimSACBrrRG6J+WCcfQTYcILgO9ao5g7vknV/i/GBCh9gkrhoyiu8emyNfjXt+dppHHauqhUtLss= root@ip-10-31-40-40.us-east-1.aws.redhat.com\\n", "after": "10.31.40.40 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCf0octbOymiErwQbfKHEMJoslIMOaDFAJ2xhOquYFAd2Wq5X5m0Fljp+CklRSL49zmuFXpcbG450eFdTsd5/Fiyvu8TvkwyxPKDVt00j6U0P8xm8pUK0Iao9uydvsssHUBrYGrsHFQNRO38qpG9zmJzRLx2tQzzMS3K5f7YNI40iFc/uT62j0mJbfFSIRQwEi04BazmyCme2CdQJ5RIFLiW+RP5QSdtnUVE0KP5KrnIg+UNHh7V5pACfaosc69Y+Z/E4GxqR9A3r9CIKCFz2tisj7JTl5Camucc02RaoVMnOKXq9xnelNv3NSbxm+84zL4v4UM+2fe5m2rPwPcrsrN052/TTIEE2Fv0+vHT8YvgHuSL86yobMoYnqgVtkv1IwYH+TiiyM+bIZYRrNNXf+M27qXOPS3/w93ND3RI+s5G8H+4EKGFCZhimSACBrrRG6J+WCcfQTYcILgO9ao5g7vknV/i/GBCh9gkrhoyiu8emyNfjXt+dppHHauqhUtLss= root@ip-10-31-40-40.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.40.40 closed.\r\n') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579875.6229637-11317-177598798121664/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.125> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.43.125 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDiD9CstVFmBcR2IercHMwtTUGhvAW6xiye1X5Sq00QwvP4WvYfOGdYiR3Rxm6QXTr96MnJ/6Ngcqaq7ZgbDkxD65Rx7ExHhgTYix4x9aEvVt9IpIVSFuBU33RcLL4+GKo6Bn7Cgneem7FRuDPIER3JBG7JqNxXPRtkTsB975QwWR9d4JdmWLLZRZAmKdNAoKlfTFmfwhsBXWQldVAjns4v379Qdi7YzhfuCXPz5FydIyhJC02/5WqWcvWSG8MYXIOE97E556ULWCUa5iuqKN5xuuWCkyQ4lKPW+uM1YhouOENhrZ/H0XBgg7vItP8lzVJLBz1dhkcqGaDcmKBYBE/VFVGWAcuAmJRZEugX9h8TImn75GE6tRLfo4pjgPYTb+P9YdNujnQgUYb6y167hC6rBfM0b4qsHY4WKENd8rGtgb2c174D6q4lQGzEH4EPEm44w61YmdQXgV9LuS2049iamiwoKfaCJ36l/Gh4ZeXIGDugdI9TOm0t4ITAfJC4NM0= root@ip-10-31-43-125.us-east-1.aws.redhat.com\\n", "after": "10.31.43.125 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDiD9CstVFmBcR2IercHMwtTUGhvAW6xiye1X5Sq00QwvP4WvYfOGdYiR3Rxm6QXTr96MnJ/6Ngcqaq7ZgbDkxD65Rx7ExHhgTYix4x9aEvVt9IpIVSFuBU33RcLL4+GKo6Bn7Cgneem7FRuDPIER3JBG7JqNxXPRtkTsB975QwWR9d4JdmWLLZRZAmKdNAoKlfTFmfwhsBXWQldVAjns4v379Qdi7YzhfuCXPz5FydIyhJC02/5WqWcvWSG8MYXIOE97E556ULWCUa5iuqKN5xuuWCkyQ4lKPW+uM1YhouOENhrZ/H0XBgg7vItP8lzVJLBz1dhkcqGaDcmKBYBE/VFVGWAcuAmJRZEugX9h8TImn75GE6tRLfo4pjgPYTb+P9YdNujnQgUYb6y167hC6rBfM0b4qsHY4WKENd8rGtgb2c174D6q4lQGzEH4EPEm44w61YmdQXgV9LuS2049iamiwoKfaCJ36l/Gh4ZeXIGDugdI9TOm0t4ITAfJC4NM0= root@ip-10-31-43-125.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.43.125 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDiD9CstVFmBcR2IercHMwtTUGhvAW6xiye1X5Sq00QwvP4WvYfOGdYiR3Rxm6QXTr96MnJ/6Ngcqaq7ZgbDkxD65Rx7ExHhgTYix4x9aEvVt9IpIVSFuBU33RcLL4+GKo6Bn7Cgneem7FRuDPIER3JBG7JqNxXPRtkTsB975QwWR9d4JdmWLLZRZAmKdNAoKlfTFmfwhsBXWQldVAjns4v379Qdi7YzhfuCXPz5FydIyhJC02/5WqWcvWSG8MYXIOE97E556ULWCUa5iuqKN5xuuWCkyQ4lKPW+uM1YhouOENhrZ/H0XBgg7vItP8lzVJLBz1dhkcqGaDcmKBYBE/VFVGWAcuAmJRZEugX9h8TImn75GE6tRLfo4pjgPYTb+P9YdNujnQgUYb6y167hC6rBfM0b4qsHY4WKENd8rGtgb2c174D6q4lQGzEH4EPEm44w61YmdQXgV9LuS2049iamiwoKfaCJ36l/Gh4ZeXIGDugdI9TOm0t4ITAfJC4NM0= root@ip-10-31-43-125.us-east-1.aws.redhat.com\\n", "name": "10.31.43.125", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.43.125 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDiD9CstVFmBcR2IercHMwtTUGhvAW6xiye1X5Sq00QwvP4WvYfOGdYiR3Rxm6QXTr96MnJ/6Ngcqaq7ZgbDkxD65Rx7ExHhgTYix4x9aEvVt9IpIVSFuBU33RcLL4+GKo6Bn7Cgneem7FRuDPIER3JBG7JqNxXPRtkTsB975QwWR9d4JdmWLLZRZAmKdNAoKlfTFmfwhsBXWQldVAjns4v379Qdi7YzhfuCXPz5FydIyhJC02/5WqWcvWSG8MYXIOE97E556ULWCUa5iuqKN5xuuWCkyQ4lKPW+uM1YhouOENhrZ/H0XBgg7vItP8lzVJLBz1dhkcqGaDcmKBYBE/VFVGWAcuAmJRZEugX9h8TImn75GE6tRLfo4pjgPYTb+P9YdNujnQgUYb6y167hC6rBfM0b4qsHY4WKENd8rGtgb2c174D6q4lQGzEH4EPEm44w61YmdQXgV9LuS2049iamiwoKfaCJ36l/Gh4ZeXIGDugdI9TOm0t4ITAfJC4NM0= root@ip-10-31-43-125.us-east-1.aws.redhat.com\\n", "after": "10.31.43.125 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDiD9CstVFmBcR2IercHMwtTUGhvAW6xiye1X5Sq00QwvP4WvYfOGdYiR3Rxm6QXTr96MnJ/6Ngcqaq7ZgbDkxD65Rx7ExHhgTYix4x9aEvVt9IpIVSFuBU33RcLL4+GKo6Bn7Cgneem7FRuDPIER3JBG7JqNxXPRtkTsB975QwWR9d4JdmWLLZRZAmKdNAoKlfTFmfwhsBXWQldVAjns4v379Qdi7YzhfuCXPz5FydIyhJC02/5WqWcvWSG8MYXIOE97E556ULWCUa5iuqKN5xuuWCkyQ4lKPW+uM1YhouOENhrZ/H0XBgg7vItP8lzVJLBz1dhkcqGaDcmKBYBE/VFVGWAcuAmJRZEugX9h8TImn75GE6tRLfo4pjgPYTb+P9YdNujnQgUYb6y167hC6rBfM0b4qsHY4WKENd8rGtgb2c174D6q4lQGzEH4EPEm44w61YmdQXgV9LuS2049iamiwoKfaCJ36l/Gh4ZeXIGDugdI9TOm0t4ITAfJC4NM0= root@ip-10-31-43-125.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.43.125 closed.\r\n') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579875.6591668-11318-51164453980609/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.127> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.41.127 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx6kDnItmhvNhMiaOmxB+c+7XRmxVcsgITSy1g67fT9fdttSCf08ZXZHd1zyYK9jMhjUil/M/V6l4xlfua0R3CnsUz1LtjgdlsgetBE2HdQGWpVPIvo6JQgS6U4UozmtuNfytmxzgtoMNRWY3um9SOnoJvVp7rrXRrFftDFhThagSBjY7U1VgEakdE87bkBThM7S6vN5KI+b4btFTkVUOBHmJ8NmPwo7k+OHSATy8o8GXqhVWcEMIp71K0bFmMgp1uOq0CkiFRCef3Vm83iHkfGfA9vxw41w9F72CgPLEPfcmG1doQvavN43g1RzjzvuxOvV22BjhHfsZCHVWRRnYRgM2euwmuq0/hPnsEBVPhE3DTV91UMxl8ziorNEk6peaM2WOxmka3aqZ3sanSrJmjZ1hOnWSfXq/pbpreqBdbBS85t8knX6nV8JMUUmqYPbyn99w3NnirwE86Yj7YZMLKogIVSNTPq32gXGrQKqrqkJQi5vxy2aJqjMyPq8nkRKE= root@ip-10-31-41-127.us-east-1.aws.redhat.com\\n", "after": "10.31.41.127 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx6kDnItmhvNhMiaOmxB+c+7XRmxVcsgITSy1g67fT9fdttSCf08ZXZHd1zyYK9jMhjUil/M/V6l4xlfua0R3CnsUz1LtjgdlsgetBE2HdQGWpVPIvo6JQgS6U4UozmtuNfytmxzgtoMNRWY3um9SOnoJvVp7rrXRrFftDFhThagSBjY7U1VgEakdE87bkBThM7S6vN5KI+b4btFTkVUOBHmJ8NmPwo7k+OHSATy8o8GXqhVWcEMIp71K0bFmMgp1uOq0CkiFRCef3Vm83iHkfGfA9vxw41w9F72CgPLEPfcmG1doQvavN43g1RzjzvuxOvV22BjhHfsZCHVWRRnYRgM2euwmuq0/hPnsEBVPhE3DTV91UMxl8ziorNEk6peaM2WOxmka3aqZ3sanSrJmjZ1hOnWSfXq/pbpreqBdbBS85t8knX6nV8JMUUmqYPbyn99w3NnirwE86Yj7YZMLKogIVSNTPq32gXGrQKqrqkJQi5vxy2aJqjMyPq8nkRKE= root@ip-10-31-41-127.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.41.127 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx6kDnItmhvNhMiaOmxB+c+7XRmxVcsgITSy1g67fT9fdttSCf08ZXZHd1zyYK9jMhjUil/M/V6l4xlfua0R3CnsUz1LtjgdlsgetBE2HdQGWpVPIvo6JQgS6U4UozmtuNfytmxzgtoMNRWY3um9SOnoJvVp7rrXRrFftDFhThagSBjY7U1VgEakdE87bkBThM7S6vN5KI+b4btFTkVUOBHmJ8NmPwo7k+OHSATy8o8GXqhVWcEMIp71K0bFmMgp1uOq0CkiFRCef3Vm83iHkfGfA9vxw41w9F72CgPLEPfcmG1doQvavN43g1RzjzvuxOvV22BjhHfsZCHVWRRnYRgM2euwmuq0/hPnsEBVPhE3DTV91UMxl8ziorNEk6peaM2WOxmka3aqZ3sanSrJmjZ1hOnWSfXq/pbpreqBdbBS85t8knX6nV8JMUUmqYPbyn99w3NnirwE86Yj7YZMLKogIVSNTPq32gXGrQKqrqkJQi5vxy2aJqjMyPq8nkRKE= root@ip-10-31-41-127.us-east-1.aws.redhat.com\\n", "name": "10.31.41.127", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.41.127 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx6kDnItmhvNhMiaOmxB+c+7XRmxVcsgITSy1g67fT9fdttSCf08ZXZHd1zyYK9jMhjUil/M/V6l4xlfua0R3CnsUz1LtjgdlsgetBE2HdQGWpVPIvo6JQgS6U4UozmtuNfytmxzgtoMNRWY3um9SOnoJvVp7rrXRrFftDFhThagSBjY7U1VgEakdE87bkBThM7S6vN5KI+b4btFTkVUOBHmJ8NmPwo7k+OHSATy8o8GXqhVWcEMIp71K0bFmMgp1uOq0CkiFRCef3Vm83iHkfGfA9vxw41w9F72CgPLEPfcmG1doQvavN43g1RzjzvuxOvV22BjhHfsZCHVWRRnYRgM2euwmuq0/hPnsEBVPhE3DTV91UMxl8ziorNEk6peaM2WOxmka3aqZ3sanSrJmjZ1hOnWSfXq/pbpreqBdbBS85t8knX6nV8JMUUmqYPbyn99w3NnirwE86Yj7YZMLKogIVSNTPq32gXGrQKqrqkJQi5vxy2aJqjMyPq8nkRKE= root@ip-10-31-41-127.us-east-1.aws.redhat.com\\n", "after": "10.31.41.127 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx6kDnItmhvNhMiaOmxB+c+7XRmxVcsgITSy1g67fT9fdttSCf08ZXZHd1zyYK9jMhjUil/M/V6l4xlfua0R3CnsUz1LtjgdlsgetBE2HdQGWpVPIvo6JQgS6U4UozmtuNfytmxzgtoMNRWY3um9SOnoJvVp7rrXRrFftDFhThagSBjY7U1VgEakdE87bkBThM7S6vN5KI+b4btFTkVUOBHmJ8NmPwo7k+OHSATy8o8GXqhVWcEMIp71K0bFmMgp1uOq0CkiFRCef3Vm83iHkfGfA9vxw41w9F72CgPLEPfcmG1doQvavN43g1RzjzvuxOvV22BjhHfsZCHVWRRnYRgM2euwmuq0/hPnsEBVPhE3DTV91UMxl8ziorNEk6peaM2WOxmka3aqZ3sanSrJmjZ1hOnWSfXq/pbpreqBdbBS85t8knX6nV8JMUUmqYPbyn99w3NnirwE86Yj7YZMLKogIVSNTPq32gXGrQKqrqkJQi5vxy2aJqjMyPq8nkRKE= root@ip-10-31-41-127.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.41.127 closed.\r\n') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579875.6566606-11319-148147445915417/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') ok: [managed-node1] => { "changed": false, "diff": { "after": "10.31.40.40 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCf0octbOymiErwQbfKHEMJoslIMOaDFAJ2xhOquYFAd2Wq5X5m0Fljp+CklRSL49zmuFXpcbG450eFdTsd5/Fiyvu8TvkwyxPKDVt00j6U0P8xm8pUK0Iao9uydvsssHUBrYGrsHFQNRO38qpG9zmJzRLx2tQzzMS3K5f7YNI40iFc/uT62j0mJbfFSIRQwEi04BazmyCme2CdQJ5RIFLiW+RP5QSdtnUVE0KP5KrnIg+UNHh7V5pACfaosc69Y+Z/E4GxqR9A3r9CIKCFz2tisj7JTl5Camucc02RaoVMnOKXq9xnelNv3NSbxm+84zL4v4UM+2fe5m2rPwPcrsrN052/TTIEE2Fv0+vHT8YvgHuSL86yobMoYnqgVtkv1IwYH+TiiyM+bIZYRrNNXf+M27qXOPS3/w93ND3RI+s5G8H+4EKGFCZhimSACBrrRG6J+WCcfQTYcILgO9ao5g7vknV/i/GBCh9gkrhoyiu8emyNfjXt+dppHHauqhUtLss= root@ip-10-31-40-40.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.40 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCf0octbOymiErwQbfKHEMJoslIMOaDFAJ2xhOquYFAd2Wq5X5m0Fljp+CklRSL49zmuFXpcbG450eFdTsd5/Fiyvu8TvkwyxPKDVt00j6U0P8xm8pUK0Iao9uydvsssHUBrYGrsHFQNRO38qpG9zmJzRLx2tQzzMS3K5f7YNI40iFc/uT62j0mJbfFSIRQwEi04BazmyCme2CdQJ5RIFLiW+RP5QSdtnUVE0KP5KrnIg+UNHh7V5pACfaosc69Y+Z/E4GxqR9A3r9CIKCFz2tisj7JTl5Camucc02RaoVMnOKXq9xnelNv3NSbxm+84zL4v4UM+2fe5m2rPwPcrsrN052/TTIEE2Fv0+vHT8YvgHuSL86yobMoYnqgVtkv1IwYH+TiiyM+bIZYRrNNXf+M27qXOPS3/w93ND3RI+s5G8H+4EKGFCZhimSACBrrRG6J+WCcfQTYcILgO9ao5g7vknV/i/GBCh9gkrhoyiu8emyNfjXt+dppHHauqhUtLss= root@ip-10-31-40-40.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.40.40 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCf0octbOymiErwQbfKHEMJoslIMOaDFAJ2xhOquYFAd2Wq5X5m0Fljp+CklRSL49zmuFXpcbG450eFdTsd5/Fiyvu8TvkwyxPKDVt00j6U0P8xm8pUK0Iao9uydvsssHUBrYGrsHFQNRO38qpG9zmJzRLx2tQzzMS3K5f7YNI40iFc/uT62j0mJbfFSIRQwEi04BazmyCme2CdQJ5RIFLiW+RP5QSdtnUVE0KP5KrnIg+UNHh7V5pACfaosc69Y+Z/E4GxqR9A3r9CIKCFz2tisj7JTl5Camucc02RaoVMnOKXq9xnelNv3NSbxm+84zL4v4UM+2fe5m2rPwPcrsrN052/TTIEE2Fv0+vHT8YvgHuSL86yobMoYnqgVtkv1IwYH+TiiyM+bIZYRrNNXf+M27qXOPS3/w93ND3RI+s5G8H+4EKGFCZhimSACBrrRG6J+WCcfQTYcILgO9ao5g7vknV/i/GBCh9gkrhoyiu8emyNfjXt+dppHHauqhUtLss= root@ip-10-31-40-40.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.40 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCf0octbOymiErwQbfKHEMJoslIMOaDFAJ2xhOquYFAd2Wq5X5m0Fljp+CklRSL49zmuFXpcbG450eFdTsd5/Fiyvu8TvkwyxPKDVt00j6U0P8xm8pUK0Iao9uydvsssHUBrYGrsHFQNRO38qpG9zmJzRLx2tQzzMS3K5f7YNI40iFc/uT62j0mJbfFSIRQwEi04BazmyCme2CdQJ5RIFLiW+RP5QSdtnUVE0KP5KrnIg+UNHh7V5pACfaosc69Y+Z/E4GxqR9A3r9CIKCFz2tisj7JTl5Camucc02RaoVMnOKXq9xnelNv3NSbxm+84zL4v4UM+2fe5m2rPwPcrsrN052/TTIEE2Fv0+vHT8YvgHuSL86yobMoYnqgVtkv1IwYH+TiiyM+bIZYRrNNXf+M27qXOPS3/w93ND3RI+s5G8H+4EKGFCZhimSACBrrRG6J+WCcfQTYcILgO9ao5g7vknV/i/GBCh9gkrhoyiu8emyNfjXt+dppHHauqhUtLss= root@ip-10-31-40-40.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.40.40 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCf0octbOymiErwQbfKHEMJoslIMOaDFAJ2xhOquYFAd2Wq5X5m0Fljp+CklRSL49zmuFXpcbG450eFdTsd5/Fiyvu8TvkwyxPKDVt00j6U0P8xm8pUK0Iao9uydvsssHUBrYGrsHFQNRO38qpG9zmJzRLx2tQzzMS3K5f7YNI40iFc/uT62j0mJbfFSIRQwEi04BazmyCme2CdQJ5RIFLiW+RP5QSdtnUVE0KP5KrnIg+UNHh7V5pACfaosc69Y+Z/E4GxqR9A3r9CIKCFz2tisj7JTl5Camucc02RaoVMnOKXq9xnelNv3NSbxm+84zL4v4UM+2fe5m2rPwPcrsrN052/TTIEE2Fv0+vHT8YvgHuSL86yobMoYnqgVtkv1IwYH+TiiyM+bIZYRrNNXf+M27qXOPS3/w93ND3RI+s5G8H+4EKGFCZhimSACBrrRG6J+WCcfQTYcILgO9ao5g7vknV/i/GBCh9gkrhoyiu8emyNfjXt+dppHHauqhUtLss= root@ip-10-31-40-40.us-east-1.aws.redhat.com\n", "name": "10.31.40.40", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } <10.31.43.125> (0, b'', b'') ok: [managed-node2] => { "changed": false, "diff": { "after": "10.31.43.125 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDiD9CstVFmBcR2IercHMwtTUGhvAW6xiye1X5Sq00QwvP4WvYfOGdYiR3Rxm6QXTr96MnJ/6Ngcqaq7ZgbDkxD65Rx7ExHhgTYix4x9aEvVt9IpIVSFuBU33RcLL4+GKo6Bn7Cgneem7FRuDPIER3JBG7JqNxXPRtkTsB975QwWR9d4JdmWLLZRZAmKdNAoKlfTFmfwhsBXWQldVAjns4v379Qdi7YzhfuCXPz5FydIyhJC02/5WqWcvWSG8MYXIOE97E556ULWCUa5iuqKN5xuuWCkyQ4lKPW+uM1YhouOENhrZ/H0XBgg7vItP8lzVJLBz1dhkcqGaDcmKBYBE/VFVGWAcuAmJRZEugX9h8TImn75GE6tRLfo4pjgPYTb+P9YdNujnQgUYb6y167hC6rBfM0b4qsHY4WKENd8rGtgb2c174D6q4lQGzEH4EPEm44w61YmdQXgV9LuS2049iamiwoKfaCJ36l/Gh4ZeXIGDugdI9TOm0t4ITAfJC4NM0= root@ip-10-31-43-125.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.43.125 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDiD9CstVFmBcR2IercHMwtTUGhvAW6xiye1X5Sq00QwvP4WvYfOGdYiR3Rxm6QXTr96MnJ/6Ngcqaq7ZgbDkxD65Rx7ExHhgTYix4x9aEvVt9IpIVSFuBU33RcLL4+GKo6Bn7Cgneem7FRuDPIER3JBG7JqNxXPRtkTsB975QwWR9d4JdmWLLZRZAmKdNAoKlfTFmfwhsBXWQldVAjns4v379Qdi7YzhfuCXPz5FydIyhJC02/5WqWcvWSG8MYXIOE97E556ULWCUa5iuqKN5xuuWCkyQ4lKPW+uM1YhouOENhrZ/H0XBgg7vItP8lzVJLBz1dhkcqGaDcmKBYBE/VFVGWAcuAmJRZEugX9h8TImn75GE6tRLfo4pjgPYTb+P9YdNujnQgUYb6y167hC6rBfM0b4qsHY4WKENd8rGtgb2c174D6q4lQGzEH4EPEm44w61YmdQXgV9LuS2049iamiwoKfaCJ36l/Gh4ZeXIGDugdI9TOm0t4ITAfJC4NM0= root@ip-10-31-43-125.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.43.125 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDiD9CstVFmBcR2IercHMwtTUGhvAW6xiye1X5Sq00QwvP4WvYfOGdYiR3Rxm6QXTr96MnJ/6Ngcqaq7ZgbDkxD65Rx7ExHhgTYix4x9aEvVt9IpIVSFuBU33RcLL4+GKo6Bn7Cgneem7FRuDPIER3JBG7JqNxXPRtkTsB975QwWR9d4JdmWLLZRZAmKdNAoKlfTFmfwhsBXWQldVAjns4v379Qdi7YzhfuCXPz5FydIyhJC02/5WqWcvWSG8MYXIOE97E556ULWCUa5iuqKN5xuuWCkyQ4lKPW+uM1YhouOENhrZ/H0XBgg7vItP8lzVJLBz1dhkcqGaDcmKBYBE/VFVGWAcuAmJRZEugX9h8TImn75GE6tRLfo4pjgPYTb+P9YdNujnQgUYb6y167hC6rBfM0b4qsHY4WKENd8rGtgb2c174D6q4lQGzEH4EPEm44w61YmdQXgV9LuS2049iamiwoKfaCJ36l/Gh4ZeXIGDugdI9TOm0t4ITAfJC4NM0= root@ip-10-31-43-125.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.43.125 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDiD9CstVFmBcR2IercHMwtTUGhvAW6xiye1X5Sq00QwvP4WvYfOGdYiR3Rxm6QXTr96MnJ/6Ngcqaq7ZgbDkxD65Rx7ExHhgTYix4x9aEvVt9IpIVSFuBU33RcLL4+GKo6Bn7Cgneem7FRuDPIER3JBG7JqNxXPRtkTsB975QwWR9d4JdmWLLZRZAmKdNAoKlfTFmfwhsBXWQldVAjns4v379Qdi7YzhfuCXPz5FydIyhJC02/5WqWcvWSG8MYXIOE97E556ULWCUa5iuqKN5xuuWCkyQ4lKPW+uM1YhouOENhrZ/H0XBgg7vItP8lzVJLBz1dhkcqGaDcmKBYBE/VFVGWAcuAmJRZEugX9h8TImn75GE6tRLfo4pjgPYTb+P9YdNujnQgUYb6y167hC6rBfM0b4qsHY4WKENd8rGtgb2c174D6q4lQGzEH4EPEm44w61YmdQXgV9LuS2049iamiwoKfaCJ36l/Gh4ZeXIGDugdI9TOm0t4ITAfJC4NM0= root@ip-10-31-43-125.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.43.125 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDiD9CstVFmBcR2IercHMwtTUGhvAW6xiye1X5Sq00QwvP4WvYfOGdYiR3Rxm6QXTr96MnJ/6Ngcqaq7ZgbDkxD65Rx7ExHhgTYix4x9aEvVt9IpIVSFuBU33RcLL4+GKo6Bn7Cgneem7FRuDPIER3JBG7JqNxXPRtkTsB975QwWR9d4JdmWLLZRZAmKdNAoKlfTFmfwhsBXWQldVAjns4v379Qdi7YzhfuCXPz5FydIyhJC02/5WqWcvWSG8MYXIOE97E556ULWCUa5iuqKN5xuuWCkyQ4lKPW+uM1YhouOENhrZ/H0XBgg7vItP8lzVJLBz1dhkcqGaDcmKBYBE/VFVGWAcuAmJRZEugX9h8TImn75GE6tRLfo4pjgPYTb+P9YdNujnQgUYb6y167hC6rBfM0b4qsHY4WKENd8rGtgb2c174D6q4lQGzEH4EPEm44w61YmdQXgV9LuS2049iamiwoKfaCJ36l/Gh4ZeXIGDugdI9TOm0t4ITAfJC4NM0= root@ip-10-31-43-125.us-east-1.aws.redhat.com\n", "name": "10.31.43.125", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } <10.31.41.127> (0, b'', b'') ok: [managed-node3] => { "changed": false, "diff": { "after": "10.31.41.127 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx6kDnItmhvNhMiaOmxB+c+7XRmxVcsgITSy1g67fT9fdttSCf08ZXZHd1zyYK9jMhjUil/M/V6l4xlfua0R3CnsUz1LtjgdlsgetBE2HdQGWpVPIvo6JQgS6U4UozmtuNfytmxzgtoMNRWY3um9SOnoJvVp7rrXRrFftDFhThagSBjY7U1VgEakdE87bkBThM7S6vN5KI+b4btFTkVUOBHmJ8NmPwo7k+OHSATy8o8GXqhVWcEMIp71K0bFmMgp1uOq0CkiFRCef3Vm83iHkfGfA9vxw41w9F72CgPLEPfcmG1doQvavN43g1RzjzvuxOvV22BjhHfsZCHVWRRnYRgM2euwmuq0/hPnsEBVPhE3DTV91UMxl8ziorNEk6peaM2WOxmka3aqZ3sanSrJmjZ1hOnWSfXq/pbpreqBdbBS85t8knX6nV8JMUUmqYPbyn99w3NnirwE86Yj7YZMLKogIVSNTPq32gXGrQKqrqkJQi5vxy2aJqjMyPq8nkRKE= root@ip-10-31-41-127.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.41.127 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx6kDnItmhvNhMiaOmxB+c+7XRmxVcsgITSy1g67fT9fdttSCf08ZXZHd1zyYK9jMhjUil/M/V6l4xlfua0R3CnsUz1LtjgdlsgetBE2HdQGWpVPIvo6JQgS6U4UozmtuNfytmxzgtoMNRWY3um9SOnoJvVp7rrXRrFftDFhThagSBjY7U1VgEakdE87bkBThM7S6vN5KI+b4btFTkVUOBHmJ8NmPwo7k+OHSATy8o8GXqhVWcEMIp71K0bFmMgp1uOq0CkiFRCef3Vm83iHkfGfA9vxw41w9F72CgPLEPfcmG1doQvavN43g1RzjzvuxOvV22BjhHfsZCHVWRRnYRgM2euwmuq0/hPnsEBVPhE3DTV91UMxl8ziorNEk6peaM2WOxmka3aqZ3sanSrJmjZ1hOnWSfXq/pbpreqBdbBS85t8knX6nV8JMUUmqYPbyn99w3NnirwE86Yj7YZMLKogIVSNTPq32gXGrQKqrqkJQi5vxy2aJqjMyPq8nkRKE= root@ip-10-31-41-127.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.41.127 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx6kDnItmhvNhMiaOmxB+c+7XRmxVcsgITSy1g67fT9fdttSCf08ZXZHd1zyYK9jMhjUil/M/V6l4xlfua0R3CnsUz1LtjgdlsgetBE2HdQGWpVPIvo6JQgS6U4UozmtuNfytmxzgtoMNRWY3um9SOnoJvVp7rrXRrFftDFhThagSBjY7U1VgEakdE87bkBThM7S6vN5KI+b4btFTkVUOBHmJ8NmPwo7k+OHSATy8o8GXqhVWcEMIp71K0bFmMgp1uOq0CkiFRCef3Vm83iHkfGfA9vxw41w9F72CgPLEPfcmG1doQvavN43g1RzjzvuxOvV22BjhHfsZCHVWRRnYRgM2euwmuq0/hPnsEBVPhE3DTV91UMxl8ziorNEk6peaM2WOxmka3aqZ3sanSrJmjZ1hOnWSfXq/pbpreqBdbBS85t8knX6nV8JMUUmqYPbyn99w3NnirwE86Yj7YZMLKogIVSNTPq32gXGrQKqrqkJQi5vxy2aJqjMyPq8nkRKE= root@ip-10-31-41-127.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.41.127 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx6kDnItmhvNhMiaOmxB+c+7XRmxVcsgITSy1g67fT9fdttSCf08ZXZHd1zyYK9jMhjUil/M/V6l4xlfua0R3CnsUz1LtjgdlsgetBE2HdQGWpVPIvo6JQgS6U4UozmtuNfytmxzgtoMNRWY3um9SOnoJvVp7rrXRrFftDFhThagSBjY7U1VgEakdE87bkBThM7S6vN5KI+b4btFTkVUOBHmJ8NmPwo7k+OHSATy8o8GXqhVWcEMIp71K0bFmMgp1uOq0CkiFRCef3Vm83iHkfGfA9vxw41w9F72CgPLEPfcmG1doQvavN43g1RzjzvuxOvV22BjhHfsZCHVWRRnYRgM2euwmuq0/hPnsEBVPhE3DTV91UMxl8ziorNEk6peaM2WOxmka3aqZ3sanSrJmjZ1hOnWSfXq/pbpreqBdbBS85t8knX6nV8JMUUmqYPbyn99w3NnirwE86Yj7YZMLKogIVSNTPq32gXGrQKqrqkJQi5vxy2aJqjMyPq8nkRKE= root@ip-10-31-41-127.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.41.127 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx6kDnItmhvNhMiaOmxB+c+7XRmxVcsgITSy1g67fT9fdttSCf08ZXZHd1zyYK9jMhjUil/M/V6l4xlfua0R3CnsUz1LtjgdlsgetBE2HdQGWpVPIvo6JQgS6U4UozmtuNfytmxzgtoMNRWY3um9SOnoJvVp7rrXRrFftDFhThagSBjY7U1VgEakdE87bkBThM7S6vN5KI+b4btFTkVUOBHmJ8NmPwo7k+OHSATy8o8GXqhVWcEMIp71K0bFmMgp1uOq0CkiFRCef3Vm83iHkfGfA9vxw41w9F72CgPLEPfcmG1doQvavN43g1RzjzvuxOvV22BjhHfsZCHVWRRnYRgM2euwmuq0/hPnsEBVPhE3DTV91UMxl8ziorNEk6peaM2WOxmka3aqZ3sanSrJmjZ1hOnWSfXq/pbpreqBdbBS85t8knX6nV8JMUUmqYPbyn99w3NnirwE86Yj7YZMLKogIVSNTPq32gXGrQKqrqkJQi5vxy2aJqjMyPq8nkRKE= root@ip-10-31-41-127.us-east-1.aws.redhat.com\n", "name": "10.31.41.127", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } TASK [fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists] *** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 11 January 2025 02:17:56 -0500 (0:00:00.582) 0:00:12.580 ****** <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.40> (0, b'/root\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579876.126251-11344-9413820163680 `" && echo ansible-tmp-1736579876.126251-11344-9413820163680="` echo /root/.ansible/tmp/ansible-tmp-1736579876.126251-11344-9413820163680 `" ) && sleep 0'"'"'' <10.31.43.125> (0, b'/root\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579876.139616-11345-262330194603736 `" && echo ansible-tmp-1736579876.139616-11345-262330194603736="` echo /root/.ansible/tmp/ansible-tmp-1736579876.139616-11345-262330194603736 `" ) && sleep 0'"'"'' <10.31.41.127> (0, b'/root\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579876.1440187-11347-280465599269774 `" && echo ansible-tmp-1736579876.1440187-11347-280465599269774="` echo /root/.ansible/tmp/ansible-tmp-1736579876.1440187-11347-280465599269774 `" ) && sleep 0'"'"'' <10.31.40.40> (0, b'ansible-tmp-1736579876.126251-11344-9413820163680=/root/.ansible/tmp/ansible-tmp-1736579876.126251-11344-9413820163680\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.40.40> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmprephlayi TO /root/.ansible/tmp/ansible-tmp-1736579876.126251-11344-9413820163680/AnsiballZ_stat.py <10.31.40.40> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/108384276e '[10.31.40.40]' <10.31.43.125> (0, b'ansible-tmp-1736579876.139616-11345-262330194603736=/root/.ansible/tmp/ansible-tmp-1736579876.139616-11345-262330194603736\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.43.125> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpvqgbv8j0 TO /root/.ansible/tmp/ansible-tmp-1736579876.139616-11345-262330194603736/AnsiballZ_stat.py <10.31.43.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a8be1eb791 '[10.31.43.125]' <10.31.41.127> (0, b'ansible-tmp-1736579876.1440187-11347-280465599269774=/root/.ansible/tmp/ansible-tmp-1736579876.1440187-11347-280465599269774\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.41.127> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp5ma7n15c TO /root/.ansible/tmp/ansible-tmp-1736579876.1440187-11347-280465599269774/AnsiballZ_stat.py <10.31.41.127> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/c64ecc14ab '[10.31.41.127]' <10.31.40.40> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmprephlayi /root/.ansible/tmp/ansible-tmp-1736579876.126251-11344-9413820163680/AnsiballZ_stat.py\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579876.126251-11344-9413820163680/ /root/.ansible/tmp/ansible-tmp-1736579876.126251-11344-9413820163680/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpvqgbv8j0 /root/.ansible/tmp/ansible-tmp-1736579876.139616-11345-262330194603736/AnsiballZ_stat.py\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579876.139616-11345-262330194603736/ /root/.ansible/tmp/ansible-tmp-1736579876.139616-11345-262330194603736/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e -tt 10.31.40.40 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579876.126251-11344-9413820163680/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.127> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp5ma7n15c /root/.ansible/tmp/ansible-tmp-1736579876.1440187-11347-280465599269774/AnsiballZ_stat.py\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579876.1440187-11347-280465599269774/ /root/.ansible/tmp/ansible-tmp-1736579876.1440187-11347-280465599269774/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 -tt 10.31.43.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579876.139616-11345-262330194603736/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab -tt 10.31.41.127 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579876.1440187-11347-280465599269774/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.40> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 103, "inode": 79692034, "dev": 51713, "nlink": 1, "atime": 1736579820.9703186, "mtime": 1736579820.0773196, "ctime": 1736579820.4783192, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "82b13fc94b6042643845d6ec4cb74a44656312bc", "mimetype": "text/plain", "charset": "us-ascii", "version": "4203973286", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.40.40 closed.\r\n') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579876.126251-11344-9413820163680/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.125> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 121, "inode": 174063874, "dev": 51713, "nlink": 1, "atime": 1736579838.1375034, "mtime": 1736579836.2694976, "ctime": 1736579836.6444988, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "da13549a73b3fadc55687067f748d62ecc996c1a", "mimetype": "text/plain", "charset": "us-ascii", "version": "3306156923", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.43.125 closed.\r\n') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579876.139616-11345-262330194603736/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1736579820.9703186, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "82b13fc94b6042643845d6ec4cb74a44656312bc", "ctime": 1736579820.4783192, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 79692034, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736579820.0773196, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 103, "uid": 0, "version": "4203973286", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.41.127> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 104, "inode": 102760706, "dev": 51713, "nlink": 1, "atime": 1736579843.0465033, "mtime": 1736579840.9524968, "ctime": 1736579841.2264977, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "fdef1ef10375f0af73df7825e4bd62e50603e9b0", "mimetype": "text/plain", "charset": "us-ascii", "version": "4185377356", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.41.127 closed.\r\n') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579876.1440187-11347-280465599269774/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1736579838.1375034, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "da13549a73b3fadc55687067f748d62ecc996c1a", "ctime": 1736579836.6444988, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 174063874, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736579836.2694976, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 121, "uid": 0, "version": "3306156923", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.41.127> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1736579843.0465033, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fdef1ef10375f0af73df7825e4bd62e50603e9b0", "ctime": 1736579841.2264977, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 102760706, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736579840.9524968, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "4185377356", "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-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 11 January 2025 02:17:56 -0500 (0:00:00.394) 0:00:12.974 ****** <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.40> (0, b'/root\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579876.535583-11371-49552979102140 `" && echo ansible-tmp-1736579876.535583-11371-49552979102140="` echo /root/.ansible/tmp/ansible-tmp-1736579876.535583-11371-49552979102140 `" ) && sleep 0'"'"'' <10.31.43.125> (0, b'/root\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579876.5388565-11374-114994229509973 `" && echo ansible-tmp-1736579876.5388565-11374-114994229509973="` echo /root/.ansible/tmp/ansible-tmp-1736579876.5388565-11374-114994229509973 `" ) && sleep 0'"'"'' <10.31.41.127> (0, b'/root\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579876.554136-11377-18061023792731 `" && echo ansible-tmp-1736579876.554136-11377-18061023792731="` echo /root/.ansible/tmp/ansible-tmp-1736579876.554136-11377-18061023792731 `" ) && sleep 0'"'"'' <10.31.40.40> (0, b'ansible-tmp-1736579876.535583-11371-49552979102140=/root/.ansible/tmp/ansible-tmp-1736579876.535583-11371-49552979102140\n', b'') <10.31.43.125> (0, b'ansible-tmp-1736579876.5388565-11374-114994229509973=/root/.ansible/tmp/ansible-tmp-1736579876.5388565-11374-114994229509973\n', b'') <10.31.41.127> (0, b'ansible-tmp-1736579876.554136-11377-18061023792731=/root/.ansible/tmp/ansible-tmp-1736579876.554136-11377-18061023792731\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.40.40> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpybdbamit TO /root/.ansible/tmp/ansible-tmp-1736579876.535583-11371-49552979102140/AnsiballZ_stat.py <10.31.40.40> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/108384276e '[10.31.40.40]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.43.125> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpc_t33lfa TO /root/.ansible/tmp/ansible-tmp-1736579876.5388565-11374-114994229509973/AnsiballZ_stat.py <10.31.43.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a8be1eb791 '[10.31.43.125]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.41.127> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp36gruekw TO /root/.ansible/tmp/ansible-tmp-1736579876.554136-11377-18061023792731/AnsiballZ_stat.py <10.31.41.127> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/c64ecc14ab '[10.31.41.127]' <10.31.40.40> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpybdbamit /root/.ansible/tmp/ansible-tmp-1736579876.535583-11371-49552979102140/AnsiballZ_stat.py\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579876.535583-11371-49552979102140/ /root/.ansible/tmp/ansible-tmp-1736579876.535583-11371-49552979102140/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpc_t33lfa /root/.ansible/tmp/ansible-tmp-1736579876.5388565-11374-114994229509973/AnsiballZ_stat.py\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579876.5388565-11374-114994229509973/ /root/.ansible/tmp/ansible-tmp-1736579876.5388565-11374-114994229509973/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.127> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp36gruekw /root/.ansible/tmp/ansible-tmp-1736579876.554136-11377-18061023792731/AnsiballZ_stat.py\n', b'') <10.31.40.40> (0, b'', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579876.554136-11377-18061023792731/ /root/.ansible/tmp/ansible-tmp-1736579876.554136-11377-18061023792731/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e -tt 10.31.40.40 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579876.535583-11371-49552979102140/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 -tt 10.31.43.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579876.5388565-11374-114994229509973/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab -tt 10.31.41.127 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579876.554136-11377-18061023792731/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.40> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 103, "inode": 79692034, "dev": 51713, "nlink": 1, "atime": 1736579820.9703186, "mtime": 1736579820.0773196, "ctime": 1736579820.4783192, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "82b13fc94b6042643845d6ec4cb74a44656312bc", "mimetype": "text/plain", "charset": "us-ascii", "version": "4203973286", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_md5": false, "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to 10.31.40.40 closed.\r\n') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.40.40> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp6knozxit TO /root/.ansible/tmp/ansible-tmp-1736579876.535583-11371-49552979102140/AnsiballZ_file.py <10.31.40.40> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/108384276e '[10.31.40.40]' <10.31.43.125> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 121, "inode": 174063874, "dev": 51713, "nlink": 1, "atime": 1736579838.1375034, "mtime": 1736579836.2694976, "ctime": 1736579836.6444988, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "da13549a73b3fadc55687067f748d62ecc996c1a", "mimetype": "text/plain", "charset": "us-ascii", "version": "3306156923", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_md5": false, "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to 10.31.43.125 closed.\r\n') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579876.5388565-11374-114994229509973/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.127> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 104, "inode": 102760706, "dev": 51713, "nlink": 1, "atime": 1736579843.0465033, "mtime": 1736579840.9524968, "ctime": 1736579841.2264977, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "fdef1ef10375f0af73df7825e4bd62e50603e9b0", "mimetype": "text/plain", "charset": "us-ascii", "version": "4185377356", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_md5": false, "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to 10.31.41.127 closed.\r\n') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.41.127> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpquh5cf_t TO /root/.ansible/tmp/ansible-tmp-1736579876.554136-11377-18061023792731/AnsiballZ_file.py <10.31.41.127> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/c64ecc14ab '[10.31.41.127]' <10.31.40.40> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp6knozxit /root/.ansible/tmp/ansible-tmp-1736579876.535583-11371-49552979102140/AnsiballZ_file.py\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579876.535583-11371-49552979102140/ /root/.ansible/tmp/ansible-tmp-1736579876.535583-11371-49552979102140/AnsiballZ_file.py && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed-node2 changed: [managed-node2] => { "changed": true, "diff": [], "invocation": { "backup": true, "dest": "/etc/kdump.conf", "follow": false, "mode": "0644", "module_args": { "backup": true, "dest": "/etc/kdump.conf", "follow": false, "mode": "0644", "src": "/root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpaz5byd9s/kdump.conf.j2" }, "src": "/root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpaz5byd9s/kdump.conf.j2" } } <10.31.41.127> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpquh5cf_t /root/.ansible/tmp/ansible-tmp-1736579876.554136-11377-18061023792731/AnsiballZ_file.py\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579876.554136-11377-18061023792731/ /root/.ansible/tmp/ansible-tmp-1736579876.554136-11377-18061023792731/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e -tt 10.31.40.40 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579876.535583-11371-49552979102140/AnsiballZ_file.py && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab -tt 10.31.41.127 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579876.554136-11377-18061023792731/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.40> (0, b'\r\n{"path": "/etc/kdump.conf", "changed": false, "diff": {"before": {"path": "/etc/kdump.conf"}, "after": {"path": "/etc/kdump.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 103, "invocation": {"module_args": {"mode": "0644", "follow": false, "dest": "/etc/kdump.conf", "_original_basename": "kdump.conf.j2", "recurse": false, "state": "file", "path": "/etc/kdump.conf", "force": false, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.40.40 closed.\r\n') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579876.535583-11371-49552979102140/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.127> (0, b'\r\n{"path": "/etc/kdump.conf", "changed": false, "diff": {"before": {"path": "/etc/kdump.conf"}, "after": {"path": "/etc/kdump.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "invocation": {"module_args": {"mode": "0644", "follow": false, "dest": "/etc/kdump.conf", "_original_basename": "kdump.conf.j2", "recurse": false, "state": "file", "path": "/etc/kdump.conf", "force": false, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.41.127 closed.\r\n') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579876.554136-11377-18061023792731/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') ok: [managed-node1] => { "changed": false, "checksum": "82b13fc94b6042643845d6ec4cb74a44656312bc", "dest": "/etc/kdump.conf", "diff": { "after": { "path": "/etc/kdump.conf" }, "before": { "path": "/etc/kdump.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "kdump.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/kdump.conf", "directory_mode": null, "follow": false, "force": false, "group": null, "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/etc/kdump.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/kdump.conf", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 103, "state": "file", "uid": 0 } <10.31.41.127> (0, b'', b'') ok: [managed-node3] => { "changed": false, "checksum": "fdef1ef10375f0af73df7825e4bd62e50603e9b0", "dest": "/etc/kdump.conf", "diff": { "after": { "path": "/etc/kdump.conf" }, "before": { "path": "/etc/kdump.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "kdump.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/kdump.conf", "directory_mode": null, "follow": false, "force": false, "group": null, "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/etc/kdump.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/kdump.conf", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 11 January 2025 02:17:57 -0500 (0:00:00.745) 0:00:13.719 ****** <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.40> (0, b'/root\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579877.2724483-11409-193547309876970 `" && echo ansible-tmp-1736579877.2724483-11409-193547309876970="` echo /root/.ansible/tmp/ansible-tmp-1736579877.2724483-11409-193547309876970 `" ) && sleep 0'"'"'' <10.31.43.125> (0, b'/root\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579877.2755215-11410-120623226796176 `" && echo ansible-tmp-1736579877.2755215-11410-120623226796176="` echo /root/.ansible/tmp/ansible-tmp-1736579877.2755215-11410-120623226796176 `" ) && sleep 0'"'"'' <10.31.41.127> (0, b'/root\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579877.2853987-11412-177819045487242 `" && echo ansible-tmp-1736579877.2853987-11412-177819045487242="` echo /root/.ansible/tmp/ansible-tmp-1736579877.2853987-11412-177819045487242 `" ) && sleep 0'"'"'' <10.31.40.40> (0, b'ansible-tmp-1736579877.2724483-11409-193547309876970=/root/.ansible/tmp/ansible-tmp-1736579877.2724483-11409-193547309876970\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.40.40> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp0i_9j7ys TO /root/.ansible/tmp/ansible-tmp-1736579877.2724483-11409-193547309876970/AnsiballZ_slurp.py <10.31.40.40> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/108384276e '[10.31.40.40]' <10.31.43.125> (0, b'ansible-tmp-1736579877.2755215-11410-120623226796176=/root/.ansible/tmp/ansible-tmp-1736579877.2755215-11410-120623226796176\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.43.125> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp1huw5pqf TO /root/.ansible/tmp/ansible-tmp-1736579877.2755215-11410-120623226796176/AnsiballZ_slurp.py <10.31.43.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a8be1eb791 '[10.31.43.125]' <10.31.41.127> (0, b'ansible-tmp-1736579877.2853987-11412-177819045487242=/root/.ansible/tmp/ansible-tmp-1736579877.2853987-11412-177819045487242\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.41.127> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp6zbew4dd TO /root/.ansible/tmp/ansible-tmp-1736579877.2853987-11412-177819045487242/AnsiballZ_slurp.py <10.31.41.127> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/c64ecc14ab '[10.31.41.127]' <10.31.43.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp1huw5pqf /root/.ansible/tmp/ansible-tmp-1736579877.2755215-11410-120623226796176/AnsiballZ_slurp.py\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579877.2755215-11410-120623226796176/ /root/.ansible/tmp/ansible-tmp-1736579877.2755215-11410-120623226796176/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.40> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp0i_9j7ys /root/.ansible/tmp/ansible-tmp-1736579877.2724483-11409-193547309876970/AnsiballZ_slurp.py\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579877.2724483-11409-193547309876970/ /root/.ansible/tmp/ansible-tmp-1736579877.2724483-11409-193547309876970/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.127> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp6zbew4dd /root/.ansible/tmp/ansible-tmp-1736579877.2853987-11412-177819045487242/AnsiballZ_slurp.py\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579877.2853987-11412-177819045487242/ /root/.ansible/tmp/ansible-tmp-1736579877.2853987-11412-177819045487242/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 -tt 10.31.43.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579877.2755215-11410-120623226796176/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e -tt 10.31.40.40 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579877.2724483-11409-193547309876970/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab -tt 10.31.41.127 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579877.2853987-11412-177819045487242/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.43.125> (0, b'\r\n{"content": "MjAxMzI2NTkyCg==", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}}\r\n', b'Shared connection to 10.31.43.125 closed.\r\n') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579877.2755215-11410-120623226796176/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.40> (0, b'\r\n{"content": "MjAxMzI2NTkyCg==", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}}\r\n', b'Shared connection to 10.31.40.40 closed.\r\n') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579877.2724483-11409-193547309876970/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.127> (0, b'\r\n{"content": "MjAxMzI2NTkyCg==", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}}\r\n', b'Shared connection to 10.31.41.127 closed.\r\n') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579877.2853987-11412-177819045487242/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') <10.31.40.40> (0, b'', b'') <10.31.41.127> (0, b'', b'') ok: [managed-node2] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } ok: [managed-node1] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } ok: [managed-node3] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] **** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 11 January 2025 02:17:57 -0500 (0:00:00.388) 0:00:14.108 ****** ok: [managed-node2] => { "ansible_facts": { "kdump_reboot_required": false }, "changed": false } ok: [managed-node1] => { "ansible_facts": { "kdump_reboot_required": false }, "changed": false } ok: [managed-node3] => { "ansible_facts": { "kdump_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed] *** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 11 January 2025 02:17:57 -0500 (0:00:00.042) 0:00:14.151 ****** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] *** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 11 January 2025 02:17:57 -0500 (0:00:00.037) 0:00:14.188 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "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-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 11 January 2025 02:17:57 -0500 (0:00:00.036) 0:00:14.224 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Reboot the managed node] *************** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 11 January 2025 02:17:57 -0500 (0:00:00.036) 0:00:14.261 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag] *** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 11 January 2025 02:17:57 -0500 (0:00:00.037) 0:00:14.298 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] ********** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 11 January 2025 02:17:57 -0500 (0:00:00.035) 0:00:14.334 ****** <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.40> (0, b'/root\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579877.8793151-11475-69142360222217 `" && echo ansible-tmp-1736579877.8793151-11475-69142360222217="` echo /root/.ansible/tmp/ansible-tmp-1736579877.8793151-11475-69142360222217 `" ) && sleep 0'"'"'' <10.31.43.125> (0, b'/root\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> (0, b'/root\n', b'') <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579877.904248-11476-23363858658757 `" && echo ansible-tmp-1736579877.904248-11476-23363858658757="` echo /root/.ansible/tmp/ansible-tmp-1736579877.904248-11476-23363858658757 `" ) && sleep 0'"'"'' <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579877.9051518-11478-225645609635311 `" && echo ansible-tmp-1736579877.9051518-11478-225645609635311="` echo /root/.ansible/tmp/ansible-tmp-1736579877.9051518-11478-225645609635311 `" ) && sleep 0'"'"'' <10.31.40.40> (0, b'ansible-tmp-1736579877.8793151-11475-69142360222217=/root/.ansible/tmp/ansible-tmp-1736579877.8793151-11475-69142360222217\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.40.40> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpf6mfiuql TO /root/.ansible/tmp/ansible-tmp-1736579877.8793151-11475-69142360222217/AnsiballZ_systemd.py <10.31.40.40> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/108384276e '[10.31.40.40]' <10.31.43.125> (0, b'ansible-tmp-1736579877.904248-11476-23363858658757=/root/.ansible/tmp/ansible-tmp-1736579877.904248-11476-23363858658757\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.43.125> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpfaladvf9 TO /root/.ansible/tmp/ansible-tmp-1736579877.904248-11476-23363858658757/AnsiballZ_systemd.py <10.31.43.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a8be1eb791 '[10.31.43.125]' <10.31.41.127> (0, b'ansible-tmp-1736579877.9051518-11478-225645609635311=/root/.ansible/tmp/ansible-tmp-1736579877.9051518-11478-225645609635311\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.41.127> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp30502fst TO /root/.ansible/tmp/ansible-tmp-1736579877.9051518-11478-225645609635311/AnsiballZ_systemd.py <10.31.41.127> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/c64ecc14ab '[10.31.41.127]' <10.31.40.40> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpf6mfiuql /root/.ansible/tmp/ansible-tmp-1736579877.8793151-11475-69142360222217/AnsiballZ_systemd.py\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579877.8793151-11475-69142360222217/ /root/.ansible/tmp/ansible-tmp-1736579877.8793151-11475-69142360222217/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.41.127> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp30502fst /root/.ansible/tmp/ansible-tmp-1736579877.9051518-11478-225645609635311/AnsiballZ_systemd.py\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> (0, b'', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579877.9051518-11478-225645609635311/ /root/.ansible/tmp/ansible-tmp-1736579877.9051518-11478-225645609635311/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e -tt 10.31.40.40 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579877.8793151-11475-69142360222217/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.43.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpfaladvf9 /root/.ansible/tmp/ansible-tmp-1736579877.904248-11476-23363858658757/AnsiballZ_systemd.py\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579877.904248-11476-23363858658757/ /root/.ansible/tmp/ansible-tmp-1736579877.904248-11476-23363858658757/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab -tt 10.31.41.127 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579877.9051518-11478-225645609635311/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 -tt 10.31.43.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579877.904248-11476-23363858658757/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.40> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2025-01-11 02:17:02 EST", "ExecMainStartTimestampMonotonic": "312878203", "ExecMainExitTimestamp": "Sat 2025-01-11 02:17:21 EST", "ExecMainExitTimestampMonotonic": "332003811", "ExecMainPID": "16455", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:02 EST] ; stop_time=[Sat 2025-01-11 02:17:21 EST] ; pid=16455 ; code=exited ; status=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 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:02 EST] ; stop_time=[Sat 2025-01-11 02:17:02 EST] ; pid=16446 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "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", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "network.target network-online.target basic.target remote-fs.target system.slice systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2025-01-11 02:17:21 EST", "StateChangeTimestampMonotonic": "332004211", "InactiveExitTimestamp": "Sat 2025-01-11 02:17:02 EST", "InactiveExitTimestampMonotonic": "312878236", "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:21 EST", "ActiveEnterTimestampMonotonic": "332004211", "ActiveExitTimestamp": "Sat 2025-01-11 02:17:02 EST", "ActiveExitTimestampMonotonic": "312853495", "InactiveEnterTimestamp": "Sat 2025-01-11 02:17:02 EST", "InactiveEnterTimestampMonotonic": "312876401", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2025-01-11 02:17:02 EST", "ConditionTimestampMonotonic": "312877232", "AssertTimestamp": "Sat 2025-01-11 02:17:02 EST", "AssertTimestampMonotonic": "312877257", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "90e82bf5a57a46fca06196e492615d3a", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "no_block": false, "enabled": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.40.40 closed.\r\n') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579877.8793151-11475-69142360222217/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.127> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2025-01-11 02:17:23 EST", "ExecMainStartTimestampMonotonic": "267023752", "ExecMainExitTimestamp": "Sat 2025-01-11 02:17:42 EST", "ExecMainExitTimestampMonotonic": "286042082", "ExecMainPID": "16747", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:23 EST] ; stop_time=[Sat 2025-01-11 02:17:42 EST] ; pid=16747 ; code=exited ; status=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 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:23 EST] ; stop_time=[Sat 2025-01-11 02:17:23 EST] ; pid=16738 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "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", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "system.slice basic.target systemd-journald.socket remote-fs.target network-online.target network.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2025-01-11 02:17:42 EST", "StateChangeTimestampMonotonic": "286042555", "InactiveExitTimestamp": "Sat 2025-01-11 02:17:23 EST", "InactiveExitTimestampMonotonic": "267023793", "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:42 EST", "ActiveEnterTimestampMonotonic": "286042555", "ActiveExitTimestamp": "Sat 2025-01-11 02:17:23 EST", "ActiveExitTimestampMonotonic": "266998690", "InactiveEnterTimestamp": "Sat 2025-01-11 02:17:23 EST", "InactiveEnterTimestampMonotonic": "267021874", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2025-01-11 02:17:23 EST", "ConditionTimestampMonotonic": "267022726", "AssertTimestamp": "Sat 2025-01-11 02:17:23 EST", "AssertTimestampMonotonic": "267022752", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "d0103ac55203457bbb713fa07c50eee5", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "no_block": false, "enabled": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.41.127 closed.\r\n') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579877.9051518-11478-225645609635311/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') <10.31.43.125> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2025-01-11 02:17:18 EST", "ExecMainStartTimestampMonotonic": "274134549", "ExecMainExitTimestamp": "Sat 2025-01-11 02:17:36 EST", "ExecMainExitTimestampMonotonic": "292977165", "ExecMainPID": "20415", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:18 EST] ; stop_time=[Sat 2025-01-11 02:17:36 EST] ; pid=20415 ; code=exited ; status=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 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:18 EST] ; stop_time=[Sat 2025-01-11 02:17:18 EST] ; pid=20406 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "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", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target network.target basic.target system.slice network-online.target systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2025-01-11 02:17:36 EST", "StateChangeTimestampMonotonic": "292977539", "InactiveExitTimestamp": "Sat 2025-01-11 02:17:18 EST", "InactiveExitTimestampMonotonic": "274134582", "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:36 EST", "ActiveEnterTimestampMonotonic": "292977539", "ActiveExitTimestamp": "Sat 2025-01-11 02:17:18 EST", "ActiveExitTimestampMonotonic": "274110695", "InactiveEnterTimestamp": "Sat 2025-01-11 02:17:18 EST", "InactiveEnterTimestampMonotonic": "274132799", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2025-01-11 02:17:18 EST", "ConditionTimestampMonotonic": "274133612", "AssertTimestamp": "Sat 2025-01-11 02:17:18 EST", "AssertTimestampMonotonic": "274133635", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "21925f364c0544f6b81ff226111d1ca1", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "no_block": false, "enabled": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.43.125 closed.\r\n') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": "started", "user": null } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:21 EST", "ActiveEnterTimestampMonotonic": "332004211", "ActiveExitTimestamp": "Sat 2025-01-11 02:17:02 EST", "ActiveExitTimestampMonotonic": "312853495", "ActiveState": "active", "After": "network.target network-online.target basic.target remote-fs.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-11 02:17:02 EST", "AssertTimestampMonotonic": "312877257", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2025-01-11 02:17:02 EST", "ConditionTimestampMonotonic": "312877232", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2025-01-11 02:17:21 EST", "ExecMainExitTimestampMonotonic": "332003811", "ExecMainPID": "16455", "ExecMainStartTimestamp": "Sat 2025-01-11 02:17:02 EST", "ExecMainStartTimestampMonotonic": "312878203", "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 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:02 EST] ; stop_time=[Sat 2025-01-11 02:17:21 EST] ; pid=16455 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:02 EST] ; stop_time=[Sat 2025-01-11 02:17:02 EST] ; pid=16446 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2025-01-11 02:17:02 EST", "InactiveEnterTimestampMonotonic": "312876401", "InactiveExitTimestamp": "Sat 2025-01-11 02:17:02 EST", "InactiveExitTimestampMonotonic": "312878236", "InvocationID": "90e82bf5a57a46fca06196e492615d3a", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2025-01-11 02:17:21 EST", "StateChangeTimestampMonotonic": "332004211", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579877.904248-11476-23363858658757/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": "started", "user": null } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:42 EST", "ActiveEnterTimestampMonotonic": "286042555", "ActiveExitTimestamp": "Sat 2025-01-11 02:17:23 EST", "ActiveExitTimestampMonotonic": "266998690", "ActiveState": "active", "After": "system.slice basic.target systemd-journald.socket remote-fs.target network-online.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-11 02:17:23 EST", "AssertTimestampMonotonic": "267022752", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2025-01-11 02:17:23 EST", "ConditionTimestampMonotonic": "267022726", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2025-01-11 02:17:42 EST", "ExecMainExitTimestampMonotonic": "286042082", "ExecMainPID": "16747", "ExecMainStartTimestamp": "Sat 2025-01-11 02:17:23 EST", "ExecMainStartTimestampMonotonic": "267023752", "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 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:23 EST] ; stop_time=[Sat 2025-01-11 02:17:42 EST] ; pid=16747 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:23 EST] ; stop_time=[Sat 2025-01-11 02:17:23 EST] ; pid=16738 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2025-01-11 02:17:23 EST", "InactiveEnterTimestampMonotonic": "267021874", "InactiveExitTimestamp": "Sat 2025-01-11 02:17:23 EST", "InactiveExitTimestampMonotonic": "267023793", "InvocationID": "d0103ac55203457bbb713fa07c50eee5", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2025-01-11 02:17:42 EST", "StateChangeTimestampMonotonic": "286042555", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } <10.31.43.125> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": "started", "user": null } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:36 EST", "ActiveEnterTimestampMonotonic": "292977539", "ActiveExitTimestamp": "Sat 2025-01-11 02:17:18 EST", "ActiveExitTimestampMonotonic": "274110695", "ActiveState": "active", "After": "remote-fs.target network.target basic.target system.slice network-online.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-11 02:17:18 EST", "AssertTimestampMonotonic": "274133635", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2025-01-11 02:17:18 EST", "ConditionTimestampMonotonic": "274133612", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2025-01-11 02:17:36 EST", "ExecMainExitTimestampMonotonic": "292977165", "ExecMainPID": "20415", "ExecMainStartTimestamp": "Sat 2025-01-11 02:17:18 EST", "ExecMainStartTimestampMonotonic": "274134549", "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 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:18 EST] ; stop_time=[Sat 2025-01-11 02:17:36 EST] ; pid=20415 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:18 EST] ; stop_time=[Sat 2025-01-11 02:17:18 EST] ; pid=20406 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2025-01-11 02:17:18 EST", "InactiveEnterTimestampMonotonic": "274132799", "InactiveExitTimestamp": "Sat 2025-01-11 02:17:18 EST", "InactiveExitTimestampMonotonic": "274134582", "InvocationID": "21925f364c0544f6b81ff226111d1ca1", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2025-01-11 02:17:36 EST", "StateChangeTimestampMonotonic": "292977539", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Cleanup kdump_path] ****************************************************** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 11 January 2025 02:17:58 -0500 (0:00:00.536) 0:00:14.871 ****** <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.125> (0, b'/root\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579878.4352686-11504-45074656032398 `" && echo ansible-tmp-1736579878.4352686-11504-45074656032398="` echo /root/.ansible/tmp/ansible-tmp-1736579878.4352686-11504-45074656032398 `" ) && sleep 0'"'"'' <10.31.40.40> (0, b'/root\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579878.4382048-11502-222856431679952 `" && echo ansible-tmp-1736579878.4382048-11502-222856431679952="` echo /root/.ansible/tmp/ansible-tmp-1736579878.4382048-11502-222856431679952 `" ) && sleep 0'"'"'' <10.31.41.127> (0, b'/root\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579878.4562159-11506-218854525640911 `" && echo ansible-tmp-1736579878.4562159-11506-218854525640911="` echo /root/.ansible/tmp/ansible-tmp-1736579878.4562159-11506-218854525640911 `" ) && sleep 0'"'"'' <10.31.43.125> (0, b'ansible-tmp-1736579878.4352686-11504-45074656032398=/root/.ansible/tmp/ansible-tmp-1736579878.4352686-11504-45074656032398\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.40.40> (0, b'ansible-tmp-1736579878.4382048-11502-222856431679952=/root/.ansible/tmp/ansible-tmp-1736579878.4382048-11502-222856431679952\n', b'') <10.31.43.125> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp8_hnhu_z TO /root/.ansible/tmp/ansible-tmp-1736579878.4352686-11504-45074656032398/AnsiballZ_file.py <10.31.43.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a8be1eb791 '[10.31.43.125]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.40.40> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp534mb9l2 TO /root/.ansible/tmp/ansible-tmp-1736579878.4382048-11502-222856431679952/AnsiballZ_file.py <10.31.40.40> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/108384276e '[10.31.40.40]' <10.31.41.127> (0, b'ansible-tmp-1736579878.4562159-11506-218854525640911=/root/.ansible/tmp/ansible-tmp-1736579878.4562159-11506-218854525640911\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.41.127> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpwqkb0r09 TO /root/.ansible/tmp/ansible-tmp-1736579878.4562159-11506-218854525640911/AnsiballZ_file.py <10.31.41.127> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/c64ecc14ab '[10.31.41.127]' <10.31.43.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp8_hnhu_z /root/.ansible/tmp/ansible-tmp-1736579878.4352686-11504-45074656032398/AnsiballZ_file.py\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579878.4352686-11504-45074656032398/ /root/.ansible/tmp/ansible-tmp-1736579878.4352686-11504-45074656032398/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.40> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmp534mb9l2 /root/.ansible/tmp/ansible-tmp-1736579878.4382048-11502-222856431679952/AnsiballZ_file.py\n', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579878.4382048-11502-222856431679952/ /root/.ansible/tmp/ansible-tmp-1736579878.4382048-11502-222856431679952/AnsiballZ_file.py && sleep 0'"'"'' <10.31.41.127> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpwqkb0r09 /root/.ansible/tmp/ansible-tmp-1736579878.4562159-11506-218854525640911/AnsiballZ_file.py\n', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579878.4562159-11506-218854525640911/ /root/.ansible/tmp/ansible-tmp-1736579878.4562159-11506-218854525640911/AnsiballZ_file.py && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 -tt 10.31.43.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579878.4352686-11504-45074656032398/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e -tt 10.31.40.40 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579878.4382048-11502-222856431679952/AnsiballZ_file.py && sleep 0'"'"'' <10.31.41.127> (0, b'', b'') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab -tt 10.31.41.127 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579878.4562159-11506-218854525640911/AnsiballZ_file.py && sleep 0'"'"'' <10.31.43.125> (0, b'\r\n{"path": "/tmp/tests_ssh", "changed": false, "state": "absent", "invocation": {"module_args": {"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": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.43.125 closed.\r\n') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579878.4352686-11504-45074656032398/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.40> (0, b'\r\n{"path": "/tmp/tests_ssh", "changed": true, "diff": {"before": {"path": "/tmp/tests_ssh", "state": "directory", "path_content": {"directories": [], "files": []}}, "after": {"path": "/tmp/tests_ssh", "state": "absent"}}, "state": "directory", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "invocation": {"module_args": {"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": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.40.40 closed.\r\n') <10.31.40.40> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.40> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/108384276e 10.31.40.40 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579878.4382048-11502-222856431679952/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.127> (0, b'\r\n{"path": "/tmp/tests_ssh", "changed": true, "diff": {"before": {"path": "/tmp/tests_ssh", "state": "directory", "path_content": {"directories": [], "files": []}}, "after": {"path": "/tmp/tests_ssh", "state": "absent"}}, "state": "directory", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "invocation": {"module_args": {"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": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.41.127 closed.\r\n') <10.31.41.127> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.127> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/c64ecc14ab 10.31.41.127 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579878.4562159-11506-218854525640911/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.40> (0, b'', b'') <10.31.43.125> (0, b'', b'') changed: [managed-node1 -> managed-node1] => { "changed": true, "diff": { "after": { "path": "/tmp/tests_ssh", "state": "absent" }, "before": { "path": "/tmp/tests_ssh", "path_content": { "directories": [], "files": [] }, "state": "directory" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/tmp/tests_ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "mode": "0755", "owner": "root", "path": "/tmp/tests_ssh", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } <10.31.41.127> (0, b'', b'') ok: [managed-node2 -> managed-node2] => { "changed": false, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/tmp/tests_ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "path": "/tmp/tests_ssh", "state": "absent" } changed: [managed-node3 -> managed-node3] => { "changed": true, "diff": { "after": { "path": "/tmp/tests_ssh", "state": "absent" }, "before": { "path": "/tmp/tests_ssh", "path_content": { "directories": [], "files": [] }, "state": "directory" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/tmp/tests_ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "mode": "0755", "owner": "root", "path": "/tmp/tests_ssh", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } RUNNING HANDLER [fedora.linux_system_roles.kdump : Restart kdump] ************** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 11 January 2025 02:17:58 -0500 (0:00:00.409) 0:00:15.281 ****** <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.125> (0, b'/root\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579878.8283172-11532-80450124898355 `" && echo ansible-tmp-1736579878.8283172-11532-80450124898355="` echo /root/.ansible/tmp/ansible-tmp-1736579878.8283172-11532-80450124898355 `" ) && sleep 0'"'"'' <10.31.43.125> (0, b'ansible-tmp-1736579878.8283172-11532-80450124898355=/root/.ansible/tmp/ansible-tmp-1736579878.8283172-11532-80450124898355\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.43.125> PUT /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpw459gqp6 TO /root/.ansible/tmp/ansible-tmp-1736579878.8283172-11532-80450124898355/AnsiballZ_systemd.py <10.31.43.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a8be1eb791 '[10.31.43.125]' <10.31.43.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10604dtumo0c3/tmpw459gqp6 /root/.ansible/tmp/ansible-tmp-1736579878.8283172-11532-80450124898355/AnsiballZ_systemd.py\n', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579878.8283172-11532-80450124898355/ /root/.ansible/tmp/ansible-tmp-1736579878.8283172-11532-80450124898355/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 -tt 10.31.43.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579878.8283172-11532-80450124898355/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.43.125> (0, b'\r\n{"name": "kdump", "changed": true, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2025-01-11 02:17:18 EST", "ExecMainStartTimestampMonotonic": "274134549", "ExecMainExitTimestamp": "Sat 2025-01-11 02:17:36 EST", "ExecMainExitTimestampMonotonic": "292977165", "ExecMainPID": "20415", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:18 EST] ; stop_time=[Sat 2025-01-11 02:17:36 EST] ; pid=20415 ; code=exited ; status=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 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:18 EST] ; stop_time=[Sat 2025-01-11 02:17:18 EST] ; pid=20406 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "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", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target network.target basic.target system.slice network-online.target systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2025-01-11 02:17:36 EST", "StateChangeTimestampMonotonic": "292977539", "InactiveExitTimestamp": "Sat 2025-01-11 02:17:18 EST", "InactiveExitTimestampMonotonic": "274134582", "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:36 EST", "ActiveEnterTimestampMonotonic": "292977539", "ActiveExitTimestamp": "Sat 2025-01-11 02:17:18 EST", "ActiveExitTimestampMonotonic": "274110695", "InactiveEnterTimestamp": "Sat 2025-01-11 02:17:18 EST", "InactiveEnterTimestampMonotonic": "274132799", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2025-01-11 02:17:18 EST", "ConditionTimestampMonotonic": "274133612", "AssertTimestamp": "Sat 2025-01-11 02:17:18 EST", "AssertTimestampMonotonic": "274133635", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "21925f364c0544f6b81ff226111d1ca1", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "restarted", "daemon_reload": false, "daemon_reexec": false, "no_block": false, "enabled": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.43.125 closed.\r\n') <10.31.43.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a8be1eb791 10.31.43.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579878.8283172-11532-80450124898355/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.125> (0, b'', b'') changed: [managed-node2] => { "changed": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": "restarted", "user": null } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:36 EST", "ActiveEnterTimestampMonotonic": "292977539", "ActiveExitTimestamp": "Sat 2025-01-11 02:17:18 EST", "ActiveExitTimestampMonotonic": "274110695", "ActiveState": "active", "After": "remote-fs.target network.target basic.target system.slice network-online.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-11 02:17:18 EST", "AssertTimestampMonotonic": "274133635", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2025-01-11 02:17:18 EST", "ConditionTimestampMonotonic": "274133612", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2025-01-11 02:17:36 EST", "ExecMainExitTimestampMonotonic": "292977165", "ExecMainPID": "20415", "ExecMainStartTimestamp": "Sat 2025-01-11 02:17:18 EST", "ExecMainStartTimestampMonotonic": "274134549", "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 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:18 EST] ; stop_time=[Sat 2025-01-11 02:17:36 EST] ; pid=20415 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:17:18 EST] ; stop_time=[Sat 2025-01-11 02:17:18 EST] ; pid=20406 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2025-01-11 02:17:18 EST", "InactiveEnterTimestampMonotonic": "274132799", "InactiveExitTimestamp": "Sat 2025-01-11 02:17:18 EST", "InactiveExitTimestampMonotonic": "274134582", "InvocationID": "21925f364c0544f6b81ff226111d1ca1", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2025-01-11 02:17:36 EST", "StateChangeTimestampMonotonic": "292977539", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node1 : ok=23 changed=1 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 managed-node2 : ok=24 changed=3 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 managed-node3 : ok=23 changed=1 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 Saturday 11 January 2025 02:17:59 -0500 (0:00:00.474) 0:00:15.755 ****** =============================================================================== fedora.linux_system_roles.kdump : Install required packages ------------- 4.11s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.20s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gather facts from managed-node1 ----------------------------------------- 0.87s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.77s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.75s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.64s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.60s /tmp/collections-Zec/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.58s /tmp/collections-Zec/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.55s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.54s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.54s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.50s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Restart kdump ------------------------- 0.47s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.47s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.43s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.41s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Cleanup kdump_path ------------------------------------------------------ 0.41s /tmp/collections-Zec/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.39s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 fedora.linux_system_roles.kdump : Fetch the servers public key ---------- 0.39s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel --- 0.39s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 STDERR: [WARNING]: running playbook inside collection fedora.linux_system_roles TASK [Remove the temporary file] *********************************************** task path: /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:40 Saturday 11 January 2025 02:17:59 -0500 (0:00:16.638) 0:00:51.760 ****** changed: [managed-node3 -> localhost] => { "changed": true, "path": "/tmp/ansible.lqaf4a2t.inventory.yaml", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node3 : ok=30 changed=8 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 Saturday 11 January 2025 02:17:59 -0500 (0:00:00.230) 0:00:51.991 ****** =============================================================================== fedora.linux_system_roles.kdump : Restart kdump ------------------------ 19.55s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Run ansible-playbook with tests_ssh.yml in check mode ------------------ 16.64s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 fedora.linux_system_roles.kdump : Install required packages ------------- 2.99s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 1.12s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Gathering Facts --------------------------------------------------------- 0.90s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Create static inventory from hostvars ----------------------------------- 0.77s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.75s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.73s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Gather facts from managed-node3 ----------------------------------------- 0.66s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Gathering Facts --------------------------------------------------------- 0.65s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gathering Facts --------------------------------------------------------- 0.63s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.62s /tmp/collections-Zec/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.52s /tmp/collections-Zec/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-Zec/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-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.48s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.47s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.39s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.38s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.38s /tmp/collections-Zec/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25