ansible-playbook [core 2.16.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-IiN executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.5 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_ssh_wrapper.yml ************************************************ 3 plays in /tmp/collections-IiN/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-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Saturday 11 January 2025 02:16:44 -0500 (0:00:00.006) 0:00:00.006 ****** ok: [managed-node3] TASK [Create temporary file] *************************************************** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7 Saturday 11 January 2025 02:16:45 -0500 (0:00:01.013) 0:00:01.020 ****** changed: [managed-node3 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.qmh14vu3.inventory.yaml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Create static inventory from hostvars] *********************************** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 Saturday 11 January 2025 02:16:45 -0500 (0:00:00.393) 0:00:01.413 ****** changed: [managed-node3 -> localhost] => { "changed": true, "checksum": "c37eb549d024a7ca3d5d712a8d128693959de4b2", "dest": "/tmp/ansible.qmh14vu3.inventory.yaml", "gid": 0, "group": "root", "md5sum": "88ec3f6eda7a5823bfa9c018cc381e89", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 33774, "src": "/root/.ansible/tmp/ansible-tmp-1736579805.6142175-9912-132724962175072/source", "state": "file", "uid": 0 } PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 11 January 2025 02:16:46 -0500 (0:00:00.783) 0:00:02.197 ****** ok: [managed-node3] TASK [Gather facts from managed-node3] ***************************************** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 11 January 2025 02:16:47 -0500 (0:00:00.731) 0:00:02.929 ****** ok: [managed-node3] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 11 January 2025 02:16:47 -0500 (0:00:00.757) 0:00:03.686 ****** skipping: [managed-node3] => { "false_condition": "ansible_distribution_major_version == '6'" } TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 11 January 2025 02:16:47 -0500 (0:00:00.012) 0:00:03.699 ****** META: end_host conditional evaluated to False, continuing execution for managed-node3 skipping: [managed-node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node3" } MSG: 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-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 11 January 2025 02:16:47 -0500 (0:00:00.006) 0:00:03.706 ****** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 11 January 2025 02:16:47 -0500 (0:00:00.032) 0:00:03.738 ****** included: /tmp/collections-IiN/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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 11 January 2025 02:16:47 -0500 (0:00:00.026) 0:00:03.765 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 11 January 2025 02:16:47 -0500 (0:00:00.038) 0:00:03.803 ****** 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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 11 January 2025 02:16:48 -0500 (0:00:00.334) 0:00:04.138 ****** 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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 11 January 2025 02:16:48 -0500 (0:00:00.024) 0:00:04.163 ****** skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 11 January 2025 02:16:48 -0500 (0:00:00.036) 0:00:04.200 ****** 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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 11 January 2025 02:16:51 -0500 (0:00:03.015) 0:00:07.215 ****** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2025-01-11 02:16:25 EST", "ActiveEnterTimestampMonotonic": "292632907", "ActiveExitTimestamp": "Sat 2025-01-11 02:16:11 EST", "ActiveExitTimestampMonotonic": "278125561", "ActiveState": "active", "After": "remote-fs.target basic.target system.slice systemd-journald.socket network-online.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-11 02:16:11 EST", "AssertTimestampMonotonic": "278150581", "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:11 EST", "ConditionTimestampMonotonic": "278150559", "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:25 EST", "ExecMainExitTimestampMonotonic": "292632380", "ExecMainPID": "8452", "ExecMainStartTimestamp": "Sat 2025-01-11 02:16:11 EST", "ExecMainStartTimestampMonotonic": "278151432", "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:11 EST] ; stop_time=[Sat 2025-01-11 02:16:25 EST] ; pid=8452 ; 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:11 EST] ; stop_time=[Sat 2025-01-11 02:16:11 EST] ; pid=8443 ; 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:11 EST", "InactiveEnterTimestampMonotonic": "278149723", "InactiveExitTimestamp": "Sat 2025-01-11 02:16:11 EST", "InactiveExitTimestampMonotonic": "278151467", "InvocationID": "21333328f927426b8ce6b18679e54e1a", "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:25 EST", "StateChangeTimestampMonotonic": "292632907", "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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 11 January 2025 02:16:52 -0500 (0:00:00.706) 0:00:07.921 ****** included: /tmp/collections-IiN/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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 11 January 2025 02:16:52 -0500 (0:00:00.062) 0:00:07.984 ****** changed: [managed-node3] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": "0:00:00.249423", "end": "2025-01-11 02:16:52.778806", "rc": 0, "start": "2025-01-11 02:16:52.529383" } 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:L0dgWp7yPi9Y41w9YM1CgJUomJbyExKbBx0d+xJJujU root@managed-node3 The key's randomart image is: +---[RSA 3072]----+ |oo.*o. +oo | |o+Boooo . . | |o=o.E. +. o | | .oo + = o+ o | | ... + S..+ | | . ooo. o | | =ooo . | | ..=o | | .+. | +----[SHA256]-----+ TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 11 January 2025 02:16:52 -0500 (0:00:00.661) 0:00:08.645 ****** ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FESHZDUWl2dnJjN1N5bjRINm1PMjdBVXdCRktkTGs2bGdISWNRTngzakQrOVNuTzFHRG9OZ3AwSTRzL2VzNkxOdXZmTHBBNzRZdXVBa0c4MmVEYWhKR3FnUk5NdElTdStqajQ4TUhaZmhrZnRvQTM1TVhlWDZXc2FPOW5ENFU4Mk9SNTJzVXh6K0FvOUlISERLUGxuMVlJYXE1cm1uVXVoU1U4QkoxdFh4bGVLdzJoRzc0WGE3TXExRUdDd0dkQmZwS0lKK3krSUFqbWp2a0JkNlVtWVhObE5OeFZHK09rMENxNDN1U1R4TTV5blBWeTNpWExyQjZQK3psRnZYMDJqVTZwcSs1aElJR1E2d0ZjajljQkRGYzgvcGRCdkNJTFpQRjYzUmMxa0VwUUFEMHoxMjFoQ2N4UXZmeGpQaFNSOE53M2Q3K2cvZjdEeGVmeU1ldWkydksrMEJpYjQway8xSGtyYy95T0N3R2FFcTcxQTA1bDhYWXVMbWdZR08vdTJ6Y0FjVFk5YWVnUmFTbHJlODdFYVVyTkdJclVCTENGdnpaN0dpcnN0dFE5ZW9nL0tnUGFzY08wMWlPZkM3Vm0ycFB2ZGM5Ym9xWDEwU0Vxb090M2d2RkVUUWFBbFBQVCtRZFJhSGtBWGVqR2RDK0oyV3F4TjJmQW5SSng2UUxrUDg9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "encoding": "base64", "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 11 January 2025 02:16:53 -0500 (0:00:00.406) 0:00:09.052 ****** ok: [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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 11 January 2025 02:16:53 -0500 (0:00:00.506) 0:00:09.559 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1736579509.7255552, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1736579812.7774715, "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": 1736579812.7774715, "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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 11 January 2025 02:16:54 -0500 (0:00:00.326) 0:00:09.885 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1736579670.2771213, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1736579509.7245553, "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": 1736579509.7245553, "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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 11 January 2025 02:16:54 -0500 (0:00:00.326) 0:00:10.212 ****** ok: [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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 11 January 2025 02:16:54 -0500 (0:00:00.452) 0:00:10.664 ****** changed: [managed-node3] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 11 January 2025 02:16:55 -0500 (0:00:00.452) 0:00:11.116 ****** ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEdEdXQ0ZFbHZDbk9wK3BOeWdYVkdjdWprdVdaanhXb2dTb0NFSEpNR1o3Sk5wWlVtSE5IcGpzdUlaclgzTjVUVjhvQ3c3SDB6VXVCUERtb2RHQmxVMk5VVFhNL3FQVHRGZllOSUQwZ1JYMTBua3N2RlBpd3lJMEtlUlpud2VZZzFnTXRMYlhWN2ZDci9iK3dKVXJaNHJVMlBMN2Z6Yjl5UUtlaytzVC9tMzFvZGZaTUNGNUthWXVYT1ZuWFUyRUZyWVdpbDVBbHg5YW1jQ0JkalVYaU5mOHEvcURPbWFEMVREOGU0QlJVRGx0c0RSMlBQOGxtNzlTclI5SlFJSHFmOWRhWWxZVzFqUkRUdTZUL3BzRHMybVNmUm9xMnVNYUluVFdqTmtWOUJMN0dJdEFtMTJiRzlYNjRBekNmaDVtNEtmWDlxMElTbXFIeE0rQ0RKeXdwZXhhTHlxMmZMeHNvYVVkOGZMMUZEc21LSlVzdHNtZThiNGtNYldtYlc4a2JDMzQ0cFl6Q3hyVHhXS1E5U29zOXdiQ3NLOEpjcFhVUGswazlsa003STAzTVcwdUQ1VVdUc2UyM3dGTkV1dEh0dFFxdG5KV0JWazVLU1hBbXdHdjgyRUZESlZ4YUpkWVgrM0Z1NDZZZjRlRWpjMmhaK0QxUDJnN21ZZ0FoSlpBNE09IHJvb3RAaXAtMTAtMzEtOC0xMjAudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 11 January 2025 02:16:55 -0500 (0:00:00.314) 0:00:11.431 ****** changed: [managed-node3] => { "changed": true, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.8.120 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtGWCFElvCnOp+pNygXVGcujkuWZjxWogSoCEHJMGZ7JNpZUmHNHpjsuIZrX3N5TV8oCw7H0zUuBPDmodGBlU2NUTXM/qPTtFfYNID0gRX10nksvFPiwyI0KeRZnweYg1gMtLbXV7fCr/b+wJUrZ4rU2PL7fzb9yQKek+sT/m31odfZMCF5KaYuXOVnXU2EFrYWil5Alx9amcCBdjUXiNf8q/qDOmaD1TD8e4BRUDltsDR2PP8lm79SrR9JQIHqf9daYlYW1jRDTu6T/psDs2mSfRoq2uMaInTWjNkV9BL7GItAm12bG9X64AzCfh5m4KfX9q0ISmqHxM+CDJywpexaLyq2fLxsoaUd8fL1FDsmKJUstsme8b4kMbWmbW8kbC344pYzCxrTxWKQ9Sos9wbCsK8JcpXUPk0k9lkM7I03MW0uD5UWTse23wFNEutHttQqtnJWBVk5KSXAmwGv82EFDJVxaJdYX+3Fu46Yf4eEjc2hZ+D1P2g7mYgAhJZA4M= root@ip-10-31-8-120.us-east-1.aws.redhat.com\n", "mode": "0644", "name": "10.31.8.120", "owner": "root", "path": "/etc/ssh/ssh_known_hosts", "secontext": "system_u:object_r:etc_t:s0", "size": 610, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists] *** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 11 January 2025 02:16:56 -0500 (0:00:00.471) 0:00:11.902 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1736579771.1551323, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5eea1b4829897f2843bafdff6b482ed722029483", "ctime": 1736579769.5441191, "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": 1736579769.2991168, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 77, "uid": 0, "version": "979541126", "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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 11 January 2025 02:16:56 -0500 (0:00:00.320) 0:00:12.223 ****** Notification for handler Restart kdump has been saved. changed: [managed-node3] => { "backup_file": "/etc/kdump.conf.16256.2025-01-11@02:16:57~", "changed": true, "checksum": "7e56c1f6ad876aea372fde9f8d58267c0e462a9f", "dest": "/etc/kdump.conf", "gid": 0, "group": "root", "md5sum": "d5c94247a91fab53ab5195d7ca7dffc8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 103, "src": "/root/.ansible/tmp/ansible-tmp-1736579816.4570544-10226-255741964610813/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 11 January 2025 02:16:57 -0500 (0:00:00.664) 0:00:12.887 ****** 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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 11 January 2025 02:16:57 -0500 (0:00:00.309) 0:00:13.196 ****** 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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 11 January 2025 02:16:57 -0500 (0:00:00.035) 0:00:13.232 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] *** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 11 January 2025 02:16:57 -0500 (0:00:00.030) 0:00:13.262 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false] *** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 11 January 2025 02:16:57 -0500 (0:00:00.030) 0:00:13.293 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Reboot the managed node] *************** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 11 January 2025 02:16:57 -0500 (0:00:00.032) 0:00:13.325 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag] *** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 11 January 2025 02:16:57 -0500 (0:00:00.029) 0:00:13.354 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] ********** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 11 January 2025 02:16:57 -0500 (0:00:00.028) 0:00:13.383 ****** ok: [managed-node3] => { "changed": false, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2025-01-11 02:16:25 EST", "ActiveEnterTimestampMonotonic": "292632907", "ActiveExitTimestamp": "Sat 2025-01-11 02:16:11 EST", "ActiveExitTimestampMonotonic": "278125561", "ActiveState": "active", "After": "remote-fs.target basic.target system.slice systemd-journald.socket network-online.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-11 02:16:11 EST", "AssertTimestampMonotonic": "278150581", "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:11 EST", "ConditionTimestampMonotonic": "278150559", "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:25 EST", "ExecMainExitTimestampMonotonic": "292632380", "ExecMainPID": "8452", "ExecMainStartTimestamp": "Sat 2025-01-11 02:16:11 EST", "ExecMainStartTimestampMonotonic": "278151432", "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:11 EST] ; stop_time=[Sat 2025-01-11 02:16:25 EST] ; pid=8452 ; 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:11 EST] ; stop_time=[Sat 2025-01-11 02:16:11 EST] ; pid=8443 ; 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:11 EST", "InactiveEnterTimestampMonotonic": "278149723", "InactiveExitTimestamp": "Sat 2025-01-11 02:16:11 EST", "InactiveExitTimestampMonotonic": "278151467", "InvocationID": "21333328f927426b8ce6b18679e54e1a", "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:25 EST", "StateChangeTimestampMonotonic": "292632907", "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-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 11 January 2025 02:16:58 -0500 (0:00:00.456) 0:00:13.839 ****** ok: [managed-node3] => { "changed": false, "path": "/tmp/tests_ssh", "state": "absent" } NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed-node3 RUNNING HANDLER [fedora.linux_system_roles.kdump : Restart kdump] ************** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 11 January 2025 02:16:58 -0500 (0:00:00.331) 0:00:14.171 ****** changed: [managed-node3] => { "changed": true, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2025-01-11 02:16:25 EST", "ActiveEnterTimestampMonotonic": "292632907", "ActiveExitTimestamp": "Sat 2025-01-11 02:16:11 EST", "ActiveExitTimestampMonotonic": "278125561", "ActiveState": "active", "After": "remote-fs.target basic.target system.slice systemd-journald.socket network-online.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-11 02:16:11 EST", "AssertTimestampMonotonic": "278150581", "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:11 EST", "ConditionTimestampMonotonic": "278150559", "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:25 EST", "ExecMainExitTimestampMonotonic": "292632380", "ExecMainPID": "8452", "ExecMainStartTimestamp": "Sat 2025-01-11 02:16:11 EST", "ExecMainStartTimestampMonotonic": "278151432", "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:11 EST] ; stop_time=[Sat 2025-01-11 02:16:25 EST] ; pid=8452 ; 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:11 EST] ; stop_time=[Sat 2025-01-11 02:16:11 EST] ; pid=8443 ; 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:11 EST", "InactiveEnterTimestampMonotonic": "278149723", "InactiveExitTimestamp": "Sat 2025-01-11 02:16:11 EST", "InactiveExitTimestampMonotonic": "278151467", "InvocationID": "21333328f927426b8ce6b18679e54e1a", "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:25 EST", "StateChangeTimestampMonotonic": "292632907", "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" } } PLAY [Run tests_ssh.yml in check_mode] ***************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Saturday 11 January 2025 02:17:17 -0500 (0:00:18.979) 0:00:33.150 ****** ok: [managed-node3] TASK [Run ansible-playbook with tests_ssh.yml in check mode] ******************* task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 Saturday 11 January 2025 02:17:18 -0500 (0:00:00.722) 0:00:33.872 ****** fatal: [managed-node3 -> localhost]: FAILED! => { "changed": false, "cmd": [ "ansible-playbook", "-vvv", "-i", "/tmp/ansible.qmh14vu3.inventory.yaml", "--check", "tests_ssh.yml" ], "delta": "0:00:16.298229", "end": "2025-01-11 02:17:34.566731", "rc": 2, "start": "2025-01-11 02:17:18.268502" } STDOUT: ansible-playbook [core 2.16.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-IiN executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.5 libyaml = True No config file found; using defaults host_list declined parsing /tmp/ansible.qmh14vu3.inventory.yaml as it did not pass its verify_file() method script declined parsing /tmp/ansible.qmh14vu3.inventory.yaml as it did not pass its verify_file() method Parsed /tmp/ansible.qmh14vu3.inventory.yaml inventory source with yaml plugin running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_ssh.yml ******************************************************** 1 plays in tests_ssh.yml PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 11 January 2025 02:17:18 -0500 (0:00:00.007) 0:00:00.007 ****** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579838.7967956-10628-211498866439206 `" && echo ansible-tmp-1736579838.7967956-10628-211498866439206="` echo /root/.ansible/tmp/ansible-tmp-1736579838.7967956-10628-211498866439206 `" ) && sleep 0' <10.31.12.16> (0, b'/root\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579838.8284914-10629-264823269664350 `" && echo ansible-tmp-1736579838.8284914-10629-264823269664350="` echo /root/.ansible/tmp/ansible-tmp-1736579838.8284914-10629-264823269664350 `" ) && sleep 0'"'"'' <10.31.8.120> (0, b'/root\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579838.831057-10633-51331754428489 `" && echo ansible-tmp-1736579838.831057-10633-51331754428489="` echo /root/.ansible/tmp/ansible-tmp-1736579838.831057-10633-51331754428489 `" ) && sleep 0'"'"'' <10.31.9.12> (0, b'/root\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579838.845478-10631-24129685832963 `" && echo ansible-tmp-1736579838.845478-10631-24129685832963="` echo /root/.ansible/tmp/ansible-tmp-1736579838.845478-10631-24129685832963 `" ) && sleep 0'"'"'' <10.31.12.16> (0, b'ansible-tmp-1736579838.8284914-10629-264823269664350=/root/.ansible/tmp/ansible-tmp-1736579838.8284914-10629-264823269664350\n', b'') <10.31.8.120> (0, b'ansible-tmp-1736579838.831057-10633-51331754428489=/root/.ansible/tmp/ansible-tmp-1736579838.831057-10633-51331754428489\n', b'') <10.31.9.12> (0, b'ansible-tmp-1736579838.845478-10631-24129685832963=/root/.ansible/tmp/ansible-tmp-1736579838.845478-10631-24129685832963\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py Attempting python interpreter discovery <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'python3.12'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.11'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.10'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.9'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.8'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' Attempting python interpreter discovery <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'python3.12'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.11'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.10'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.9'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.8'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' Attempting python interpreter discovery <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'python3.12'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.11'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.10'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.9'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.8'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpckmlezq7 TO /root/.ansible/tmp/ansible-tmp-1736579838.7967956-10628-211498866439206/AnsiballZ_setup.py EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579838.7967956-10628-211498866439206/ /root/.ansible/tmp/ansible-tmp-1736579838.7967956-10628-211498866439206/AnsiballZ_setup.py && sleep 0' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1736579838.7967956-10628-211498866439206/AnsiballZ_setup.py && sleep 0' <10.31.8.120> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/bin/python3\n/usr/libexec/platform-python\nENDFOUND\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.12.16> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/bin/python3\n/usr/libexec/platform-python\nENDFOUND\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.9.12> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/bin/python3\n/usr/libexec/platform-python\nENDFOUND\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.8.120> (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.12/site-packages/ansible/modules/setup.py <10.31.8.120> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpz7a7ezy9 TO /root/.ansible/tmp/ansible-tmp-1736579838.831057-10633-51331754428489/AnsiballZ_setup.py <10.31.8.120> 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/3f4d8c41f9"' '[10.31.8.120]' <10.31.12.16> (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.12/site-packages/ansible/modules/setup.py <10.31.12.16> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpjaekr0m9 TO /root/.ansible/tmp/ansible-tmp-1736579838.8284914-10629-264823269664350/AnsiballZ_setup.py <10.31.12.16> 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/bfa412ea09"' '[10.31.12.16]' <10.31.9.12> (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.12/site-packages/ansible/modules/setup.py <10.31.9.12> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmp1zmfa4nn TO /root/.ansible/tmp/ansible-tmp-1736579838.845478-10631-24129685832963/AnsiballZ_setup.py <10.31.9.12> 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/bdf664303c"' '[10.31.9.12]' <10.31.8.120> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpz7a7ezy9 /root/.ansible/tmp/ansible-tmp-1736579838.831057-10633-51331754428489/AnsiballZ_setup.py\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579838.831057-10633-51331754428489/ /root/.ansible/tmp/ansible-tmp-1736579838.831057-10633-51331754428489/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' -tt 10.31.8.120 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579838.831057-10633-51331754428489/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.12.16> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpjaekr0m9 /root/.ansible/tmp/ansible-tmp-1736579838.8284914-10629-264823269664350/AnsiballZ_setup.py\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579838.8284914-10629-264823269664350/ /root/.ansible/tmp/ansible-tmp-1736579838.8284914-10629-264823269664350/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.12.16> (0, b'', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' -tt 10.31.12.16 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579838.8284914-10629-264823269664350/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.9.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmp1zmfa4nn /root/.ansible/tmp/ansible-tmp-1736579838.845478-10631-24129685832963/AnsiballZ_setup.py\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579838.845478-10631-24129685832963/ /root/.ansible/tmp/ansible-tmp-1736579838.845478-10631-24129685832963/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' -tt 10.31.9.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579838.845478-10631-24129685832963/AnsiballZ_setup.py && sleep 0'"'"'' EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579838.7967956-10628-211498866439206/ > /dev/null 2>&1 && sleep 0' ok: [localhost] <10.31.8.120> (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_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.9.195 54774 10.31.8.120 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.9.195 54774 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_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "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": "2b58d167fe5d4a3ba0482dfa91dd9e62", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBALUtjdxL4BgPfvIlEpnF2mGkKZO/n6TYZgmg7Hj2vEdjBu2bLM7SV8XHp1Tky/FAB2eAvveAk9zOEELT8FNrrJLgZVjbWow0F+qERXlNYZIotVhGGYqN2iwfHbuD+6ZV+znli+uVwpuO8ZPnCGOvs60WG8W1+TaUheU0UdRMtlb7AAAAFQCSO9hYOlSYa/J++Bc1rgZmClL6GQAAAIAMRu2p6M4Y30uGLczPMrBUWfz6kavQ6ABJfP+EMMNDMTXU8YPpSkhY8PlYA1fGbV9H20qgcMV+viAULuP+MTL4CkEtDKV9h0SdLeKzcw1i5yi2KPNcNTYuvs0rKKuaILDo7H8YdgLNIMRqdAP4GwAnsLOn7+BaAG6V/PE0YnljTQAAAIAq4QOeDVLQQC2bdLyNNd7yB1+HKP6Vp7b5PiRB5ZKqmP1xHo2ABxjmnJ0FcHWWdWIiXaf7BWTogYwpifCRj6v8hzofmGob7noPvdCUxq/EZBURbRuKSW77OiucOo8nJYooSq+S2ew3LavYXbVcobL3uU7GXzqYjoYurnxGWOMq3Q==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDtGWCFElvCnOp+pNygXVGcujkuWZjxWogSoCEHJMGZ7JNpZUmHNHpjsuIZrX3N5TV8oCw7H0zUuBPDmodGBlU2NUTXM/qPTtFfYNID0gRX10nksvFPiwyI0KeRZnweYg1gMtLbXV7fCr/b+wJUrZ4rU2PL7fzb9yQKek+sT/m31odfZMCF5KaYuXOVnXU2EFrYWil5Alx9amcCBdjUXiNf8q/qDOmaD1TD8e4BRUDltsDR2PP8lm79SrR9JQIHqf9daYlYW1jRDTu6T/psDs2mSfRoq2uMaInTWjNkV9BL7GItAm12bG9X64AzCfh5m4KfX9q0ISmqHxM+CDJywpexaLyq2fLxsoaUd8fL1FDsmKJUstsme8b4kMbWmbW8kbC344pYzCxrTxWKQ9Sos9wbCsK8JcpXUPk0k9lkM7I03MW0uD5UWTse23wFNEutHttQqtnJWBVk5KSXAmwGv82EFDJVxaJdYX+3Fu46Yf4eEjc2hZ+D1P2g7mYgAhJZA4M=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDx4+jDb+ZvD9QsBzq30gHMNbn4JCeGhWBvEzOqtYUvfw4capNRkZ3PzKBQzShbJqq8N128QPGjbnnbeOXtY77Q=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIFVTeAppvmlqky1oh/Qk0cf0nA5KTtes6jwG6TV9sLfn", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_local": {}, "ansible_fibre_channel_wwn": [], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_is_chroot": false, "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_processor_nproc": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2827, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 712, "free": 2827}, "nocache": {"free": 3335, "used": 204}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2d01d8-6314-94a5-b2ae-c215c9eedb7d", "ansible_product_uuid": "ec2d01d8-6314-94a5-b2ae-c215c9eedb7d", "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": 346, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560298496, "block_size": 4096, "block_total": 65533179, "block_available": 64345776, "block_used": 1187403, "inode_total": 131071472, "inode_available": 130996224, "inode_used": 75248, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_date_time": {"year": "2025", "month": "01", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "01", "day": "11", "hour": "02", "minute": "17", "second": "19", "epoch": "1736579839", "epoch_int": "1736579839", "date": "2025-01-11", "time": "02:17:19", "iso8601_micro": "2025-01-11T07:17:19.758856Z", "iso8601": "2025-01-11T07:17:19Z", "iso8601_basic": "20250111T021719758856", "iso8601_basic_short": "20250111T021719", "tz": "EST", "tz_dst": "EDT", "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_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_lsb": {}, "ansible_loadavg": {"1m": 1.26, "5m": 0.48, "15m": 0.2}, "ansible_iscsi_iqn": "", "ansible_hostnqn": "", "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_fips": false, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "12:99:b5:d6:94:49", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.8.120", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22"}, "ipv6": [{"address": "fe80::1099:b5ff:fed6:9449", "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", "prefix": "8"}, "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.8.1", "interface": "eth0", "address": "10.31.8.120", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22", "macaddress": "12:99:b5:d6:94:49", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.8.120"], "ansible_all_ipv6_addresses": ["fe80::1099:b5ff:fed6:9449"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.8.120", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::1099:b5ff:fed6:9449"]}, "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.8.120 closed.\r\n') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579838.831057-10633-51331754428489/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') ok: [managed-node3] <10.31.12.16> (0, b'\r\n{"ansible_facts": {"ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_local": {}, "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_lsb": {}, "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-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": "7ee69d4bd42247849432a79fe57bc7f2", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "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_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_processor_nproc": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2825, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 714, "free": 2825}, "nocache": {"free": 3332, "used": 207}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec298141-93ef-242e-5cfb-b2ee7ca2726e", "ansible_product_uuid": "ec298141-93ef-242e-5cfb-b2ee7ca2726e", "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": 312, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560241152, "block_size": 4096, "block_total": 65533179, "block_available": 64345762, "block_used": 1187417, "inode_total": 131071472, "inode_available": 130996224, "inode_used": 75248, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPlmK/+KHHTPFWxjbbKa9PaVdj6tbobVlZPiAnbTpHCSOZqU19gMNqgtFhxh3WSlqpoGjkFRLly/S44u2LEe3KM2jHzTZFxo1wwOPbjSZAeo8heHfMCGBWxiMmn+zFzEEydIlMCgIw4dov/RfqDWUuXSXFw3qYp9nUxqk3Tw8jMDAAAAFQCqVfiMe7JFDefWRZy1uSSy9s+N+wAAAIEA1lfIWQmb9o+bFrd8gqogK4Y26rggtT4ZmoLrK4VqF7DITX6Pk3nkzzJNxT8ethqMzBlOwYasLAM8dQtACgByQ7OyrmD+eSckzT89b4p1TikSGYE5PLMhYiGHQPR3RQLgg8VNArhbR0r1pFEygZgYt8ca8oYNBkAAQXqqUqalso4AAACAWaPwKD6TSvoEMoVvCuWHTsURfdG/7aGPiHbvbG/fKH9b4R5a6NbLagOwLQZPvXgNug6gM5i+KaMk9tsIT22fNwTP+Hf4w5G6e6mPsZnackslqVGWyXZXZV2E0GxHLFb7hUtLHOoIxsD2SRDPrpavTjjs6p6D+pt2qSWg55a/cRY=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC8KINBRCUqNIGED6nFWkRzXYYKvraOV7h91cq1yOAxqd0F4QKeMkmmGPDq9WIetTlVEkV1gD8iW57UYnlgIvmHdsBhybXAXLb/vxX0u6uyWQGeD0Ek7D1YsYlpn6Zkp5L+R6O4UXUW3FaApAjS9XzN0/eGsugdxkRNN8uMu6sX4oj9PFqrik3NbsnjpZF1JkvrJD/kmsu8+FLzllQDJvJjHUFcaHj5AkZ84cBYSPYzYEHF+mWMgI+uTWpv1fEuJwDtfLEUU+Hnu4LKi4a9XCIlrbCEYR7jQpo5ewt5GxpYtweW0Ax2/RLokETXjzTYc0hkvFQ8UFX90WpXrlLil+SRpxatZLcUaRGqEm/pKtFP4grbapSiOYfyYdRf64fOLXw0F4ciZXTQnxb4vw7QIj3tU7D2KoIv/IUlgVNbJcWjkg0emZ7T3S7hP/JFrLiyfvhxRAIRpKvPiiquaVSeYdMm9dOTLyd9H5gaYrKSonXvZzBEpwQHUyFXRcZPQU801bk=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNWHyUkm+g2E8QDKMDIsMAZOrXFU2qWl8XrUYq6YKxMR7FQYFxEtVPutAK5HzuzodLTmpex/mSX1aJrFvMG+PtQ=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIE4EIzrcKnHaYeOkaxrV3oKLgZYen55HyZTbfpZiqUsn", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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_eth0": {"device": "eth0", "macaddress": "0a:ff:ea:91:76:eb", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.12.16", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:eaff:fe91:76eb", "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", "prefix": "8"}, "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.12.1", "interface": "eth0", "address": "10.31.12.16", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:ea:91:76:eb", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.12.16"], "ansible_all_ipv6_addresses": ["fe80::8ff:eaff:fe91:76eb"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.12.16", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:eaff:fe91:76eb"]}, "ansible_is_chroot": false, "ansible_service_mgr": "systemd", "ansible_loadavg": {"1m": 0.87, "5m": 0.4, "15m": 0.16}, "ansible_iscsi_iqn": "", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_fibre_channel_wwn": [], "ansible_hostnqn": "", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.9.195 49200 10.31.12.16 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.9.195 49200 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_date_time": {"year": "2025", "month": "01", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "01", "day": "11", "hour": "02", "minute": "17", "second": "19", "epoch": "1736579839", "epoch_int": "1736579839", "date": "2025-01-11", "time": "02:17:19", "iso8601_micro": "2025-01-11T07:17:19.832975Z", "iso8601": "2025-01-11T07:17:19Z", "iso8601_basic": "20250111T021719832975", "iso8601_basic_short": "20250111T021719", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "ansible_pkg_mgr": "dnf", "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.12.16 closed.\r\n') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579838.8284914-10629-264823269664350/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.16> (0, b'', b'') ok: [managed-node1] <10.31.9.12> (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_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAOIzZNyfGCy3nXXc58wpokNq04pJHQV7tHAJDOD10WfncEhJIqzuWBn6BrrNrRd0MrIuOuioFefLqyV1cU/TUilR1QZwJmiaIcgUmiE0E0BWCYkgNMk5DCYwiI7q+ZWqJE+2dv7+wCYc4L7sMNGm9iINCUccvXUAHU8c812LPUqFAAAAFQDiF1pd8m+vlUN/P8Utr44heX0ZNwAAAIAUFgHo1hC0T6akrV0giu0UbClwZwsJXSVB4WsVtSOPQSMhRxcxMQsVO4q+3YYcAK/LbowkdoG7Se7qwXeNEwipGQ5En1Qxr5A5FuuSRTL6lqhV9KvtcllKEOFycIhb7iYLo7MHS0QiCNVtiVUreNgF5pv+aIZWcIczZNVINMUijwAAAIEAjdQFPh5gZR8+IJDQYE/9ztNofO0YlMHC4qYzqL75oMwbc4kX1r1Ok3bKhhkLJR3ddE6V5gIbCasDQMPBAia6SWs81rYWdpDiixbXVfIZ3yBCoKCQiX73g7gluAkqnWB5tYEwEG7oYlzVu6AIUNT4+llW3vyhSFQoRCtgDuUXcg4=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC7asSqHrc+jcNI5nxpl6QedSRhQdzDRjGMISLwIQ7txEAYk58LUnxljwpjKLy43xaEo1FDV/UPf3WNhoT9zmnUFPpE2zTW0qZ02SvJsgHuDJzSLwn+C2xrXCnpC6oQcORDzW3PX80dtV98lenRbXsoNl99GTPVni5q8RT/FtjACUAV5YFHOJUf7/4OKa+r3mpMFSCFDobNDD5glUudh92OsvIR6wBlX7zTgfX5OEu88ZJVCN/f+9qqU9o0ps1tsZP5s1QaYruqG2eTU/NPq3mA55U5cW8vYcV/5MVq2PAe8vx2sC1Vf5OBKwle/i7B8sFQDgkjLuZLaH5RhGGONcASK1DEVrjHhZIsQXRHnSBxlBbmbdLMGoqabSJdnoeYJw+CfCQwjNaGkog9mRKP2DNEIzIe7BrZm09rWROaskcRF9EiQDwECH9vbFKEjTkDoFrckxt7X5zdASOrTuCgYDqLLbGv0R9hXjZwlrTDWKgEKqGd24wHsMhj8OtiAXOreQc=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIZKHCMqJ8fkH2GqoeafR3B/L9Zw9A+kQmjmlNpk90weL+TiE2llmJrOPrEmsQVhXjlioLnvbuBvdrRxgPPibRg=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIL/Yv+nuFtfUJcFMu85SAZfb0mUKN2D5NfKJg4z3Gahi", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_lsb": {}, "ansible_fibre_channel_wwn": [], "ansible_local": {}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.9.195 34334 10.31.9.12 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.9.195 34334 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_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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": "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": "c0fe2dc7c9c94cb298004f7303776bfc", "ansible_apparmor": {"status": "disabled"}, "ansible_loadavg": {"1m": 1.21, "5m": 0.5, "15m": 0.2}, "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_processor_nproc": 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": 3334, "used": 205}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2c8824-09c3-9ac1-7197-6b62eccbf4fe", "ansible_product_uuid": "ec2c8824-09c3-9ac1-7197-6b62eccbf4fe", "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": 345, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560151040, "block_size": 4096, "block_total": 65533179, "block_available": 64345740, "block_used": 1187439, "inode_total": 131071472, "inode_available": 130996214, "inode_used": 75258, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "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_iscsi_iqn": "", "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_is_chroot": false, "ansible_fips": false, "ansible_hostnqn": "", "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_date_time": {"year": "2025", "month": "01", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "01", "day": "11", "hour": "02", "minute": "17", "second": "19", "epoch": "1736579839", "epoch_int": "1736579839", "date": "2025-01-11", "time": "02:17:19", "iso8601_micro": "2025-01-11T07:17:19.975820Z", "iso8601": "2025-01-11T07:17:19Z", "iso8601_basic": "20250111T021719975820", "iso8601_basic_short": "20250111T021719", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "12:3f:ba:7b:b3:55", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.9.12", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22"}, "ipv6": [{"address": "fe80::103f:baff:fe7b:b355", "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", "prefix": "8"}, "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.8.1", "interface": "eth0", "address": "10.31.9.12", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22", "macaddress": "12:3f:ba:7b:b3:55", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.9.12"], "ansible_all_ipv6_addresses": ["fe80::103f:baff:fe7b:b355"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.9.12", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::103f:baff:fe7b:b355"]}, "ansible_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "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.9.12 closed.\r\n') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579838.845478-10631-24129685832963/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') ok: [managed-node2] TASK [Gather facts from localhost] ********************************************* task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 11 January 2025 02:17:20 -0500 (0:00:01.348) 0:00:01.356 ****** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579840.1324983-10727-81976626896684 `" && echo ansible-tmp-1736579840.1324983-10727-81976626896684="` echo /root/.ansible/tmp/ansible-tmp-1736579840.1324983-10727-81976626896684 `" ) && sleep 0' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpalc_hli1 TO /root/.ansible/tmp/ansible-tmp-1736579840.1324983-10727-81976626896684/AnsiballZ_setup.py EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579840.1324983-10727-81976626896684/ /root/.ansible/tmp/ansible-tmp-1736579840.1324983-10727-81976626896684/AnsiballZ_setup.py && sleep 0' <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1736579840.1324983-10727-81976626896684/AnsiballZ_setup.py && sleep 0' <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.16> (0, b'/root\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579840.232007-10728-172240070727119 `" && echo ansible-tmp-1736579840.232007-10728-172240070727119="` echo /root/.ansible/tmp/ansible-tmp-1736579840.232007-10728-172240070727119 `" ) && sleep 0'"'"'' <10.31.8.120> (0, b'/root\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579840.2470853-10741-787242313876 `" && echo ansible-tmp-1736579840.2470853-10741-787242313876="` echo /root/.ansible/tmp/ansible-tmp-1736579840.2470853-10741-787242313876 `" ) && sleep 0'"'"'' <10.31.9.12> (0, b'/root\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579840.2531862-10730-139164526279010 `" && echo ansible-tmp-1736579840.2531862-10730-139164526279010="` echo /root/.ansible/tmp/ansible-tmp-1736579840.2531862-10730-139164526279010 `" ) && sleep 0'"'"'' <10.31.12.16> (0, b'ansible-tmp-1736579840.232007-10728-172240070727119=/root/.ansible/tmp/ansible-tmp-1736579840.232007-10728-172240070727119\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.12.16> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpx_tvs9lk TO /root/.ansible/tmp/ansible-tmp-1736579840.232007-10728-172240070727119/AnsiballZ_setup.py <10.31.12.16> 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/bfa412ea09"' '[10.31.12.16]' <10.31.8.120> (0, b'ansible-tmp-1736579840.2470853-10741-787242313876=/root/.ansible/tmp/ansible-tmp-1736579840.2470853-10741-787242313876\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.8.120> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpsjuspz8y TO /root/.ansible/tmp/ansible-tmp-1736579840.2470853-10741-787242313876/AnsiballZ_setup.py <10.31.8.120> 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/3f4d8c41f9"' '[10.31.8.120]' <10.31.9.12> (0, b'ansible-tmp-1736579840.2531862-10730-139164526279010=/root/.ansible/tmp/ansible-tmp-1736579840.2531862-10730-139164526279010\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.9.12> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmp1wk62h2k TO /root/.ansible/tmp/ansible-tmp-1736579840.2531862-10730-139164526279010/AnsiballZ_setup.py <10.31.9.12> 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/bdf664303c"' '[10.31.9.12]' <10.31.9.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmp1wk62h2k /root/.ansible/tmp/ansible-tmp-1736579840.2531862-10730-139164526279010/AnsiballZ_setup.py\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579840.2531862-10730-139164526279010/ /root/.ansible/tmp/ansible-tmp-1736579840.2531862-10730-139164526279010/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.8.120> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpsjuspz8y /root/.ansible/tmp/ansible-tmp-1736579840.2470853-10741-787242313876/AnsiballZ_setup.py\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579840.2470853-10741-787242313876/ /root/.ansible/tmp/ansible-tmp-1736579840.2470853-10741-787242313876/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.12.16> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpx_tvs9lk /root/.ansible/tmp/ansible-tmp-1736579840.232007-10728-172240070727119/AnsiballZ_setup.py\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579840.232007-10728-172240070727119/ /root/.ansible/tmp/ansible-tmp-1736579840.232007-10728-172240070727119/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' -tt 10.31.9.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579840.2531862-10730-139164526279010/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.12.16> (0, b'', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' -tt 10.31.12.16 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579840.232007-10728-172240070727119/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' -tt 10.31.8.120 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579840.2470853-10741-787242313876/AnsiballZ_setup.py && sleep 0'"'"'' EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579840.1324983-10727-81976626896684/ > /dev/null 2>&1 && sleep 0' ok: [localhost] <10.31.12.16> (0, b'\r\n{"ansible_facts": {"ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "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-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": "7ee69d4bd42247849432a79fe57bc7f2", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPlmK/+KHHTPFWxjbbKa9PaVdj6tbobVlZPiAnbTpHCSOZqU19gMNqgtFhxh3WSlqpoGjkFRLly/S44u2LEe3KM2jHzTZFxo1wwOPbjSZAeo8heHfMCGBWxiMmn+zFzEEydIlMCgIw4dov/RfqDWUuXSXFw3qYp9nUxqk3Tw8jMDAAAAFQCqVfiMe7JFDefWRZy1uSSy9s+N+wAAAIEA1lfIWQmb9o+bFrd8gqogK4Y26rggtT4ZmoLrK4VqF7DITX6Pk3nkzzJNxT8ethqMzBlOwYasLAM8dQtACgByQ7OyrmD+eSckzT89b4p1TikSGYE5PLMhYiGHQPR3RQLgg8VNArhbR0r1pFEygZgYt8ca8oYNBkAAQXqqUqalso4AAACAWaPwKD6TSvoEMoVvCuWHTsURfdG/7aGPiHbvbG/fKH9b4R5a6NbLagOwLQZPvXgNug6gM5i+KaMk9tsIT22fNwTP+Hf4w5G6e6mPsZnackslqVGWyXZXZV2E0GxHLFb7hUtLHOoIxsD2SRDPrpavTjjs6p6D+pt2qSWg55a/cRY=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC8KINBRCUqNIGED6nFWkRzXYYKvraOV7h91cq1yOAxqd0F4QKeMkmmGPDq9WIetTlVEkV1gD8iW57UYnlgIvmHdsBhybXAXLb/vxX0u6uyWQGeD0Ek7D1YsYlpn6Zkp5L+R6O4UXUW3FaApAjS9XzN0/eGsugdxkRNN8uMu6sX4oj9PFqrik3NbsnjpZF1JkvrJD/kmsu8+FLzllQDJvJjHUFcaHj5AkZ84cBYSPYzYEHF+mWMgI+uTWpv1fEuJwDtfLEUU+Hnu4LKi4a9XCIlrbCEYR7jQpo5ewt5GxpYtweW0Ax2/RLokETXjzTYc0hkvFQ8UFX90WpXrlLil+SRpxatZLcUaRGqEm/pKtFP4grbapSiOYfyYdRf64fOLXw0F4ciZXTQnxb4vw7QIj3tU7D2KoIv/IUlgVNbJcWjkg0emZ7T3S7hP/JFrLiyfvhxRAIRpKvPiiquaVSeYdMm9dOTLyd9H5gaYrKSonXvZzBEpwQHUyFXRcZPQU801bk=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNWHyUkm+g2E8QDKMDIsMAZOrXFU2qWl8XrUYq6YKxMR7FQYFxEtVPutAK5HzuzodLTmpex/mSX1aJrFvMG+PtQ=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIE4EIzrcKnHaYeOkaxrV3oKLgZYen55HyZTbfpZiqUsn", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_apparmor": {"status": "disabled"}, "ansible_hostnqn": "", "ansible_loadavg": {"1m": 0.87, "5m": 0.4, "15m": 0.16}, "ansible_fips": false, "ansible_fibre_channel_wwn": [], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_date_time": {"year": "2025", "month": "01", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "01", "day": "11", "hour": "02", "minute": "17", "second": "20", "epoch": "1736579840", "epoch_int": "1736579840", "date": "2025-01-11", "time": "02:17:20", "iso8601_micro": "2025-01-11T07:17:20.745601Z", "iso8601": "2025-01-11T07:17:20Z", "iso8601_basic": "20250111T021720745601", "iso8601_basic_short": "20250111T021720", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "ansible_lsb": {}, "ansible_is_chroot": false, "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:ea:91:76:eb", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.12.16", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:eaff:fe91:76eb", "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", "prefix": "8"}, "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.12.1", "interface": "eth0", "address": "10.31.12.16", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:ea:91:76:eb", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.12.16"], "ansible_all_ipv6_addresses": ["fe80::8ff:eaff:fe91:76eb"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.12.16", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:eaff:fe91:76eb"]}, "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_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_processor_nproc": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2825, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 714, "free": 2825}, "nocache": {"free": 3333, "used": 206}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec298141-93ef-242e-5cfb-b2ee7ca2726e", "ansible_product_uuid": "ec298141-93ef-242e-5cfb-b2ee7ca2726e", "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": 313, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560241152, "block_size": 4096, "block_total": 65533179, "block_available": 64345762, "block_used": 1187417, "inode_total": 131071472, "inode_available": 130996224, "inode_used": 75248, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_local": {}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_iscsi_iqn": "", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.9.195 49200 10.31.12.16 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.9.195 49200 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_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_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "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.12.16 closed.\r\n') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579840.232007-10728-172240070727119/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.120> (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_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBALUtjdxL4BgPfvIlEpnF2mGkKZO/n6TYZgmg7Hj2vEdjBu2bLM7SV8XHp1Tky/FAB2eAvveAk9zOEELT8FNrrJLgZVjbWow0F+qERXlNYZIotVhGGYqN2iwfHbuD+6ZV+znli+uVwpuO8ZPnCGOvs60WG8W1+TaUheU0UdRMtlb7AAAAFQCSO9hYOlSYa/J++Bc1rgZmClL6GQAAAIAMRu2p6M4Y30uGLczPMrBUWfz6kavQ6ABJfP+EMMNDMTXU8YPpSkhY8PlYA1fGbV9H20qgcMV+viAULuP+MTL4CkEtDKV9h0SdLeKzcw1i5yi2KPNcNTYuvs0rKKuaILDo7H8YdgLNIMRqdAP4GwAnsLOn7+BaAG6V/PE0YnljTQAAAIAq4QOeDVLQQC2bdLyNNd7yB1+HKP6Vp7b5PiRB5ZKqmP1xHo2ABxjmnJ0FcHWWdWIiXaf7BWTogYwpifCRj6v8hzofmGob7noPvdCUxq/EZBURbRuKSW77OiucOo8nJYooSq+S2ew3LavYXbVcobL3uU7GXzqYjoYurnxGWOMq3Q==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDtGWCFElvCnOp+pNygXVGcujkuWZjxWogSoCEHJMGZ7JNpZUmHNHpjsuIZrX3N5TV8oCw7H0zUuBPDmodGBlU2NUTXM/qPTtFfYNID0gRX10nksvFPiwyI0KeRZnweYg1gMtLbXV7fCr/b+wJUrZ4rU2PL7fzb9yQKek+sT/m31odfZMCF5KaYuXOVnXU2EFrYWil5Alx9amcCBdjUXiNf8q/qDOmaD1TD8e4BRUDltsDR2PP8lm79SrR9JQIHqf9daYlYW1jRDTu6T/psDs2mSfRoq2uMaInTWjNkV9BL7GItAm12bG9X64AzCfh5m4KfX9q0ISmqHxM+CDJywpexaLyq2fLxsoaUd8fL1FDsmKJUstsme8b4kMbWmbW8kbC344pYzCxrTxWKQ9Sos9wbCsK8JcpXUPk0k9lkM7I03MW0uD5UWTse23wFNEutHttQqtnJWBVk5KSXAmwGv82EFDJVxaJdYX+3Fu46Yf4eEjc2hZ+D1P2g7mYgAhJZA4M=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDx4+jDb+ZvD9QsBzq30gHMNbn4JCeGhWBvEzOqtYUvfw4capNRkZ3PzKBQzShbJqq8N128QPGjbnnbeOXtY77Q=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIFVTeAppvmlqky1oh/Qk0cf0nA5KTtes6jwG6TV9sLfn", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_loadavg": {"1m": 1.26, "5m": 0.48, "15m": 0.2}, "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": "2b58d167fe5d4a3ba0482dfa91dd9e62", "ansible_date_time": {"year": "2025", "month": "01", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "01", "day": "11", "hour": "02", "minute": "17", "second": "20", "epoch": "1736579840", "epoch_int": "1736579840", "date": "2025-01-11", "time": "02:17:20", "iso8601_micro": "2025-01-11T07:17:20.749484Z", "iso8601": "2025-01-11T07:17:20Z", "iso8601_basic": "20250111T021720749484", "iso8601_basic_short": "20250111T021720", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_is_chroot": false, "ansible_fibre_channel_wwn": [], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_apparmor": {"status": "disabled"}, "ansible_local": {}, "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_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.9.195 54774 10.31.8.120 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.9.195 54774 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_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "12:99:b5:d6:94:49", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.8.120", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22"}, "ipv6": [{"address": "fe80::1099:b5ff:fed6:9449", "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", "prefix": "8"}, "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.8.1", "interface": "eth0", "address": "10.31.8.120", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22", "macaddress": "12:99:b5:d6:94:49", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.8.120"], "ansible_all_ipv6_addresses": ["fe80::1099:b5ff:fed6:9449"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.8.120", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::1099:b5ff:fed6:9449"]}, "ansible_hostnqn": "", "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_processor_nproc": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2827, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 712, "free": 2827}, "nocache": {"free": 3335, "used": 204}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2d01d8-6314-94a5-b2ae-c215c9eedb7d", "ansible_product_uuid": "ec2d01d8-6314-94a5-b2ae-c215c9eedb7d", "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": 347, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560298496, "block_size": 4096, "block_total": 65533179, "block_available": 64345776, "block_used": 1187403, "inode_total": 131071472, "inode_available": 130996224, "inode_used": 75248, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_iscsi_iqn": "", "ansible_fips": false, "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_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "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.8.120 closed.\r\n') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579840.2470853-10741-787242313876/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') <10.31.12.16> (0, b'', b'') ok: [managed-node3] ok: [managed-node1] <10.31.9.12> (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": "c0fe2dc7c9c94cb298004f7303776bfc", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_fibre_channel_wwn": [], "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_apparmor": {"status": "disabled"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAOIzZNyfGCy3nXXc58wpokNq04pJHQV7tHAJDOD10WfncEhJIqzuWBn6BrrNrRd0MrIuOuioFefLqyV1cU/TUilR1QZwJmiaIcgUmiE0E0BWCYkgNMk5DCYwiI7q+ZWqJE+2dv7+wCYc4L7sMNGm9iINCUccvXUAHU8c812LPUqFAAAAFQDiF1pd8m+vlUN/P8Utr44heX0ZNwAAAIAUFgHo1hC0T6akrV0giu0UbClwZwsJXSVB4WsVtSOPQSMhRxcxMQsVO4q+3YYcAK/LbowkdoG7Se7qwXeNEwipGQ5En1Qxr5A5FuuSRTL6lqhV9KvtcllKEOFycIhb7iYLo7MHS0QiCNVtiVUreNgF5pv+aIZWcIczZNVINMUijwAAAIEAjdQFPh5gZR8+IJDQYE/9ztNofO0YlMHC4qYzqL75oMwbc4kX1r1Ok3bKhhkLJR3ddE6V5gIbCasDQMPBAia6SWs81rYWdpDiixbXVfIZ3yBCoKCQiX73g7gluAkqnWB5tYEwEG7oYlzVu6AIUNT4+llW3vyhSFQoRCtgDuUXcg4=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC7asSqHrc+jcNI5nxpl6QedSRhQdzDRjGMISLwIQ7txEAYk58LUnxljwpjKLy43xaEo1FDV/UPf3WNhoT9zmnUFPpE2zTW0qZ02SvJsgHuDJzSLwn+C2xrXCnpC6oQcORDzW3PX80dtV98lenRbXsoNl99GTPVni5q8RT/FtjACUAV5YFHOJUf7/4OKa+r3mpMFSCFDobNDD5glUudh92OsvIR6wBlX7zTgfX5OEu88ZJVCN/f+9qqU9o0ps1tsZP5s1QaYruqG2eTU/NPq3mA55U5cW8vYcV/5MVq2PAe8vx2sC1Vf5OBKwle/i7B8sFQDgkjLuZLaH5RhGGONcASK1DEVrjHhZIsQXRHnSBxlBbmbdLMGoqabSJdnoeYJw+CfCQwjNaGkog9mRKP2DNEIzIe7BrZm09rWROaskcRF9EiQDwECH9vbFKEjTkDoFrckxt7X5zdASOrTuCgYDqLLbGv0R9hXjZwlrTDWKgEKqGd24wHsMhj8OtiAXOreQc=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIZKHCMqJ8fkH2GqoeafR3B/L9Zw9A+kQmjmlNpk90weL+TiE2llmJrOPrEmsQVhXjlioLnvbuBvdrRxgPPibRg=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIL/Yv+nuFtfUJcFMu85SAZfb0mUKN2D5NfKJg4z3Gahi", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_iscsi_iqn": "", "ansible_pkg_mgr": "dnf", "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "12:3f:ba:7b:b3:55", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.9.12", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22"}, "ipv6": [{"address": "fe80::103f:baff:fe7b:b355", "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", "prefix": "8"}, "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.8.1", "interface": "eth0", "address": "10.31.9.12", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22", "macaddress": "12:3f:ba:7b:b3:55", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.9.12"], "ansible_all_ipv6_addresses": ["fe80::103f:baff:fe7b:b355"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.9.12", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::103f:baff:fe7b:b355"]}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_is_chroot": false, "ansible_fips": false, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.9.195 34334 10.31.9.12 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.9.195 34334 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_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_loadavg": {"1m": 1.21, "5m": 0.5, "15m": 0.2}, "ansible_local": {}, "ansible_lsb": {}, "ansible_hostnqn": "", "ansible_date_time": {"year": "2025", "month": "01", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "01", "day": "11", "hour": "02", "minute": "17", "second": "20", "epoch": "1736579840", "epoch_int": "1736579840", "date": "2025-01-11", "time": "02:17:20", "iso8601_micro": "2025-01-11T07:17:20.917800Z", "iso8601": "2025-01-11T07:17:20Z", "iso8601_basic": "20250111T021720917800", "iso8601_basic_short": "20250111T021720", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "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_processor_nproc": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2805, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 734, "free": 2805}, "nocache": {"free": 3321, "used": 218}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2c8824-09c3-9ac1-7197-6b62eccbf4fe", "ansible_product_uuid": "ec2c8824-09c3-9ac1-7197-6b62eccbf4fe", "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": 346, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263559569408, "block_size": 4096, "block_total": 65533179, "block_available": 64345598, "block_used": 1187581, "inode_total": 131071472, "inode_available": 130996210, "inode_used": 75262, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "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.9.12 closed.\r\n') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579840.2531862-10730-139164526279010/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') ok: [managed-node2] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 11 January 2025 02:17:21 -0500 (0:00:01.104) 0:00:02.461 ****** skipping: [localhost] => { "false_condition": "ansible_distribution_major_version == '6'" } skipping: [managed-node1] => { "false_condition": "ansible_distribution_major_version == '6'" } skipping: [managed-node2] => { "false_condition": "ansible_distribution_major_version == '6'" } skipping: [managed-node3] => { "false_condition": "ansible_distribution_major_version == '6'" } TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 11 January 2025 02:17:21 -0500 (0:00:00.041) 0:00:02.502 ****** META: end_host conditional evaluated to False, continuing execution for localhost skipping: [localhost] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for localhost" } MSG: end_host conditional evaluated to false, continuing execution for localhost TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 11 January 2025 02:17:21 -0500 (0:00:00.007) 0:00:02.509 ****** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 11 January 2025 02:17:21 -0500 (0:00:00.006) 0:00:02.516 ****** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 11 January 2025 02:17:21 -0500 (0:00:00.006) 0:00:02.522 ****** META: end_host conditional evaluated to False, continuing execution for managed-node3 skipping: [managed-node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node3" } MSG: 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-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 11 January 2025 02:17:21 -0500 (0:00:00.006) 0:00:02.528 ****** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 11 January 2025 02:17:21 -0500 (0:00:00.063) 0:00:02.592 ****** included: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for localhost, managed-node1, managed-node2, managed-node3 TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 11 January 2025 02:17:21 -0500 (0:00:00.080) 0:00:02.672 ****** skipping: [localhost] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 11 January 2025 02:17:21 -0500 (0:00:00.112) 0:00:02.785 ****** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579841.565026-10838-218268610531171 `" && echo ansible-tmp-1736579841.565026-10838-218268610531171="` echo /root/.ansible/tmp/ansible-tmp-1736579841.565026-10838-218268610531171 `" ) && sleep 0' <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.12> (0, b'/root\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579841.6521587-10840-143098755404503 `" && echo ansible-tmp-1736579841.6521587-10840-143098755404503="` echo /root/.ansible/tmp/ansible-tmp-1736579841.6521587-10840-143098755404503 `" ) && sleep 0'"'"'' <10.31.12.16> (0, b'/root\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579841.654193-10839-135473582313923 `" && echo ansible-tmp-1736579841.654193-10839-135473582313923="` echo /root/.ansible/tmp/ansible-tmp-1736579841.654193-10839-135473582313923 `" ) && sleep 0'"'"'' <10.31.8.120> (0, b'/root\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579841.6559372-10850-120516911326787 `" && echo ansible-tmp-1736579841.6559372-10850-120516911326787="` echo /root/.ansible/tmp/ansible-tmp-1736579841.6559372-10850-120516911326787 `" ) && sleep 0'"'"'' <10.31.8.120> (0, b'ansible-tmp-1736579841.6559372-10850-120516911326787=/root/.ansible/tmp/ansible-tmp-1736579841.6559372-10850-120516911326787\n', b'') <10.31.9.12> (0, b'ansible-tmp-1736579841.6521587-10840-143098755404503=/root/.ansible/tmp/ansible-tmp-1736579841.6521587-10840-143098755404503\n', b'') <10.31.12.16> (0, b'ansible-tmp-1736579841.654193-10839-135473582313923=/root/.ansible/tmp/ansible-tmp-1736579841.654193-10839-135473582313923\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpwzg5xrwk TO /root/.ansible/tmp/ansible-tmp-1736579841.565026-10838-218268610531171/AnsiballZ_stat.py <10.31.8.120> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpeclcbveg TO /root/.ansible/tmp/ansible-tmp-1736579841.6559372-10850-120516911326787/AnsiballZ_stat.py EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579841.565026-10838-218268610531171/ /root/.ansible/tmp/ansible-tmp-1736579841.565026-10838-218268610531171/AnsiballZ_stat.py && sleep 0' <10.31.8.120> 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/3f4d8c41f9"' '[10.31.8.120]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.9.12> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpk1kmb_o1 TO /root/.ansible/tmp/ansible-tmp-1736579841.6521587-10840-143098755404503/AnsiballZ_stat.py <10.31.9.12> 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/bdf664303c"' '[10.31.9.12]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.12.16> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpeetd08ni TO /root/.ansible/tmp/ansible-tmp-1736579841.654193-10839-135473582313923/AnsiballZ_stat.py <10.31.12.16> 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/bfa412ea09"' '[10.31.12.16]' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1736579841.565026-10838-218268610531171/AnsiballZ_stat.py && sleep 0' <10.31.9.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpk1kmb_o1 /root/.ansible/tmp/ansible-tmp-1736579841.6521587-10840-143098755404503/AnsiballZ_stat.py\n', b'') <10.31.8.120> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpeclcbveg /root/.ansible/tmp/ansible-tmp-1736579841.6559372-10850-120516911326787/AnsiballZ_stat.py\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579841.6521587-10840-143098755404503/ /root/.ansible/tmp/ansible-tmp-1736579841.6521587-10840-143098755404503/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579841.6559372-10850-120516911326787/ /root/.ansible/tmp/ansible-tmp-1736579841.6559372-10850-120516911326787/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.12.16> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpeetd08ni /root/.ansible/tmp/ansible-tmp-1736579841.654193-10839-135473582313923/AnsiballZ_stat.py\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579841.654193-10839-135473582313923/ /root/.ansible/tmp/ansible-tmp-1736579841.654193-10839-135473582313923/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.12.16> (0, b'', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> (0, b'', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' -tt 10.31.12.16 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579841.654193-10839-135473582313923/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' -tt 10.31.8.120 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579841.6559372-10850-120516911326787/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' -tt 10.31.9.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579841.6521587-10840-143098755404503/AnsiballZ_stat.py && sleep 0'"'"'' EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579841.565026-10838-218268610531171/ > /dev/null 2>&1 && sleep 0' ok: [localhost] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } <10.31.8.120> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.8.120 closed.\r\n') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579841.6559372-10850-120516911326787/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.16> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.12.16 closed.\r\n') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579841.654193-10839-135473582313923/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } <10.31.12.16> (0, b'', b'') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } <10.31.9.12> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.9.12 closed.\r\n') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579841.6521587-10840-143098755404503/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 11 January 2025 02:17:22 -0500 (0:00:00.567) 0:00:03.353 ****** ok: [localhost] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } ok: [managed-node1] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } ok: [managed-node3] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } ok: [managed-node2] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Set platform/version specific variables] *** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 11 January 2025 02:17:22 -0500 (0:00:00.068) 0:00:03.422 ****** skipping: [localhost] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [localhost] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [localhost] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [localhost] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [localhost] => { "changed": false } MSG: All items skipped skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 11 January 2025 02:17:22 -0500 (0:00:00.095) 0:00:03.517 ****** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579842.337704-10901-172706003016329 `" && echo ansible-tmp-1736579842.337704-10901-172706003016329="` echo /root/.ansible/tmp/ansible-tmp-1736579842.337704-10901-172706003016329 `" ) && sleep 0' <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.120> (0, b'/root\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579842.4109375-10904-254451623692434 `" && echo ansible-tmp-1736579842.4109375-10904-254451623692434="` echo /root/.ansible/tmp/ansible-tmp-1736579842.4109375-10904-254451623692434 `" ) && sleep 0'"'"'' <10.31.12.16> (0, b'/root\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579842.4169183-10902-48004081008656 `" && echo ansible-tmp-1736579842.4169183-10902-48004081008656="` echo /root/.ansible/tmp/ansible-tmp-1736579842.4169183-10902-48004081008656 `" ) && sleep 0'"'"'' <10.31.9.12> (0, b'/root\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579842.4190307-10903-53630051145680 `" && echo ansible-tmp-1736579842.4190307-10903-53630051145680="` echo /root/.ansible/tmp/ansible-tmp-1736579842.4190307-10903-53630051145680 `" ) && sleep 0'"'"'' <10.31.12.16> (0, b'ansible-tmp-1736579842.4169183-10902-48004081008656=/root/.ansible/tmp/ansible-tmp-1736579842.4169183-10902-48004081008656\n', b'') <10.31.8.120> (0, b'ansible-tmp-1736579842.4109375-10904-254451623692434=/root/.ansible/tmp/ansible-tmp-1736579842.4109375-10904-254451623692434\n', b'') <10.31.9.12> (0, b'ansible-tmp-1736579842.4190307-10903-53630051145680=/root/.ansible/tmp/ansible-tmp-1736579842.4190307-10903-53630051145680\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmp5ufnzj7_ TO /root/.ansible/tmp/ansible-tmp-1736579842.337704-10901-172706003016329/AnsiballZ_dnf.py <10.31.12.16> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmp6i74f7to TO /root/.ansible/tmp/ansible-tmp-1736579842.4169183-10902-48004081008656/AnsiballZ_dnf.py EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579842.337704-10901-172706003016329/ /root/.ansible/tmp/ansible-tmp-1736579842.337704-10901-172706003016329/AnsiballZ_dnf.py && sleep 0' <10.31.12.16> 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/bfa412ea09"' '[10.31.12.16]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py <10.31.8.120> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpr3b7mx3n TO /root/.ansible/tmp/ansible-tmp-1736579842.4109375-10904-254451623692434/AnsiballZ_dnf.py <10.31.8.120> 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/3f4d8c41f9"' '[10.31.8.120]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py <10.31.9.12> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpbt0t55zu TO /root/.ansible/tmp/ansible-tmp-1736579842.4190307-10903-53630051145680/AnsiballZ_dnf.py <10.31.9.12> 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/bdf664303c"' '[10.31.9.12]' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1736579842.337704-10901-172706003016329/AnsiballZ_dnf.py && sleep 0' <10.31.8.120> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpr3b7mx3n /root/.ansible/tmp/ansible-tmp-1736579842.4109375-10904-254451623692434/AnsiballZ_dnf.py\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579842.4109375-10904-254451623692434/ /root/.ansible/tmp/ansible-tmp-1736579842.4109375-10904-254451623692434/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.12.16> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmp6i74f7to /root/.ansible/tmp/ansible-tmp-1736579842.4169183-10902-48004081008656/AnsiballZ_dnf.py\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579842.4169183-10902-48004081008656/ /root/.ansible/tmp/ansible-tmp-1736579842.4169183-10902-48004081008656/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.9.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpbt0t55zu /root/.ansible/tmp/ansible-tmp-1736579842.4190307-10903-53630051145680/AnsiballZ_dnf.py\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579842.4190307-10903-53630051145680/ /root/.ansible/tmp/ansible-tmp-1736579842.4190307-10903-53630051145680/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' -tt 10.31.8.120 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579842.4109375-10904-254451623692434/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.12.16> (0, b'', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' -tt 10.31.12.16 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579842.4169183-10902-48004081008656/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' -tt 10.31.9.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579842.4190307-10903-53630051145680/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.8.120> (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, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "allowerasing": false, "nobest": false, "use_backend": "auto", "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to 10.31.8.120 closed.\r\n') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579842.4109375-10904-254451623692434/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.16> (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, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "allowerasing": false, "nobest": false, "use_backend": "auto", "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to 10.31.12.16 closed.\r\n') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579842.4169183-10902-48004081008656/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": 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" ], "nobest": false, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": "present", "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients <10.31.12.16> (0, b'', b'') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": 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" ], "nobest": false, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": "present", "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients <10.31.9.12> (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, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "allowerasing": false, "nobest": false, "use_backend": "auto", "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to 10.31.9.12 closed.\r\n') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579842.4190307-10903-53630051145680/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": 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" ], "nobest": false, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": "present", "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579842.337704-10901-172706003016329/ > /dev/null 2>&1 && sleep 0' ok: [localhost] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": 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" ], "nobest": false, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": "present", "update_cache": false, "update_only": false, "use_backend": "auto", "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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 11 January 2025 02:17:25 -0500 (0:00:03.712) 0:00:07.229 ****** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579846.0174062-11093-191148146894070 `" && echo ansible-tmp-1736579846.0174062-11093-191148146894070="` echo /root/.ansible/tmp/ansible-tmp-1736579846.0174062-11093-191148146894070 `" ) && sleep 0' <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.16> (0, b'/root\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579846.0447822-11094-71231516024875 `" && echo ansible-tmp-1736579846.0447822-11094-71231516024875="` echo /root/.ansible/tmp/ansible-tmp-1736579846.0447822-11094-71231516024875 `" ) && sleep 0'"'"'' <10.31.8.120> (0, b'/root\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579846.0669396-11099-238538868540233 `" && echo ansible-tmp-1736579846.0669396-11099-238538868540233="` echo /root/.ansible/tmp/ansible-tmp-1736579846.0669396-11099-238538868540233 `" ) && sleep 0'"'"'' <10.31.9.12> (0, b'/root\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> (0, b'ansible-tmp-1736579846.0447822-11094-71231516024875=/root/.ansible/tmp/ansible-tmp-1736579846.0447822-11094-71231516024875\n', b'') <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579846.077939-11096-118971197997597 `" && echo ansible-tmp-1736579846.077939-11096-118971197997597="` echo /root/.ansible/tmp/ansible-tmp-1736579846.077939-11096-118971197997597 `" ) && sleep 0'"'"'' <10.31.8.120> (0, b'ansible-tmp-1736579846.0669396-11099-238538868540233=/root/.ansible/tmp/ansible-tmp-1736579846.0669396-11099-238538868540233\n', b'') <10.31.9.12> (0, b'ansible-tmp-1736579846.077939-11096-118971197997597=/root/.ansible/tmp/ansible-tmp-1736579846.077939-11096-118971197997597\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.12.16> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmp2b_l4ho5 TO /root/.ansible/tmp/ansible-tmp-1736579846.0447822-11094-71231516024875/AnsiballZ_systemd.py <10.31.8.120> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpnogwywil TO /root/.ansible/tmp/ansible-tmp-1736579846.0669396-11099-238538868540233/AnsiballZ_systemd.py <10.31.12.16> 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/bfa412ea09"' '[10.31.12.16]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpgihiey13 TO /root/.ansible/tmp/ansible-tmp-1736579846.0174062-11093-191148146894070/AnsiballZ_systemd.py <10.31.9.12> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpbp8ic77i TO /root/.ansible/tmp/ansible-tmp-1736579846.077939-11096-118971197997597/AnsiballZ_systemd.py EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579846.0174062-11093-191148146894070/ /root/.ansible/tmp/ansible-tmp-1736579846.0174062-11093-191148146894070/AnsiballZ_systemd.py && sleep 0' <10.31.9.12> 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/bdf664303c"' '[10.31.9.12]' <10.31.8.120> 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/3f4d8c41f9"' '[10.31.8.120]' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1736579846.0174062-11093-191148146894070/AnsiballZ_systemd.py && sleep 0' <10.31.8.120> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpnogwywil /root/.ansible/tmp/ansible-tmp-1736579846.0669396-11099-238538868540233/AnsiballZ_systemd.py\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579846.0669396-11099-238538868540233/ /root/.ansible/tmp/ansible-tmp-1736579846.0669396-11099-238538868540233/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.12.16> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmp2b_l4ho5 /root/.ansible/tmp/ansible-tmp-1736579846.0447822-11094-71231516024875/AnsiballZ_systemd.py\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579846.0447822-11094-71231516024875/ /root/.ansible/tmp/ansible-tmp-1736579846.0447822-11094-71231516024875/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.9.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpbp8ic77i /root/.ansible/tmp/ansible-tmp-1736579846.077939-11096-118971197997597/AnsiballZ_systemd.py\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579846.077939-11096-118971197997597/ /root/.ansible/tmp/ansible-tmp-1736579846.077939-11096-118971197997597/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' -tt 10.31.8.120 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579846.0669396-11099-238538868540233/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.12.16> (0, b'', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' -tt 10.31.12.16 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579846.0447822-11094-71231516024875/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' -tt 10.31.9.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579846.077939-11096-118971197997597/AnsiballZ_systemd.py && sleep 0'"'"'' EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579846.0174062-11093-191148146894070/ > /dev/null 2>&1 && sleep 0' ok: [localhost] => { "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": "system", "state": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2025-01-11 02:12:08 EST", "ActiveEnterTimestampMonotonic": "33387679", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target network.target system.slice network-online.target remote-fs.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-11 02:11:52 EST", "AssertTimestampMonotonic": "17280436", "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:11:52 EST", "ConditionTimestampMonotonic": "17280408", "ConfigurationDirectoryMode": "0755", "ControlGroup": "/system.slice/kdump.service", "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:12:08 EST", "ExecMainExitTimestampMonotonic": "33387312", "ExecMainPID": "1022", "ExecMainStartTimestamp": "Sat 2025-01-11 02:11:52 EST", "ExecMainStartTimestampMonotonic": "17281301", "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:11:52 EST] ; stop_time=[Sat 2025-01-11 02:12:08 EST] ; pid=1022 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "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", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2025-01-11 02:11:52 EST", "InactiveExitTimestampMonotonic": "17281347", "InvocationID": "14fc3ebc606a44a8994a98b56ad4cd57", "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": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "0", "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:12:08 EST", "StateChangeTimestampMonotonic": "33387679", "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": "0", "TasksMax": "22406", "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.8.120> (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:16:58 EST", "ExecMainStartTimestampMonotonic": "325821567", "ExecMainExitTimestamp": "Sat 2025-01-11 02:17:17 EST", "ExecMainExitTimestampMonotonic": "344279526", "ExecMainPID": "16771", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:16:58 EST] ; stop_time=[Sat 2025-01-11 02:17:17 EST] ; pid=16771 ; 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:16:58 EST] ; stop_time=[Sat 2025-01-11 02:16:58 EST] ; pid=16762 ; 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 basic.target system.slice systemd-journald.socket 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:17 EST", "StateChangeTimestampMonotonic": "344279998", "InactiveExitTimestamp": "Sat 2025-01-11 02:16:58 EST", "InactiveExitTimestampMonotonic": "325821601", "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:17 EST", "ActiveEnterTimestampMonotonic": "344279998", "ActiveExitTimestamp": "Sat 2025-01-11 02:16:58 EST", "ActiveExitTimestampMonotonic": "325797588", "InactiveEnterTimestamp": "Sat 2025-01-11 02:16:58 EST", "InactiveEnterTimestampMonotonic": "325819996", "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:16:58 EST", "ConditionTimestampMonotonic": "325820818", "AssertTimestamp": "Sat 2025-01-11 02:16:58 EST", "AssertTimestampMonotonic": "325820839", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "143ac8541f2d48f286c7b73c251c135f", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "state": null, "force": null, "masked": null}}}\r\n', b'Shared connection to 10.31.8.120 closed.\r\n') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579846.0669396-11099-238538868540233/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.16> (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:16:41 EST", "ExecMainStartTimestampMonotonic": "274853677", "ExecMainExitTimestamp": "Sat 2025-01-11 02:17:00 EST", "ExecMainExitTimestampMonotonic": "293254095", "ExecMainPID": "16739", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:16:41 EST] ; stop_time=[Sat 2025-01-11 02:17:00 EST] ; pid=16739 ; 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:16:41 EST] ; stop_time=[Sat 2025-01-11 02:16:41 EST] ; pid=16730 ; 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 system.slice remote-fs.target basic.target 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:00 EST", "StateChangeTimestampMonotonic": "293254549", "InactiveExitTimestamp": "Sat 2025-01-11 02:16:41 EST", "InactiveExitTimestampMonotonic": "274853712", "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:00 EST", "ActiveEnterTimestampMonotonic": "293254549", "ActiveExitTimestamp": "Sat 2025-01-11 02:16:41 EST", "ActiveExitTimestampMonotonic": "274829671", "InactiveEnterTimestamp": "Sat 2025-01-11 02:16:41 EST", "InactiveEnterTimestampMonotonic": "274851888", "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:16:41 EST", "ConditionTimestampMonotonic": "274852734", "AssertTimestamp": "Sat 2025-01-11 02:16:41 EST", "AssertTimestampMonotonic": "274852758", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "f601cc5ff3e94f4e8d86ec76ee9ae88c", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "state": null, "force": null, "masked": null}}}\r\n', b'Shared connection to 10.31.12.16 closed.\r\n') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579846.0447822-11094-71231516024875/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.12> (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:16:52 EST", "ExecMainStartTimestampMonotonic": "318370942", "ExecMainExitTimestamp": "Sat 2025-01-11 02:17:10 EST", "ExecMainExitTimestampMonotonic": "336996267", "ExecMainPID": "20425", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:16:52 EST] ; stop_time=[Sat 2025-01-11 02:17:10 EST] ; pid=20425 ; 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:16:52 EST] ; stop_time=[Sat 2025-01-11 02:16:52 EST] ; pid=20416 ; 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": "systemd-journald.socket network.target system.slice network-online.target remote-fs.target basic.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:10 EST", "StateChangeTimestampMonotonic": "336996661", "InactiveExitTimestamp": "Sat 2025-01-11 02:16:52 EST", "InactiveExitTimestampMonotonic": "318370973", "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:10 EST", "ActiveEnterTimestampMonotonic": "336996661", "ActiveExitTimestamp": "Sat 2025-01-11 02:16:52 EST", "ActiveExitTimestampMonotonic": "318347123", "InactiveEnterTimestamp": "Sat 2025-01-11 02:16:52 EST", "InactiveEnterTimestampMonotonic": "318368951", "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:16:52 EST", "ConditionTimestampMonotonic": "318369936", "AssertTimestamp": "Sat 2025-01-11 02:16:52 EST", "AssertTimestampMonotonic": "318369958", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "a0e743b57e72442cb9c37090a7638c0a", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "state": null, "force": null, "masked": null}}}\r\n', b'Shared connection to 10.31.9.12 closed.\r\n') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579846.077939-11096-118971197997597/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.120> (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": "system", "state": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:17 EST", "ActiveEnterTimestampMonotonic": "344279998", "ActiveExitTimestamp": "Sat 2025-01-11 02:16:58 EST", "ActiveExitTimestampMonotonic": "325797588", "ActiveState": "active", "After": "remote-fs.target basic.target system.slice systemd-journald.socket network-online.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-11 02:16:58 EST", "AssertTimestampMonotonic": "325820839", "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:58 EST", "ConditionTimestampMonotonic": "325820818", "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:17 EST", "ExecMainExitTimestampMonotonic": "344279526", "ExecMainPID": "16771", "ExecMainStartTimestamp": "Sat 2025-01-11 02:16:58 EST", "ExecMainStartTimestampMonotonic": "325821567", "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:58 EST] ; stop_time=[Sat 2025-01-11 02:17:17 EST] ; pid=16771 ; 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:58 EST] ; stop_time=[Sat 2025-01-11 02:16:58 EST] ; pid=16762 ; 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:58 EST", "InactiveEnterTimestampMonotonic": "325819996", "InactiveExitTimestamp": "Sat 2025-01-11 02:16:58 EST", "InactiveExitTimestampMonotonic": "325821601", "InvocationID": "143ac8541f2d48f286c7b73c251c135f", "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:17 EST", "StateChangeTimestampMonotonic": "344279998", "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.12.16> (0, b'', b'') 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": "system", "state": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:00 EST", "ActiveEnterTimestampMonotonic": "293254549", "ActiveExitTimestamp": "Sat 2025-01-11 02:16:41 EST", "ActiveExitTimestampMonotonic": "274829671", "ActiveState": "active", "After": "network.target system.slice remote-fs.target basic.target network-online.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-11 02:16:41 EST", "AssertTimestampMonotonic": "274852758", "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:41 EST", "ConditionTimestampMonotonic": "274852734", "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:00 EST", "ExecMainExitTimestampMonotonic": "293254095", "ExecMainPID": "16739", "ExecMainStartTimestamp": "Sat 2025-01-11 02:16:41 EST", "ExecMainStartTimestampMonotonic": "274853677", "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:41 EST] ; stop_time=[Sat 2025-01-11 02:17:00 EST] ; pid=16739 ; 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:41 EST] ; stop_time=[Sat 2025-01-11 02:16:41 EST] ; pid=16730 ; 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:41 EST", "InactiveEnterTimestampMonotonic": "274851888", "InactiveExitTimestamp": "Sat 2025-01-11 02:16:41 EST", "InactiveExitTimestampMonotonic": "274853712", "InvocationID": "f601cc5ff3e94f4e8d86ec76ee9ae88c", "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:00 EST", "StateChangeTimestampMonotonic": "293254549", "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.9.12> (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": "system", "state": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:10 EST", "ActiveEnterTimestampMonotonic": "336996661", "ActiveExitTimestamp": "Sat 2025-01-11 02:16:52 EST", "ActiveExitTimestampMonotonic": "318347123", "ActiveState": "active", "After": "systemd-journald.socket network.target system.slice network-online.target remote-fs.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-11 02:16:52 EST", "AssertTimestampMonotonic": "318369958", "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:52 EST", "ConditionTimestampMonotonic": "318369936", "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:10 EST", "ExecMainExitTimestampMonotonic": "336996267", "ExecMainPID": "20425", "ExecMainStartTimestamp": "Sat 2025-01-11 02:16:52 EST", "ExecMainStartTimestampMonotonic": "318370942", "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:52 EST] ; stop_time=[Sat 2025-01-11 02:17:10 EST] ; pid=20425 ; 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:52 EST] ; stop_time=[Sat 2025-01-11 02:16:52 EST] ; pid=20416 ; 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:52 EST", "InactiveEnterTimestampMonotonic": "318368951", "InactiveExitTimestamp": "Sat 2025-01-11 02:16:52 EST", "InactiveExitTimestampMonotonic": "318370973", "InvocationID": "a0e743b57e72442cb9c37090a7638c0a", "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:10 EST", "StateChangeTimestampMonotonic": "336996661", "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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 11 January 2025 02:17:26 -0500 (0:00:00.763) 0:00:07.993 ****** included: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml for localhost, managed-node2, managed-node1, managed-node3 TASK [fedora.linux_system_roles.kdump : Create key if it does not exist] ******* task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 11 January 2025 02:17:26 -0500 (0:00:00.175) 0:00:08.168 ****** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579846.9421563-11141-12489378169446 `" && echo ansible-tmp-1736579846.9421563-11141-12489378169446="` echo /root/.ansible/tmp/ansible-tmp-1736579846.9421563-11141-12489378169446 `" ) && sleep 0' <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.12> (0, b'/root\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579847.0004952-11145-248651836097922 `" && echo ansible-tmp-1736579847.0004952-11145-248651836097922="` echo /root/.ansible/tmp/ansible-tmp-1736579847.0004952-11145-248651836097922 `" ) && sleep 0'"'"'' <10.31.12.16> (0, b'/root\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579847.0015075-11142-171832762862920 `" && echo ansible-tmp-1736579847.0015075-11142-171832762862920="` echo /root/.ansible/tmp/ansible-tmp-1736579847.0015075-11142-171832762862920 `" ) && sleep 0'"'"'' <10.31.8.120> (0, b'/root\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579847.0075867-11150-220484430023844 `" && echo ansible-tmp-1736579847.0075867-11150-220484430023844="` echo /root/.ansible/tmp/ansible-tmp-1736579847.0075867-11150-220484430023844 `" ) && sleep 0'"'"'' <10.31.12.16> (0, b'ansible-tmp-1736579847.0015075-11142-171832762862920=/root/.ansible/tmp/ansible-tmp-1736579847.0015075-11142-171832762862920\n', b'') <10.31.9.12> (0, b'ansible-tmp-1736579847.0004952-11145-248651836097922=/root/.ansible/tmp/ansible-tmp-1736579847.0004952-11145-248651836097922\n', b'') <10.31.8.120> (0, b'ansible-tmp-1736579847.0075867-11150-220484430023844=/root/.ansible/tmp/ansible-tmp-1736579847.0075867-11150-220484430023844\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpuz49z882 TO /root/.ansible/tmp/ansible-tmp-1736579846.9421563-11141-12489378169446/AnsiballZ_command.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579846.9421563-11141-12489378169446/ /root/.ansible/tmp/ansible-tmp-1736579846.9421563-11141-12489378169446/AnsiballZ_command.py && sleep 0' <10.31.12.16> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpuz6ca6rr TO /root/.ansible/tmp/ansible-tmp-1736579847.0015075-11142-171832762862920/AnsiballZ_command.py <10.31.12.16> 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/bfa412ea09"' '[10.31.12.16]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py <10.31.9.12> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpnl72tjfy TO /root/.ansible/tmp/ansible-tmp-1736579847.0004952-11145-248651836097922/AnsiballZ_command.py <10.31.9.12> 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/bdf664303c"' '[10.31.9.12]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py <10.31.8.120> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpqkc_6rr0 TO /root/.ansible/tmp/ansible-tmp-1736579847.0075867-11150-220484430023844/AnsiballZ_command.py <10.31.8.120> 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/3f4d8c41f9"' '[10.31.8.120]' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1736579846.9421563-11141-12489378169446/AnsiballZ_command.py && sleep 0' <10.31.9.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpnl72tjfy /root/.ansible/tmp/ansible-tmp-1736579847.0004952-11145-248651836097922/AnsiballZ_command.py\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579847.0004952-11145-248651836097922/ /root/.ansible/tmp/ansible-tmp-1736579847.0004952-11145-248651836097922/AnsiballZ_command.py && sleep 0'"'"'' <10.31.8.120> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpqkc_6rr0 /root/.ansible/tmp/ansible-tmp-1736579847.0075867-11150-220484430023844/AnsiballZ_command.py\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579847.0075867-11150-220484430023844/ /root/.ansible/tmp/ansible-tmp-1736579847.0075867-11150-220484430023844/AnsiballZ_command.py && sleep 0'"'"'' <10.31.12.16> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpuz6ca6rr /root/.ansible/tmp/ansible-tmp-1736579847.0015075-11142-171832762862920/AnsiballZ_command.py\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579847.0015075-11142-171832762862920/ /root/.ansible/tmp/ansible-tmp-1736579847.0015075-11142-171832762862920/AnsiballZ_command.py && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' -tt 10.31.9.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579847.0004952-11145-248651836097922/AnsiballZ_command.py && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' -tt 10.31.8.120 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579847.0075867-11150-220484430023844/AnsiballZ_command.py && sleep 0'"'"'' <10.31.12.16> (0, b'', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' -tt 10.31.12.16 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579847.0015075-11142-171832762862920/AnsiballZ_command.py && sleep 0'"'"'' EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579846.9421563-11141-12489378169446/ > /dev/null 2>&1 && sleep 0' changed: [localhost] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": null, "end": null, "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, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } MSG: Command would have run if not in check mode <10.31.9.12> (0, b'\r\n{"changed": false, "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "stderr": "", "rc": 0, "cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "start": null, "end": null, "delta": null, "msg": "Would not run command since \'/root/.ssh/kdump_id_rsa\' exists", "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to 10.31.9.12 closed.\r\n') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579847.0004952-11145-248651836097922/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.120> (0, b'\r\n{"changed": false, "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "stderr": "", "rc": 0, "cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "start": null, "end": null, "delta": null, "msg": "Would not run command since \'/root/.ssh/kdump_id_rsa\' exists", "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to 10.31.8.120 closed.\r\n') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579847.0075867-11150-220484430023844/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.16> (0, b'\r\n{"changed": false, "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "stderr": "", "rc": 0, "cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "start": null, "end": null, "delta": null, "msg": "Would not run command since \'/root/.ssh/kdump_id_rsa\' exists", "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to 10.31.12.16 closed.\r\n') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579847.0015075-11142-171832762862920/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') ok: [managed-node2] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": null, "end": null, "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, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists MSG: Would not run command since '/root/.ssh/kdump_id_rsa' exists <10.31.8.120> (0, b'', b'') ok: [managed-node3] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": null, "end": null, "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, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists MSG: Would not run command since '/root/.ssh/kdump_id_rsa' exists <10.31.12.16> (0, b'', b'') ok: [managed-node1] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": null, "end": null, "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, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists MSG: Would not run command since '/root/.ssh/kdump_id_rsa' exists TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 11 January 2025 02:17:27 -0500 (0:00:00.473) 0:00:08.642 ****** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579847.4331808-11183-80398297654805 `" && echo ansible-tmp-1736579847.4331808-11183-80398297654805="` echo /root/.ansible/tmp/ansible-tmp-1736579847.4331808-11183-80398297654805 `" ) && sleep 0' <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.16> (0, b'/root\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579847.4531763-11184-201383747782803 `" && echo ansible-tmp-1736579847.4531763-11184-201383747782803="` echo /root/.ansible/tmp/ansible-tmp-1736579847.4531763-11184-201383747782803 `" ) && sleep 0'"'"'' <10.31.9.12> (0, b'/root\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579847.4699004-11186-59302413172711 `" && echo ansible-tmp-1736579847.4699004-11186-59302413172711="` echo /root/.ansible/tmp/ansible-tmp-1736579847.4699004-11186-59302413172711 `" ) && sleep 0'"'"'' <10.31.8.120> (0, b'/root\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579847.479083-11188-235230615218644 `" && echo ansible-tmp-1736579847.479083-11188-235230615218644="` echo /root/.ansible/tmp/ansible-tmp-1736579847.479083-11188-235230615218644 `" ) && sleep 0'"'"'' <10.31.12.16> (0, b'ansible-tmp-1736579847.4531763-11184-201383747782803=/root/.ansible/tmp/ansible-tmp-1736579847.4531763-11184-201383747782803\n', b'') <10.31.9.12> (0, b'ansible-tmp-1736579847.4699004-11186-59302413172711=/root/.ansible/tmp/ansible-tmp-1736579847.4699004-11186-59302413172711\n', b'') <10.31.8.120> (0, b'ansible-tmp-1736579847.479083-11188-235230615218644=/root/.ansible/tmp/ansible-tmp-1736579847.479083-11188-235230615218644\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpwq89k98p TO /root/.ansible/tmp/ansible-tmp-1736579847.4331808-11183-80398297654805/AnsiballZ_slurp.py <10.31.12.16> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmppqbuljx_ TO /root/.ansible/tmp/ansible-tmp-1736579847.4531763-11184-201383747782803/AnsiballZ_slurp.py EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579847.4331808-11183-80398297654805/ /root/.ansible/tmp/ansible-tmp-1736579847.4331808-11183-80398297654805/AnsiballZ_slurp.py && sleep 0' <10.31.12.16> 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/bfa412ea09"' '[10.31.12.16]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.9.12> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpoce5koq0 TO /root/.ansible/tmp/ansible-tmp-1736579847.4699004-11186-59302413172711/AnsiballZ_slurp.py <10.31.9.12> 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/bdf664303c"' '[10.31.9.12]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.8.120> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpi45mjilh TO /root/.ansible/tmp/ansible-tmp-1736579847.479083-11188-235230615218644/AnsiballZ_slurp.py <10.31.8.120> 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/3f4d8c41f9"' '[10.31.8.120]' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1736579847.4331808-11183-80398297654805/AnsiballZ_slurp.py && sleep 0' <10.31.9.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpoce5koq0 /root/.ansible/tmp/ansible-tmp-1736579847.4699004-11186-59302413172711/AnsiballZ_slurp.py\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579847.4699004-11186-59302413172711/ /root/.ansible/tmp/ansible-tmp-1736579847.4699004-11186-59302413172711/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.12.16> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmppqbuljx_ /root/.ansible/tmp/ansible-tmp-1736579847.4531763-11184-201383747782803/AnsiballZ_slurp.py\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579847.4531763-11184-201383747782803/ /root/.ansible/tmp/ansible-tmp-1736579847.4531763-11184-201383747782803/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.8.120> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpi45mjilh /root/.ansible/tmp/ansible-tmp-1736579847.479083-11188-235230615218644/AnsiballZ_slurp.py\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579847.479083-11188-235230615218644/ /root/.ansible/tmp/ansible-tmp-1736579847.479083-11188-235230615218644/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' -tt 10.31.9.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579847.4699004-11186-59302413172711/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' -tt 10.31.8.120 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579847.479083-11188-235230615218644/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.12.16> (0, b'', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' -tt 10.31.12.16 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579847.4531763-11184-201383747782803/AnsiballZ_slurp.py && sleep 0'"'"'' EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579847.4331808-11183-80398297654805/ > /dev/null 2>&1 && sleep 0' The full traceback is: File "/tmp/ansible_slurp_payload__83l0oky/ansible_slurp_payload.zip/ansible/modules/slurp.py", line 102, in main fatal: [localhost]: FAILED! => { "changed": false, "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } } } MSG: file not found: /root/.ssh/kdump_id_rsa.pub <10.31.9.12> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEV0FiMXhieWhwWStoWXdTN0l6TThoZWZKb0Z6aHZadU8vY01jSjRyTjllOVpSM1pIdE1QRUVwWUREMDQydWtlUm8yZjhCR0xYa09raWRVSmg4TkVDTmJSdTcwZ3Njc04wQjFCVTEyVytLbFMyb3U2NG1pZ0JrWXJQOFRzVmNFbFdYRnhnaVNiWUtRVzJ5cUNneTRlMjhvOVdDQWkyWDFyVnBnZWhqUTJzUkVhaHlDMlV6aVNLZFRlVjA2L2d4NHoxMFN3Z3NFMUpDN1ZYZzFQTkkzY3lLUlRWSTFVMlo0SkV4SXJ2eVJrcnFxUHVYRXV0Tm5RNFNMbGdJRk5QWnlobnVIZ2NiTDZMZ2lHQ2JpbGV0eGp6N0VMK0gvUDk1VTBLbDNmdkVyem1BMGgyekYwNXlnVUFYNm43OWxNQ21Fa3lIQmF2d3labjRZWjlOMkgwMXpDSUVvWUlrcm9yM3ZVWEthVmhuU0ZTeThJS25ZU1RaN3A5T210RnFOaHJzUnlhNzFSYWp4NklQajcxOVdMOTZTS1VXdXhlUjNnK2NMaXpWenRhSGFlb3hzUjhDWXFvbjhVSTFKTXg0NEtYODIyZGhkczJFMGw5ak9tem13MGNSNkJrbVF4WlFpUDk2TFl1c2I5NFV5c3Y2OHJiQVBoV0VLVXgranFPbWNvb0UrUGs9IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "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.9.12 closed.\r\n') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579847.4699004-11186-59302413172711/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.120> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FESHZDUWl2dnJjN1N5bjRINm1PMjdBVXdCRktkTGs2bGdISWNRTngzakQrOVNuTzFHRG9OZ3AwSTRzL2VzNkxOdXZmTHBBNzRZdXVBa0c4MmVEYWhKR3FnUk5NdElTdStqajQ4TUhaZmhrZnRvQTM1TVhlWDZXc2FPOW5ENFU4Mk9SNTJzVXh6K0FvOUlISERLUGxuMVlJYXE1cm1uVXVoU1U4QkoxdFh4bGVLdzJoRzc0WGE3TXExRUdDd0dkQmZwS0lKK3krSUFqbWp2a0JkNlVtWVhObE5OeFZHK09rMENxNDN1U1R4TTV5blBWeTNpWExyQjZQK3psRnZYMDJqVTZwcSs1aElJR1E2d0ZjajljQkRGYzgvcGRCdkNJTFpQRjYzUmMxa0VwUUFEMHoxMjFoQ2N4UXZmeGpQaFNSOE53M2Q3K2cvZjdEeGVmeU1ldWkydksrMEJpYjQway8xSGtyYy95T0N3R2FFcTcxQTA1bDhYWXVMbWdZR08vdTJ6Y0FjVFk5YWVnUmFTbHJlODdFYVVyTkdJclVCTENGdnpaN0dpcnN0dFE5ZW9nL0tnUGFzY08wMWlPZkM3Vm0ycFB2ZGM5Ym9xWDEwU0Vxb090M2d2RkVUUWFBbFBQVCtRZFJhSGtBWGVqR2RDK0oyV3F4TjJmQW5SSng2UUxrUDg9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "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.8.120 closed.\r\n') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579847.479083-11188-235230615218644/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.16> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDOFdtTWdsQ0J3NlZKSitGbkRRUmM0R2M0bFdWMHZNRkhnSGw1dUo4M3V4MHVFSExDckk4Q0JrZDB5bGdYbkxYVXVGYmlTeGNFMlVQVkI5elU4dVBycDJzV3FSTjFacjdXV3VVUE56RUVKTGdmTjMrak5HbmNUdndRaU1KamxDYVZMOVcxQWdmZDdMcDdQOEdGS084TlBEeXdSNnRwcWk2bDFqdWFuY2tlVWVqeEozVEZyZzgrcjVCeC80Y1RlRUFZR01Ka0VBQXNxeDBvN21yT1pKaWRvQXI4VGM5YTJCMm1QRVUzeUlDU1M4ZzVzdUp6L1JwVzhyVmpFWmw4bXgvQmNJWW5RRjluUzJMYUE1TWJEQVl3ZSt1QkNHeUV0c0UyV0FnTlJqa1dtUnpqQ2NmTGNjUWlNZ3FFalVYSnZjbGIxeVNPUjdjRzFCOWxYdE12SWwzNTE1Sk1ERFNJNklOYk4xQlQvdDgrLzBEanRFa2huRXNSdkdFMTdvNHFoNHJ6SVUrVnpjcjQ0eVlPNTdDYW9DbGdmTEZ4cUhmczA2ZHNYbGo1Rzc0cW5OaVhoUTd5V0V4bmZMeVJ3ZjB0ZkxZTGRPODFDUUh3RTV5ZTB0TEw1YUZVQWJTTUVmU1hWcHVHUzhDdFFNeVNROEVhUEJBbUM5RzRKK24xMDRPQ2sxcU09IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "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.12.16 closed.\r\n') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579847.4531763-11184-201383747782803/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') ok: [managed-node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEV0FiMXhieWhwWStoWXdTN0l6TThoZWZKb0Z6aHZadU8vY01jSjRyTjllOVpSM1pIdE1QRUVwWUREMDQydWtlUm8yZjhCR0xYa09raWRVSmg4TkVDTmJSdTcwZ3Njc04wQjFCVTEyVytLbFMyb3U2NG1pZ0JrWXJQOFRzVmNFbFdYRnhnaVNiWUtRVzJ5cUNneTRlMjhvOVdDQWkyWDFyVnBnZWhqUTJzUkVhaHlDMlV6aVNLZFRlVjA2L2d4NHoxMFN3Z3NFMUpDN1ZYZzFQTkkzY3lLUlRWSTFVMlo0SkV4SXJ2eVJrcnFxUHVYRXV0Tm5RNFNMbGdJRk5QWnlobnVIZ2NiTDZMZ2lHQ2JpbGV0eGp6N0VMK0gvUDk1VTBLbDNmdkVyem1BMGgyekYwNXlnVUFYNm43OWxNQ21Fa3lIQmF2d3labjRZWjlOMkgwMXpDSUVvWUlrcm9yM3ZVWEthVmhuU0ZTeThJS25ZU1RaN3A5T210RnFOaHJzUnlhNzFSYWp4NklQajcxOVdMOTZTS1VXdXhlUjNnK2NMaXpWenRhSGFlb3hzUjhDWXFvbjhVSTFKTXg0NEtYODIyZGhkczJFMGw5ak9tem13MGNSNkJrbVF4WlFpUDk2TFl1c2I5NFV5c3Y2OHJiQVBoV0VLVXgranFPbWNvb0UrUGs9IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } <10.31.8.120> (0, b'', b'') ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FESHZDUWl2dnJjN1N5bjRINm1PMjdBVXdCRktkTGs2bGdISWNRTngzakQrOVNuTzFHRG9OZ3AwSTRzL2VzNkxOdXZmTHBBNzRZdXVBa0c4MmVEYWhKR3FnUk5NdElTdStqajQ4TUhaZmhrZnRvQTM1TVhlWDZXc2FPOW5ENFU4Mk9SNTJzVXh6K0FvOUlISERLUGxuMVlJYXE1cm1uVXVoU1U4QkoxdFh4bGVLdzJoRzc0WGE3TXExRUdDd0dkQmZwS0lKK3krSUFqbWp2a0JkNlVtWVhObE5OeFZHK09rMENxNDN1U1R4TTV5blBWeTNpWExyQjZQK3psRnZYMDJqVTZwcSs1aElJR1E2d0ZjajljQkRGYzgvcGRCdkNJTFpQRjYzUmMxa0VwUUFEMHoxMjFoQ2N4UXZmeGpQaFNSOE53M2Q3K2cvZjdEeGVmeU1ldWkydksrMEJpYjQway8xSGtyYy95T0N3R2FFcTcxQTA1bDhYWXVMbWdZR08vdTJ6Y0FjVFk5YWVnUmFTbHJlODdFYVVyTkdJclVCTENGdnpaN0dpcnN0dFE5ZW9nL0tnUGFzY08wMWlPZkM3Vm0ycFB2ZGM5Ym9xWDEwU0Vxb090M2d2RkVUUWFBbFBQVCtRZFJhSGtBWGVqR2RDK0oyV3F4TjJmQW5SSng2UUxrUDg9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } <10.31.12.16> (0, b'', b'') ok: [managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDOFdtTWdsQ0J3NlZKSitGbkRRUmM0R2M0bFdWMHZNRkhnSGw1dUo4M3V4MHVFSExDckk4Q0JrZDB5bGdYbkxYVXVGYmlTeGNFMlVQVkI5elU4dVBycDJzV3FSTjFacjdXV3VVUE56RUVKTGdmTjMrak5HbmNUdndRaU1KamxDYVZMOVcxQWdmZDdMcDdQOEdGS084TlBEeXdSNnRwcWk2bDFqdWFuY2tlVWVqeEozVEZyZzgrcjVCeC80Y1RlRUFZR01Ka0VBQXNxeDBvN21yT1pKaWRvQXI4VGM5YTJCMm1QRVUzeUlDU1M4ZzVzdUp6L1JwVzhyVmpFWmw4bXgvQmNJWW5RRjluUzJMYUE1TWJEQVl3ZSt1QkNHeUV0c0UyV0FnTlJqa1dtUnpqQ2NmTGNjUWlNZ3FFalVYSnZjbGIxeVNPUjdjRzFCOWxYdE12SWwzNTE1Sk1ERFNJNklOYk4xQlQvdDgrLzBEanRFa2huRXNSdkdFMTdvNHFoNHJ6SVUrVnpjcjQ0eVlPNTdDYW9DbGdmTEZ4cUhmczA2ZHNYbGo1Rzc0cW5OaVhoUTd5V0V4bmZMeVJ3ZjB0ZkxZTGRPODFDUUh3RTV5ZTB0TEw1YUZVQWJTTUVmU1hWcHVHUzhDdFFNeVNROEVhUEJBbUM5RzRKK24xMDRPQ2sxcU09IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 11 January 2025 02:17:27 -0500 (0:00:00.469) 0:00:09.111 ****** <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.16> (0, b'/root\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579847.9291255-11222-236296228984489 `" && echo ansible-tmp-1736579847.9291255-11222-236296228984489="` echo /root/.ansible/tmp/ansible-tmp-1736579847.9291255-11222-236296228984489 `" ) && sleep 0'"'"'' <10.31.9.12> (0, b'/root\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579847.937863-11223-263376577291135 `" && echo ansible-tmp-1736579847.937863-11223-263376577291135="` echo /root/.ansible/tmp/ansible-tmp-1736579847.937863-11223-263376577291135 `" ) && sleep 0'"'"'' <10.31.8.120> (0, b'/root\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579847.9466112-11224-155318122994462 `" && echo ansible-tmp-1736579847.9466112-11224-155318122994462="` echo /root/.ansible/tmp/ansible-tmp-1736579847.9466112-11224-155318122994462 `" ) && sleep 0'"'"'' <10.31.12.16> (0, b'ansible-tmp-1736579847.9291255-11222-236296228984489=/root/.ansible/tmp/ansible-tmp-1736579847.9291255-11222-236296228984489\n', b'') <10.31.9.12> (0, b'ansible-tmp-1736579847.937863-11223-263376577291135=/root/.ansible/tmp/ansible-tmp-1736579847.937863-11223-263376577291135\n', b'') <10.31.8.120> (0, b'ansible-tmp-1736579847.9466112-11224-155318122994462=/root/.ansible/tmp/ansible-tmp-1736579847.9466112-11224-155318122994462\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/user.py <10.31.12.16> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpzw9zzt35 TO /root/.ansible/tmp/ansible-tmp-1736579847.9291255-11222-236296228984489/AnsiballZ_user.py <10.31.12.16> 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/bfa412ea09"' '[10.31.12.16]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/user.py <10.31.9.12> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpcjtylxhd TO /root/.ansible/tmp/ansible-tmp-1736579847.937863-11223-263376577291135/AnsiballZ_user.py <10.31.9.12> 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/bdf664303c"' '[10.31.9.12]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/user.py <10.31.8.120> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpmi6v_yna TO /root/.ansible/tmp/ansible-tmp-1736579847.9466112-11224-155318122994462/AnsiballZ_user.py <10.31.8.120> 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/3f4d8c41f9"' '[10.31.8.120]' <10.31.9.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpcjtylxhd /root/.ansible/tmp/ansible-tmp-1736579847.937863-11223-263376577291135/AnsiballZ_user.py\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579847.937863-11223-263376577291135/ /root/.ansible/tmp/ansible-tmp-1736579847.937863-11223-263376577291135/AnsiballZ_user.py && sleep 0'"'"'' <10.31.12.16> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpzw9zzt35 /root/.ansible/tmp/ansible-tmp-1736579847.9291255-11222-236296228984489/AnsiballZ_user.py\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579847.9291255-11222-236296228984489/ /root/.ansible/tmp/ansible-tmp-1736579847.9291255-11222-236296228984489/AnsiballZ_user.py && sleep 0'"'"'' <10.31.8.120> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpmi6v_yna /root/.ansible/tmp/ansible-tmp-1736579847.9466112-11224-155318122994462/AnsiballZ_user.py\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579847.9466112-11224-155318122994462/ /root/.ansible/tmp/ansible-tmp-1736579847.9466112-11224-155318122994462/AnsiballZ_user.py && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' -tt 10.31.9.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579847.937863-11223-263376577291135/AnsiballZ_user.py && sleep 0'"'"'' <10.31.12.16> (0, b'', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' -tt 10.31.12.16 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579847.9291255-11222-236296228984489/AnsiballZ_user.py && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' -tt 10.31.8.120 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579847.9466112-11224-155318122994462/AnsiballZ_user.py && sleep 0'"'"'' <10.31.9.12> (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, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": 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, "umask": null}}}\r\n', b'Shared connection to 10.31.9.12 closed.\r\n') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579847.937863-11223-263376577291135/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.16> (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, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": 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, "umask": null}}}\r\n', b'Shared connection to 10.31.12.16 closed.\r\n') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579847.9291255-11222-236296228984489/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.120> (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, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": 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, "umask": null}}}\r\n', b'Shared connection to 10.31.8.120 closed.\r\n') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579847.9466112-11224-155318122994462/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') ok: [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_expire_max": null, "password_expire_min": null, "password_expire_warn": 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, "umask": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } <10.31.12.16> (0, b'', b'') ok: [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_expire_max": null, "password_expire_min": null, "password_expire_warn": 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, "umask": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } <10.31.8.120> (0, b'', b'') ok: [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_expire_max": null, "password_expire_min": null, "password_expire_warn": 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, "umask": 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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 11 January 2025 02:17:28 -0500 (0:00:00.554) 0:00:09.665 ****** <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.120> (0, b'/root\n', b'') <10.31.12.16> (0, b'/root\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579848.4918382-11251-209613211210663 `" && echo ansible-tmp-1736579848.4918382-11251-209613211210663="` echo /root/.ansible/tmp/ansible-tmp-1736579848.4918382-11251-209613211210663 `" ) && sleep 0'"'"'' <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579848.4918447-11249-52869190939129 `" && echo ansible-tmp-1736579848.4918447-11249-52869190939129="` echo /root/.ansible/tmp/ansible-tmp-1736579848.4918447-11249-52869190939129 `" ) && sleep 0'"'"'' <10.31.9.12> (0, b'/root\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579848.4983475-11250-73990097294433 `" && echo ansible-tmp-1736579848.4983475-11250-73990097294433="` echo /root/.ansible/tmp/ansible-tmp-1736579848.4983475-11250-73990097294433 `" ) && sleep 0'"'"'' <10.31.8.120> (0, b'ansible-tmp-1736579848.4918382-11251-209613211210663=/root/.ansible/tmp/ansible-tmp-1736579848.4918382-11251-209613211210663\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.8.120> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmp7n3zx1v6 TO /root/.ansible/tmp/ansible-tmp-1736579848.4918382-11251-209613211210663/AnsiballZ_stat.py <10.31.8.120> 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/3f4d8c41f9"' '[10.31.8.120]' <10.31.12.16> (0, b'ansible-tmp-1736579848.4918447-11249-52869190939129=/root/.ansible/tmp/ansible-tmp-1736579848.4918447-11249-52869190939129\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.12.16> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpla0diqgq TO /root/.ansible/tmp/ansible-tmp-1736579848.4918447-11249-52869190939129/AnsiballZ_stat.py <10.31.12.16> 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/bfa412ea09"' '[10.31.12.16]' <10.31.9.12> (0, b'ansible-tmp-1736579848.4983475-11250-73990097294433=/root/.ansible/tmp/ansible-tmp-1736579848.4983475-11250-73990097294433\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.9.12> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpw6p_p5qi TO /root/.ansible/tmp/ansible-tmp-1736579848.4983475-11250-73990097294433/AnsiballZ_stat.py <10.31.9.12> 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/bdf664303c"' '[10.31.9.12]' <10.31.8.120> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmp7n3zx1v6 /root/.ansible/tmp/ansible-tmp-1736579848.4918382-11251-209613211210663/AnsiballZ_stat.py\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579848.4918382-11251-209613211210663/ /root/.ansible/tmp/ansible-tmp-1736579848.4918382-11251-209613211210663/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.12.16> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpla0diqgq /root/.ansible/tmp/ansible-tmp-1736579848.4918447-11249-52869190939129/AnsiballZ_stat.py\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579848.4918447-11249-52869190939129/ /root/.ansible/tmp/ansible-tmp-1736579848.4918447-11249-52869190939129/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpw6p_p5qi /root/.ansible/tmp/ansible-tmp-1736579848.4983475-11250-73990097294433/AnsiballZ_stat.py\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579848.4983475-11250-73990097294433/ /root/.ansible/tmp/ansible-tmp-1736579848.4983475-11250-73990097294433/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' -tt 10.31.8.120 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579848.4918382-11251-209613211210663/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' -tt 10.31.9.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579848.4983475-11250-73990097294433/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.12.16> (0, b'', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' -tt 10.31.12.16 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579848.4918447-11249-52869190939129/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.120> (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": 1736579509.7255552, "mtime": 1736579815.2494917, "ctime": 1736579815.2494917, "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_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.8.120 closed.\r\n') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579848.4918382-11251-209613211210663/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.12> (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": 1736579511.0028567, "mtime": 1736579806.784299, "ctime": 1736579806.784299, "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_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.9.12 closed.\r\n') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579848.4983475-11250-73990097294433/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.16> (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": 1736579539.902956, "mtime": 1736579795.782577, "ctime": 1736579795.782577, "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_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.12.16 closed.\r\n') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579848.4918447-11249-52869190939129/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1736579509.7255552, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1736579815.2494917, "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": 1736579815.2494917, "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.9.12> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1736579511.0028567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1736579806.784299, "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": 1736579806.784299, "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.12.16> (0, b'', b'') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1736579539.902956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1736579795.782577, "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": 1736579795.782577, "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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 11 January 2025 02:17:28 -0500 (0:00:00.383) 0:00:10.049 ****** <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.16> (0, b'/root\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579848.8548038-11273-180104682644910 `" && echo ansible-tmp-1736579848.8548038-11273-180104682644910="` echo /root/.ansible/tmp/ansible-tmp-1736579848.8548038-11273-180104682644910 `" ) && sleep 0'"'"'' <10.31.9.12> (0, b'/root\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579848.8709452-11274-8228507825711 `" && echo ansible-tmp-1736579848.8709452-11274-8228507825711="` echo /root/.ansible/tmp/ansible-tmp-1736579848.8709452-11274-8228507825711 `" ) && sleep 0'"'"'' <10.31.8.120> (0, b'/root\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579848.8803132-11275-163499421665220 `" && echo ansible-tmp-1736579848.8803132-11275-163499421665220="` echo /root/.ansible/tmp/ansible-tmp-1736579848.8803132-11275-163499421665220 `" ) && sleep 0'"'"'' <10.31.12.16> (0, b'ansible-tmp-1736579848.8548038-11273-180104682644910=/root/.ansible/tmp/ansible-tmp-1736579848.8548038-11273-180104682644910\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.12.16> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpzss37jyg TO /root/.ansible/tmp/ansible-tmp-1736579848.8548038-11273-180104682644910/AnsiballZ_stat.py <10.31.12.16> 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/bfa412ea09"' '[10.31.12.16]' <10.31.9.12> (0, b'ansible-tmp-1736579848.8709452-11274-8228507825711=/root/.ansible/tmp/ansible-tmp-1736579848.8709452-11274-8228507825711\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.9.12> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmp004iihn6 TO /root/.ansible/tmp/ansible-tmp-1736579848.8709452-11274-8228507825711/AnsiballZ_stat.py <10.31.9.12> 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/bdf664303c"' '[10.31.9.12]' <10.31.8.120> (0, b'ansible-tmp-1736579848.8803132-11275-163499421665220=/root/.ansible/tmp/ansible-tmp-1736579848.8803132-11275-163499421665220\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.8.120> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpiji9glan TO /root/.ansible/tmp/ansible-tmp-1736579848.8803132-11275-163499421665220/AnsiballZ_stat.py <10.31.8.120> 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/3f4d8c41f9"' '[10.31.8.120]' <10.31.12.16> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpzss37jyg /root/.ansible/tmp/ansible-tmp-1736579848.8548038-11273-180104682644910/AnsiballZ_stat.py\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579848.8548038-11273-180104682644910/ /root/.ansible/tmp/ansible-tmp-1736579848.8548038-11273-180104682644910/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmp004iihn6 /root/.ansible/tmp/ansible-tmp-1736579848.8709452-11274-8228507825711/AnsiballZ_stat.py\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579848.8709452-11274-8228507825711/ /root/.ansible/tmp/ansible-tmp-1736579848.8709452-11274-8228507825711/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.120> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpiji9glan /root/.ansible/tmp/ansible-tmp-1736579848.8803132-11275-163499421665220/AnsiballZ_stat.py\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579848.8803132-11275-163499421665220/ /root/.ansible/tmp/ansible-tmp-1736579848.8803132-11275-163499421665220/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.12.16> (0, b'', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' -tt 10.31.12.16 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579848.8548038-11273-180104682644910/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' -tt 10.31.9.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579848.8709452-11274-8228507825711/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' -tt 10.31.8.120 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579848.8803132-11275-163499421665220/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.12.16> (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": 62914755, "dev": 51713, "nlink": 1, "atime": 1736579802.0416229, "mtime": 1736579795.782577, "ctime": 1736579795.783577, "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": "b4fc442427820e1cfcf788096bbbacf758fa8a53", "mimetype": "text/plain", "charset": "us-ascii", "version": "503845715", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.12.16 closed.\r\n') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579848.8548038-11273-180104682644910/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.12> (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": 1736579670.248956, "mtime": 1736579511.0028567, "ctime": 1736579511.0028567, "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_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.9.12 closed.\r\n') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579848.8709452-11274-8228507825711/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.120> (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": 1736579819.0335226, "mtime": 1736579815.2494917, "ctime": 1736579815.2504916, "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": "3987d20d6d1e9e32c0e8e97644079d7fd172090e", "mimetype": "text/plain", "charset": "us-ascii", "version": "832562493", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.8.120 closed.\r\n') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579848.8803132-11275-163499421665220/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.16> (0, b'', b'') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1736579802.0416229, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b4fc442427820e1cfcf788096bbbacf758fa8a53", "ctime": 1736579795.783577, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 62914755, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1736579795.782577, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1562, "uid": 0, "version": "503845715", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.9.12> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1736579670.248956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1736579511.0028567, "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": 1736579511.0028567, "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.8.120> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1736579819.0335226, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3987d20d6d1e9e32c0e8e97644079d7fd172090e", "ctime": 1736579815.2504916, "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": 1736579815.2494917, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1562, "uid": 0, "version": "832562493", "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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 11 January 2025 02:17:29 -0500 (0:00:00.368) 0:00:10.417 ****** <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.12> (0, b'/root\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579849.2862265-11298-39195445512882 `" && echo ansible-tmp-1736579849.2862265-11298-39195445512882="` echo /root/.ansible/tmp/ansible-tmp-1736579849.2862265-11298-39195445512882 `" ) && sleep 0'"'"'' <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.16> (0, b'/root\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579849.2970316-11297-64848702155270 `" && echo ansible-tmp-1736579849.2970316-11297-64848702155270="` echo /root/.ansible/tmp/ansible-tmp-1736579849.2970316-11297-64848702155270 `" ) && sleep 0'"'"'' <10.31.8.120> (0, b'/root\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579849.3163671-11299-130797794401648 `" && echo ansible-tmp-1736579849.3163671-11299-130797794401648="` echo /root/.ansible/tmp/ansible-tmp-1736579849.3163671-11299-130797794401648 `" ) && sleep 0'"'"'' <10.31.9.12> (0, b'ansible-tmp-1736579849.2862265-11298-39195445512882=/root/.ansible/tmp/ansible-tmp-1736579849.2862265-11298-39195445512882\n', b'') <10.31.12.16> (0, b'ansible-tmp-1736579849.2970316-11297-64848702155270=/root/.ansible/tmp/ansible-tmp-1736579849.2970316-11297-64848702155270\n', b'') <10.31.8.120> (0, b'ansible-tmp-1736579849.3163671-11299-130797794401648=/root/.ansible/tmp/ansible-tmp-1736579849.3163671-11299-130797794401648\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.9.12> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpttjy9cwf TO /root/.ansible/tmp/ansible-tmp-1736579849.2862265-11298-39195445512882/AnsiballZ_file.py <10.31.12.16> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmps905ru94 TO /root/.ansible/tmp/ansible-tmp-1736579849.2970316-11297-64848702155270/AnsiballZ_file.py <10.31.9.12> 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/bdf664303c"' '[10.31.9.12]' <10.31.12.16> 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/bfa412ea09"' '[10.31.12.16]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.8.120> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpz6dnc21m TO /root/.ansible/tmp/ansible-tmp-1736579849.3163671-11299-130797794401648/AnsiballZ_file.py <10.31.8.120> 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/3f4d8c41f9"' '[10.31.8.120]' <10.31.8.120> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpz6dnc21m /root/.ansible/tmp/ansible-tmp-1736579849.3163671-11299-130797794401648/AnsiballZ_file.py\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579849.3163671-11299-130797794401648/ /root/.ansible/tmp/ansible-tmp-1736579849.3163671-11299-130797794401648/AnsiballZ_file.py && sleep 0'"'"'' <10.31.9.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpttjy9cwf /root/.ansible/tmp/ansible-tmp-1736579849.2862265-11298-39195445512882/AnsiballZ_file.py\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579849.2862265-11298-39195445512882/ /root/.ansible/tmp/ansible-tmp-1736579849.2862265-11298-39195445512882/AnsiballZ_file.py && sleep 0'"'"'' <10.31.12.16> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmps905ru94 /root/.ansible/tmp/ansible-tmp-1736579849.2970316-11297-64848702155270/AnsiballZ_file.py\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579849.2970316-11297-64848702155270/ /root/.ansible/tmp/ansible-tmp-1736579849.2970316-11297-64848702155270/AnsiballZ_file.py && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' -tt 10.31.8.120 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579849.3163671-11299-130797794401648/AnsiballZ_file.py && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' -tt 10.31.9.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579849.2862265-11298-39195445512882/AnsiballZ_file.py && sleep 0'"'"'' <10.31.12.16> (0, b'', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' -tt 10.31.12.16 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579849.2970316-11297-64848702155270/AnsiballZ_file.py && sleep 0'"'"'' <10.31.8.120> (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}}}\r\n', b'Shared connection to 10.31.8.120 closed.\r\n') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579849.3163671-11299-130797794401648/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.12> (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}}}\r\n', b'Shared connection to 10.31.9.12 closed.\r\n') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579849.2862265-11298-39195445512882/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.16> (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}}}\r\n', b'Shared connection to 10.31.12.16 closed.\r\n') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579849.2970316-11297-64848702155270/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') ok: [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, "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, "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.9.12> (0, b'', b'') ok: [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, "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, "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.12.16> (0, b'', b'') ok: [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, "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, "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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 11 January 2025 02:17:29 -0500 (0:00:00.531) 0:00:10.949 ****** <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.16> (0, b'/root\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579849.8095245-11324-86833480867760 `" && echo ansible-tmp-1736579849.8095245-11324-86833480867760="` echo /root/.ansible/tmp/ansible-tmp-1736579849.8095245-11324-86833480867760 `" ) && sleep 0'"'"'' <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.12> (0, b'/root\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579849.8335695-11325-241386783405629 `" && echo ansible-tmp-1736579849.8335695-11325-241386783405629="` echo /root/.ansible/tmp/ansible-tmp-1736579849.8335695-11325-241386783405629 `" ) && sleep 0'"'"'' <10.31.8.120> (0, b'/root\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579849.8426259-11326-136296331495744 `" && echo ansible-tmp-1736579849.8426259-11326-136296331495744="` echo /root/.ansible/tmp/ansible-tmp-1736579849.8426259-11326-136296331495744 `" ) && sleep 0'"'"'' <10.31.12.16> (0, b'ansible-tmp-1736579849.8095245-11324-86833480867760=/root/.ansible/tmp/ansible-tmp-1736579849.8095245-11324-86833480867760\n', b'') <10.31.9.12> (0, b'ansible-tmp-1736579849.8335695-11325-241386783405629=/root/.ansible/tmp/ansible-tmp-1736579849.8335695-11325-241386783405629\n', b'') <10.31.8.120> (0, b'ansible-tmp-1736579849.8426259-11326-136296331495744=/root/.ansible/tmp/ansible-tmp-1736579849.8426259-11326-136296331495744\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/lineinfile.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/lineinfile.py <10.31.12.16> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpihbppgo3 TO /root/.ansible/tmp/ansible-tmp-1736579849.8095245-11324-86833480867760/AnsiballZ_lineinfile.py <10.31.9.12> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmp8fyd3c59 TO /root/.ansible/tmp/ansible-tmp-1736579849.8335695-11325-241386783405629/AnsiballZ_lineinfile.py <10.31.12.16> 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/bfa412ea09"' '[10.31.12.16]' <10.31.9.12> 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/bdf664303c"' '[10.31.9.12]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/lineinfile.py <10.31.8.120> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmp3x7329lb TO /root/.ansible/tmp/ansible-tmp-1736579849.8426259-11326-136296331495744/AnsiballZ_lineinfile.py <10.31.8.120> 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/3f4d8c41f9"' '[10.31.8.120]' <10.31.12.16> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpihbppgo3 /root/.ansible/tmp/ansible-tmp-1736579849.8095245-11324-86833480867760/AnsiballZ_lineinfile.py\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579849.8095245-11324-86833480867760/ /root/.ansible/tmp/ansible-tmp-1736579849.8095245-11324-86833480867760/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.9.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmp8fyd3c59 /root/.ansible/tmp/ansible-tmp-1736579849.8335695-11325-241386783405629/AnsiballZ_lineinfile.py\n', b'') <10.31.8.120> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmp3x7329lb /root/.ansible/tmp/ansible-tmp-1736579849.8426259-11326-136296331495744/AnsiballZ_lineinfile.py\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579849.8426259-11326-136296331495744/ /root/.ansible/tmp/ansible-tmp-1736579849.8426259-11326-136296331495744/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579849.8335695-11325-241386783405629/ /root/.ansible/tmp/ansible-tmp-1736579849.8335695-11325-241386783405629/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.12.16> (0, b'', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' -tt 10.31.12.16 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579849.8095245-11324-86833480867760/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' -tt 10.31.9.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579849.8335695-11325-241386783405629/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' -tt 10.31.8.120 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579849.8426259-11326-136296331495744/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.12.16> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQC8WmMglCBw6VJJ+FnDQRc4Gc4lWV0vMFHgHl5uJ83ux0uEHLCrI8CBkd0ylgXnLXUuFbiSxcE2UPVB9zU8uPrp2sWqRN1Zr7WWuUPNzEEJLgfN3+jNGncTvwQiMJjlCaVL9W1Agfd7Lp7P8GFKO8NPDywR6tpqi6l1juanckeUejxJ3TFrg8+r5Bx/4cTeEAYGMJkEAAsqx0o7mrOZJidoAr8Tc9a2B2mPEU3yICSS8g5suJz/RpW8rVjEZl8mx/BcIYnQF9nS2LaA5MbDAYwe+uBCGyEtsE2WAgNRjkWmRzjCcfLccQiMgqEjUXJvclb1ySOR7cG1B9lXtMvIl3515JMDDSI6INbN1BT/t8+/0DjtEkhnEsRvGE17o4qh4rzIU+Vzcr44yYO57CaoClgfLFxqHfs06dsXlj5G74qnNiXhQ7yWExnfLyRwf0tfLYLdO81CQHwE5ye0tLL5aFUAbSMEfSXVpuGS8CtQMySQ8EaPBAmC9G4J+n104OCk1qM= root@managed-node1", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "unsafe_writes": false, "regexp": null, "search_string": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.12.16 closed.\r\n') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579849.8095245-11324-86833480867760/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.120> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDHvCQivvrc7Syn4H6mO27AUwBFKdLk6lgHIcQNx3jD+9SnO1GDoNgp0I4s/es6LNuvfLpA74YuuAkG82eDahJGqgRNMtISu+jj48MHZfhkftoA35MXeX6WsaO9nD4U82OR52sUxz+Ao9IHHDKPln1YIaq5rmnUuhSU8BJ1tXxleKw2hG74Xa7Mq1EGCwGdBfpKIJ+y+IAjmjvkBd6UmYXNlNNxVG+Ok0Cq43uSTxM5ynPVy3iXLrB6P+zlFvX02jU6pq+5hIIGQ6wFcj9cBDFc8/pdBvCILZPF63Rc1kEpQAD0z121hCcxQvfxjPhSR8Nw3d7+g/f7DxefyMeui2vK+0Bib40k/1Hkrc/yOCwGaEq71A05l8XYuLmgYGO/u2zcAcTY9aegRaSlre87EaUrNGIrUBLCFvzZ7GirsttQ9eog/KgPascO01iOfC7Vm2pPvdc9boqX10SEqoOt3gvFETQaAlPPT+QdRaHkAXejGdC+J2WqxN2fAnRJx6QLkP8= root@managed-node3", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "unsafe_writes": false, "regexp": null, "search_string": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.8.120 closed.\r\n') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579849.8426259-11326-136296331495744/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.12> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDWAb1xbyhpY+hYwS7IzM8hefJoFzhvZuO/cMcJ4rN9e9ZR3ZHtMPEEpYDD042ukeRo2f8BGLXkOkidUJh8NECNbRu70gscsN0B1BU12W+KlS2ou64migBkYrP8TsVcElWXFxgiSbYKQW2yqCgy4e28o9WCAi2X1rVpgehjQ2sREahyC2UziSKdTeV06/gx4z10SwgsE1JC7VXg1PNI3cyKRTVI1U2Z4JExIrvyRkrqqPuXEutNnQ4SLlgIFNPZyhnuHgcbL6LgiGCbiletxjz7EL+H/P95U0Kl3fvErzmA0h2zF05ygUAX6n79lMCmEkyHBavwyZn4YZ9N2H01zCIEoYIkror3vUXKaVhnSFSy8IKnYSTZ7p9OmtFqNhrsRya71Rajx6IPj719WL96SKUWuxeR3g+cLizVztaHaeoxsR8CYqon8UI1JMx44KX822dhds2E0l9jOmzmw0cR6BkmQxZQiP96LYusb94Uysv68rbAPhWEKUx+jqOmcooE+Pk= root@managed-node2", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "unsafe_writes": false, "regexp": null, "search_string": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.9.12 closed.\r\n') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579849.8335695-11325-241386783405629/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.16> (0, b'', b'') ok: [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, "create": true, "firstmatch": false, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8WmMglCBw6VJJ+FnDQRc4Gc4lWV0vMFHgHl5uJ83ux0uEHLCrI8CBkd0ylgXnLXUuFbiSxcE2UPVB9zU8uPrp2sWqRN1Zr7WWuUPNzEEJLgfN3+jNGncTvwQiMJjlCaVL9W1Agfd7Lp7P8GFKO8NPDywR6tpqi6l1juanckeUejxJ3TFrg8+r5Bx/4cTeEAYGMJkEAAsqx0o7mrOZJidoAr8Tc9a2B2mPEU3yICSS8g5suJz/RpW8rVjEZl8mx/BcIYnQF9nS2LaA5MbDAYwe+uBCGyEtsE2WAgNRjkWmRzjCcfLccQiMgqEjUXJvclb1ySOR7cG1B9lXtMvIl3515JMDDSI6INbN1BT/t8+/0DjtEkhnEsRvGE17o4qh4rzIU+Vzcr44yYO57CaoClgfLFxqHfs06dsXlj5G74qnNiXhQ7yWExnfLyRwf0tfLYLdO81CQHwE5ye0tLL5aFUAbSMEfSXVpuGS8CtQMySQ8EaPBAmC9G4J+n104OCk1qM= root@managed-node1", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "search_string": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "validate": null } } } <10.31.9.12> (0, b'', b'') <10.31.8.120> (0, b'', b'') changed: [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, "create": true, "firstmatch": false, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWAb1xbyhpY+hYwS7IzM8hefJoFzhvZuO/cMcJ4rN9e9ZR3ZHtMPEEpYDD042ukeRo2f8BGLXkOkidUJh8NECNbRu70gscsN0B1BU12W+KlS2ou64migBkYrP8TsVcElWXFxgiSbYKQW2yqCgy4e28o9WCAi2X1rVpgehjQ2sREahyC2UziSKdTeV06/gx4z10SwgsE1JC7VXg1PNI3cyKRTVI1U2Z4JExIrvyRkrqqPuXEutNnQ4SLlgIFNPZyhnuHgcbL6LgiGCbiletxjz7EL+H/P95U0Kl3fvErzmA0h2zF05ygUAX6n79lMCmEkyHBavwyZn4YZ9N2H01zCIEoYIkror3vUXKaVhnSFSy8IKnYSTZ7p9OmtFqNhrsRya71Rajx6IPj719WL96SKUWuxeR3g+cLizVztaHaeoxsR8CYqon8UI1JMx44KX822dhds2E0l9jOmzmw0cR6BkmQxZQiP96LYusb94Uysv68rbAPhWEKUx+jqOmcooE+Pk= root@managed-node2", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "search_string": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "validate": null } } } MSG: line added ok: [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, "create": true, "firstmatch": false, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHvCQivvrc7Syn4H6mO27AUwBFKdLk6lgHIcQNx3jD+9SnO1GDoNgp0I4s/es6LNuvfLpA74YuuAkG82eDahJGqgRNMtISu+jj48MHZfhkftoA35MXeX6WsaO9nD4U82OR52sUxz+Ao9IHHDKPln1YIaq5rmnUuhSU8BJ1tXxleKw2hG74Xa7Mq1EGCwGdBfpKIJ+y+IAjmjvkBd6UmYXNlNNxVG+Ok0Cq43uSTxM5ynPVy3iXLrB6P+zlFvX02jU6pq+5hIIGQ6wFcj9cBDFc8/pdBvCILZPF63Rc1kEpQAD0z121hCcxQvfxjPhSR8Nw3d7+g/f7DxefyMeui2vK+0Bib40k/1Hkrc/yOCwGaEq71A05l8XYuLmgYGO/u2zcAcTY9aegRaSlre87EaUrNGIrUBLCFvzZ7GirsttQ9eog/KgPascO01iOfC7Vm2pPvdc9boqX10SEqoOt3gvFETQaAlPPT+QdRaHkAXejGdC+J2WqxN2fAnRJx6QLkP8= root@managed-node3", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "search_string": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "validate": null } } } TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 11 January 2025 02:17:30 -0500 (0:00:00.529) 0:00:11.478 ****** <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.16> (0, b'/root\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579850.3057628-11348-83933313434429 `" && echo ansible-tmp-1736579850.3057628-11348-83933313434429="` echo /root/.ansible/tmp/ansible-tmp-1736579850.3057628-11348-83933313434429 `" ) && sleep 0'"'"'' <10.31.8.120> (0, b'/root\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579850.3069637-11350-188021787093377 `" && echo ansible-tmp-1736579850.3069637-11350-188021787093377="` echo /root/.ansible/tmp/ansible-tmp-1736579850.3069637-11350-188021787093377 `" ) && sleep 0'"'"'' <10.31.9.12> (0, b'/root\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579850.3090472-11349-221725348879915 `" && echo ansible-tmp-1736579850.3090472-11349-221725348879915="` echo /root/.ansible/tmp/ansible-tmp-1736579850.3090472-11349-221725348879915 `" ) && sleep 0'"'"'' <10.31.9.12> (0, b'ansible-tmp-1736579850.3090472-11349-221725348879915=/root/.ansible/tmp/ansible-tmp-1736579850.3090472-11349-221725348879915\n', b'') <10.31.8.120> (0, b'ansible-tmp-1736579850.3069637-11350-188021787093377=/root/.ansible/tmp/ansible-tmp-1736579850.3069637-11350-188021787093377\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.9.12> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpkpud2tuf TO /root/.ansible/tmp/ansible-tmp-1736579850.3090472-11349-221725348879915/AnsiballZ_slurp.py <10.31.12.16> (0, b'ansible-tmp-1736579850.3057628-11348-83933313434429=/root/.ansible/tmp/ansible-tmp-1736579850.3057628-11348-83933313434429\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.8.120> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpvo2gbn3d TO /root/.ansible/tmp/ansible-tmp-1736579850.3069637-11350-188021787093377/AnsiballZ_slurp.py <10.31.8.120> 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/3f4d8c41f9"' '[10.31.8.120]' <10.31.9.12> 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/bdf664303c"' '[10.31.9.12]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.12.16> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpigog880w TO /root/.ansible/tmp/ansible-tmp-1736579850.3057628-11348-83933313434429/AnsiballZ_slurp.py <10.31.12.16> 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/bfa412ea09"' '[10.31.12.16]' <10.31.8.120> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpvo2gbn3d /root/.ansible/tmp/ansible-tmp-1736579850.3069637-11350-188021787093377/AnsiballZ_slurp.py\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579850.3069637-11350-188021787093377/ /root/.ansible/tmp/ansible-tmp-1736579850.3069637-11350-188021787093377/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.9.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpkpud2tuf /root/.ansible/tmp/ansible-tmp-1736579850.3090472-11349-221725348879915/AnsiballZ_slurp.py\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579850.3090472-11349-221725348879915/ /root/.ansible/tmp/ansible-tmp-1736579850.3090472-11349-221725348879915/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.12.16> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpigog880w /root/.ansible/tmp/ansible-tmp-1736579850.3057628-11348-83933313434429/AnsiballZ_slurp.py\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579850.3057628-11348-83933313434429/ /root/.ansible/tmp/ansible-tmp-1736579850.3057628-11348-83933313434429/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' -tt 10.31.8.120 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579850.3069637-11350-188021787093377/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' -tt 10.31.9.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579850.3090472-11349-221725348879915/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.12.16> (0, b'', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' -tt 10.31.12.16 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579850.3057628-11348-83933313434429/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.8.120> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEdEdXQ0ZFbHZDbk9wK3BOeWdYVkdjdWprdVdaanhXb2dTb0NFSEpNR1o3Sk5wWlVtSE5IcGpzdUlaclgzTjVUVjhvQ3c3SDB6VXVCUERtb2RHQmxVMk5VVFhNL3FQVHRGZllOSUQwZ1JYMTBua3N2RlBpd3lJMEtlUlpud2VZZzFnTXRMYlhWN2ZDci9iK3dKVXJaNHJVMlBMN2Z6Yjl5UUtlaytzVC9tMzFvZGZaTUNGNUthWXVYT1ZuWFUyRUZyWVdpbDVBbHg5YW1jQ0JkalVYaU5mOHEvcURPbWFEMVREOGU0QlJVRGx0c0RSMlBQOGxtNzlTclI5SlFJSHFmOWRhWWxZVzFqUkRUdTZUL3BzRHMybVNmUm9xMnVNYUluVFdqTmtWOUJMN0dJdEFtMTJiRzlYNjRBekNmaDVtNEtmWDlxMElTbXFIeE0rQ0RKeXdwZXhhTHlxMmZMeHNvYVVkOGZMMUZEc21LSlVzdHNtZThiNGtNYldtYlc4a2JDMzQ0cFl6Q3hyVHhXS1E5U29zOXdiQ3NLOEpjcFhVUGswazlsa003STAzTVcwdUQ1VVdUc2UyM3dGTkV1dEh0dFFxdG5KV0JWazVLU1hBbXdHdjgyRUZESlZ4YUpkWVgrM0Z1NDZZZjRlRWpjMmhaK0QxUDJnN21ZZ0FoSlpBNE09IHJvb3RAaXAtMTAtMzEtOC0xMjAudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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.8.120 closed.\r\n') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579850.3069637-11350-188021787093377/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.12> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDN2FzU3FIcmMramNOSTVueHBsNlFlZFNSaFFkekRSakdNSVNMd0lRN3R4RUFZazU4TFVueGxqd3BqS0x5NDN4YUVvMUZEVi9VUGYzV05ob1Q5em1uVUZQcEUyelRXMHFaMDJTdkpzZ0h1REp6U0x3bitDMnhyWENucEM2b1FjT1JEelczUFg4MGR0Vjk4bGVuUmJYc29ObDk5R1RQVm5pNXE4UlQvRnRqQUNVQVY1WUZIT0pVZjcvNE9LYStyM21wTUZTQ0ZEb2JOREQ1Z2xVdWRoOTJPc3ZJUjZ3QmxYN3pUZ2ZYNU9FdTg4WkpWQ04vZis5cXFVOW8wcHMxdHNaUDVzMVFhWXJ1cUcyZVRVL05QcTNtQTU1VTVjVzh2WWNWLzVNVnEyUEFlOHZ4MnNDMVZmNU9CS3dsZS9pN0I4c0ZRRGdrakx1WkxhSDVSaEdHT05jQVNLMURFVnJqSGhaSXNRWFJIblNCeGxCYm1iZExNR29xYWJTSmRub2VZSncrQ2ZDUXdqTmFHa29nOW1SS1AyRE5FSXpJZTdCclptMDlyV1JPYXNrY1JGOUVpUUR3RUNIOXZiRktFalRrRG9GcmNreHQ3WDV6ZEFTT3JUdUNnWURxTExiR3YwUjloWGpad2xyVERXS2dFS3FHZDI0d0hzTWhqOE90aUFYT3JlUWM9IHJvb3RAaXAtMTAtMzEtOS0xMi51cy1lYXN0LTEuYXdzLnJlZGhhdC5jb20K", "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.9.12 closed.\r\n') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579850.3090472-11349-221725348879915/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.16> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDOEtJTkJSQ1VxTklHRUQ2bkZXa1J6WFlZS3ZyYU9WN2g5MWNxMXlPQXhxZDBGNFFLZU1rbW1HUERxOVdJZXRUbFZFa1YxZ0Q4aVc1N1VZbmxnSXZtSGRzQmh5YlhBWExiL3Z4WDB1NnV5V1FHZUQwRWs3RDFZc1lscG42WmtwNUwrUjZPNFVYVVczRmFBcEFqUzlYek4wL2VHc3VnZHhrUk5OOHVNdTZzWDRvajlQRnFyaWszTmJzbmpwWkYxSmt2ckpEL2ttc3U4K0ZMemxsUURKdkpqSFVGY2FIajVBa1o4NGNCWVNQWXpZRUhGK21XTWdJK3VUV3B2MWZFdUp3RHRmTEVVVStIbnU0TEtpNGE5WENJbHJiQ0VZUjdqUXBvNWV3dDVHeHBZdHdlVzBBeDIvUkxva0VUWGp6VFljMGhrdkZROFVGWDkwV3BYcmxMaWwrU1JweGF0WkxjVWFSR3FFbS9wS3RGUDRncmJhcFNpT1lmeVlkUmY2NGZPTFh3MEY0Y2laWFRRbnhiNHZ3N1FJajN0VTdEMktvSXYvSVVsZ1ZOYkpjV2prZzBlbVo3VDNTN2hQL0pGckxpeWZ2aHhSQUlScEt2UGlpcXVhVlNlWWRNbTlkT1RMeWQ5SDVnYVlyS1Nvblh2WnpCRXB3UUhVeUZYUmNaUFFVODAxYms9IHJvb3RAaXAtMTAtMzEtMTItMTYudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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.12.16 closed.\r\n') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579850.3057628-11348-83933313434429/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') <10.31.9.12> (0, b'', b'') ok: [managed-node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDN2FzU3FIcmMramNOSTVueHBsNlFlZFNSaFFkekRSakdNSVNMd0lRN3R4RUFZazU4TFVueGxqd3BqS0x5NDN4YUVvMUZEVi9VUGYzV05ob1Q5em1uVUZQcEUyelRXMHFaMDJTdkpzZ0h1REp6U0x3bitDMnhyWENucEM2b1FjT1JEelczUFg4MGR0Vjk4bGVuUmJYc29ObDk5R1RQVm5pNXE4UlQvRnRqQUNVQVY1WUZIT0pVZjcvNE9LYStyM21wTUZTQ0ZEb2JOREQ1Z2xVdWRoOTJPc3ZJUjZ3QmxYN3pUZ2ZYNU9FdTg4WkpWQ04vZis5cXFVOW8wcHMxdHNaUDVzMVFhWXJ1cUcyZVRVL05QcTNtQTU1VTVjVzh2WWNWLzVNVnEyUEFlOHZ4MnNDMVZmNU9CS3dsZS9pN0I4c0ZRRGdrakx1WkxhSDVSaEdHT05jQVNLMURFVnJqSGhaSXNRWFJIblNCeGxCYm1iZExNR29xYWJTSmRub2VZSncrQ2ZDUXdqTmFHa29nOW1SS1AyRE5FSXpJZTdCclptMDlyV1JPYXNrY1JGOUVpUUR3RUNIOXZiRktFalRrRG9GcmNreHQ3WDV6ZEFTT3JUdUNnWURxTExiR3YwUjloWGpad2xyVERXS2dFS3FHZDI0d0hzTWhqOE90aUFYT3JlUWM9IHJvb3RAaXAtMTAtMzEtOS0xMi51cy1lYXN0LTEuYXdzLnJlZGhhdC5jb20K", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEdEdXQ0ZFbHZDbk9wK3BOeWdYVkdjdWprdVdaanhXb2dTb0NFSEpNR1o3Sk5wWlVtSE5IcGpzdUlaclgzTjVUVjhvQ3c3SDB6VXVCUERtb2RHQmxVMk5VVFhNL3FQVHRGZllOSUQwZ1JYMTBua3N2RlBpd3lJMEtlUlpud2VZZzFnTXRMYlhWN2ZDci9iK3dKVXJaNHJVMlBMN2Z6Yjl5UUtlaytzVC9tMzFvZGZaTUNGNUthWXVYT1ZuWFUyRUZyWVdpbDVBbHg5YW1jQ0JkalVYaU5mOHEvcURPbWFEMVREOGU0QlJVRGx0c0RSMlBQOGxtNzlTclI5SlFJSHFmOWRhWWxZVzFqUkRUdTZUL3BzRHMybVNmUm9xMnVNYUluVFdqTmtWOUJMN0dJdEFtMTJiRzlYNjRBekNmaDVtNEtmWDlxMElTbXFIeE0rQ0RKeXdwZXhhTHlxMmZMeHNvYVVkOGZMMUZEc21LSlVzdHNtZThiNGtNYldtYlc4a2JDMzQ0cFl6Q3hyVHhXS1E5U29zOXdiQ3NLOEpjcFhVUGswazlsa003STAzTVcwdUQ1VVdUc2UyM3dGTkV1dEh0dFFxdG5KV0JWazVLU1hBbXdHdjgyRUZESlZ4YUpkWVgrM0Z1NDZZZjRlRWpjMmhaK0QxUDJnN21ZZ0FoSlpBNE09IHJvb3RAaXAtMTAtMzEtOC0xMjAudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.12.16> (0, b'', b'') ok: [managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDOEtJTkJSQ1VxTklHRUQ2bkZXa1J6WFlZS3ZyYU9WN2g5MWNxMXlPQXhxZDBGNFFLZU1rbW1HUERxOVdJZXRUbFZFa1YxZ0Q4aVc1N1VZbmxnSXZtSGRzQmh5YlhBWExiL3Z4WDB1NnV5V1FHZUQwRWs3RDFZc1lscG42WmtwNUwrUjZPNFVYVVczRmFBcEFqUzlYek4wL2VHc3VnZHhrUk5OOHVNdTZzWDRvajlQRnFyaWszTmJzbmpwWkYxSmt2ckpEL2ttc3U4K0ZMemxsUURKdkpqSFVGY2FIajVBa1o4NGNCWVNQWXpZRUhGK21XTWdJK3VUV3B2MWZFdUp3RHRmTEVVVStIbnU0TEtpNGE5WENJbHJiQ0VZUjdqUXBvNWV3dDVHeHBZdHdlVzBBeDIvUkxva0VUWGp6VFljMGhrdkZROFVGWDkwV3BYcmxMaWwrU1JweGF0WkxjVWFSR3FFbS9wS3RGUDRncmJhcFNpT1lmeVlkUmY2NGZPTFh3MEY0Y2laWFRRbnhiNHZ3N1FJajN0VTdEMktvSXYvSVVsZ1ZOYkpjV2prZzBlbVo3VDNTN2hQL0pGckxpeWZ2aHhSQUlScEt2UGlpcXVhVlNlWWRNbTlkT1RMeWQ5SDVnYVlyS1Nvblh2WnpCRXB3UUhVeUZYUmNaUFFVODAxYms9IHJvb3RAaXAtMTAtMzEtMTItMTYudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 11 January 2025 02:17:30 -0500 (0:00:00.385) 0:00:11.864 ****** <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.12> (0, b'/root\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579850.7727668-11376-220998388224251 `" && echo ansible-tmp-1736579850.7727668-11376-220998388224251="` echo /root/.ansible/tmp/ansible-tmp-1736579850.7727668-11376-220998388224251 `" ) && sleep 0'"'"'' <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> (0, b'/root\n', b'') <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579850.7876947-11375-60910180708269 `" && echo ansible-tmp-1736579850.7876947-11375-60910180708269="` echo /root/.ansible/tmp/ansible-tmp-1736579850.7876947-11375-60910180708269 `" ) && sleep 0'"'"'' <10.31.9.12> (0, b'ansible-tmp-1736579850.7727668-11376-220998388224251=/root/.ansible/tmp/ansible-tmp-1736579850.7727668-11376-220998388224251\n', b'') <10.31.8.120> (0, b'/root\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579850.8140645-11377-262542489195593 `" && echo ansible-tmp-1736579850.8140645-11377-262542489195593="` echo /root/.ansible/tmp/ansible-tmp-1736579850.8140645-11377-262542489195593 `" ) && sleep 0'"'"'' <10.31.12.16> (0, b'ansible-tmp-1736579850.7876947-11375-60910180708269=/root/.ansible/tmp/ansible-tmp-1736579850.7876947-11375-60910180708269\n', b'') <10.31.8.120> (0, b'ansible-tmp-1736579850.8140645-11377-262542489195593=/root/.ansible/tmp/ansible-tmp-1736579850.8140645-11377-262542489195593\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/known_hosts.py <10.31.9.12> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmp47h1b3el TO /root/.ansible/tmp/ansible-tmp-1736579850.7727668-11376-220998388224251/AnsiballZ_known_hosts.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/known_hosts.py <10.31.9.12> 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/bdf664303c"' '[10.31.9.12]' <10.31.12.16> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpacw5qidc TO /root/.ansible/tmp/ansible-tmp-1736579850.7876947-11375-60910180708269/AnsiballZ_known_hosts.py <10.31.12.16> 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/bfa412ea09"' '[10.31.12.16]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/known_hosts.py <10.31.8.120> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpkp8d01af TO /root/.ansible/tmp/ansible-tmp-1736579850.8140645-11377-262542489195593/AnsiballZ_known_hosts.py <10.31.8.120> 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/3f4d8c41f9"' '[10.31.8.120]' <10.31.9.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmp47h1b3el /root/.ansible/tmp/ansible-tmp-1736579850.7727668-11376-220998388224251/AnsiballZ_known_hosts.py\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579850.7727668-11376-220998388224251/ /root/.ansible/tmp/ansible-tmp-1736579850.7727668-11376-220998388224251/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.12.16> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpacw5qidc /root/.ansible/tmp/ansible-tmp-1736579850.7876947-11375-60910180708269/AnsiballZ_known_hosts.py\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579850.7876947-11375-60910180708269/ /root/.ansible/tmp/ansible-tmp-1736579850.7876947-11375-60910180708269/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.8.120> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpkp8d01af /root/.ansible/tmp/ansible-tmp-1736579850.8140645-11377-262542489195593/AnsiballZ_known_hosts.py\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579850.8140645-11377-262542489195593/ /root/.ansible/tmp/ansible-tmp-1736579850.8140645-11377-262542489195593/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' -tt 10.31.9.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579850.7727668-11376-220998388224251/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.12.16> (0, b'', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' -tt 10.31.12.16 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579850.7876947-11375-60910180708269/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' -tt 10.31.8.120 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579850.8140645-11377-262542489195593/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.9.12> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.9.12 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7asSqHrc+jcNI5nxpl6QedSRhQdzDRjGMISLwIQ7txEAYk58LUnxljwpjKLy43xaEo1FDV/UPf3WNhoT9zmnUFPpE2zTW0qZ02SvJsgHuDJzSLwn+C2xrXCnpC6oQcORDzW3PX80dtV98lenRbXsoNl99GTPVni5q8RT/FtjACUAV5YFHOJUf7/4OKa+r3mpMFSCFDobNDD5glUudh92OsvIR6wBlX7zTgfX5OEu88ZJVCN/f+9qqU9o0ps1tsZP5s1QaYruqG2eTU/NPq3mA55U5cW8vYcV/5MVq2PAe8vx2sC1Vf5OBKwle/i7B8sFQDgkjLuZLaH5RhGGONcASK1DEVrjHhZIsQXRHnSBxlBbmbdLMGoqabSJdnoeYJw+CfCQwjNaGkog9mRKP2DNEIzIe7BrZm09rWROaskcRF9EiQDwECH9vbFKEjTkDoFrckxt7X5zdASOrTuCgYDqLLbGv0R9hXjZwlrTDWKgEKqGd24wHsMhj8OtiAXOreQc= root@ip-10-31-9-12.us-east-1.aws.redhat.com\\n", "after": "10.31.9.12 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7asSqHrc+jcNI5nxpl6QedSRhQdzDRjGMISLwIQ7txEAYk58LUnxljwpjKLy43xaEo1FDV/UPf3WNhoT9zmnUFPpE2zTW0qZ02SvJsgHuDJzSLwn+C2xrXCnpC6oQcORDzW3PX80dtV98lenRbXsoNl99GTPVni5q8RT/FtjACUAV5YFHOJUf7/4OKa+r3mpMFSCFDobNDD5glUudh92OsvIR6wBlX7zTgfX5OEu88ZJVCN/f+9qqU9o0ps1tsZP5s1QaYruqG2eTU/NPq3mA55U5cW8vYcV/5MVq2PAe8vx2sC1Vf5OBKwle/i7B8sFQDgkjLuZLaH5RhGGONcASK1DEVrjHhZIsQXRHnSBxlBbmbdLMGoqabSJdnoeYJw+CfCQwjNaGkog9mRKP2DNEIzIe7BrZm09rWROaskcRF9EiQDwECH9vbFKEjTkDoFrckxt7X5zdASOrTuCgYDqLLbGv0R9hXjZwlrTDWKgEKqGd24wHsMhj8OtiAXOreQc= root@ip-10-31-9-12.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.9.12 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7asSqHrc+jcNI5nxpl6QedSRhQdzDRjGMISLwIQ7txEAYk58LUnxljwpjKLy43xaEo1FDV/UPf3WNhoT9zmnUFPpE2zTW0qZ02SvJsgHuDJzSLwn+C2xrXCnpC6oQcORDzW3PX80dtV98lenRbXsoNl99GTPVni5q8RT/FtjACUAV5YFHOJUf7/4OKa+r3mpMFSCFDobNDD5glUudh92OsvIR6wBlX7zTgfX5OEu88ZJVCN/f+9qqU9o0ps1tsZP5s1QaYruqG2eTU/NPq3mA55U5cW8vYcV/5MVq2PAe8vx2sC1Vf5OBKwle/i7B8sFQDgkjLuZLaH5RhGGONcASK1DEVrjHhZIsQXRHnSBxlBbmbdLMGoqabSJdnoeYJw+CfCQwjNaGkog9mRKP2DNEIzIe7BrZm09rWROaskcRF9EiQDwECH9vbFKEjTkDoFrckxt7X5zdASOrTuCgYDqLLbGv0R9hXjZwlrTDWKgEKqGd24wHsMhj8OtiAXOreQc= root@ip-10-31-9-12.us-east-1.aws.redhat.com\\n", "name": "10.31.9.12", "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.9.12 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7asSqHrc+jcNI5nxpl6QedSRhQdzDRjGMISLwIQ7txEAYk58LUnxljwpjKLy43xaEo1FDV/UPf3WNhoT9zmnUFPpE2zTW0qZ02SvJsgHuDJzSLwn+C2xrXCnpC6oQcORDzW3PX80dtV98lenRbXsoNl99GTPVni5q8RT/FtjACUAV5YFHOJUf7/4OKa+r3mpMFSCFDobNDD5glUudh92OsvIR6wBlX7zTgfX5OEu88ZJVCN/f+9qqU9o0ps1tsZP5s1QaYruqG2eTU/NPq3mA55U5cW8vYcV/5MVq2PAe8vx2sC1Vf5OBKwle/i7B8sFQDgkjLuZLaH5RhGGONcASK1DEVrjHhZIsQXRHnSBxlBbmbdLMGoqabSJdnoeYJw+CfCQwjNaGkog9mRKP2DNEIzIe7BrZm09rWROaskcRF9EiQDwECH9vbFKEjTkDoFrckxt7X5zdASOrTuCgYDqLLbGv0R9hXjZwlrTDWKgEKqGd24wHsMhj8OtiAXOreQc= root@ip-10-31-9-12.us-east-1.aws.redhat.com\\n", "after": "10.31.9.12 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7asSqHrc+jcNI5nxpl6QedSRhQdzDRjGMISLwIQ7txEAYk58LUnxljwpjKLy43xaEo1FDV/UPf3WNhoT9zmnUFPpE2zTW0qZ02SvJsgHuDJzSLwn+C2xrXCnpC6oQcORDzW3PX80dtV98lenRbXsoNl99GTPVni5q8RT/FtjACUAV5YFHOJUf7/4OKa+r3mpMFSCFDobNDD5glUudh92OsvIR6wBlX7zTgfX5OEu88ZJVCN/f+9qqU9o0ps1tsZP5s1QaYruqG2eTU/NPq3mA55U5cW8vYcV/5MVq2PAe8vx2sC1Vf5OBKwle/i7B8sFQDgkjLuZLaH5RhGGONcASK1DEVrjHhZIsQXRHnSBxlBbmbdLMGoqabSJdnoeYJw+CfCQwjNaGkog9mRKP2DNEIzIe7BrZm09rWROaskcRF9EiQDwECH9vbFKEjTkDoFrckxt7X5zdASOrTuCgYDqLLbGv0R9hXjZwlrTDWKgEKqGd24wHsMhj8OtiAXOreQc= root@ip-10-31-9-12.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.9.12 closed.\r\n') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579850.7727668-11376-220998388224251/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.16> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.12.16 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8KINBRCUqNIGED6nFWkRzXYYKvraOV7h91cq1yOAxqd0F4QKeMkmmGPDq9WIetTlVEkV1gD8iW57UYnlgIvmHdsBhybXAXLb/vxX0u6uyWQGeD0Ek7D1YsYlpn6Zkp5L+R6O4UXUW3FaApAjS9XzN0/eGsugdxkRNN8uMu6sX4oj9PFqrik3NbsnjpZF1JkvrJD/kmsu8+FLzllQDJvJjHUFcaHj5AkZ84cBYSPYzYEHF+mWMgI+uTWpv1fEuJwDtfLEUU+Hnu4LKi4a9XCIlrbCEYR7jQpo5ewt5GxpYtweW0Ax2/RLokETXjzTYc0hkvFQ8UFX90WpXrlLil+SRpxatZLcUaRGqEm/pKtFP4grbapSiOYfyYdRf64fOLXw0F4ciZXTQnxb4vw7QIj3tU7D2KoIv/IUlgVNbJcWjkg0emZ7T3S7hP/JFrLiyfvhxRAIRpKvPiiquaVSeYdMm9dOTLyd9H5gaYrKSonXvZzBEpwQHUyFXRcZPQU801bk= root@ip-10-31-12-16.us-east-1.aws.redhat.com\\n", "after": "10.31.12.16 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8KINBRCUqNIGED6nFWkRzXYYKvraOV7h91cq1yOAxqd0F4QKeMkmmGPDq9WIetTlVEkV1gD8iW57UYnlgIvmHdsBhybXAXLb/vxX0u6uyWQGeD0Ek7D1YsYlpn6Zkp5L+R6O4UXUW3FaApAjS9XzN0/eGsugdxkRNN8uMu6sX4oj9PFqrik3NbsnjpZF1JkvrJD/kmsu8+FLzllQDJvJjHUFcaHj5AkZ84cBYSPYzYEHF+mWMgI+uTWpv1fEuJwDtfLEUU+Hnu4LKi4a9XCIlrbCEYR7jQpo5ewt5GxpYtweW0Ax2/RLokETXjzTYc0hkvFQ8UFX90WpXrlLil+SRpxatZLcUaRGqEm/pKtFP4grbapSiOYfyYdRf64fOLXw0F4ciZXTQnxb4vw7QIj3tU7D2KoIv/IUlgVNbJcWjkg0emZ7T3S7hP/JFrLiyfvhxRAIRpKvPiiquaVSeYdMm9dOTLyd9H5gaYrKSonXvZzBEpwQHUyFXRcZPQU801bk= root@ip-10-31-12-16.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.12.16 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8KINBRCUqNIGED6nFWkRzXYYKvraOV7h91cq1yOAxqd0F4QKeMkmmGPDq9WIetTlVEkV1gD8iW57UYnlgIvmHdsBhybXAXLb/vxX0u6uyWQGeD0Ek7D1YsYlpn6Zkp5L+R6O4UXUW3FaApAjS9XzN0/eGsugdxkRNN8uMu6sX4oj9PFqrik3NbsnjpZF1JkvrJD/kmsu8+FLzllQDJvJjHUFcaHj5AkZ84cBYSPYzYEHF+mWMgI+uTWpv1fEuJwDtfLEUU+Hnu4LKi4a9XCIlrbCEYR7jQpo5ewt5GxpYtweW0Ax2/RLokETXjzTYc0hkvFQ8UFX90WpXrlLil+SRpxatZLcUaRGqEm/pKtFP4grbapSiOYfyYdRf64fOLXw0F4ciZXTQnxb4vw7QIj3tU7D2KoIv/IUlgVNbJcWjkg0emZ7T3S7hP/JFrLiyfvhxRAIRpKvPiiquaVSeYdMm9dOTLyd9H5gaYrKSonXvZzBEpwQHUyFXRcZPQU801bk= root@ip-10-31-12-16.us-east-1.aws.redhat.com\\n", "name": "10.31.12.16", "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.12.16 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8KINBRCUqNIGED6nFWkRzXYYKvraOV7h91cq1yOAxqd0F4QKeMkmmGPDq9WIetTlVEkV1gD8iW57UYnlgIvmHdsBhybXAXLb/vxX0u6uyWQGeD0Ek7D1YsYlpn6Zkp5L+R6O4UXUW3FaApAjS9XzN0/eGsugdxkRNN8uMu6sX4oj9PFqrik3NbsnjpZF1JkvrJD/kmsu8+FLzllQDJvJjHUFcaHj5AkZ84cBYSPYzYEHF+mWMgI+uTWpv1fEuJwDtfLEUU+Hnu4LKi4a9XCIlrbCEYR7jQpo5ewt5GxpYtweW0Ax2/RLokETXjzTYc0hkvFQ8UFX90WpXrlLil+SRpxatZLcUaRGqEm/pKtFP4grbapSiOYfyYdRf64fOLXw0F4ciZXTQnxb4vw7QIj3tU7D2KoIv/IUlgVNbJcWjkg0emZ7T3S7hP/JFrLiyfvhxRAIRpKvPiiquaVSeYdMm9dOTLyd9H5gaYrKSonXvZzBEpwQHUyFXRcZPQU801bk= root@ip-10-31-12-16.us-east-1.aws.redhat.com\\n", "after": "10.31.12.16 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8KINBRCUqNIGED6nFWkRzXYYKvraOV7h91cq1yOAxqd0F4QKeMkmmGPDq9WIetTlVEkV1gD8iW57UYnlgIvmHdsBhybXAXLb/vxX0u6uyWQGeD0Ek7D1YsYlpn6Zkp5L+R6O4UXUW3FaApAjS9XzN0/eGsugdxkRNN8uMu6sX4oj9PFqrik3NbsnjpZF1JkvrJD/kmsu8+FLzllQDJvJjHUFcaHj5AkZ84cBYSPYzYEHF+mWMgI+uTWpv1fEuJwDtfLEUU+Hnu4LKi4a9XCIlrbCEYR7jQpo5ewt5GxpYtweW0Ax2/RLokETXjzTYc0hkvFQ8UFX90WpXrlLil+SRpxatZLcUaRGqEm/pKtFP4grbapSiOYfyYdRf64fOLXw0F4ciZXTQnxb4vw7QIj3tU7D2KoIv/IUlgVNbJcWjkg0emZ7T3S7hP/JFrLiyfvhxRAIRpKvPiiquaVSeYdMm9dOTLyd9H5gaYrKSonXvZzBEpwQHUyFXRcZPQU801bk= root@ip-10-31-12-16.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.12.16 closed.\r\n') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579850.7876947-11375-60910180708269/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.120> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.8.120 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtGWCFElvCnOp+pNygXVGcujkuWZjxWogSoCEHJMGZ7JNpZUmHNHpjsuIZrX3N5TV8oCw7H0zUuBPDmodGBlU2NUTXM/qPTtFfYNID0gRX10nksvFPiwyI0KeRZnweYg1gMtLbXV7fCr/b+wJUrZ4rU2PL7fzb9yQKek+sT/m31odfZMCF5KaYuXOVnXU2EFrYWil5Alx9amcCBdjUXiNf8q/qDOmaD1TD8e4BRUDltsDR2PP8lm79SrR9JQIHqf9daYlYW1jRDTu6T/psDs2mSfRoq2uMaInTWjNkV9BL7GItAm12bG9X64AzCfh5m4KfX9q0ISmqHxM+CDJywpexaLyq2fLxsoaUd8fL1FDsmKJUstsme8b4kMbWmbW8kbC344pYzCxrTxWKQ9Sos9wbCsK8JcpXUPk0k9lkM7I03MW0uD5UWTse23wFNEutHttQqtnJWBVk5KSXAmwGv82EFDJVxaJdYX+3Fu46Yf4eEjc2hZ+D1P2g7mYgAhJZA4M= root@ip-10-31-8-120.us-east-1.aws.redhat.com\\n", "after": "10.31.8.120 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtGWCFElvCnOp+pNygXVGcujkuWZjxWogSoCEHJMGZ7JNpZUmHNHpjsuIZrX3N5TV8oCw7H0zUuBPDmodGBlU2NUTXM/qPTtFfYNID0gRX10nksvFPiwyI0KeRZnweYg1gMtLbXV7fCr/b+wJUrZ4rU2PL7fzb9yQKek+sT/m31odfZMCF5KaYuXOVnXU2EFrYWil5Alx9amcCBdjUXiNf8q/qDOmaD1TD8e4BRUDltsDR2PP8lm79SrR9JQIHqf9daYlYW1jRDTu6T/psDs2mSfRoq2uMaInTWjNkV9BL7GItAm12bG9X64AzCfh5m4KfX9q0ISmqHxM+CDJywpexaLyq2fLxsoaUd8fL1FDsmKJUstsme8b4kMbWmbW8kbC344pYzCxrTxWKQ9Sos9wbCsK8JcpXUPk0k9lkM7I03MW0uD5UWTse23wFNEutHttQqtnJWBVk5KSXAmwGv82EFDJVxaJdYX+3Fu46Yf4eEjc2hZ+D1P2g7mYgAhJZA4M= root@ip-10-31-8-120.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.8.120 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtGWCFElvCnOp+pNygXVGcujkuWZjxWogSoCEHJMGZ7JNpZUmHNHpjsuIZrX3N5TV8oCw7H0zUuBPDmodGBlU2NUTXM/qPTtFfYNID0gRX10nksvFPiwyI0KeRZnweYg1gMtLbXV7fCr/b+wJUrZ4rU2PL7fzb9yQKek+sT/m31odfZMCF5KaYuXOVnXU2EFrYWil5Alx9amcCBdjUXiNf8q/qDOmaD1TD8e4BRUDltsDR2PP8lm79SrR9JQIHqf9daYlYW1jRDTu6T/psDs2mSfRoq2uMaInTWjNkV9BL7GItAm12bG9X64AzCfh5m4KfX9q0ISmqHxM+CDJywpexaLyq2fLxsoaUd8fL1FDsmKJUstsme8b4kMbWmbW8kbC344pYzCxrTxWKQ9Sos9wbCsK8JcpXUPk0k9lkM7I03MW0uD5UWTse23wFNEutHttQqtnJWBVk5KSXAmwGv82EFDJVxaJdYX+3Fu46Yf4eEjc2hZ+D1P2g7mYgAhJZA4M= root@ip-10-31-8-120.us-east-1.aws.redhat.com\\n", "name": "10.31.8.120", "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.8.120 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtGWCFElvCnOp+pNygXVGcujkuWZjxWogSoCEHJMGZ7JNpZUmHNHpjsuIZrX3N5TV8oCw7H0zUuBPDmodGBlU2NUTXM/qPTtFfYNID0gRX10nksvFPiwyI0KeRZnweYg1gMtLbXV7fCr/b+wJUrZ4rU2PL7fzb9yQKek+sT/m31odfZMCF5KaYuXOVnXU2EFrYWil5Alx9amcCBdjUXiNf8q/qDOmaD1TD8e4BRUDltsDR2PP8lm79SrR9JQIHqf9daYlYW1jRDTu6T/psDs2mSfRoq2uMaInTWjNkV9BL7GItAm12bG9X64AzCfh5m4KfX9q0ISmqHxM+CDJywpexaLyq2fLxsoaUd8fL1FDsmKJUstsme8b4kMbWmbW8kbC344pYzCxrTxWKQ9Sos9wbCsK8JcpXUPk0k9lkM7I03MW0uD5UWTse23wFNEutHttQqtnJWBVk5KSXAmwGv82EFDJVxaJdYX+3Fu46Yf4eEjc2hZ+D1P2g7mYgAhJZA4M= root@ip-10-31-8-120.us-east-1.aws.redhat.com\\n", "after": "10.31.8.120 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtGWCFElvCnOp+pNygXVGcujkuWZjxWogSoCEHJMGZ7JNpZUmHNHpjsuIZrX3N5TV8oCw7H0zUuBPDmodGBlU2NUTXM/qPTtFfYNID0gRX10nksvFPiwyI0KeRZnweYg1gMtLbXV7fCr/b+wJUrZ4rU2PL7fzb9yQKek+sT/m31odfZMCF5KaYuXOVnXU2EFrYWil5Alx9amcCBdjUXiNf8q/qDOmaD1TD8e4BRUDltsDR2PP8lm79SrR9JQIHqf9daYlYW1jRDTu6T/psDs2mSfRoq2uMaInTWjNkV9BL7GItAm12bG9X64AzCfh5m4KfX9q0ISmqHxM+CDJywpexaLyq2fLxsoaUd8fL1FDsmKJUstsme8b4kMbWmbW8kbC344pYzCxrTxWKQ9Sos9wbCsK8JcpXUPk0k9lkM7I03MW0uD5UWTse23wFNEutHttQqtnJWBVk5KSXAmwGv82EFDJVxaJdYX+3Fu46Yf4eEjc2hZ+D1P2g7mYgAhJZA4M= root@ip-10-31-8-120.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.8.120 closed.\r\n') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579850.8140645-11377-262542489195593/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.16> (0, b'', b'') <10.31.9.12> (0, b'', b'') ok: [managed-node1] => { "changed": false, "diff": { "after": "10.31.12.16 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8KINBRCUqNIGED6nFWkRzXYYKvraOV7h91cq1yOAxqd0F4QKeMkmmGPDq9WIetTlVEkV1gD8iW57UYnlgIvmHdsBhybXAXLb/vxX0u6uyWQGeD0Ek7D1YsYlpn6Zkp5L+R6O4UXUW3FaApAjS9XzN0/eGsugdxkRNN8uMu6sX4oj9PFqrik3NbsnjpZF1JkvrJD/kmsu8+FLzllQDJvJjHUFcaHj5AkZ84cBYSPYzYEHF+mWMgI+uTWpv1fEuJwDtfLEUU+Hnu4LKi4a9XCIlrbCEYR7jQpo5ewt5GxpYtweW0Ax2/RLokETXjzTYc0hkvFQ8UFX90WpXrlLil+SRpxatZLcUaRGqEm/pKtFP4grbapSiOYfyYdRf64fOLXw0F4ciZXTQnxb4vw7QIj3tU7D2KoIv/IUlgVNbJcWjkg0emZ7T3S7hP/JFrLiyfvhxRAIRpKvPiiquaVSeYdMm9dOTLyd9H5gaYrKSonXvZzBEpwQHUyFXRcZPQU801bk= root@ip-10-31-12-16.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.12.16 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8KINBRCUqNIGED6nFWkRzXYYKvraOV7h91cq1yOAxqd0F4QKeMkmmGPDq9WIetTlVEkV1gD8iW57UYnlgIvmHdsBhybXAXLb/vxX0u6uyWQGeD0Ek7D1YsYlpn6Zkp5L+R6O4UXUW3FaApAjS9XzN0/eGsugdxkRNN8uMu6sX4oj9PFqrik3NbsnjpZF1JkvrJD/kmsu8+FLzllQDJvJjHUFcaHj5AkZ84cBYSPYzYEHF+mWMgI+uTWpv1fEuJwDtfLEUU+Hnu4LKi4a9XCIlrbCEYR7jQpo5ewt5GxpYtweW0Ax2/RLokETXjzTYc0hkvFQ8UFX90WpXrlLil+SRpxatZLcUaRGqEm/pKtFP4grbapSiOYfyYdRf64fOLXw0F4ciZXTQnxb4vw7QIj3tU7D2KoIv/IUlgVNbJcWjkg0emZ7T3S7hP/JFrLiyfvhxRAIRpKvPiiquaVSeYdMm9dOTLyd9H5gaYrKSonXvZzBEpwQHUyFXRcZPQU801bk= root@ip-10-31-12-16.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.12.16 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8KINBRCUqNIGED6nFWkRzXYYKvraOV7h91cq1yOAxqd0F4QKeMkmmGPDq9WIetTlVEkV1gD8iW57UYnlgIvmHdsBhybXAXLb/vxX0u6uyWQGeD0Ek7D1YsYlpn6Zkp5L+R6O4UXUW3FaApAjS9XzN0/eGsugdxkRNN8uMu6sX4oj9PFqrik3NbsnjpZF1JkvrJD/kmsu8+FLzllQDJvJjHUFcaHj5AkZ84cBYSPYzYEHF+mWMgI+uTWpv1fEuJwDtfLEUU+Hnu4LKi4a9XCIlrbCEYR7jQpo5ewt5GxpYtweW0Ax2/RLokETXjzTYc0hkvFQ8UFX90WpXrlLil+SRpxatZLcUaRGqEm/pKtFP4grbapSiOYfyYdRf64fOLXw0F4ciZXTQnxb4vw7QIj3tU7D2KoIv/IUlgVNbJcWjkg0emZ7T3S7hP/JFrLiyfvhxRAIRpKvPiiquaVSeYdMm9dOTLyd9H5gaYrKSonXvZzBEpwQHUyFXRcZPQU801bk= root@ip-10-31-12-16.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.12.16 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8KINBRCUqNIGED6nFWkRzXYYKvraOV7h91cq1yOAxqd0F4QKeMkmmGPDq9WIetTlVEkV1gD8iW57UYnlgIvmHdsBhybXAXLb/vxX0u6uyWQGeD0Ek7D1YsYlpn6Zkp5L+R6O4UXUW3FaApAjS9XzN0/eGsugdxkRNN8uMu6sX4oj9PFqrik3NbsnjpZF1JkvrJD/kmsu8+FLzllQDJvJjHUFcaHj5AkZ84cBYSPYzYEHF+mWMgI+uTWpv1fEuJwDtfLEUU+Hnu4LKi4a9XCIlrbCEYR7jQpo5ewt5GxpYtweW0Ax2/RLokETXjzTYc0hkvFQ8UFX90WpXrlLil+SRpxatZLcUaRGqEm/pKtFP4grbapSiOYfyYdRf64fOLXw0F4ciZXTQnxb4vw7QIj3tU7D2KoIv/IUlgVNbJcWjkg0emZ7T3S7hP/JFrLiyfvhxRAIRpKvPiiquaVSeYdMm9dOTLyd9H5gaYrKSonXvZzBEpwQHUyFXRcZPQU801bk= root@ip-10-31-12-16.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.12.16 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8KINBRCUqNIGED6nFWkRzXYYKvraOV7h91cq1yOAxqd0F4QKeMkmmGPDq9WIetTlVEkV1gD8iW57UYnlgIvmHdsBhybXAXLb/vxX0u6uyWQGeD0Ek7D1YsYlpn6Zkp5L+R6O4UXUW3FaApAjS9XzN0/eGsugdxkRNN8uMu6sX4oj9PFqrik3NbsnjpZF1JkvrJD/kmsu8+FLzllQDJvJjHUFcaHj5AkZ84cBYSPYzYEHF+mWMgI+uTWpv1fEuJwDtfLEUU+Hnu4LKi4a9XCIlrbCEYR7jQpo5ewt5GxpYtweW0Ax2/RLokETXjzTYc0hkvFQ8UFX90WpXrlLil+SRpxatZLcUaRGqEm/pKtFP4grbapSiOYfyYdRf64fOLXw0F4ciZXTQnxb4vw7QIj3tU7D2KoIv/IUlgVNbJcWjkg0emZ7T3S7hP/JFrLiyfvhxRAIRpKvPiiquaVSeYdMm9dOTLyd9H5gaYrKSonXvZzBEpwQHUyFXRcZPQU801bk= root@ip-10-31-12-16.us-east-1.aws.redhat.com\n", "name": "10.31.12.16", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } <10.31.8.120> (0, b'', b'') ok: [managed-node2] => { "changed": false, "diff": { "after": "10.31.9.12 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7asSqHrc+jcNI5nxpl6QedSRhQdzDRjGMISLwIQ7txEAYk58LUnxljwpjKLy43xaEo1FDV/UPf3WNhoT9zmnUFPpE2zTW0qZ02SvJsgHuDJzSLwn+C2xrXCnpC6oQcORDzW3PX80dtV98lenRbXsoNl99GTPVni5q8RT/FtjACUAV5YFHOJUf7/4OKa+r3mpMFSCFDobNDD5glUudh92OsvIR6wBlX7zTgfX5OEu88ZJVCN/f+9qqU9o0ps1tsZP5s1QaYruqG2eTU/NPq3mA55U5cW8vYcV/5MVq2PAe8vx2sC1Vf5OBKwle/i7B8sFQDgkjLuZLaH5RhGGONcASK1DEVrjHhZIsQXRHnSBxlBbmbdLMGoqabSJdnoeYJw+CfCQwjNaGkog9mRKP2DNEIzIe7BrZm09rWROaskcRF9EiQDwECH9vbFKEjTkDoFrckxt7X5zdASOrTuCgYDqLLbGv0R9hXjZwlrTDWKgEKqGd24wHsMhj8OtiAXOreQc= root@ip-10-31-9-12.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.9.12 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7asSqHrc+jcNI5nxpl6QedSRhQdzDRjGMISLwIQ7txEAYk58LUnxljwpjKLy43xaEo1FDV/UPf3WNhoT9zmnUFPpE2zTW0qZ02SvJsgHuDJzSLwn+C2xrXCnpC6oQcORDzW3PX80dtV98lenRbXsoNl99GTPVni5q8RT/FtjACUAV5YFHOJUf7/4OKa+r3mpMFSCFDobNDD5glUudh92OsvIR6wBlX7zTgfX5OEu88ZJVCN/f+9qqU9o0ps1tsZP5s1QaYruqG2eTU/NPq3mA55U5cW8vYcV/5MVq2PAe8vx2sC1Vf5OBKwle/i7B8sFQDgkjLuZLaH5RhGGONcASK1DEVrjHhZIsQXRHnSBxlBbmbdLMGoqabSJdnoeYJw+CfCQwjNaGkog9mRKP2DNEIzIe7BrZm09rWROaskcRF9EiQDwECH9vbFKEjTkDoFrckxt7X5zdASOrTuCgYDqLLbGv0R9hXjZwlrTDWKgEKqGd24wHsMhj8OtiAXOreQc= root@ip-10-31-9-12.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.9.12 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7asSqHrc+jcNI5nxpl6QedSRhQdzDRjGMISLwIQ7txEAYk58LUnxljwpjKLy43xaEo1FDV/UPf3WNhoT9zmnUFPpE2zTW0qZ02SvJsgHuDJzSLwn+C2xrXCnpC6oQcORDzW3PX80dtV98lenRbXsoNl99GTPVni5q8RT/FtjACUAV5YFHOJUf7/4OKa+r3mpMFSCFDobNDD5glUudh92OsvIR6wBlX7zTgfX5OEu88ZJVCN/f+9qqU9o0ps1tsZP5s1QaYruqG2eTU/NPq3mA55U5cW8vYcV/5MVq2PAe8vx2sC1Vf5OBKwle/i7B8sFQDgkjLuZLaH5RhGGONcASK1DEVrjHhZIsQXRHnSBxlBbmbdLMGoqabSJdnoeYJw+CfCQwjNaGkog9mRKP2DNEIzIe7BrZm09rWROaskcRF9EiQDwECH9vbFKEjTkDoFrckxt7X5zdASOrTuCgYDqLLbGv0R9hXjZwlrTDWKgEKqGd24wHsMhj8OtiAXOreQc= root@ip-10-31-9-12.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.9.12 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7asSqHrc+jcNI5nxpl6QedSRhQdzDRjGMISLwIQ7txEAYk58LUnxljwpjKLy43xaEo1FDV/UPf3WNhoT9zmnUFPpE2zTW0qZ02SvJsgHuDJzSLwn+C2xrXCnpC6oQcORDzW3PX80dtV98lenRbXsoNl99GTPVni5q8RT/FtjACUAV5YFHOJUf7/4OKa+r3mpMFSCFDobNDD5glUudh92OsvIR6wBlX7zTgfX5OEu88ZJVCN/f+9qqU9o0ps1tsZP5s1QaYruqG2eTU/NPq3mA55U5cW8vYcV/5MVq2PAe8vx2sC1Vf5OBKwle/i7B8sFQDgkjLuZLaH5RhGGONcASK1DEVrjHhZIsQXRHnSBxlBbmbdLMGoqabSJdnoeYJw+CfCQwjNaGkog9mRKP2DNEIzIe7BrZm09rWROaskcRF9EiQDwECH9vbFKEjTkDoFrckxt7X5zdASOrTuCgYDqLLbGv0R9hXjZwlrTDWKgEKqGd24wHsMhj8OtiAXOreQc= root@ip-10-31-9-12.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.9.12 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7asSqHrc+jcNI5nxpl6QedSRhQdzDRjGMISLwIQ7txEAYk58LUnxljwpjKLy43xaEo1FDV/UPf3WNhoT9zmnUFPpE2zTW0qZ02SvJsgHuDJzSLwn+C2xrXCnpC6oQcORDzW3PX80dtV98lenRbXsoNl99GTPVni5q8RT/FtjACUAV5YFHOJUf7/4OKa+r3mpMFSCFDobNDD5glUudh92OsvIR6wBlX7zTgfX5OEu88ZJVCN/f+9qqU9o0ps1tsZP5s1QaYruqG2eTU/NPq3mA55U5cW8vYcV/5MVq2PAe8vx2sC1Vf5OBKwle/i7B8sFQDgkjLuZLaH5RhGGONcASK1DEVrjHhZIsQXRHnSBxlBbmbdLMGoqabSJdnoeYJw+CfCQwjNaGkog9mRKP2DNEIzIe7BrZm09rWROaskcRF9EiQDwECH9vbFKEjTkDoFrckxt7X5zdASOrTuCgYDqLLbGv0R9hXjZwlrTDWKgEKqGd24wHsMhj8OtiAXOreQc= root@ip-10-31-9-12.us-east-1.aws.redhat.com\n", "name": "10.31.9.12", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } ok: [managed-node3] => { "changed": false, "diff": { "after": "10.31.8.120 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtGWCFElvCnOp+pNygXVGcujkuWZjxWogSoCEHJMGZ7JNpZUmHNHpjsuIZrX3N5TV8oCw7H0zUuBPDmodGBlU2NUTXM/qPTtFfYNID0gRX10nksvFPiwyI0KeRZnweYg1gMtLbXV7fCr/b+wJUrZ4rU2PL7fzb9yQKek+sT/m31odfZMCF5KaYuXOVnXU2EFrYWil5Alx9amcCBdjUXiNf8q/qDOmaD1TD8e4BRUDltsDR2PP8lm79SrR9JQIHqf9daYlYW1jRDTu6T/psDs2mSfRoq2uMaInTWjNkV9BL7GItAm12bG9X64AzCfh5m4KfX9q0ISmqHxM+CDJywpexaLyq2fLxsoaUd8fL1FDsmKJUstsme8b4kMbWmbW8kbC344pYzCxrTxWKQ9Sos9wbCsK8JcpXUPk0k9lkM7I03MW0uD5UWTse23wFNEutHttQqtnJWBVk5KSXAmwGv82EFDJVxaJdYX+3Fu46Yf4eEjc2hZ+D1P2g7mYgAhJZA4M= root@ip-10-31-8-120.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.8.120 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtGWCFElvCnOp+pNygXVGcujkuWZjxWogSoCEHJMGZ7JNpZUmHNHpjsuIZrX3N5TV8oCw7H0zUuBPDmodGBlU2NUTXM/qPTtFfYNID0gRX10nksvFPiwyI0KeRZnweYg1gMtLbXV7fCr/b+wJUrZ4rU2PL7fzb9yQKek+sT/m31odfZMCF5KaYuXOVnXU2EFrYWil5Alx9amcCBdjUXiNf8q/qDOmaD1TD8e4BRUDltsDR2PP8lm79SrR9JQIHqf9daYlYW1jRDTu6T/psDs2mSfRoq2uMaInTWjNkV9BL7GItAm12bG9X64AzCfh5m4KfX9q0ISmqHxM+CDJywpexaLyq2fLxsoaUd8fL1FDsmKJUstsme8b4kMbWmbW8kbC344pYzCxrTxWKQ9Sos9wbCsK8JcpXUPk0k9lkM7I03MW0uD5UWTse23wFNEutHttQqtnJWBVk5KSXAmwGv82EFDJVxaJdYX+3Fu46Yf4eEjc2hZ+D1P2g7mYgAhJZA4M= root@ip-10-31-8-120.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.8.120 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtGWCFElvCnOp+pNygXVGcujkuWZjxWogSoCEHJMGZ7JNpZUmHNHpjsuIZrX3N5TV8oCw7H0zUuBPDmodGBlU2NUTXM/qPTtFfYNID0gRX10nksvFPiwyI0KeRZnweYg1gMtLbXV7fCr/b+wJUrZ4rU2PL7fzb9yQKek+sT/m31odfZMCF5KaYuXOVnXU2EFrYWil5Alx9amcCBdjUXiNf8q/qDOmaD1TD8e4BRUDltsDR2PP8lm79SrR9JQIHqf9daYlYW1jRDTu6T/psDs2mSfRoq2uMaInTWjNkV9BL7GItAm12bG9X64AzCfh5m4KfX9q0ISmqHxM+CDJywpexaLyq2fLxsoaUd8fL1FDsmKJUstsme8b4kMbWmbW8kbC344pYzCxrTxWKQ9Sos9wbCsK8JcpXUPk0k9lkM7I03MW0uD5UWTse23wFNEutHttQqtnJWBVk5KSXAmwGv82EFDJVxaJdYX+3Fu46Yf4eEjc2hZ+D1P2g7mYgAhJZA4M= root@ip-10-31-8-120.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.8.120 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtGWCFElvCnOp+pNygXVGcujkuWZjxWogSoCEHJMGZ7JNpZUmHNHpjsuIZrX3N5TV8oCw7H0zUuBPDmodGBlU2NUTXM/qPTtFfYNID0gRX10nksvFPiwyI0KeRZnweYg1gMtLbXV7fCr/b+wJUrZ4rU2PL7fzb9yQKek+sT/m31odfZMCF5KaYuXOVnXU2EFrYWil5Alx9amcCBdjUXiNf8q/qDOmaD1TD8e4BRUDltsDR2PP8lm79SrR9JQIHqf9daYlYW1jRDTu6T/psDs2mSfRoq2uMaInTWjNkV9BL7GItAm12bG9X64AzCfh5m4KfX9q0ISmqHxM+CDJywpexaLyq2fLxsoaUd8fL1FDsmKJUstsme8b4kMbWmbW8kbC344pYzCxrTxWKQ9Sos9wbCsK8JcpXUPk0k9lkM7I03MW0uD5UWTse23wFNEutHttQqtnJWBVk5KSXAmwGv82EFDJVxaJdYX+3Fu46Yf4eEjc2hZ+D1P2g7mYgAhJZA4M= root@ip-10-31-8-120.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.8.120 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtGWCFElvCnOp+pNygXVGcujkuWZjxWogSoCEHJMGZ7JNpZUmHNHpjsuIZrX3N5TV8oCw7H0zUuBPDmodGBlU2NUTXM/qPTtFfYNID0gRX10nksvFPiwyI0KeRZnweYg1gMtLbXV7fCr/b+wJUrZ4rU2PL7fzb9yQKek+sT/m31odfZMCF5KaYuXOVnXU2EFrYWil5Alx9amcCBdjUXiNf8q/qDOmaD1TD8e4BRUDltsDR2PP8lm79SrR9JQIHqf9daYlYW1jRDTu6T/psDs2mSfRoq2uMaInTWjNkV9BL7GItAm12bG9X64AzCfh5m4KfX9q0ISmqHxM+CDJywpexaLyq2fLxsoaUd8fL1FDsmKJUstsme8b4kMbWmbW8kbC344pYzCxrTxWKQ9Sos9wbCsK8JcpXUPk0k9lkM7I03MW0uD5UWTse23wFNEutHttQqtnJWBVk5KSXAmwGv82EFDJVxaJdYX+3Fu46Yf4eEjc2hZ+D1P2g7mYgAhJZA4M= root@ip-10-31-8-120.us-east-1.aws.redhat.com\n", "name": "10.31.8.120", "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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 11 January 2025 02:17:31 -0500 (0:00:00.579) 0:00:12.443 ****** <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.16> (0, b'/root\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579851.2541056-11399-250383873995681 `" && echo ansible-tmp-1736579851.2541056-11399-250383873995681="` echo /root/.ansible/tmp/ansible-tmp-1736579851.2541056-11399-250383873995681 `" ) && sleep 0'"'"'' <10.31.9.12> (0, b'/root\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579851.2553806-11400-142963121141314 `" && echo ansible-tmp-1736579851.2553806-11400-142963121141314="` echo /root/.ansible/tmp/ansible-tmp-1736579851.2553806-11400-142963121141314 `" ) && sleep 0'"'"'' <10.31.8.120> (0, b'/root\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579851.2619069-11402-153205512071413 `" && echo ansible-tmp-1736579851.2619069-11402-153205512071413="` echo /root/.ansible/tmp/ansible-tmp-1736579851.2619069-11402-153205512071413 `" ) && sleep 0'"'"'' <10.31.12.16> (0, b'ansible-tmp-1736579851.2541056-11399-250383873995681=/root/.ansible/tmp/ansible-tmp-1736579851.2541056-11399-250383873995681\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.12.16> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpnwcr7seg TO /root/.ansible/tmp/ansible-tmp-1736579851.2541056-11399-250383873995681/AnsiballZ_stat.py <10.31.12.16> 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/bfa412ea09"' '[10.31.12.16]' <10.31.9.12> (0, b'ansible-tmp-1736579851.2553806-11400-142963121141314=/root/.ansible/tmp/ansible-tmp-1736579851.2553806-11400-142963121141314\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.9.12> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpdu1lai0w TO /root/.ansible/tmp/ansible-tmp-1736579851.2553806-11400-142963121141314/AnsiballZ_stat.py <10.31.9.12> 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/bdf664303c"' '[10.31.9.12]' <10.31.8.120> (0, b'ansible-tmp-1736579851.2619069-11402-153205512071413=/root/.ansible/tmp/ansible-tmp-1736579851.2619069-11402-153205512071413\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.8.120> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmprffvypoz TO /root/.ansible/tmp/ansible-tmp-1736579851.2619069-11402-153205512071413/AnsiballZ_stat.py <10.31.8.120> 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/3f4d8c41f9"' '[10.31.8.120]' <10.31.9.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpdu1lai0w /root/.ansible/tmp/ansible-tmp-1736579851.2553806-11400-142963121141314/AnsiballZ_stat.py\n', b'') <10.31.12.16> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpnwcr7seg /root/.ansible/tmp/ansible-tmp-1736579851.2541056-11399-250383873995681/AnsiballZ_stat.py\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579851.2541056-11399-250383873995681/ /root/.ansible/tmp/ansible-tmp-1736579851.2541056-11399-250383873995681/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579851.2553806-11400-142963121141314/ /root/.ansible/tmp/ansible-tmp-1736579851.2553806-11400-142963121141314/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.120> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmprffvypoz /root/.ansible/tmp/ansible-tmp-1736579851.2619069-11402-153205512071413/AnsiballZ_stat.py\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579851.2619069-11402-153205512071413/ /root/.ansible/tmp/ansible-tmp-1736579851.2619069-11402-153205512071413/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' -tt 10.31.9.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579851.2553806-11400-142963121141314/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.12.16> (0, b'', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' -tt 10.31.12.16 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579851.2541056-11399-250383873995681/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' -tt 10.31.8.120 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579851.2619069-11402-153205512071413/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.12> (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": 119, "inode": 174063874, "dev": 51713, "nlink": 1, "atime": 1736579812.3733113, "mtime": 1736579810.6343074, "ctime": 1736579810.9813082, "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": "5f36796d64053493158531f83bc457664621e5d9", "mimetype": "text/plain", "charset": "us-ascii", "version": "2538381782", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.9.12 closed.\r\n') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579851.2553806-11400-142963121141314/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.120> (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": 102760706, "dev": 51713, "nlink": 1, "atime": 1736579818.826521, "mtime": 1736579816.775504, "ctime": 1736579817.0175061, "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": "7e56c1f6ad876aea372fde9f8d58267c0e462a9f", "mimetype": "text/plain", "charset": "us-ascii", "version": "3316145410", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.8.120 closed.\r\n') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579851.2619069-11402-153205512071413/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.16> (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": 90177794, "dev": 51713, "nlink": 1, "atime": 1736579801.8546214, "mtime": 1736579798.3065958, "ctime": 1736579799.011601, "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": "764f134fdacb6f456389dc9ad75166458611acff", "mimetype": "text/plain", "charset": "us-ascii", "version": "2706851802", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.12.16 closed.\r\n') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579851.2541056-11399-250383873995681/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1736579818.826521, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7e56c1f6ad876aea372fde9f8d58267c0e462a9f", "ctime": 1736579817.0175061, "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": 1736579816.775504, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 103, "uid": 0, "version": "3316145410", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.9.12> (0, b'', b'') <10.31.12.16> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1736579812.3733113, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5f36796d64053493158531f83bc457664621e5d9", "ctime": 1736579810.9813082, "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": 1736579810.6343074, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 119, "uid": 0, "version": "2538381782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1736579801.8546214, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "764f134fdacb6f456389dc9ad75166458611acff", "ctime": 1736579799.011601, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 90177794, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736579798.3065958, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 103, "uid": 0, "version": "2706851802", "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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 11 January 2025 02:17:31 -0500 (0:00:00.394) 0:00:12.838 ****** <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.16> (0, b'/root\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579851.6663914-11426-84600494245276 `" && echo ansible-tmp-1736579851.6663914-11426-84600494245276="` echo /root/.ansible/tmp/ansible-tmp-1736579851.6663914-11426-84600494245276 `" ) && sleep 0'"'"'' <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.16> (0, b'ansible-tmp-1736579851.6663914-11426-84600494245276=/root/.ansible/tmp/ansible-tmp-1736579851.6663914-11426-84600494245276\n', b'') <10.31.9.12> (0, b'/root\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579851.6986516-11427-264501036241269 `" && echo ansible-tmp-1736579851.6986516-11427-264501036241269="` echo /root/.ansible/tmp/ansible-tmp-1736579851.6986516-11427-264501036241269 `" ) && sleep 0'"'"'' <10.31.8.120> (0, b'/root\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579851.7005386-11428-95978664934120 `" && echo ansible-tmp-1736579851.7005386-11428-95978664934120="` echo /root/.ansible/tmp/ansible-tmp-1736579851.7005386-11428-95978664934120 `" ) && sleep 0'"'"'' <10.31.9.12> (0, b'ansible-tmp-1736579851.6986516-11427-264501036241269=/root/.ansible/tmp/ansible-tmp-1736579851.6986516-11427-264501036241269\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.12.16> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpcaq8y5q1 TO /root/.ansible/tmp/ansible-tmp-1736579851.6663914-11426-84600494245276/AnsiballZ_stat.py <10.31.12.16> 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/bfa412ea09"' '[10.31.12.16]' <10.31.8.120> (0, b'ansible-tmp-1736579851.7005386-11428-95978664934120=/root/.ansible/tmp/ansible-tmp-1736579851.7005386-11428-95978664934120\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.9.12> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpix_v1vv2 TO /root/.ansible/tmp/ansible-tmp-1736579851.6986516-11427-264501036241269/AnsiballZ_stat.py <10.31.9.12> 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/bdf664303c"' '[10.31.9.12]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.8.120> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpeahq1nc6 TO /root/.ansible/tmp/ansible-tmp-1736579851.7005386-11428-95978664934120/AnsiballZ_stat.py <10.31.8.120> 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/3f4d8c41f9"' '[10.31.8.120]' <10.31.9.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpix_v1vv2 /root/.ansible/tmp/ansible-tmp-1736579851.6986516-11427-264501036241269/AnsiballZ_stat.py\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579851.6986516-11427-264501036241269/ /root/.ansible/tmp/ansible-tmp-1736579851.6986516-11427-264501036241269/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.12.16> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpcaq8y5q1 /root/.ansible/tmp/ansible-tmp-1736579851.6663914-11426-84600494245276/AnsiballZ_stat.py\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579851.6663914-11426-84600494245276/ /root/.ansible/tmp/ansible-tmp-1736579851.6663914-11426-84600494245276/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.120> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpeahq1nc6 /root/.ansible/tmp/ansible-tmp-1736579851.7005386-11428-95978664934120/AnsiballZ_stat.py\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579851.7005386-11428-95978664934120/ /root/.ansible/tmp/ansible-tmp-1736579851.7005386-11428-95978664934120/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' -tt 10.31.9.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579851.6986516-11427-264501036241269/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> (0, b'', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' -tt 10.31.8.120 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579851.7005386-11428-95978664934120/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' -tt 10.31.12.16 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579851.6663914-11426-84600494245276/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.12> (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": 119, "inode": 174063874, "dev": 51713, "nlink": 1, "atime": 1736579812.3733113, "mtime": 1736579810.6343074, "ctime": 1736579810.9813082, "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": "5f36796d64053493158531f83bc457664621e5d9", "mimetype": "text/plain", "charset": "us-ascii", "version": "2538381782", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to 10.31.9.12 closed.\r\n') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579851.6986516-11427-264501036241269/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.120> (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": 102760706, "dev": 51713, "nlink": 1, "atime": 1736579818.826521, "mtime": 1736579816.775504, "ctime": 1736579817.0175061, "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": "7e56c1f6ad876aea372fde9f8d58267c0e462a9f", "mimetype": "text/plain", "charset": "us-ascii", "version": "3316145410", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to 10.31.8.120 closed.\r\n') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.8.120> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpy0rnv5v4 TO /root/.ansible/tmp/ansible-tmp-1736579851.7005386-11428-95978664934120/AnsiballZ_file.py <10.31.8.120> 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/3f4d8c41f9"' '[10.31.8.120]' <10.31.12.16> (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": 90177794, "dev": 51713, "nlink": 1, "atime": 1736579801.8546214, "mtime": 1736579798.3065958, "ctime": 1736579799.011601, "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": "764f134fdacb6f456389dc9ad75166458611acff", "mimetype": "text/plain", "charset": "us-ascii", "version": "2706851802", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to 10.31.12.16 closed.\r\n') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.12.16> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpyxtq40vo TO /root/.ansible/tmp/ansible-tmp-1736579851.6663914-11426-84600494245276/AnsiballZ_file.py <10.31.12.16> 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/bfa412ea09"' '[10.31.12.16]' <10.31.9.12> (0, b'', b'') Notification for handler Restart kdump has been saved. 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-10615h3aeymxj/tmp2498a5j1/kdump.conf.j2" }, "src": "/root/.ansible/tmp/ansible-local-10615h3aeymxj/tmp2498a5j1/kdump.conf.j2" } } <10.31.8.120> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpy0rnv5v4 /root/.ansible/tmp/ansible-tmp-1736579851.7005386-11428-95978664934120/AnsiballZ_file.py\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579851.7005386-11428-95978664934120/ /root/.ansible/tmp/ansible-tmp-1736579851.7005386-11428-95978664934120/AnsiballZ_file.py && sleep 0'"'"'' <10.31.12.16> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpyxtq40vo /root/.ansible/tmp/ansible-tmp-1736579851.6663914-11426-84600494245276/AnsiballZ_file.py\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579851.6663914-11426-84600494245276/ /root/.ansible/tmp/ansible-tmp-1736579851.6663914-11426-84600494245276/AnsiballZ_file.py && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' -tt 10.31.8.120 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579851.7005386-11428-95978664934120/AnsiballZ_file.py && sleep 0'"'"'' <10.31.12.16> (0, b'', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' -tt 10.31.12.16 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579851.6663914-11426-84600494245276/AnsiballZ_file.py && sleep 0'"'"'' <10.31.8.120> (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", "dest": "/etc/kdump.conf", "_original_basename": "kdump.conf.j2", "recurse": false, "state": "file", "path": "/etc/kdump.conf", "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, "_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}}}\r\n', b'Shared connection to 10.31.8.120 closed.\r\n') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579851.7005386-11428-95978664934120/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.16> (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", "dest": "/etc/kdump.conf", "_original_basename": "kdump.conf.j2", "recurse": false, "state": "file", "path": "/etc/kdump.conf", "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, "_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}}}\r\n', b'Shared connection to 10.31.12.16 closed.\r\n') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579851.6663914-11426-84600494245276/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') ok: [managed-node3] => { "changed": false, "checksum": "7e56c1f6ad876aea372fde9f8d58267c0e462a9f", "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, "dest": "/etc/kdump.conf", "follow": true, "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, "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.12.16> (0, b'', b'') ok: [managed-node1] => { "changed": false, "checksum": "764f134fdacb6f456389dc9ad75166458611acff", "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, "dest": "/etc/kdump.conf", "follow": true, "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, "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 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 11 January 2025 02:17:32 -0500 (0:00:00.734) 0:00:13.572 ****** <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.16> (0, b'/root\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579852.3713288-11461-147897542063049 `" && echo ansible-tmp-1736579852.3713288-11461-147897542063049="` echo /root/.ansible/tmp/ansible-tmp-1736579852.3713288-11461-147897542063049 `" ) && sleep 0'"'"'' <10.31.9.12> (0, b'/root\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579852.387015-11462-120805822862428 `" && echo ansible-tmp-1736579852.387015-11462-120805822862428="` echo /root/.ansible/tmp/ansible-tmp-1736579852.387015-11462-120805822862428 `" ) && sleep 0'"'"'' <10.31.8.120> (0, b'/root\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579852.3887904-11464-750238615192 `" && echo ansible-tmp-1736579852.3887904-11464-750238615192="` echo /root/.ansible/tmp/ansible-tmp-1736579852.3887904-11464-750238615192 `" ) && sleep 0'"'"'' <10.31.12.16> (0, b'ansible-tmp-1736579852.3713288-11461-147897542063049=/root/.ansible/tmp/ansible-tmp-1736579852.3713288-11461-147897542063049\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.12.16> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpzr01p5q_ TO /root/.ansible/tmp/ansible-tmp-1736579852.3713288-11461-147897542063049/AnsiballZ_slurp.py <10.31.12.16> 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/bfa412ea09"' '[10.31.12.16]' <10.31.9.12> (0, b'ansible-tmp-1736579852.387015-11462-120805822862428=/root/.ansible/tmp/ansible-tmp-1736579852.387015-11462-120805822862428\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.9.12> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpt83s2xnc TO /root/.ansible/tmp/ansible-tmp-1736579852.387015-11462-120805822862428/AnsiballZ_slurp.py <10.31.8.120> (0, b'ansible-tmp-1736579852.3887904-11464-750238615192=/root/.ansible/tmp/ansible-tmp-1736579852.3887904-11464-750238615192\n', b'') <10.31.9.12> 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/bdf664303c"' '[10.31.9.12]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.8.120> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpgwejw3po TO /root/.ansible/tmp/ansible-tmp-1736579852.3887904-11464-750238615192/AnsiballZ_slurp.py <10.31.8.120> 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/3f4d8c41f9"' '[10.31.8.120]' <10.31.12.16> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpzr01p5q_ /root/.ansible/tmp/ansible-tmp-1736579852.3713288-11461-147897542063049/AnsiballZ_slurp.py\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579852.3713288-11461-147897542063049/ /root/.ansible/tmp/ansible-tmp-1736579852.3713288-11461-147897542063049/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.9.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpt83s2xnc /root/.ansible/tmp/ansible-tmp-1736579852.387015-11462-120805822862428/AnsiballZ_slurp.py\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579852.387015-11462-120805822862428/ /root/.ansible/tmp/ansible-tmp-1736579852.387015-11462-120805822862428/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.8.120> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpgwejw3po /root/.ansible/tmp/ansible-tmp-1736579852.3887904-11464-750238615192/AnsiballZ_slurp.py\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579852.3887904-11464-750238615192/ /root/.ansible/tmp/ansible-tmp-1736579852.3887904-11464-750238615192/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.12.16> (0, b'', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' -tt 10.31.12.16 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579852.3713288-11461-147897542063049/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> (0, b'', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' -tt 10.31.9.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579852.387015-11462-120805822862428/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' -tt 10.31.8.120 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579852.3887904-11464-750238615192/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.12.16> (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.12.16 closed.\r\n') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579852.3713288-11461-147897542063049/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.12> (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.9.12 closed.\r\n') <10.31.8.120> (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.8.120 closed.\r\n') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579852.3887904-11464-750238615192/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579852.387015-11462-120805822862428/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.16> (0, b'', b'') 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" } <10.31.8.120> (0, b'', b'') <10.31.9.12> (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-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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 11 January 2025 02:17:32 -0500 (0:00:00.363) 0:00:13.935 ****** ok: [managed-node1] => { "ansible_facts": { "kdump_reboot_required": false }, "changed": false } ok: [managed-node2] => { "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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 11 January 2025 02:17:32 -0500 (0:00:00.081) 0:00:14.017 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] *** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 11 January 2025 02:17:32 -0500 (0:00:00.069) 0:00:14.086 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false] *** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 11 January 2025 02:17:32 -0500 (0:00:00.068) 0:00:14.154 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Reboot the managed node] *************** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 11 January 2025 02:17:32 -0500 (0:00:00.068) 0:00:14.222 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag] *** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 11 January 2025 02:17:33 -0500 (0:00:00.067) 0:00:14.290 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] ********** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 11 January 2025 02:17:33 -0500 (0:00:00.067) 0:00:14.358 ****** <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.16> (0, b'/root\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579853.1630657-11503-273175477800709 `" && echo ansible-tmp-1736579853.1630657-11503-273175477800709="` echo /root/.ansible/tmp/ansible-tmp-1736579853.1630657-11503-273175477800709 `" ) && sleep 0'"'"'' <10.31.9.12> (0, b'/root\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579853.1718554-11504-256441729420041 `" && echo ansible-tmp-1736579853.1718554-11504-256441729420041="` echo /root/.ansible/tmp/ansible-tmp-1736579853.1718554-11504-256441729420041 `" ) && sleep 0'"'"'' <10.31.8.120> (0, b'/root\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579853.1760247-11506-75260082603632 `" && echo ansible-tmp-1736579853.1760247-11506-75260082603632="` echo /root/.ansible/tmp/ansible-tmp-1736579853.1760247-11506-75260082603632 `" ) && sleep 0'"'"'' <10.31.12.16> (0, b'ansible-tmp-1736579853.1630657-11503-273175477800709=/root/.ansible/tmp/ansible-tmp-1736579853.1630657-11503-273175477800709\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.12.16> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpv65u_ze3 TO /root/.ansible/tmp/ansible-tmp-1736579853.1630657-11503-273175477800709/AnsiballZ_systemd.py <10.31.12.16> 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/bfa412ea09"' '[10.31.12.16]' <10.31.9.12> (0, b'ansible-tmp-1736579853.1718554-11504-256441729420041=/root/.ansible/tmp/ansible-tmp-1736579853.1718554-11504-256441729420041\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.9.12> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpri_1s774 TO /root/.ansible/tmp/ansible-tmp-1736579853.1718554-11504-256441729420041/AnsiballZ_systemd.py <10.31.9.12> 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/bdf664303c"' '[10.31.9.12]' <10.31.8.120> (0, b'ansible-tmp-1736579853.1760247-11506-75260082603632=/root/.ansible/tmp/ansible-tmp-1736579853.1760247-11506-75260082603632\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.8.120> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpl_5uvegl TO /root/.ansible/tmp/ansible-tmp-1736579853.1760247-11506-75260082603632/AnsiballZ_systemd.py <10.31.8.120> 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/3f4d8c41f9"' '[10.31.8.120]' <10.31.12.16> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpv65u_ze3 /root/.ansible/tmp/ansible-tmp-1736579853.1630657-11503-273175477800709/AnsiballZ_systemd.py\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpri_1s774 /root/.ansible/tmp/ansible-tmp-1736579853.1718554-11504-256441729420041/AnsiballZ_systemd.py\n', b'') <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579853.1630657-11503-273175477800709/ /root/.ansible/tmp/ansible-tmp-1736579853.1630657-11503-273175477800709/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579853.1718554-11504-256441729420041/ /root/.ansible/tmp/ansible-tmp-1736579853.1718554-11504-256441729420041/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.8.120> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpl_5uvegl /root/.ansible/tmp/ansible-tmp-1736579853.1760247-11506-75260082603632/AnsiballZ_systemd.py\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579853.1760247-11506-75260082603632/ /root/.ansible/tmp/ansible-tmp-1736579853.1760247-11506-75260082603632/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.12.16> (0, b'', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' -tt 10.31.12.16 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579853.1630657-11503-273175477800709/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' -tt 10.31.8.120 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579853.1760247-11506-75260082603632/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' -tt 10.31.9.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579853.1718554-11504-256441729420041/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.12.16> (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:16:41 EST", "ExecMainStartTimestampMonotonic": "274853677", "ExecMainExitTimestamp": "Sat 2025-01-11 02:17:00 EST", "ExecMainExitTimestampMonotonic": "293254095", "ExecMainPID": "16739", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:16:41 EST] ; stop_time=[Sat 2025-01-11 02:17:00 EST] ; pid=16739 ; 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:16:41 EST] ; stop_time=[Sat 2025-01-11 02:16:41 EST] ; pid=16730 ; 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 system.slice remote-fs.target basic.target 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:00 EST", "StateChangeTimestampMonotonic": "293254549", "InactiveExitTimestamp": "Sat 2025-01-11 02:16:41 EST", "InactiveExitTimestampMonotonic": "274853712", "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:00 EST", "ActiveEnterTimestampMonotonic": "293254549", "ActiveExitTimestamp": "Sat 2025-01-11 02:16:41 EST", "ActiveExitTimestampMonotonic": "274829671", "InactiveEnterTimestamp": "Sat 2025-01-11 02:16:41 EST", "InactiveEnterTimestampMonotonic": "274851888", "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:16:41 EST", "ConditionTimestampMonotonic": "274852734", "AssertTimestamp": "Sat 2025-01-11 02:16:41 EST", "AssertTimestampMonotonic": "274852758", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "f601cc5ff3e94f4e8d86ec76ee9ae88c", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "enabled": null, "force": null, "masked": null}}}\r\n', b'Shared connection to 10.31.12.16 closed.\r\n') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579853.1630657-11503-273175477800709/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.12> (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:16:52 EST", "ExecMainStartTimestampMonotonic": "318370942", "ExecMainExitTimestamp": "Sat 2025-01-11 02:17:10 EST", "ExecMainExitTimestampMonotonic": "336996267", "ExecMainPID": "20425", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:16:52 EST] ; stop_time=[Sat 2025-01-11 02:17:10 EST] ; pid=20425 ; 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:16:52 EST] ; stop_time=[Sat 2025-01-11 02:16:52 EST] ; pid=20416 ; 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": "systemd-journald.socket network.target system.slice network-online.target remote-fs.target basic.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:10 EST", "StateChangeTimestampMonotonic": "336996661", "InactiveExitTimestamp": "Sat 2025-01-11 02:16:52 EST", "InactiveExitTimestampMonotonic": "318370973", "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:10 EST", "ActiveEnterTimestampMonotonic": "336996661", "ActiveExitTimestamp": "Sat 2025-01-11 02:16:52 EST", "ActiveExitTimestampMonotonic": "318347123", "InactiveEnterTimestamp": "Sat 2025-01-11 02:16:52 EST", "InactiveEnterTimestampMonotonic": "318368951", "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:16:52 EST", "ConditionTimestampMonotonic": "318369936", "AssertTimestamp": "Sat 2025-01-11 02:16:52 EST", "AssertTimestampMonotonic": "318369958", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "a0e743b57e72442cb9c37090a7638c0a", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "enabled": null, "force": null, "masked": null}}}\r\n', b'Shared connection to 10.31.9.12 closed.\r\n') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579853.1718554-11504-256441729420041/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.120> (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:16:58 EST", "ExecMainStartTimestampMonotonic": "325821567", "ExecMainExitTimestamp": "Sat 2025-01-11 02:17:17 EST", "ExecMainExitTimestampMonotonic": "344279526", "ExecMainPID": "16771", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:16:58 EST] ; stop_time=[Sat 2025-01-11 02:17:17 EST] ; pid=16771 ; 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:16:58 EST] ; stop_time=[Sat 2025-01-11 02:16:58 EST] ; pid=16762 ; 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 basic.target system.slice systemd-journald.socket 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:17 EST", "StateChangeTimestampMonotonic": "344279998", "InactiveExitTimestamp": "Sat 2025-01-11 02:16:58 EST", "InactiveExitTimestampMonotonic": "325821601", "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:17 EST", "ActiveEnterTimestampMonotonic": "344279998", "ActiveExitTimestamp": "Sat 2025-01-11 02:16:58 EST", "ActiveExitTimestampMonotonic": "325797588", "InactiveEnterTimestamp": "Sat 2025-01-11 02:16:58 EST", "InactiveEnterTimestampMonotonic": "325819996", "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:16:58 EST", "ConditionTimestampMonotonic": "325820818", "AssertTimestamp": "Sat 2025-01-11 02:16:58 EST", "AssertTimestampMonotonic": "325820839", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "143ac8541f2d48f286c7b73c251c135f", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "enabled": null, "force": null, "masked": null}}}\r\n', b'Shared connection to 10.31.8.120 closed.\r\n') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579853.1760247-11506-75260082603632/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.16> (0, b'', b'') 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": "system", "state": "started" } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:00 EST", "ActiveEnterTimestampMonotonic": "293254549", "ActiveExitTimestamp": "Sat 2025-01-11 02:16:41 EST", "ActiveExitTimestampMonotonic": "274829671", "ActiveState": "active", "After": "network.target system.slice remote-fs.target basic.target network-online.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-11 02:16:41 EST", "AssertTimestampMonotonic": "274852758", "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:41 EST", "ConditionTimestampMonotonic": "274852734", "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:00 EST", "ExecMainExitTimestampMonotonic": "293254095", "ExecMainPID": "16739", "ExecMainStartTimestamp": "Sat 2025-01-11 02:16:41 EST", "ExecMainStartTimestampMonotonic": "274853677", "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:41 EST] ; stop_time=[Sat 2025-01-11 02:17:00 EST] ; pid=16739 ; 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:41 EST] ; stop_time=[Sat 2025-01-11 02:16:41 EST] ; pid=16730 ; 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:41 EST", "InactiveEnterTimestampMonotonic": "274851888", "InactiveExitTimestamp": "Sat 2025-01-11 02:16:41 EST", "InactiveExitTimestampMonotonic": "274853712", "InvocationID": "f601cc5ff3e94f4e8d86ec76ee9ae88c", "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:00 EST", "StateChangeTimestampMonotonic": "293254549", "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.9.12> (0, b'', b'') <10.31.8.120> (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": "system", "state": "started" } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:10 EST", "ActiveEnterTimestampMonotonic": "336996661", "ActiveExitTimestamp": "Sat 2025-01-11 02:16:52 EST", "ActiveExitTimestampMonotonic": "318347123", "ActiveState": "active", "After": "systemd-journald.socket network.target system.slice network-online.target remote-fs.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-11 02:16:52 EST", "AssertTimestampMonotonic": "318369958", "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:52 EST", "ConditionTimestampMonotonic": "318369936", "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:10 EST", "ExecMainExitTimestampMonotonic": "336996267", "ExecMainPID": "20425", "ExecMainStartTimestamp": "Sat 2025-01-11 02:16:52 EST", "ExecMainStartTimestampMonotonic": "318370942", "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:52 EST] ; stop_time=[Sat 2025-01-11 02:17:10 EST] ; pid=20425 ; 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:52 EST] ; stop_time=[Sat 2025-01-11 02:16:52 EST] ; pid=20416 ; 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:52 EST", "InactiveEnterTimestampMonotonic": "318368951", "InactiveExitTimestamp": "Sat 2025-01-11 02:16:52 EST", "InactiveExitTimestampMonotonic": "318370973", "InvocationID": "a0e743b57e72442cb9c37090a7638c0a", "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:10 EST", "StateChangeTimestampMonotonic": "336996661", "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-node3] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": "started" } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:17 EST", "ActiveEnterTimestampMonotonic": "344279998", "ActiveExitTimestamp": "Sat 2025-01-11 02:16:58 EST", "ActiveExitTimestampMonotonic": "325797588", "ActiveState": "active", "After": "remote-fs.target basic.target system.slice systemd-journald.socket network-online.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-11 02:16:58 EST", "AssertTimestampMonotonic": "325820839", "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:58 EST", "ConditionTimestampMonotonic": "325820818", "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:17 EST", "ExecMainExitTimestampMonotonic": "344279526", "ExecMainPID": "16771", "ExecMainStartTimestamp": "Sat 2025-01-11 02:16:58 EST", "ExecMainStartTimestampMonotonic": "325821567", "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:58 EST] ; stop_time=[Sat 2025-01-11 02:17:17 EST] ; pid=16771 ; 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:58 EST] ; stop_time=[Sat 2025-01-11 02:16:58 EST] ; pid=16762 ; 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:58 EST", "InactiveEnterTimestampMonotonic": "325819996", "InactiveExitTimestamp": "Sat 2025-01-11 02:16:58 EST", "InactiveExitTimestampMonotonic": "325821601", "InvocationID": "143ac8541f2d48f286c7b73c251c135f", "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:17 EST", "StateChangeTimestampMonotonic": "344279998", "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 [If reboot is required - assert the expected fail message] **************** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:86 Saturday 11 January 2025 02:17:33 -0500 (0:00:00.522) 0:00:14.880 ****** fatal: [localhost]: FAILED! => { "assertion": "'Reboot is required to apply changes.' in ansible_failed_result.msg", "changed": false, "evaluated_to": false } MSG: Assertion failed TASK [Cleanup kdump_path] ****************************************************** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 11 January 2025 02:17:33 -0500 (0:00:00.015) 0:00:14.896 ****** <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.120> (0, b'/root\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579853.716346-11533-153527878387587 `" && echo ansible-tmp-1736579853.716346-11533-153527878387587="` echo /root/.ansible/tmp/ansible-tmp-1736579853.716346-11533-153527878387587 `" ) && sleep 0'"'"'' <10.31.12.16> (0, b'/root\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579853.718012-11531-181158683690790 `" && echo ansible-tmp-1736579853.718012-11531-181158683690790="` echo /root/.ansible/tmp/ansible-tmp-1736579853.718012-11531-181158683690790 `" ) && sleep 0'"'"'' <10.31.9.12> (0, b'/root\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579853.723478-11532-42621574701643 `" && echo ansible-tmp-1736579853.723478-11532-42621574701643="` echo /root/.ansible/tmp/ansible-tmp-1736579853.723478-11532-42621574701643 `" ) && sleep 0'"'"'' <10.31.8.120> (0, b'ansible-tmp-1736579853.716346-11533-153527878387587=/root/.ansible/tmp/ansible-tmp-1736579853.716346-11533-153527878387587\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.8.120> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpnbk69dxo TO /root/.ansible/tmp/ansible-tmp-1736579853.716346-11533-153527878387587/AnsiballZ_file.py <10.31.8.120> 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/3f4d8c41f9"' '[10.31.8.120]' <10.31.12.16> (0, b'ansible-tmp-1736579853.718012-11531-181158683690790=/root/.ansible/tmp/ansible-tmp-1736579853.718012-11531-181158683690790\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.12.16> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpav1si244 TO /root/.ansible/tmp/ansible-tmp-1736579853.718012-11531-181158683690790/AnsiballZ_file.py <10.31.12.16> 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/bfa412ea09"' '[10.31.12.16]' <10.31.9.12> (0, b'ansible-tmp-1736579853.723478-11532-42621574701643=/root/.ansible/tmp/ansible-tmp-1736579853.723478-11532-42621574701643\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.9.12> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmprq7y914j TO /root/.ansible/tmp/ansible-tmp-1736579853.723478-11532-42621574701643/AnsiballZ_file.py <10.31.9.12> 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/bdf664303c"' '[10.31.9.12]' <10.31.8.120> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpnbk69dxo /root/.ansible/tmp/ansible-tmp-1736579853.716346-11533-153527878387587/AnsiballZ_file.py\n', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579853.716346-11533-153527878387587/ /root/.ansible/tmp/ansible-tmp-1736579853.716346-11533-153527878387587/AnsiballZ_file.py && sleep 0'"'"'' <10.31.12.16> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpav1si244 /root/.ansible/tmp/ansible-tmp-1736579853.718012-11531-181158683690790/AnsiballZ_file.py\n', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579853.718012-11531-181158683690790/ /root/.ansible/tmp/ansible-tmp-1736579853.718012-11531-181158683690790/AnsiballZ_file.py && sleep 0'"'"'' <10.31.9.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmprq7y914j /root/.ansible/tmp/ansible-tmp-1736579853.723478-11532-42621574701643/AnsiballZ_file.py\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579853.723478-11532-42621574701643/ /root/.ansible/tmp/ansible-tmp-1736579853.723478-11532-42621574701643/AnsiballZ_file.py && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' -tt 10.31.8.120 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579853.716346-11533-153527878387587/AnsiballZ_file.py && sleep 0'"'"'' <10.31.12.16> (0, b'', b'') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' -tt 10.31.12.16 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579853.718012-11531-181158683690790/AnsiballZ_file.py && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' -tt 10.31.9.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579853.723478-11532-42621574701643/AnsiballZ_file.py && sleep 0'"'"'' <10.31.8.120> (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}}}\r\n', b'Shared connection to 10.31.8.120 closed.\r\n') <10.31.8.120> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.120> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3f4d8c41f9"' 10.31.8.120 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579853.716346-11533-153527878387587/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.16> (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}}}\r\n', b'Shared connection to 10.31.12.16 closed.\r\n') <10.31.12.16> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bfa412ea09"' 10.31.12.16 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579853.718012-11531-181158683690790/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.12> (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}}}\r\n', b'Shared connection to 10.31.9.12 closed.\r\n') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579853.723478-11532-42621574701643/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.120> (0, b'', b'') changed: [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, "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, "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.12.16> (0, b'', b'') changed: [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, "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, "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.9.12> (0, b'', b'') ok: [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, "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, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "path": "/tmp/tests_ssh", "state": "absent" } NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed-node2 RUNNING HANDLER [fedora.linux_system_roles.kdump : Restart kdump] ************** task path: /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 11 January 2025 02:17:34 -0500 (0:00:00.376) 0:00:15.272 ****** <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.12> (0, b'/root\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1736579854.0863101-11555-138120015477257 `" && echo ansible-tmp-1736579854.0863101-11555-138120015477257="` echo /root/.ansible/tmp/ansible-tmp-1736579854.0863101-11555-138120015477257 `" ) && sleep 0'"'"'' <10.31.9.12> (0, b'ansible-tmp-1736579854.0863101-11555-138120015477257=/root/.ansible/tmp/ansible-tmp-1736579854.0863101-11555-138120015477257\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.9.12> PUT /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpbo__yhol TO /root/.ansible/tmp/ansible-tmp-1736579854.0863101-11555-138120015477257/AnsiballZ_systemd.py <10.31.9.12> 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/bdf664303c"' '[10.31.9.12]' <10.31.9.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10615h3aeymxj/tmpbo__yhol /root/.ansible/tmp/ansible-tmp-1736579854.0863101-11555-138120015477257/AnsiballZ_systemd.py\n', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1736579854.0863101-11555-138120015477257/ /root/.ansible/tmp/ansible-tmp-1736579854.0863101-11555-138120015477257/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.9.12> (0, b'', b'') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' -tt 10.31.9.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1736579854.0863101-11555-138120015477257/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.9.12> (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:16:52 EST", "ExecMainStartTimestampMonotonic": "318370942", "ExecMainExitTimestamp": "Sat 2025-01-11 02:17:10 EST", "ExecMainExitTimestampMonotonic": "336996267", "ExecMainPID": "20425", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-11 02:16:52 EST] ; stop_time=[Sat 2025-01-11 02:17:10 EST] ; pid=20425 ; 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:16:52 EST] ; stop_time=[Sat 2025-01-11 02:16:52 EST] ; pid=20416 ; 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": "systemd-journald.socket network.target system.slice network-online.target remote-fs.target basic.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:10 EST", "StateChangeTimestampMonotonic": "336996661", "InactiveExitTimestamp": "Sat 2025-01-11 02:16:52 EST", "InactiveExitTimestampMonotonic": "318370973", "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:10 EST", "ActiveEnterTimestampMonotonic": "336996661", "ActiveExitTimestamp": "Sat 2025-01-11 02:16:52 EST", "ActiveExitTimestampMonotonic": "318347123", "InactiveEnterTimestamp": "Sat 2025-01-11 02:16:52 EST", "InactiveEnterTimestampMonotonic": "318368951", "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:16:52 EST", "ConditionTimestampMonotonic": "318369936", "AssertTimestamp": "Sat 2025-01-11 02:16:52 EST", "AssertTimestampMonotonic": "318369958", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "a0e743b57e72442cb9c37090a7638c0a", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "restarted", "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "enabled": null, "force": null, "masked": null}}}\r\n', b'Shared connection to 10.31.9.12 closed.\r\n') <10.31.9.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdf664303c"' 10.31.9.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1736579854.0863101-11555-138120015477257/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.12> (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": "system", "state": "restarted" } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2025-01-11 02:17:10 EST", "ActiveEnterTimestampMonotonic": "336996661", "ActiveExitTimestamp": "Sat 2025-01-11 02:16:52 EST", "ActiveExitTimestampMonotonic": "318347123", "ActiveState": "active", "After": "systemd-journald.socket network.target system.slice network-online.target remote-fs.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-11 02:16:52 EST", "AssertTimestampMonotonic": "318369958", "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:52 EST", "ConditionTimestampMonotonic": "318369936", "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:10 EST", "ExecMainExitTimestampMonotonic": "336996267", "ExecMainPID": "20425", "ExecMainStartTimestamp": "Sat 2025-01-11 02:16:52 EST", "ExecMainStartTimestampMonotonic": "318370942", "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:52 EST] ; stop_time=[Sat 2025-01-11 02:17:10 EST] ; pid=20425 ; 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:52 EST] ; stop_time=[Sat 2025-01-11 02:16:52 EST] ; pid=20416 ; 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:52 EST", "InactiveEnterTimestampMonotonic": "318368951", "InactiveExitTimestamp": "Sat 2025-01-11 02:16:52 EST", "InactiveExitTimestampMonotonic": "318370973", "InvocationID": "a0e743b57e72442cb9c37090a7638c0a", "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:10 EST", "StateChangeTimestampMonotonic": "336996661", "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" } } PLAY RECAP ********************************************************************* localhost : ok=9 changed=1 unreachable=0 failed=1 skipped=3 rescued=1 ignored=0 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 TASKS RECAP ******************************************************************** Saturday 11 January 2025 02:17:34 -0500 (0:00:00.476) 0:00:15.749 ****** =============================================================================== fedora.linux_system_roles.kdump : Install required packages ------------- 3.71s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.35s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gather facts from localhost --------------------------------------------- 1.10s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.76s /tmp/collections-IiN/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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.58s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.57s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.55s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.53s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.53s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.52s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Restart kdump ------------------------- 0.48s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.47s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.47s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists --- 0.39s /tmp/collections-IiN/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-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.38s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Cleanup kdump_path ------------------------------------------------------ 0.38s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.37s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel --- 0.36s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 MSG: non-zero return code PLAY RECAP ********************************************************************* managed-node3 : ok=28 changed=7 unreachable=0 failed=1 skipped=8 rescued=0 ignored=0 TASKS RECAP ******************************************************************** Saturday 11 January 2025 02:17:34 -0500 (0:00:16.584) 0:00:50.457 ****** =============================================================================== fedora.linux_system_roles.kdump : Restart kdump ------------------------ 18.98s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Run ansible-playbook with tests_ssh.yml in check mode ------------------ 16.58s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 fedora.linux_system_roles.kdump : Install required packages ------------- 3.02s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.01s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Create static inventory from hostvars ----------------------------------- 0.78s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 Gather facts from managed-node3 ----------------------------------------- 0.76s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Gathering Facts --------------------------------------------------------- 0.73s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gathering Facts --------------------------------------------------------- 0.72s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.71s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.66s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.66s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.51s /tmp/collections-IiN/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.47s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.46s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.45s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.45s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.41s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Create temporary file --------------------------------------------------- 0.39s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.33s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Cleanup kdump_path ------------------------------------------------------ 0.33s /tmp/collections-IiN/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94