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-bbe 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-bbe/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-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Saturday 04 January 2025 02:16:47 -0500 (0:00:00.010) 0:00:00.010 ****** ok: [managed-node3] TASK [Create temporary file] *************************************************** task path: /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7 Saturday 04 January 2025 02:16:48 -0500 (0:00:01.128) 0:00:01.139 ****** changed: [managed-node3 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.6z5ezf7x.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-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 Saturday 04 January 2025 02:16:48 -0500 (0:00:00.380) 0:00:01.520 ****** changed: [managed-node3 -> localhost] => { "changed": true, "checksum": "de970a7ef7e455eed23e2d8dbae7beb598557947", "dest": "/tmp/ansible.6z5ezf7x.inventory.yaml", "gid": 0, "group": "root", "md5sum": "5dd7a226e6504be0dc125600040e1f4c", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 33777, "src": "/root/.ansible/tmp/ansible-tmp-1735975008.6587694-9979-54333214644508/source", "state": "file", "uid": 0 } PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 04 January 2025 02:16:49 -0500 (0:00:00.714) 0:00:02.234 ****** ok: [managed-node3] TASK [Gather facts from managed-node3] ***************************************** task path: /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 04 January 2025 02:16:50 -0500 (0:00:00.758) 0:00:02.993 ****** ok: [managed-node3] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 04 January 2025 02:16:50 -0500 (0:00:00.797) 0:00:03.790 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 04 January 2025 02:16:50 -0500 (0:00:00.012) 0:00:03.803 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 04 January 2025 02:16:50 -0500 (0:00:00.009) 0:00:03.812 ****** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 04 January 2025 02:16:50 -0500 (0:00:00.038) 0:00:03.851 ****** included: /tmp/collections-bbe/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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 04 January 2025 02:16:51 -0500 (0:00:00.031) 0:00:03.883 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 04 January 2025 02:16:51 -0500 (0:00:00.044) 0:00:03.928 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 04 January 2025 02:16:51 -0500 (0:00:00.361) 0:00:04.289 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 04 January 2025 02:16:51 -0500 (0:00:00.025) 0:00:04.315 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 04 January 2025 02:16:51 -0500 (0:00:00.042) 0:00:04.358 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 04 January 2025 02:16:54 -0500 (0:00:03.062) 0:00:07.420 ****** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2025-01-04 02:16:27 EST", "ActiveEnterTimestampMonotonic": "248675115", "ActiveExitTimestamp": "Sat 2025-01-04 02:16:12 EST", "ActiveExitTimestampMonotonic": "233357928", "ActiveState": "active", "After": "network-online.target remote-fs.target basic.target system.slice systemd-journald.socket network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-04 02:16:12 EST", "AssertTimestampMonotonic": "233384213", "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-04 02:16:12 EST", "ConditionTimestampMonotonic": "233384188", "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-04 02:16:27 EST", "ExecMainExitTimestampMonotonic": "248674600", "ExecMainPID": "8461", "ExecMainStartTimestamp": "Sat 2025-01-04 02:16:12 EST", "ExecMainStartTimestampMonotonic": "233385294", "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-04 02:16:12 EST] ; stop_time=[Sat 2025-01-04 02:16:27 EST] ; pid=8461 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-04 02:16:12 EST] ; stop_time=[Sat 2025-01-04 02:16:12 EST] ; pid=8452 ; 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-04 02:16:12 EST", "InactiveEnterTimestampMonotonic": "233383311", "InactiveExitTimestamp": "Sat 2025-01-04 02:16:12 EST", "InactiveExitTimestampMonotonic": "233385334", "InvocationID": "bf48de9f1c944d9caec83a164c161631", "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-04 02:16:27 EST", "StateChangeTimestampMonotonic": "248675115", "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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 04 January 2025 02:16:55 -0500 (0:00:00.709) 0:00:08.130 ****** included: /tmp/collections-bbe/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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 04 January 2025 02:16:55 -0500 (0:00:00.063) 0:00:08.193 ****** changed: [managed-node3] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": "0:00:00.290265", "end": "2025-01-04 02:16:55.989813", "rc": 0, "start": "2025-01-04 02:16:55.699548" } 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:r373cp97ReTC25uP9UV8np2HyWMVowqWjHhZch2eP0M root@managed-node3 The key's randomart image is: +---[RSA 3072]----+ | . | | o o .| | . o + E = | | . B . o +.=| | . +S= = ==| | . ... ..+*B| | .. *oX| | .. o..**| | .o. . +o+B| +----[SHA256]-----+ TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 04 January 2025 02:16:56 -0500 (0:00:00.721) 0:00:08.915 ****** ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDZXdFc0xtK3p4ZlViZ1JMcTZidTZpV0xSblg4RVNjRmpLRWVsc1hNYVFHeERzenVOSGxzQzNxYkNOVklmYlVqZVBUQ1IrU0JWeEpEa25zb1ZPQ2dJMmo5WEJtR2ZETXc0V2tnaW9yWjJzM1I2TlZ5RU4zQjNhV0pZRTA1N25DbVA1QzA5aVdCU29icXd3UDEvcXRrQ2pmUUQ4SXNIejZ5bE5JeXROaFo2VmNCNE54ZVBtWjB4QzFGMlh3SElJNjZrK24wemNZcEdhUmtnYnpsVTFCS0twTGVMQ2ttYnZvUUhydTJxZTMyK2V1UytqejY1VEg4NHdCSzJGWlljWks5YUVrbDNCYWtlRS9zaGNEYktBYTFXbzJJMjlFTU0xV0ZaL1BNWVNvdjlCL1NqRTF2R0ZySnNHWlNKekMzZkNBZHduYjBoNE1nWUtjbWJFbWE3UFJmYWdxS3Y1bk5XMHFYaVdpUVVjbmtIdExsNnVIcVV4NTR4cGFJOHVZNSt3RlF5RVJTK2Y1cWp0RW5VT3VpR2E0eTZpUjliTXpvYnEwdDhCYmV0dWVVaEhYTlI3Nm1vTEZRcEExbzRBZ1d0R1A3ZFljZlNTczJYSDBhTzBEUkgyUW1HSkF2eTRQeitQcTRTWXJxODUwUGYvelpjNHYveHRRdGxaR29tQ3dxYlVqUjg9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "encoding": "base64", "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 04 January 2025 02:16:56 -0500 (0:00:00.427) 0:00:09.343 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 04 January 2025 02:16:57 -0500 (0:00:00.543) 0:00:09.886 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1735974753.2630088, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1735975015.9876256, "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": 1735975015.9876256, "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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 04 January 2025 02:16:57 -0500 (0:00:00.349) 0:00:10.236 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1735974893.30275, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1735974753.2630088, "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": 1735974753.262009, "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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 04 January 2025 02:16:57 -0500 (0:00:00.353) 0:00:10.590 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 04 January 2025 02:16:58 -0500 (0:00:00.479) 0:00:11.070 ****** changed: [managed-node3] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 04 January 2025 02:16:58 -0500 (0:00:00.478) 0:00:11.548 ****** ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FES1FJdFhuMGpEWEt0cWl3RUlpNzF5dk1hWTZXMVErTXE5Szl3a3o3OEhHM0diVUwyNFBaai8rdFNuZW5QK3luVUtURVM3ek1jS0pmMXp1RStKUG5CNXI0ZHltSDNwRDAwUlMzL2t5d0Q0R0tBMkdFK2kyWFA5WjJsdlBqU0hid2FPOUw1UTl3S3NQYUdCbTJnV0V2blRWR3c3SE9OaEdsR0tkNzR5MmZkMktNeG5EdWc0M3ZqaG1MbXNHc0RRZmgrZnNXNFc2elBEZzJZc2ZIMXVzQ016TFV1UFM4aXdPdHBIbEp0MUFhMDFudGVmSU80VTNmS3dDTEtWSWR6TlVOZ1pMYmF6TkljalQyUlAzeGpaamZHUGtnZSswTEJrRzZMK3BKb2hacTl6R2pIT29EMFExc3F5ZkZsWFlTTEI1RVZ0eWpFc0J3ckFKMjZoNnQxVXVjOTZpbXB2em1hdFE5cks5MlptQ3QzYmIrMTNZcDlVWThCVFByMUE2anVCaU9mdjdCVkJjWHljeUYyYzE0T2FNOVRTL2lHemlhcGZZUy9JYkMwUlRSRnBvRS9IcThhczBHdXMvaGdRb1k4NS9qQ1FTVVdZa2JHbUtLOTUzSWRodFA2UmErSFNFbkVWeno0UitmVGJuRDNaRzF3dGF5Wkh0QXFRcGc4V0pWdE13ekU9IHJvb3RAaXAtMTAtMzEtOC0xMDAudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 04 January 2025 02:16:59 -0500 (0:00:00.335) 0:00:11.884 ****** changed: [managed-node3] => { "changed": true, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.8.100 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKQItXn0jDXKtqiwEIi71yvMaY6W1Q+Mq9K9wkz78HG3GbUL24PZj/+tSnenP+ynUKTES7zMcKJf1zuE+JPnB5r4dymH3pD00RS3/kywD4GKA2GE+i2XP9Z2lvPjSHbwaO9L5Q9wKsPaGBm2gWEvnTVGw7HONhGlGKd74y2fd2KMxnDug43vjhmLmsGsDQfh+fsW4W6zPDg2YsfH1usCMzLUuPS8iwOtpHlJt1Aa01ntefIO4U3fKwCLKVIdzNUNgZLbazNIcjT2RP3xjZjfGPkge+0LBkG6L+pJohZq9zGjHOoD0Q1sqyfFlXYSLB5EVtyjEsBwrAJ26h6t1Uuc96impvzmatQ9rK92ZmCt3bb+13Yp9UY8BTPr1A6juBiOfv7BVBcXycyF2c14OaM9TS/iGziapfYS/IbC0RTRFpoE/Hq8as0Gus/hgQoY85/jCQSUWYkbGmKK953IdhtP6Ra+HSEnEVzz4R+fTbnD3ZG1wtayZHtAqQpg8WJVtMwzE= root@ip-10-31-8-100.us-east-1.aws.redhat.com\n", "mode": "0644", "name": "10.31.8.100", "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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 04 January 2025 02:16:59 -0500 (0:00:00.494) 0:00:12.378 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1735974972.389533, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5eea1b4829897f2843bafdff6b482ed722029483", "ctime": 1735974970.6865294, "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": 1735974970.420529, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 77, "uid": 0, "version": "2055550663", "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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 04 January 2025 02:16:59 -0500 (0:00:00.344) 0:00:12.722 ****** Notification for handler Restart kdump has been saved. changed: [managed-node3] => { "backup_file": "/etc/kdump.conf.16265.2025-01-04@02:17:00~", "changed": true, "checksum": "b6e1065a8bd8f63f0e6b9cd3ea95262d5f58d587", "dest": "/etc/kdump.conf", "gid": 0, "group": "root", "md5sum": "1534dda6005ff899415ac5b666dd7865", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 103, "src": "/root/.ansible/tmp/ansible-tmp-1735975019.8992224-10270-159791678846331/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 04 January 2025 02:17:00 -0500 (0:00:00.710) 0:00:13.432 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 04 January 2025 02:17:00 -0500 (0:00:00.338) 0:00:13.771 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 04 January 2025 02:17:00 -0500 (0:00:00.036) 0:00:13.807 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 04 January 2025 02:17:00 -0500 (0:00:00.034) 0:00:13.841 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 04 January 2025 02:17:00 -0500 (0:00:00.032) 0:00:13.874 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 04 January 2025 02:17:01 -0500 (0:00:00.036) 0:00:13.910 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 04 January 2025 02:17:01 -0500 (0:00:00.030) 0:00:13.941 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 04 January 2025 02:17:01 -0500 (0:00:00.031) 0:00:13.972 ****** ok: [managed-node3] => { "changed": false, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2025-01-04 02:16:27 EST", "ActiveEnterTimestampMonotonic": "248675115", "ActiveExitTimestamp": "Sat 2025-01-04 02:16:12 EST", "ActiveExitTimestampMonotonic": "233357928", "ActiveState": "active", "After": "network-online.target remote-fs.target basic.target system.slice systemd-journald.socket network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-04 02:16:12 EST", "AssertTimestampMonotonic": "233384213", "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-04 02:16:12 EST", "ConditionTimestampMonotonic": "233384188", "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-04 02:16:27 EST", "ExecMainExitTimestampMonotonic": "248674600", "ExecMainPID": "8461", "ExecMainStartTimestamp": "Sat 2025-01-04 02:16:12 EST", "ExecMainStartTimestampMonotonic": "233385294", "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-04 02:16:12 EST] ; stop_time=[Sat 2025-01-04 02:16:27 EST] ; pid=8461 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-04 02:16:12 EST] ; stop_time=[Sat 2025-01-04 02:16:12 EST] ; pid=8452 ; 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-04 02:16:12 EST", "InactiveEnterTimestampMonotonic": "233383311", "InactiveExitTimestamp": "Sat 2025-01-04 02:16:12 EST", "InactiveExitTimestampMonotonic": "233385334", "InvocationID": "bf48de9f1c944d9caec83a164c161631", "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-04 02:16:27 EST", "StateChangeTimestampMonotonic": "248675115", "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-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 04 January 2025 02:17:01 -0500 (0:00:00.485) 0:00:14.458 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 04 January 2025 02:17:01 -0500 (0:00:00.361) 0:00:14.819 ****** changed: [managed-node3] => { "changed": true, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2025-01-04 02:16:27 EST", "ActiveEnterTimestampMonotonic": "248675115", "ActiveExitTimestamp": "Sat 2025-01-04 02:16:12 EST", "ActiveExitTimestampMonotonic": "233357928", "ActiveState": "active", "After": "network-online.target remote-fs.target basic.target system.slice systemd-journald.socket network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-04 02:16:12 EST", "AssertTimestampMonotonic": "233384213", "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-04 02:16:12 EST", "ConditionTimestampMonotonic": "233384188", "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-04 02:16:27 EST", "ExecMainExitTimestampMonotonic": "248674600", "ExecMainPID": "8461", "ExecMainStartTimestamp": "Sat 2025-01-04 02:16:12 EST", "ExecMainStartTimestampMonotonic": "233385294", "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-04 02:16:12 EST] ; stop_time=[Sat 2025-01-04 02:16:27 EST] ; pid=8461 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-04 02:16:12 EST] ; stop_time=[Sat 2025-01-04 02:16:12 EST] ; pid=8452 ; 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-04 02:16:12 EST", "InactiveEnterTimestampMonotonic": "233383311", "InactiveExitTimestamp": "Sat 2025-01-04 02:16:12 EST", "InactiveExitTimestampMonotonic": "233385334", "InvocationID": "bf48de9f1c944d9caec83a164c161631", "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-04 02:16:27 EST", "StateChangeTimestampMonotonic": "248675115", "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-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Saturday 04 January 2025 02:17:21 -0500 (0:00:19.809) 0:00:34.629 ****** ok: [managed-node3] TASK [Run ansible-playbook with tests_ssh.yml in check mode] ******************* task path: /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 Saturday 04 January 2025 02:17:22 -0500 (0:00:00.754) 0:00:35.383 ****** fatal: [managed-node3 -> localhost]: FAILED! => { "changed": false, "cmd": [ "ansible-playbook", "-vvv", "-i", "/tmp/ansible.6z5ezf7x.inventory.yaml", "--check", "tests_ssh.yml" ], "delta": "0:00:15.946480", "end": "2025-01-04 02:17:38.636420", "rc": 2, "start": "2025-01-04 02:17:22.689940" } 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-bbe 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.6z5ezf7x.inventory.yaml as it did not pass its verify_file() method script declined parsing /tmp/ansible.6z5ezf7x.inventory.yaml as it did not pass its verify_file() method Parsed /tmp/ansible.6z5ezf7x.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-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 04 January 2025 02:17:23 -0500 (0:00:00.010) 0:00:00.010 ****** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/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-1735975043.3081262-10797-260201766531484 `" && echo ansible-tmp-1735975043.3081262-10797-260201766531484="` echo /root/.ansible/tmp/ansible-tmp-1735975043.3081262-10797-260201766531484 `" ) && sleep 0' <10.31.8.100> (0, b'/root\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975043.3415809-10801-54313616810759 `" && echo ansible-tmp-1735975043.3415809-10801-54313616810759="` echo /root/.ansible/tmp/ansible-tmp-1735975043.3415809-10801-54313616810759 `" ) && sleep 0'"'"'' <10.31.8.22> (0, b'/root\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975043.3437583-10800-103473672050072 `" && echo ansible-tmp-1735975043.3437583-10800-103473672050072="` echo /root/.ansible/tmp/ansible-tmp-1735975043.3437583-10800-103473672050072 `" ) && sleep 0'"'"'' <10.31.10.173> (0, b'/root\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975043.3456154-10798-153376970133807 `" && echo ansible-tmp-1735975043.3456154-10798-153376970133807="` echo /root/.ansible/tmp/ansible-tmp-1735975043.3456154-10798-153376970133807 `" ) && sleep 0'"'"'' <10.31.10.173> (0, b'ansible-tmp-1735975043.3456154-10798-153376970133807=/root/.ansible/tmp/ansible-tmp-1735975043.3456154-10798-153376970133807\n', b'') <10.31.8.22> (0, b'ansible-tmp-1735975043.3437583-10800-103473672050072=/root/.ansible/tmp/ansible-tmp-1735975043.3437583-10800-103473672050072\n', b'') <10.31.8.100> (0, b'ansible-tmp-1735975043.3415809-10801-54313616810759=/root/.ansible/tmp/ansible-tmp-1735975043.3415809-10801-54313616810759\n', b'') Attempting python interpreter discovery <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/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'"'"'' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py Attempting python interpreter discovery <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/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.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/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-10730tbre5kn4/tmpnkfmfvfa TO /root/.ansible/tmp/ansible-tmp-1735975043.3081262-10797-260201766531484/AnsiballZ_setup.py EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975043.3081262-10797-260201766531484/ /root/.ansible/tmp/ansible-tmp-1735975043.3081262-10797-260201766531484/AnsiballZ_setup.py && sleep 0' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1735975043.3081262-10797-260201766531484/AnsiballZ_setup.py && sleep 0' <10.31.8.22> (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.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.10.173> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/bin/python3\n/usr/libexec/platform-python\nENDFOUND\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.8.100> (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.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.8.22> (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.22> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmptdb02h9s TO /root/.ansible/tmp/ansible-tmp-1735975043.3437583-10800-103473672050072/AnsiballZ_setup.py <10.31.8.22> 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/bdfdff43cb"' '[10.31.8.22]' <10.31.10.173> (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'') <10.31.8.100> (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.10.173> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp6qc8ln82 TO /root/.ansible/tmp/ansible-tmp-1735975043.3456154-10798-153376970133807/AnsiballZ_setup.py <10.31.10.173> 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/ead9f2c8d3"' '[10.31.10.173]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.8.100> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp5_oumsve TO /root/.ansible/tmp/ansible-tmp-1735975043.3415809-10801-54313616810759/AnsiballZ_setup.py <10.31.8.100> 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/796761afee"' '[10.31.8.100]' <10.31.8.22> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmptdb02h9s /root/.ansible/tmp/ansible-tmp-1735975043.3437583-10800-103473672050072/AnsiballZ_setup.py\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975043.3437583-10800-103473672050072/ /root/.ansible/tmp/ansible-tmp-1735975043.3437583-10800-103473672050072/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.10.173> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp6qc8ln82 /root/.ansible/tmp/ansible-tmp-1735975043.3456154-10798-153376970133807/AnsiballZ_setup.py\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975043.3456154-10798-153376970133807/ /root/.ansible/tmp/ansible-tmp-1735975043.3456154-10798-153376970133807/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.8.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp5_oumsve /root/.ansible/tmp/ansible-tmp-1735975043.3415809-10801-54313616810759/AnsiballZ_setup.py\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975043.3415809-10801-54313616810759/ /root/.ansible/tmp/ansible-tmp-1735975043.3415809-10801-54313616810759/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.10.173> (0, b'', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' -tt 10.31.10.173 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975043.3456154-10798-153376970133807/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.8.22> (0, b'', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' -tt 10.31.8.22 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975043.3437583-10800-103473672050072/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.8.100> (0, b'', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' -tt 10.31.8.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975043.3415809-10801-54313616810759/AnsiballZ_setup.py && sleep 0'"'"'' EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975043.3081262-10797-260201766531484/ > /dev/null 2>&1 && sleep 0' ok: [localhost] <10.31.8.22> (0, b'\r\n{"ansible_facts": {"ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAJaTzsgrDoxI56whneyD5qrBLhUa/+Viy03s2Wk0X8wLc3E6t2H3U0UVcMl8OBHO2MIbYyITzieTQr/iG4wuwMhTyKbBJ9WaSpmiJyZypg+x8Aqkvpa/jIaUCUEapn6kObIVohCPvwe6W1BTqx9ZY5a4hIZ3qU15RhNe+IEImWlZAAAAFQCvYHc8/b3XGCW9AFpzvrdtC0jh9wAAAIA8JqU5NGEfsWfcbeM2W+ipOEKNN45hCTgru1QAi8A/6+g0C+24iMdBqQHWJfpuqKgbaMKMLDclLUhELV4lZKNJGCngGfcYDYIqqcFcVDsGacn7KGJkTYScgaGkKJvFaTnNabKFcteJgmJyH+HCFn5RV7L6QQ0RntoCfO1q6qNL5gAAAIBmfDGQfwKG6dvXcnKVO1iP8gxhOlSCVtlQw3Xxk2yQXCcWDeSRW3+sHV2lAfHeIRxmdjB5Od3360V+/T+j/QQEp5bJR4E9qY+Ta8oJ0483OaMqBywC9S3CO/HZNbtGH84A6gBdeWsOCt2JHgSLgGNrCeom/8IXTvSgjDaz0vN3ug==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDpk6G57RnMOpDXf5XtxyvDPNln7YoClXDxJb8Xk6jq5UdBKbiEeam8Li+w6+E1Bn2HcCFdPW5xvy9eOVykbutt6sDfQhoUFXGutpK1NYNpvj/ajupGqUzRorqewHBpPMdWeqRtxThW/u+FZby6Lg2abYkWW50bMg84LULeNCK3qLM8ZmdoJasRZduOuEgBQ3+ndvT0H41S+CnDM5u6Yim82He09N8owlQpo0RZm9/XMPgIzoPLnCene5JUqdr5vHJqgaAvdYUelFFwzn+JrkagXh1pLk0qxKUVDo/xR4nAuVS7OBk1c0B0p/wCft3PhLtSGNw5jdBHGiA0j+bfbJvLYm/fy200HjQOSvaxbV6Db9eSb0bJpkai0PnG/8SNyPP+Je2M/HdsTc5BdgjPkXqlaf95fhYTLdLw6i/I6bvRJvIQi57hXMibU9y633UHyrIZQl1BaWOclFET/N8QfIvJ7h66tLbyxIOfMdpRsxGrD2K3jx63it+Yv058Tjen6gk=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAQ9cIJz+Tq935PLjWB/K8iiaM36Fj48S5gPhedfEUhRk/5lo7KrbHXaFFS59NLDUWhE1WmNNtmsZ8jmJsU1vdc=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIIh5wKmEUW9ZtPVL/UpEPTH4FPzJDOjqjhCk/ZIwGjTz", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "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_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.53, "5m": 0.61, "15m": 0.25}, "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": "0a43d3436af84954bb758855023db8d8", "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_apparmor": {"status": "disabled"}, "ansible_local": {}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.8.214 33408 10.31.8.22 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.8.214 33408 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_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_iscsi_iqn": "", "ansible_hostnqn": "", "ansible_date_time": {"year": "2025", "month": "01", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "00", "day": "04", "hour": "02", "minute": "17", "second": "24", "epoch": "1735975044", "epoch_int": "1735975044", "date": "2025-01-04", "time": "02:17:24", "iso8601_micro": "2025-01-04T07:17:24.057808Z", "iso8601": "2025-01-04T07:17:24Z", "iso8601_basic": "20250104T021724057808", "iso8601_basic_short": "20250104T021724", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "ansible_is_chroot": 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": 2823, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 716, "free": 2823}, "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": "ec28971b-6b60-59c9-838f-5b901110dde8", "ansible_product_uuid": "ec28971b-6b60-59c9-838f-5b901110dde8", "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": 322, "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": 263559786496, "block_size": 4096, "block_total": 65533179, "block_available": 64345651, "block_used": 1187528, "inode_total": 131071472, "inode_available": 130996216, "inode_used": 75256, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_lsb": {}, "ansible_interfaces": ["eth0", "lo"], "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_eth0": {"device": "eth0", "macaddress": "12:a5:59:b8:5c:a9", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.8.22", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22"}, "ipv6": [{"address": "fe80::10a5:59ff:feb8:5ca9", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.8.22", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22", "macaddress": "12:a5:59:b8:5c:a9", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.8.22"], "ansible_all_ipv6_addresses": ["fe80::10a5:59ff:feb8:5ca9"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.8.22", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::10a5:59ff:feb8:5ca9"]}, "ansible_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "ansible_fibre_channel_wwn": [], "ansible_fips": false, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "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.22 closed.\r\n') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975043.3437583-10800-103473672050072/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.173> (0, b'\r\n{"ansible_facts": {"ansible_loadavg": {"1m": 1.03, "5m": 0.49, "15m": 0.2}, "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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "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_local": {}, "ansible_is_chroot": false, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBANRtVImeVvjr1tDdtKpY8PLASpGoTJw0l71F7cPEU0XoP7m0y1CzLhDNQDUXiSx7jwK1tMMSUkUk1/BsU1WsjgpAmy2+TqdjxHSOKgRhxeKnprGZwMoPLR07ieQbT4FOe1kLJD8Up7B+cRyNjkmDEfbI1UIjPqNFBRpvLfD5luHPAAAAFQCe16ob+Ct9r9IALdACeJjzjAWvyQAAAIB92T7H0gvBmWPgbQP+fyTW8zPWfs+lbrHTJ8FjVivTqHj/oyyrBX7vF1rqMcx/yqFTQMGT8Adpp86f2O/vciY6CKmMAPsF7HM8zlPmjZWeiYcYrclR9JAFIgJMIcTjVjJY8UW+W90obIT/e5uir9LSeOnGEzDc5f7xax3JPew3GAAAAIAMtBP3Wx/ZFvj2O3y3c9xoMCnDUSCJe8ozUxyd/BIHDtXNoGCi/4WWSO6SDzoXwefaMcP5ojUGNMiWScP8tfQBUSUTICr/9weeqwEC5Bw2Yh8FBJtOkXjAAXURFY+OQO4R8nA3g6Vg98s4aIGTjY7OaEtXmPphu527DsYOtrVqsA==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCyHURT84H04kVefFRhHlbQKte4NdkoKUrC7zKCi+2d7Ao6YNrmoaVejT3nRobnVEK84+aeoPvhDDhmIr1rDlkeKciFfdjiWc6P4Nu1EsmVONblC9u9cP/W1K1/bnSIrpSY0gC3vpA8cgFktELpR1oWyJjZF0lwujDypikmFqBVR/sNWlLD4m6km7yUANX1AaOWMFUNoACLTn1rm/VgvzeMOYO7/0CAXehf1/+pvJXLuYHBb3DL4buWUyOxBGmQuBQGsJ+zhcwf3TAMEOcg1W56z3r8ENSwZ3jYJjQNTbDvcnsBI5oc+2i2G5vab2u3pURO0VOAnMjti6JCxykynIISGbOLEDAUwdVDMnUD8wBjrBIqElv4vSOEpHkH48lecb9LkO1tp1iQW0lbKwkHhkQFf6ncRgS4FufYuXUUcDtBhtbFjPOtirhnvVhxYeDvqJ16Wwfeyaxs5+LdqiqHRIGx76oJFkHSG8OvJx1Ua8uT4yarZ7lsAG8fQQCQ0idZvaM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMsbC14elX48wxhaEMOLqcy1dKOpuykRP3XxSUbSVAmqUMBdC5xstFALbacb2pBhQlZotQEiMS4UUZs7Nx2aNtA=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAICU1sq8MagaJWgJImnwcmbY1N8oTUixQg5OjrTIe6jWj", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "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": "ddad99faef26498b8639a9cff0db2260", "ansible_lsb": {}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "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_apparmor": {"status": "disabled"}, "ansible_hostnqn": "", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.8.214 56430 10.31.10.173 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.8.214 56430 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_iscsi_iqn": "", "ansible_fibre_channel_wwn": [], "ansible_date_time": {"year": "2025", "month": "01", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "00", "day": "04", "hour": "02", "minute": "17", "second": "24", "epoch": "1735975044", "epoch_int": "1735975044", "date": "2025-01-04", "time": "02:17:24", "iso8601_micro": "2025-01-04T07:17:24.063859Z", "iso8601": "2025-01-04T07:17:24Z", "iso8601_basic": "20250104T021724063859", "iso8601_basic_short": "20250104T021724", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "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": 2826, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 713, "free": 2826}, "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": "ec2b7a28-d93c-05ea-e899-fde1c160384b", "ansible_product_uuid": "ec2b7a28-d93c-05ea-e899-fde1c160384b", "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": 323, "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": 263559847936, "block_size": 4096, "block_total": 65533179, "block_available": 64345666, "block_used": 1187513, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "12:a8:f4:27:4d:4d", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.10.173", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22"}, "ipv6": [{"address": "fe80::10a8:f4ff:fe27:4d4d", "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.10.173", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22", "macaddress": "12:a8:f4:27:4d:4d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.10.173"], "ansible_all_ipv6_addresses": ["fe80::10a8:f4ff:fe27:4d4d"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.10.173", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::10a8:f4ff:fe27:4d4d"]}, "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.10.173 closed.\r\n') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975043.3456154-10798-153376970133807/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.100> (0, b'\r\n{"ansible_facts": {"ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_is_chroot": false, "ansible_fips": false, "ansible_local": {}, "ansible_loadavg": {"1m": 1.11, "5m": 0.52, "15m": 0.22}, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAJF0pbD3JJ4qZb+Sb3bbeUB6WgmbihWKXUi2ITuEYLwTS4SKqUHz0bsZMYIaF6y4LA+zWRuhzgt9YmJXag1RduE4WpTYTlGRkpZOi9do9f5aO30FXzxbRgK8KNU2hPaGlZo3f4WwtkNW6d2vrhaXq8Jcx1dZ9WEUOU4hFlYJS5MjAAAAFQC0PGg7zX3N+glJ+kHbDktDaTl6GQAAAIAx3j0xdA40sYm6A4aXn8HYd7BdtnMljfE1msMLgaxr82qRp2VRH1nBnafb56uyp/Tj9/mfF9cy4iJgwc7cNnHP9aceQGoiatVXiM1O8fc5oZ7Q08tCPA28E8XVVkQgGdAj2hEWdiYHoT0BotlUzlkSP6h+JoJ5OkBB2dvUVUZEPgAAAIAdg3WYJ1Aw1BEvapUMjzNkfoAZUBzi4BOxcsbgFik9znvDI/CCR7ZpPDMCSNDDhQige/4Jqa0Rqwl1hl2qJQV/8CBybv/2hZLCejLkThywc1SAtW+mRdYxJYPgMkTs2M2Dy3ivxOLx0v7YSZtPhJLzoEd2IOD++AM7AGK54jJxPA==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDKQItXn0jDXKtqiwEIi71yvMaY6W1Q+Mq9K9wkz78HG3GbUL24PZj/+tSnenP+ynUKTES7zMcKJf1zuE+JPnB5r4dymH3pD00RS3/kywD4GKA2GE+i2XP9Z2lvPjSHbwaO9L5Q9wKsPaGBm2gWEvnTVGw7HONhGlGKd74y2fd2KMxnDug43vjhmLmsGsDQfh+fsW4W6zPDg2YsfH1usCMzLUuPS8iwOtpHlJt1Aa01ntefIO4U3fKwCLKVIdzNUNgZLbazNIcjT2RP3xjZjfGPkge+0LBkG6L+pJohZq9zGjHOoD0Q1sqyfFlXYSLB5EVtyjEsBwrAJ26h6t1Uuc96impvzmatQ9rK92ZmCt3bb+13Yp9UY8BTPr1A6juBiOfv7BVBcXycyF2c14OaM9TS/iGziapfYS/IbC0RTRFpoE/Hq8as0Gus/hgQoY85/jCQSUWYkbGmKK953IdhtP6Ra+HSEnEVzz4R+fTbnD3ZG1wtayZHtAqQpg8WJVtMwzE=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPZPUWFaloGIvH0Gt++TpYdL/I/mC55Mdsd6s9QLPEH1B+pWwwKrwO5OjSehSRWXu8LTreGyWPQsRsmy/pqNao4=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIEugvvNraFIlh9Y9/k7Tt8qsoEMr2zklMRroWjr4bGly", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "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_apparmor": {"status": "disabled"}, "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": "8360bf4cdf084dff92077b79ac325c9a", "ansible_lsb": {}, "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_fibre_channel_wwn": [], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_pkg_mgr": "dnf", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "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_iscsi_iqn": "", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.8.214 34442 10.31.8.100 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.8.214 34442 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_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": "ec24c406-4bad-84ea-2c26-b7ad79a2e327", "ansible_product_uuid": "ec24c406-4bad-84ea-2c26-b7ad79a2e327", "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": 305, "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": 263560024064, "block_size": 4096, "block_total": 65533179, "block_available": 64345709, "block_used": 1187470, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "12:f8:64:32:ea:11", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.8.100", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22"}, "ipv6": [{"address": "fe80::10f8:64ff:fe32:ea11", "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.100", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22", "macaddress": "12:f8:64:32:ea:11", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.8.100"], "ansible_all_ipv6_addresses": ["fe80::10f8:64ff:fe32:ea11"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.8.100", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::10f8:64ff:fe32:ea11"]}, "ansible_date_time": {"year": "2025", "month": "01", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "00", "day": "04", "hour": "02", "minute": "17", "second": "24", "epoch": "1735975044", "epoch_int": "1735975044", "date": "2025-01-04", "time": "02:17:24", "iso8601_micro": "2025-01-04T07:17:24.330811Z", "iso8601": "2025-01-04T07:17:24Z", "iso8601_basic": "20250104T021724330811", "iso8601_basic_short": "20250104T021724", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "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.100 closed.\r\n') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975043.3415809-10801-54313616810759/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.22> (0, b'', b'') <10.31.10.173> (0, b'', b'') ok: [managed-node2] ok: [managed-node1] <10.31.8.100> (0, b'', b'') ok: [managed-node3] TASK [Gather facts from localhost] ********************************************* task path: /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 04 January 2025 02:17:24 -0500 (0:00:01.125) 0:00:01.135 ****** 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-1735975044.4195933-10899-177350867225161 `" && echo ansible-tmp-1735975044.4195933-10899-177350867225161="` echo /root/.ansible/tmp/ansible-tmp-1735975044.4195933-10899-177350867225161 `" ) && sleep 0' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp5brldbjs TO /root/.ansible/tmp/ansible-tmp-1735975044.4195933-10899-177350867225161/AnsiballZ_setup.py <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975044.4195933-10899-177350867225161/ /root/.ansible/tmp/ansible-tmp-1735975044.4195933-10899-177350867225161/AnsiballZ_setup.py && sleep 0' <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1735975044.4195933-10899-177350867225161/AnsiballZ_setup.py && sleep 0' <10.31.10.173> (0, b'/root\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975044.4871728-10900-178752168636727 `" && echo ansible-tmp-1735975044.4871728-10900-178752168636727="` echo /root/.ansible/tmp/ansible-tmp-1735975044.4871728-10900-178752168636727 `" ) && sleep 0'"'"'' <10.31.8.100> (0, b'/root\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975044.4977665-10910-83247390090335 `" && echo ansible-tmp-1735975044.4977665-10910-83247390090335="` echo /root/.ansible/tmp/ansible-tmp-1735975044.4977665-10910-83247390090335 `" ) && sleep 0'"'"'' <10.31.8.22> (0, b'/root\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975044.49907-10902-43686063893877 `" && echo ansible-tmp-1735975044.49907-10902-43686063893877="` echo /root/.ansible/tmp/ansible-tmp-1735975044.49907-10902-43686063893877 `" ) && sleep 0'"'"'' <10.31.8.22> (0, b'ansible-tmp-1735975044.49907-10902-43686063893877=/root/.ansible/tmp/ansible-tmp-1735975044.49907-10902-43686063893877\n', b'') <10.31.10.173> (0, b'ansible-tmp-1735975044.4871728-10900-178752168636727=/root/.ansible/tmp/ansible-tmp-1735975044.4871728-10900-178752168636727\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.8.22> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp1jjnt9sk TO /root/.ansible/tmp/ansible-tmp-1735975044.49907-10902-43686063893877/AnsiballZ_setup.py <10.31.8.22> 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/bdfdff43cb"' '[10.31.8.22]' <10.31.8.100> (0, b'ansible-tmp-1735975044.4977665-10910-83247390090335=/root/.ansible/tmp/ansible-tmp-1735975044.4977665-10910-83247390090335\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.8.100> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp_5qisc6z TO /root/.ansible/tmp/ansible-tmp-1735975044.4977665-10910-83247390090335/AnsiballZ_setup.py <10.31.8.100> 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/796761afee"' '[10.31.8.100]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.10.173> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp0hmd4wb7 TO /root/.ansible/tmp/ansible-tmp-1735975044.4871728-10900-178752168636727/AnsiballZ_setup.py <10.31.10.173> 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/ead9f2c8d3"' '[10.31.10.173]' <10.31.8.22> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp1jjnt9sk /root/.ansible/tmp/ansible-tmp-1735975044.49907-10902-43686063893877/AnsiballZ_setup.py\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975044.49907-10902-43686063893877/ /root/.ansible/tmp/ansible-tmp-1735975044.49907-10902-43686063893877/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.10.173> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp0hmd4wb7 /root/.ansible/tmp/ansible-tmp-1735975044.4871728-10900-178752168636727/AnsiballZ_setup.py\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp_5qisc6z /root/.ansible/tmp/ansible-tmp-1735975044.4977665-10910-83247390090335/AnsiballZ_setup.py\n', b'') <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975044.4871728-10900-178752168636727/ /root/.ansible/tmp/ansible-tmp-1735975044.4871728-10900-178752168636727/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975044.4977665-10910-83247390090335/ /root/.ansible/tmp/ansible-tmp-1735975044.4977665-10910-83247390090335/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.8.22> (0, b'', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' -tt 10.31.8.22 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975044.49907-10902-43686063893877/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.8.100> (0, b'', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' -tt 10.31.8.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975044.4977665-10910-83247390090335/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.10.173> (0, b'', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' -tt 10.31.10.173 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975044.4871728-10900-178752168636727/AnsiballZ_setup.py && sleep 0'"'"'' EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975044.4195933-10899-177350867225161/ > /dev/null 2>&1 && sleep 0' ok: [localhost] <10.31.8.22> (0, b'\r\n{"ansible_facts": {"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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "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_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAJaTzsgrDoxI56whneyD5qrBLhUa/+Viy03s2Wk0X8wLc3E6t2H3U0UVcMl8OBHO2MIbYyITzieTQr/iG4wuwMhTyKbBJ9WaSpmiJyZypg+x8Aqkvpa/jIaUCUEapn6kObIVohCPvwe6W1BTqx9ZY5a4hIZ3qU15RhNe+IEImWlZAAAAFQCvYHc8/b3XGCW9AFpzvrdtC0jh9wAAAIA8JqU5NGEfsWfcbeM2W+ipOEKNN45hCTgru1QAi8A/6+g0C+24iMdBqQHWJfpuqKgbaMKMLDclLUhELV4lZKNJGCngGfcYDYIqqcFcVDsGacn7KGJkTYScgaGkKJvFaTnNabKFcteJgmJyH+HCFn5RV7L6QQ0RntoCfO1q6qNL5gAAAIBmfDGQfwKG6dvXcnKVO1iP8gxhOlSCVtlQw3Xxk2yQXCcWDeSRW3+sHV2lAfHeIRxmdjB5Od3360V+/T+j/QQEp5bJR4E9qY+Ta8oJ0483OaMqBywC9S3CO/HZNbtGH84A6gBdeWsOCt2JHgSLgGNrCeom/8IXTvSgjDaz0vN3ug==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDpk6G57RnMOpDXf5XtxyvDPNln7YoClXDxJb8Xk6jq5UdBKbiEeam8Li+w6+E1Bn2HcCFdPW5xvy9eOVykbutt6sDfQhoUFXGutpK1NYNpvj/ajupGqUzRorqewHBpPMdWeqRtxThW/u+FZby6Lg2abYkWW50bMg84LULeNCK3qLM8ZmdoJasRZduOuEgBQ3+ndvT0H41S+CnDM5u6Yim82He09N8owlQpo0RZm9/XMPgIzoPLnCene5JUqdr5vHJqgaAvdYUelFFwzn+JrkagXh1pLk0qxKUVDo/xR4nAuVS7OBk1c0B0p/wCft3PhLtSGNw5jdBHGiA0j+bfbJvLYm/fy200HjQOSvaxbV6Db9eSb0bJpkai0PnG/8SNyPP+Je2M/HdsTc5BdgjPkXqlaf95fhYTLdLw6i/I6bvRJvIQi57hXMibU9y633UHyrIZQl1BaWOclFET/N8QfIvJ7h66tLbyxIOfMdpRsxGrD2K3jx63it+Yv058Tjen6gk=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAQ9cIJz+Tq935PLjWB/K8iiaM36Fj48S5gPhedfEUhRk/5lo7KrbHXaFFS59NLDUWhE1WmNNtmsZ8jmJsU1vdc=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIIh5wKmEUW9ZtPVL/UpEPTH4FPzJDOjqjhCk/ZIwGjTz", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_fibre_channel_wwn": [], "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": "0a43d3436af84954bb758855023db8d8", "ansible_is_chroot": false, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.8.214 33408 10.31.8.22 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.8.214 33408 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_apparmor": {"status": "disabled"}, "ansible_fips": false, "ansible_hostnqn": "", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_iscsi_iqn": "", "ansible_local": {}, "ansible_date_time": {"year": "2025", "month": "01", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "00", "day": "04", "hour": "02", "minute": "17", "second": "24", "epoch": "1735975044", "epoch_int": "1735975044", "date": "2025-01-04", "time": "02:17:24", "iso8601_micro": "2025-01-04T07:17:24.935493Z", "iso8601": "2025-01-04T07:17:24Z", "iso8601_basic": "20250104T021724935493", "iso8601_basic_short": "20250104T021724", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "ansible_loadavg": {"1m": 1.53, "5m": 0.61, "15m": 0.25}, "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": 2824, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 715, "free": 2824}, "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": "ec28971b-6b60-59c9-838f-5b901110dde8", "ansible_product_uuid": "ec28971b-6b60-59c9-838f-5b901110dde8", "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": 323, "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": 263559753728, "block_size": 4096, "block_total": 65533179, "block_available": 64345643, "block_used": 1187536, "inode_total": 131071472, "inode_available": 130996216, "inode_used": 75256, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "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_eth0": {"device": "eth0", "macaddress": "12:a5:59:b8:5c:a9", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.8.22", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22"}, "ipv6": [{"address": "fe80::10a5:59ff:feb8:5ca9", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.8.22", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22", "macaddress": "12:a5:59:b8:5c:a9", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.8.22"], "ansible_all_ipv6_addresses": ["fe80::10a5:59ff:feb8:5ca9"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.8.22", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::10a5:59ff:feb8:5ca9"]}, "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.22 closed.\r\n') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975044.49907-10902-43686063893877/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.173> (0, b'\r\n{"ansible_facts": {"ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node1", "ansible_hostname": "managed-node1", "ansible_nodename": "managed-node1", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "ddad99faef26498b8639a9cff0db2260", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBANRtVImeVvjr1tDdtKpY8PLASpGoTJw0l71F7cPEU0XoP7m0y1CzLhDNQDUXiSx7jwK1tMMSUkUk1/BsU1WsjgpAmy2+TqdjxHSOKgRhxeKnprGZwMoPLR07ieQbT4FOe1kLJD8Up7B+cRyNjkmDEfbI1UIjPqNFBRpvLfD5luHPAAAAFQCe16ob+Ct9r9IALdACeJjzjAWvyQAAAIB92T7H0gvBmWPgbQP+fyTW8zPWfs+lbrHTJ8FjVivTqHj/oyyrBX7vF1rqMcx/yqFTQMGT8Adpp86f2O/vciY6CKmMAPsF7HM8zlPmjZWeiYcYrclR9JAFIgJMIcTjVjJY8UW+W90obIT/e5uir9LSeOnGEzDc5f7xax3JPew3GAAAAIAMtBP3Wx/ZFvj2O3y3c9xoMCnDUSCJe8ozUxyd/BIHDtXNoGCi/4WWSO6SDzoXwefaMcP5ojUGNMiWScP8tfQBUSUTICr/9weeqwEC5Bw2Yh8FBJtOkXjAAXURFY+OQO4R8nA3g6Vg98s4aIGTjY7OaEtXmPphu527DsYOtrVqsA==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCyHURT84H04kVefFRhHlbQKte4NdkoKUrC7zKCi+2d7Ao6YNrmoaVejT3nRobnVEK84+aeoPvhDDhmIr1rDlkeKciFfdjiWc6P4Nu1EsmVONblC9u9cP/W1K1/bnSIrpSY0gC3vpA8cgFktELpR1oWyJjZF0lwujDypikmFqBVR/sNWlLD4m6km7yUANX1AaOWMFUNoACLTn1rm/VgvzeMOYO7/0CAXehf1/+pvJXLuYHBb3DL4buWUyOxBGmQuBQGsJ+zhcwf3TAMEOcg1W56z3r8ENSwZ3jYJjQNTbDvcnsBI5oc+2i2G5vab2u3pURO0VOAnMjti6JCxykynIISGbOLEDAUwdVDMnUD8wBjrBIqElv4vSOEpHkH48lecb9LkO1tp1iQW0lbKwkHhkQFf6ncRgS4FufYuXUUcDtBhtbFjPOtirhnvVhxYeDvqJ16Wwfeyaxs5+LdqiqHRIGx76oJFkHSG8OvJx1Ua8uT4yarZ7lsAG8fQQCQ0idZvaM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMsbC14elX48wxhaEMOLqcy1dKOpuykRP3XxSUbSVAmqUMBdC5xstFALbacb2pBhQlZotQEiMS4UUZs7Nx2aNtA=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAICU1sq8MagaJWgJImnwcmbY1N8oTUixQg5OjrTIe6jWj", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.8.214 56430 10.31.10.173 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.8.214 56430 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_apparmor": {"status": "disabled"}, "ansible_fibre_channel_wwn": [], "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_date_time": {"year": "2025", "month": "01", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "00", "day": "04", "hour": "02", "minute": "17", "second": "24", "epoch": "1735975044", "epoch_int": "1735975044", "date": "2025-01-04", "time": "02:17:24", "iso8601_micro": "2025-01-04T07:17:24.953441Z", "iso8601": "2025-01-04T07:17:24Z", "iso8601_basic": "20250104T021724953441", "iso8601_basic_short": "20250104T021724", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_is_chroot": false, "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_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": 2826, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 713, "free": 2826}, "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": "ec2b7a28-d93c-05ea-e899-fde1c160384b", "ansible_product_uuid": "ec2b7a28-d93c-05ea-e899-fde1c160384b", "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": 323, "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": 263559823360, "block_size": 4096, "block_total": 65533179, "block_available": 64345660, "block_used": 1187519, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_hostnqn": "", "ansible_service_mgr": "systemd", "ansible_iscsi_iqn": "", "ansible_local": {}, "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:a8:f4:27:4d:4d", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.10.173", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22"}, "ipv6": [{"address": "fe80::10a8:f4ff:fe27:4d4d", "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.10.173", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22", "macaddress": "12:a8:f4:27:4d:4d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.10.173"], "ansible_all_ipv6_addresses": ["fe80::10a8:f4ff:fe27:4d4d"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.10.173", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::10a8:f4ff:fe27:4d4d"]}, "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_loadavg": {"1m": 1.03, "5m": 0.49, "15m": 0.2}, "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.10.173 closed.\r\n') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975044.4871728-10900-178752168636727/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.22> (0, b'', b'') ok: [managed-node2] <10.31.8.100> (0, b'\r\n{"ansible_facts": {"ansible_is_chroot": false, "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_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node3", "ansible_hostname": "managed-node3", "ansible_nodename": "managed-node3", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "8360bf4cdf084dff92077b79ac325c9a", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_fibre_channel_wwn": [], "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAJF0pbD3JJ4qZb+Sb3bbeUB6WgmbihWKXUi2ITuEYLwTS4SKqUHz0bsZMYIaF6y4LA+zWRuhzgt9YmJXag1RduE4WpTYTlGRkpZOi9do9f5aO30FXzxbRgK8KNU2hPaGlZo3f4WwtkNW6d2vrhaXq8Jcx1dZ9WEUOU4hFlYJS5MjAAAAFQC0PGg7zX3N+glJ+kHbDktDaTl6GQAAAIAx3j0xdA40sYm6A4aXn8HYd7BdtnMljfE1msMLgaxr82qRp2VRH1nBnafb56uyp/Tj9/mfF9cy4iJgwc7cNnHP9aceQGoiatVXiM1O8fc5oZ7Q08tCPA28E8XVVkQgGdAj2hEWdiYHoT0BotlUzlkSP6h+JoJ5OkBB2dvUVUZEPgAAAIAdg3WYJ1Aw1BEvapUMjzNkfoAZUBzi4BOxcsbgFik9znvDI/CCR7ZpPDMCSNDDhQige/4Jqa0Rqwl1hl2qJQV/8CBybv/2hZLCejLkThywc1SAtW+mRdYxJYPgMkTs2M2Dy3ivxOLx0v7YSZtPhJLzoEd2IOD++AM7AGK54jJxPA==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDKQItXn0jDXKtqiwEIi71yvMaY6W1Q+Mq9K9wkz78HG3GbUL24PZj/+tSnenP+ynUKTES7zMcKJf1zuE+JPnB5r4dymH3pD00RS3/kywD4GKA2GE+i2XP9Z2lvPjSHbwaO9L5Q9wKsPaGBm2gWEvnTVGw7HONhGlGKd74y2fd2KMxnDug43vjhmLmsGsDQfh+fsW4W6zPDg2YsfH1usCMzLUuPS8iwOtpHlJt1Aa01ntefIO4U3fKwCLKVIdzNUNgZLbazNIcjT2RP3xjZjfGPkge+0LBkG6L+pJohZq9zGjHOoD0Q1sqyfFlXYSLB5EVtyjEsBwrAJ26h6t1Uuc96impvzmatQ9rK92ZmCt3bb+13Yp9UY8BTPr1A6juBiOfv7BVBcXycyF2c14OaM9TS/iGziapfYS/IbC0RTRFpoE/Hq8as0Gus/hgQoY85/jCQSUWYkbGmKK953IdhtP6Ra+HSEnEVzz4R+fTbnD3ZG1wtayZHtAqQpg8WJVtMwzE=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPZPUWFaloGIvH0Gt++TpYdL/I/mC55Mdsd6s9QLPEH1B+pWwwKrwO5OjSehSRWXu8LTreGyWPQsRsmy/pqNao4=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIEugvvNraFIlh9Y9/k7Tt8qsoEMr2zklMRroWjr4bGly", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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": "ec24c406-4bad-84ea-2c26-b7ad79a2e327", "ansible_product_uuid": "ec24c406-4bad-84ea-2c26-b7ad79a2e327", "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": 305, "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": 263560024064, "block_size": 4096, "block_total": 65533179, "block_available": 64345709, "block_used": 1187470, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_apparmor": {"status": "disabled"}, "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_fips": false, "ansible_hostnqn": "", "ansible_loadavg": {"1m": 1.11, "5m": 0.52, "15m": 0.22}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.8.214 34442 10.31.8.100 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.8.214 34442 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_local": {}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_date_time": {"year": "2025", "month": "01", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "00", "day": "04", "hour": "02", "minute": "17", "second": "25", "epoch": "1735975045", "epoch_int": "1735975045", "date": "2025-01-04", "time": "02:17:25", "iso8601_micro": "2025-01-04T07:17:25.187428Z", "iso8601": "2025-01-04T07:17:25Z", "iso8601_basic": "20250104T021725187428", "iso8601_basic_short": "20250104T021725", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "12:f8:64:32:ea:11", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.8.100", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22"}, "ipv6": [{"address": "fe80::10f8:64ff:fe32:ea11", "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.100", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22", "macaddress": "12:f8:64:32:ea:11", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.8.100"], "ansible_all_ipv6_addresses": ["fe80::10f8:64ff:fe32:ea11"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.8.100", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::10f8:64ff:fe32:ea11"]}, "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.100 closed.\r\n') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975044.4977665-10910-83247390090335/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.173> (0, b'', b'') ok: [managed-node1] <10.31.8.100> (0, b'', b'') ok: [managed-node3] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 04 January 2025 02:17:25 -0500 (0:00:00.893) 0:00:02.029 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 04 January 2025 02:17:25 -0500 (0:00:00.043) 0:00:02.072 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 04 January 2025 02:17:25 -0500 (0:00:00.007) 0:00:02.079 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 04 January 2025 02:17:25 -0500 (0:00:00.006) 0:00:02.086 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 04 January 2025 02:17:25 -0500 (0:00:00.006) 0:00:02.092 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 04 January 2025 02:17:25 -0500 (0:00:00.006) 0:00:02.098 ****** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 04 January 2025 02:17:25 -0500 (0:00:00.066) 0:00:02.164 ****** included: /tmp/collections-bbe/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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 04 January 2025 02:17:25 -0500 (0:00:00.058) 0:00:02.222 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 04 January 2025 02:17:25 -0500 (0:00:00.103) 0:00:02.326 ****** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/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-1735975045.6408944-11034-139083830625987 `" && echo ansible-tmp-1735975045.6408944-11034-139083830625987="` echo /root/.ansible/tmp/ansible-tmp-1735975045.6408944-11034-139083830625987 `" ) && sleep 0' <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.173> (0, b'/root\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975045.6774566-11035-8974126213299 `" && echo ansible-tmp-1735975045.6774566-11035-8974126213299="` echo /root/.ansible/tmp/ansible-tmp-1735975045.6774566-11035-8974126213299 `" ) && sleep 0'"'"'' <10.31.8.100> (0, b'/root\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975045.6824253-11038-257537400471120 `" && echo ansible-tmp-1735975045.6824253-11038-257537400471120="` echo /root/.ansible/tmp/ansible-tmp-1735975045.6824253-11038-257537400471120 `" ) && sleep 0'"'"'' <10.31.8.22> (0, b'/root\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975045.6847675-11037-129638231357990 `" && echo ansible-tmp-1735975045.6847675-11037-129638231357990="` echo /root/.ansible/tmp/ansible-tmp-1735975045.6847675-11037-129638231357990 `" ) && sleep 0'"'"'' <10.31.10.173> (0, b'ansible-tmp-1735975045.6774566-11035-8974126213299=/root/.ansible/tmp/ansible-tmp-1735975045.6774566-11035-8974126213299\n', b'') <10.31.8.100> (0, b'ansible-tmp-1735975045.6824253-11038-257537400471120=/root/.ansible/tmp/ansible-tmp-1735975045.6824253-11038-257537400471120\n', b'') <10.31.8.22> (0, b'ansible-tmp-1735975045.6847675-11037-129638231357990=/root/.ansible/tmp/ansible-tmp-1735975045.6847675-11037-129638231357990\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-10730tbre5kn4/tmponmx1lzh TO /root/.ansible/tmp/ansible-tmp-1735975045.6408944-11034-139083830625987/AnsiballZ_stat.py <10.31.10.173> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpbd_ilwsw TO /root/.ansible/tmp/ansible-tmp-1735975045.6774566-11035-8974126213299/AnsiballZ_stat.py <10.31.10.173> 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/ead9f2c8d3"' '[10.31.10.173]' EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975045.6408944-11034-139083830625987/ /root/.ansible/tmp/ansible-tmp-1735975045.6408944-11034-139083830625987/AnsiballZ_stat.py && sleep 0' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.8.100> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpif5_csk_ TO /root/.ansible/tmp/ansible-tmp-1735975045.6824253-11038-257537400471120/AnsiballZ_stat.py <10.31.8.100> 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/796761afee"' '[10.31.8.100]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.8.22> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpi3hb1tva TO /root/.ansible/tmp/ansible-tmp-1735975045.6847675-11037-129638231357990/AnsiballZ_stat.py <10.31.8.22> 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/bdfdff43cb"' '[10.31.8.22]' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1735975045.6408944-11034-139083830625987/AnsiballZ_stat.py && sleep 0' <10.31.10.173> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpbd_ilwsw /root/.ansible/tmp/ansible-tmp-1735975045.6774566-11035-8974126213299/AnsiballZ_stat.py\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975045.6774566-11035-8974126213299/ /root/.ansible/tmp/ansible-tmp-1735975045.6774566-11035-8974126213299/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpif5_csk_ /root/.ansible/tmp/ansible-tmp-1735975045.6824253-11038-257537400471120/AnsiballZ_stat.py\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975045.6824253-11038-257537400471120/ /root/.ansible/tmp/ansible-tmp-1735975045.6824253-11038-257537400471120/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.22> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpi3hb1tva /root/.ansible/tmp/ansible-tmp-1735975045.6847675-11037-129638231357990/AnsiballZ_stat.py\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975045.6847675-11037-129638231357990/ /root/.ansible/tmp/ansible-tmp-1735975045.6847675-11037-129638231357990/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.173> (0, b'', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' -tt 10.31.10.173 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975045.6774566-11035-8974126213299/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.100> (0, b'', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' -tt 10.31.8.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975045.6824253-11038-257537400471120/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.22> (0, b'', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' -tt 10.31.8.22 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975045.6847675-11037-129638231357990/AnsiballZ_stat.py && sleep 0'"'"'' EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975045.6408944-11034-139083830625987/ > /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.10.173> (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.10.173 closed.\r\n') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975045.6774566-11035-8974126213299/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.22> (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.22 closed.\r\n') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975045.6847675-11037-129638231357990/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.100> (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.100 closed.\r\n') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975045.6824253-11038-257537400471120/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.173> (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.8.22> (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 } } <10.31.8.100> (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 } } TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] *** task path: /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 04 January 2025 02:17:26 -0500 (0:00:00.497) 0:00:02.823 ****** ok: [localhost] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } ok: [managed-node1] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } ok: [managed-node2] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } ok: [managed-node3] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Set platform/version specific variables] *** task path: /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 04 January 2025 02:17:26 -0500 (0:00:00.067) 0:00:02.891 ****** 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-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_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-node1] => { "changed": false } MSG: All items skipped 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-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-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-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-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-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-node2] => { "changed": false } MSG: All items skipped 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 04 January 2025 02:17:26 -0500 (0:00:00.098) 0:00:02.990 ****** 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-1735975046.3257017-11084-232147786435182 `" && echo ansible-tmp-1735975046.3257017-11084-232147786435182="` echo /root/.ansible/tmp/ansible-tmp-1735975046.3257017-11084-232147786435182 `" ) && sleep 0' <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.173> (0, b'/root\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975046.382251-11085-102714257555466 `" && echo ansible-tmp-1735975046.382251-11085-102714257555466="` echo /root/.ansible/tmp/ansible-tmp-1735975046.382251-11085-102714257555466 `" ) && sleep 0'"'"'' <10.31.8.22> (0, b'/root\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975046.399426-11086-210278079595024 `" && echo ansible-tmp-1735975046.399426-11086-210278079595024="` echo /root/.ansible/tmp/ansible-tmp-1735975046.399426-11086-210278079595024 `" ) && sleep 0'"'"'' <10.31.8.100> (0, b'/root\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975046.4105694-11087-277339824738401 `" && echo ansible-tmp-1735975046.4105694-11087-277339824738401="` echo /root/.ansible/tmp/ansible-tmp-1735975046.4105694-11087-277339824738401 `" ) && sleep 0'"'"'' <10.31.10.173> (0, b'ansible-tmp-1735975046.382251-11085-102714257555466=/root/.ansible/tmp/ansible-tmp-1735975046.382251-11085-102714257555466\n', b'') <10.31.8.22> (0, b'ansible-tmp-1735975046.399426-11086-210278079595024=/root/.ansible/tmp/ansible-tmp-1735975046.399426-11086-210278079595024\n', b'') <10.31.8.100> (0, b'ansible-tmp-1735975046.4105694-11087-277339824738401=/root/.ansible/tmp/ansible-tmp-1735975046.4105694-11087-277339824738401\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-10730tbre5kn4/tmpwdbpznli TO /root/.ansible/tmp/ansible-tmp-1735975046.3257017-11084-232147786435182/AnsiballZ_dnf.py <10.31.10.173> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp6k232njw TO /root/.ansible/tmp/ansible-tmp-1735975046.382251-11085-102714257555466/AnsiballZ_dnf.py EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975046.3257017-11084-232147786435182/ /root/.ansible/tmp/ansible-tmp-1735975046.3257017-11084-232147786435182/AnsiballZ_dnf.py && sleep 0' <10.31.10.173> 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/ead9f2c8d3"' '[10.31.10.173]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py <10.31.8.22> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpwo5focqn TO /root/.ansible/tmp/ansible-tmp-1735975046.399426-11086-210278079595024/AnsiballZ_dnf.py <10.31.8.22> 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/bdfdff43cb"' '[10.31.8.22]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py <10.31.8.100> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmps_jv3cv0 TO /root/.ansible/tmp/ansible-tmp-1735975046.4105694-11087-277339824738401/AnsiballZ_dnf.py <10.31.8.100> 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/796761afee"' '[10.31.8.100]' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1735975046.3257017-11084-232147786435182/AnsiballZ_dnf.py && sleep 0' <10.31.10.173> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp6k232njw /root/.ansible/tmp/ansible-tmp-1735975046.382251-11085-102714257555466/AnsiballZ_dnf.py\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975046.382251-11085-102714257555466/ /root/.ansible/tmp/ansible-tmp-1735975046.382251-11085-102714257555466/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.8.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmps_jv3cv0 /root/.ansible/tmp/ansible-tmp-1735975046.4105694-11087-277339824738401/AnsiballZ_dnf.py\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975046.4105694-11087-277339824738401/ /root/.ansible/tmp/ansible-tmp-1735975046.4105694-11087-277339824738401/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.8.22> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpwo5focqn /root/.ansible/tmp/ansible-tmp-1735975046.399426-11086-210278079595024/AnsiballZ_dnf.py\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975046.399426-11086-210278079595024/ /root/.ansible/tmp/ansible-tmp-1735975046.399426-11086-210278079595024/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.8.100> (0, b'', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> (0, b'', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' -tt 10.31.8.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975046.4105694-11087-277339824738401/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' -tt 10.31.10.173 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975046.382251-11085-102714257555466/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.8.22> (0, b'', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' -tt 10.31.8.22 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975046.399426-11086-210278079595024/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.8.22> (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.22 closed.\r\n') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975046.399426-11086-210278079595024/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.22> (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 <10.31.10.173> (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.10.173 closed.\r\n') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975046.382251-11085-102714257555466/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.173> (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.8.100> (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.100 closed.\r\n') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975046.4105694-11087-277339824738401/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.100> (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 EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975046.3257017-11084-232147786435182/ > /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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 04 January 2025 02:17:29 -0500 (0:00:03.581) 0:00:06.572 ****** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/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-1735975049.8814576-11137-87484056777882 `" && echo ansible-tmp-1735975049.8814576-11137-87484056777882="` echo /root/.ansible/tmp/ansible-tmp-1735975049.8814576-11137-87484056777882 `" ) && sleep 0' <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.173> (0, b'/root\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975049.8922725-11138-110097292954145 `" && echo ansible-tmp-1735975049.8922725-11138-110097292954145="` echo /root/.ansible/tmp/ansible-tmp-1735975049.8922725-11138-110097292954145 `" ) && sleep 0'"'"'' <10.31.8.100> (0, b'/root\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975049.921497-11142-264807927792606 `" && echo ansible-tmp-1735975049.921497-11142-264807927792606="` echo /root/.ansible/tmp/ansible-tmp-1735975049.921497-11142-264807927792606 `" ) && sleep 0'"'"'' <10.31.8.22> (0, b'/root\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975049.9231076-11140-4632662963505 `" && echo ansible-tmp-1735975049.9231076-11140-4632662963505="` echo /root/.ansible/tmp/ansible-tmp-1735975049.9231076-11140-4632662963505 `" ) && sleep 0'"'"'' <10.31.10.173> (0, b'ansible-tmp-1735975049.8922725-11138-110097292954145=/root/.ansible/tmp/ansible-tmp-1735975049.8922725-11138-110097292954145\n', b'') <10.31.8.22> (0, b'ansible-tmp-1735975049.9231076-11140-4632662963505=/root/.ansible/tmp/ansible-tmp-1735975049.9231076-11140-4632662963505\n', b'') <10.31.8.100> (0, b'ansible-tmp-1735975049.921497-11142-264807927792606=/root/.ansible/tmp/ansible-tmp-1735975049.921497-11142-264807927792606\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 PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp40patvv1 TO /root/.ansible/tmp/ansible-tmp-1735975049.8814576-11137-87484056777882/AnsiballZ_systemd.py <10.31.10.173> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp2z1qu7yi TO /root/.ansible/tmp/ansible-tmp-1735975049.8922725-11138-110097292954145/AnsiballZ_systemd.py <10.31.10.173> 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/ead9f2c8d3"' '[10.31.10.173]' EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975049.8814576-11137-87484056777882/ /root/.ansible/tmp/ansible-tmp-1735975049.8814576-11137-87484056777882/AnsiballZ_systemd.py && sleep 0' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.8.22> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpj3pm2la1 TO /root/.ansible/tmp/ansible-tmp-1735975049.9231076-11140-4632662963505/AnsiballZ_systemd.py <10.31.8.22> 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/bdfdff43cb"' '[10.31.8.22]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.8.100> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp8yc4ohyc TO /root/.ansible/tmp/ansible-tmp-1735975049.921497-11142-264807927792606/AnsiballZ_systemd.py <10.31.8.100> 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/796761afee"' '[10.31.8.100]' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1735975049.8814576-11137-87484056777882/AnsiballZ_systemd.py && sleep 0' <10.31.8.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp8yc4ohyc /root/.ansible/tmp/ansible-tmp-1735975049.921497-11142-264807927792606/AnsiballZ_systemd.py\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975049.921497-11142-264807927792606/ /root/.ansible/tmp/ansible-tmp-1735975049.921497-11142-264807927792606/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.10.173> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp2z1qu7yi /root/.ansible/tmp/ansible-tmp-1735975049.8922725-11138-110097292954145/AnsiballZ_systemd.py\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975049.8922725-11138-110097292954145/ /root/.ansible/tmp/ansible-tmp-1735975049.8922725-11138-110097292954145/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.8.22> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpj3pm2la1 /root/.ansible/tmp/ansible-tmp-1735975049.9231076-11140-4632662963505/AnsiballZ_systemd.py\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975049.9231076-11140-4632662963505/ /root/.ansible/tmp/ansible-tmp-1735975049.9231076-11140-4632662963505/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.8.22> (0, b'', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' -tt 10.31.8.22 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975049.9231076-11140-4632662963505/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.10.173> (0, b'', b'') <10.31.8.100> (0, b'', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' -tt 10.31.8.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975049.921497-11142-264807927792606/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' -tt 10.31.10.173 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975049.8922725-11138-110097292954145/AnsiballZ_systemd.py && sleep 0'"'"'' EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975049.8814576-11137-87484056777882/ > /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-04 02:12:30 EST", "ActiveEnterTimestampMonotonic": "31078629", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target remote-fs.target basic.target network-online.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-04 02:12:14 EST", "AssertTimestampMonotonic": "15796973", "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-04 02:12:14 EST", "ConditionTimestampMonotonic": "15796949", "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-04 02:12:30 EST", "ExecMainExitTimestampMonotonic": "31078130", "ExecMainPID": "1046", "ExecMainStartTimestamp": "Sat 2025-01-04 02:12:14 EST", "ExecMainStartTimestampMonotonic": "15797776", "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-04 02:12:14 EST] ; stop_time=[Sat 2025-01-04 02:12:30 EST] ; pid=1046 ; 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-04 02:12:14 EST", "InactiveExitTimestampMonotonic": "15797809", "InvocationID": "227236a8c74f44d19784284057a23883", "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": "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-04 02:12:30 EST", "StateChangeTimestampMonotonic": "31078629", "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": "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.8.22> (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-04 02:16:53 EST", "ExecMainStartTimestampMonotonic": "292652540", "ExecMainExitTimestamp": "Sat 2025-01-04 02:17:12 EST", "ExecMainExitTimestampMonotonic": "311175445", "ExecMainPID": "20414", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-04 02:16:53 EST] ; stop_time=[Sat 2025-01-04 02:17:12 EST] ; pid=20414 ; 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-04 02:16:53 EST] ; stop_time=[Sat 2025-01-04 02:16:53 EST] ; pid=20405 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "system.slice network-online.target network.target remote-fs.target basic.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-04 02:17:12 EST", "StateChangeTimestampMonotonic": "311175849", "InactiveExitTimestamp": "Sat 2025-01-04 02:16:53 EST", "InactiveExitTimestampMonotonic": "292652572", "ActiveEnterTimestamp": "Sat 2025-01-04 02:17:12 EST", "ActiveEnterTimestampMonotonic": "311175849", "ActiveExitTimestamp": "Sat 2025-01-04 02:16:53 EST", "ActiveExitTimestampMonotonic": "292628858", "InactiveEnterTimestamp": "Sat 2025-01-04 02:16:53 EST", "InactiveEnterTimestampMonotonic": "292650662", "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-04 02:16:53 EST", "ConditionTimestampMonotonic": "292651628", "AssertTimestamp": "Sat 2025-01-04 02:16:53 EST", "AssertTimestampMonotonic": "292651649", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "81b7bcb8fbc64a6dbabdc86158195727", "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.22 closed.\r\n') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975049.9231076-11140-4632662963505/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.173> (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-04 02:16:42 EST", "ExecMainStartTimestampMonotonic": "281248663", "ExecMainExitTimestamp": "Sat 2025-01-04 02:17:01 EST", "ExecMainExitTimestampMonotonic": "300605064", "ExecMainPID": "16459", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-04 02:16:42 EST] ; stop_time=[Sat 2025-01-04 02:17:01 EST] ; pid=16459 ; 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-04 02:16:42 EST] ; stop_time=[Sat 2025-01-04 02:16:42 EST] ; pid=16450 ; 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-online.target network.target remote-fs.target basic.target systemd-journald.socket system.slice", "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-04 02:17:01 EST", "StateChangeTimestampMonotonic": "300606149", "InactiveExitTimestamp": "Sat 2025-01-04 02:16:42 EST", "InactiveExitTimestampMonotonic": "281248699", "ActiveEnterTimestamp": "Sat 2025-01-04 02:17:01 EST", "ActiveEnterTimestampMonotonic": "300606149", "ActiveExitTimestamp": "Sat 2025-01-04 02:16:42 EST", "ActiveExitTimestampMonotonic": "281223774", "InactiveEnterTimestamp": "Sat 2025-01-04 02:16:42 EST", "InactiveEnterTimestampMonotonic": "281246962", "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-04 02:16:42 EST", "ConditionTimestampMonotonic": "281247778", "AssertTimestamp": "Sat 2025-01-04 02:16:42 EST", "AssertTimestampMonotonic": "281247802", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "e41cae12526040459570ba53ecb20a6a", "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.10.173 closed.\r\n') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975049.8922725-11138-110097292954145/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.100> (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-04 02:17:02 EST", "ExecMainStartTimestampMonotonic": "283438910", "ExecMainExitTimestamp": "Sat 2025-01-04 02:17:21 EST", "ExecMainExitTimestampMonotonic": "302696643", "ExecMainPID": "16780", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-04 02:17:02 EST] ; stop_time=[Sat 2025-01-04 02:17:21 EST] ; pid=16780 ; 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-04 02:17:02 EST] ; stop_time=[Sat 2025-01-04 02:17:02 EST] ; pid=16771 ; 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-online.target remote-fs.target basic.target system.slice systemd-journald.socket 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-04 02:17:21 EST", "StateChangeTimestampMonotonic": "302697132", "InactiveExitTimestamp": "Sat 2025-01-04 02:17:02 EST", "InactiveExitTimestampMonotonic": "283438945", "ActiveEnterTimestamp": "Sat 2025-01-04 02:17:21 EST", "ActiveEnterTimestampMonotonic": "302697132", "ActiveExitTimestamp": "Sat 2025-01-04 02:17:02 EST", "ActiveExitTimestampMonotonic": "283413337", "InactiveEnterTimestamp": "Sat 2025-01-04 02:17:02 EST", "InactiveEnterTimestampMonotonic": "283436522", "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-04 02:17:02 EST", "ConditionTimestampMonotonic": "283437335", "AssertTimestamp": "Sat 2025-01-04 02:17:02 EST", "AssertTimestampMonotonic": "283437359", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "82f325191d4a4738941b2593db0d3b46", "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.100 closed.\r\n') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975049.921497-11142-264807927792606/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.22> (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-04 02:17:12 EST", "ActiveEnterTimestampMonotonic": "311175849", "ActiveExitTimestamp": "Sat 2025-01-04 02:16:53 EST", "ActiveExitTimestampMonotonic": "292628858", "ActiveState": "active", "After": "system.slice network-online.target network.target remote-fs.target basic.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-04 02:16:53 EST", "AssertTimestampMonotonic": "292651649", "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-04 02:16:53 EST", "ConditionTimestampMonotonic": "292651628", "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-04 02:17:12 EST", "ExecMainExitTimestampMonotonic": "311175445", "ExecMainPID": "20414", "ExecMainStartTimestamp": "Sat 2025-01-04 02:16:53 EST", "ExecMainStartTimestampMonotonic": "292652540", "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-04 02:16:53 EST] ; stop_time=[Sat 2025-01-04 02:17:12 EST] ; pid=20414 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-04 02:16:53 EST] ; stop_time=[Sat 2025-01-04 02:16:53 EST] ; pid=20405 ; 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-04 02:16:53 EST", "InactiveEnterTimestampMonotonic": "292650662", "InactiveExitTimestamp": "Sat 2025-01-04 02:16:53 EST", "InactiveExitTimestampMonotonic": "292652572", "InvocationID": "81b7bcb8fbc64a6dbabdc86158195727", "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-04 02:17:12 EST", "StateChangeTimestampMonotonic": "311175849", "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.10.173> (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-04 02:17:01 EST", "ActiveEnterTimestampMonotonic": "300606149", "ActiveExitTimestamp": "Sat 2025-01-04 02:16:42 EST", "ActiveExitTimestampMonotonic": "281223774", "ActiveState": "active", "After": "network-online.target network.target remote-fs.target basic.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-04 02:16:42 EST", "AssertTimestampMonotonic": "281247802", "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-04 02:16:42 EST", "ConditionTimestampMonotonic": "281247778", "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-04 02:17:01 EST", "ExecMainExitTimestampMonotonic": "300605064", "ExecMainPID": "16459", "ExecMainStartTimestamp": "Sat 2025-01-04 02:16:42 EST", "ExecMainStartTimestampMonotonic": "281248663", "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-04 02:16:42 EST] ; stop_time=[Sat 2025-01-04 02:17:01 EST] ; pid=16459 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-04 02:16:42 EST] ; stop_time=[Sat 2025-01-04 02:16:42 EST] ; pid=16450 ; 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-04 02:16:42 EST", "InactiveEnterTimestampMonotonic": "281246962", "InactiveExitTimestamp": "Sat 2025-01-04 02:16:42 EST", "InactiveExitTimestampMonotonic": "281248699", "InvocationID": "e41cae12526040459570ba53ecb20a6a", "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-04 02:17:01 EST", "StateChangeTimestampMonotonic": "300606149", "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.8.100> (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-04 02:17:21 EST", "ActiveEnterTimestampMonotonic": "302697132", "ActiveExitTimestamp": "Sat 2025-01-04 02:17:02 EST", "ActiveExitTimestampMonotonic": "283413337", "ActiveState": "active", "After": "network-online.target remote-fs.target basic.target system.slice systemd-journald.socket network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-04 02:17:02 EST", "AssertTimestampMonotonic": "283437359", "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-04 02:17:02 EST", "ConditionTimestampMonotonic": "283437335", "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-04 02:17:21 EST", "ExecMainExitTimestampMonotonic": "302696643", "ExecMainPID": "16780", "ExecMainStartTimestamp": "Sat 2025-01-04 02:17:02 EST", "ExecMainStartTimestampMonotonic": "283438910", "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-04 02:17:02 EST] ; stop_time=[Sat 2025-01-04 02:17:21 EST] ; pid=16780 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-04 02:17:02 EST] ; stop_time=[Sat 2025-01-04 02:17:02 EST] ; pid=16771 ; 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-04 02:17:02 EST", "InactiveEnterTimestampMonotonic": "283436522", "InactiveExitTimestamp": "Sat 2025-01-04 02:17:02 EST", "InactiveExitTimestampMonotonic": "283438945", "InvocationID": "82f325191d4a4738941b2593db0d3b46", "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-04 02:17:21 EST", "StateChangeTimestampMonotonic": "302697132", "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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 04 January 2025 02:17:30 -0500 (0:00:00.787) 0:00:07.359 ****** included: /tmp/collections-bbe/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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 04 January 2025 02:17:30 -0500 (0:00:00.179) 0:00:07.538 ****** 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-1735975050.8199537-11185-175532405690859 `" && echo ansible-tmp-1735975050.8199537-11185-175532405690859="` echo /root/.ansible/tmp/ansible-tmp-1735975050.8199537-11185-175532405690859 `" ) && sleep 0' <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.173> (0, b'/root\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975050.8738472-11186-268217695969455 `" && echo ansible-tmp-1735975050.8738472-11186-268217695969455="` echo /root/.ansible/tmp/ansible-tmp-1735975050.8738472-11186-268217695969455 `" ) && sleep 0'"'"'' <10.31.8.22> (0, b'/root\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975050.8917553-11190-23866080237177 `" && echo ansible-tmp-1735975050.8917553-11190-23866080237177="` echo /root/.ansible/tmp/ansible-tmp-1735975050.8917553-11190-23866080237177 `" ) && sleep 0'"'"'' <10.31.8.100> (0, b'/root\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975050.9012334-11191-85734846908508 `" && echo ansible-tmp-1735975050.9012334-11191-85734846908508="` echo /root/.ansible/tmp/ansible-tmp-1735975050.9012334-11191-85734846908508 `" ) && sleep 0'"'"'' <10.31.10.173> (0, b'ansible-tmp-1735975050.8738472-11186-268217695969455=/root/.ansible/tmp/ansible-tmp-1735975050.8738472-11186-268217695969455\n', b'') <10.31.8.22> (0, b'ansible-tmp-1735975050.8917553-11190-23866080237177=/root/.ansible/tmp/ansible-tmp-1735975050.8917553-11190-23866080237177\n', b'') <10.31.8.100> (0, b'ansible-tmp-1735975050.9012334-11191-85734846908508=/root/.ansible/tmp/ansible-tmp-1735975050.9012334-11191-85734846908508\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpa1ggig47 TO /root/.ansible/tmp/ansible-tmp-1735975050.8199537-11185-175532405690859/AnsiballZ_command.py <10.31.10.173> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpw43eoy8_ TO /root/.ansible/tmp/ansible-tmp-1735975050.8738472-11186-268217695969455/AnsiballZ_command.py EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975050.8199537-11185-175532405690859/ /root/.ansible/tmp/ansible-tmp-1735975050.8199537-11185-175532405690859/AnsiballZ_command.py && sleep 0' <10.31.10.173> 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/ead9f2c8d3"' '[10.31.10.173]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py <10.31.8.22> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp6y_r4i9u TO /root/.ansible/tmp/ansible-tmp-1735975050.8917553-11190-23866080237177/AnsiballZ_command.py <10.31.8.22> 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/bdfdff43cb"' '[10.31.8.22]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py <10.31.8.100> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpw2drwhvy TO /root/.ansible/tmp/ansible-tmp-1735975050.9012334-11191-85734846908508/AnsiballZ_command.py <10.31.8.100> 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/796761afee"' '[10.31.8.100]' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1735975050.8199537-11185-175532405690859/AnsiballZ_command.py && sleep 0' <10.31.8.22> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp6y_r4i9u /root/.ansible/tmp/ansible-tmp-1735975050.8917553-11190-23866080237177/AnsiballZ_command.py\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975050.8917553-11190-23866080237177/ /root/.ansible/tmp/ansible-tmp-1735975050.8917553-11190-23866080237177/AnsiballZ_command.py && sleep 0'"'"'' <10.31.10.173> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpw43eoy8_ /root/.ansible/tmp/ansible-tmp-1735975050.8738472-11186-268217695969455/AnsiballZ_command.py\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975050.8738472-11186-268217695969455/ /root/.ansible/tmp/ansible-tmp-1735975050.8738472-11186-268217695969455/AnsiballZ_command.py && sleep 0'"'"'' <10.31.8.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpw2drwhvy /root/.ansible/tmp/ansible-tmp-1735975050.9012334-11191-85734846908508/AnsiballZ_command.py\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975050.9012334-11191-85734846908508/ /root/.ansible/tmp/ansible-tmp-1735975050.9012334-11191-85734846908508/AnsiballZ_command.py && sleep 0'"'"'' <10.31.8.22> (0, b'', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' -tt 10.31.8.22 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975050.8917553-11190-23866080237177/AnsiballZ_command.py && sleep 0'"'"'' <10.31.10.173> (0, b'', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' -tt 10.31.10.173 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975050.8738472-11186-268217695969455/AnsiballZ_command.py && sleep 0'"'"'' <10.31.8.100> (0, b'', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' -tt 10.31.8.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975050.9012334-11191-85734846908508/AnsiballZ_command.py && sleep 0'"'"'' EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975050.8199537-11185-175532405690859/ > /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.8.22> (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.22 closed.\r\n') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975050.8917553-11190-23866080237177/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.22> (0, b'', b'') <10.31.10.173> (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.10.173 closed.\r\n') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975050.8738472-11186-268217695969455/ > /dev/null 2>&1 && sleep 0'"'"'' 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.100> (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.100 closed.\r\n') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975050.9012334-11191-85734846908508/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.173> (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 <10.31.8.100> (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 TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 04 January 2025 02:17:31 -0500 (0:00:00.488) 0:00:08.027 ****** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/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-1735975051.3292015-11227-262565963592657 `" && echo ansible-tmp-1735975051.3292015-11227-262565963592657="` echo /root/.ansible/tmp/ansible-tmp-1735975051.3292015-11227-262565963592657 `" ) && sleep 0' <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.173> (0, b'/root\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975051.351695-11228-276118980036238 `" && echo ansible-tmp-1735975051.351695-11228-276118980036238="` echo /root/.ansible/tmp/ansible-tmp-1735975051.351695-11228-276118980036238 `" ) && sleep 0'"'"'' <10.31.8.22> (0, b'/root\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975051.3665988-11230-229375840860691 `" && echo ansible-tmp-1735975051.3665988-11230-229375840860691="` echo /root/.ansible/tmp/ansible-tmp-1735975051.3665988-11230-229375840860691 `" ) && sleep 0'"'"'' <10.31.8.100> (0, b'/root\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975051.3763256-11232-28608571126228 `" && echo ansible-tmp-1735975051.3763256-11232-28608571126228="` echo /root/.ansible/tmp/ansible-tmp-1735975051.3763256-11232-28608571126228 `" ) && sleep 0'"'"'' <10.31.10.173> (0, b'ansible-tmp-1735975051.351695-11228-276118980036238=/root/.ansible/tmp/ansible-tmp-1735975051.351695-11228-276118980036238\n', b'') <10.31.8.22> (0, b'ansible-tmp-1735975051.3665988-11230-229375840860691=/root/.ansible/tmp/ansible-tmp-1735975051.3665988-11230-229375840860691\n', b'') <10.31.8.100> (0, b'ansible-tmp-1735975051.3763256-11232-28608571126228=/root/.ansible/tmp/ansible-tmp-1735975051.3763256-11232-28608571126228\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 <10.31.10.173> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpd1i6wf5v TO /root/.ansible/tmp/ansible-tmp-1735975051.351695-11228-276118980036238/AnsiballZ_slurp.py <10.31.8.22> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpd5nd_bnz TO /root/.ansible/tmp/ansible-tmp-1735975051.3665988-11230-229375840860691/AnsiballZ_slurp.py <10.31.10.173> 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/ead9f2c8d3"' '[10.31.10.173]' <10.31.8.22> 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/bdfdff43cb"' '[10.31.8.22]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmplhodg1za TO /root/.ansible/tmp/ansible-tmp-1735975051.3292015-11227-262565963592657/AnsiballZ_slurp.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975051.3292015-11227-262565963592657/ /root/.ansible/tmp/ansible-tmp-1735975051.3292015-11227-262565963592657/AnsiballZ_slurp.py && sleep 0' <10.31.8.100> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpys0qhs0t TO /root/.ansible/tmp/ansible-tmp-1735975051.3763256-11232-28608571126228/AnsiballZ_slurp.py <10.31.8.100> 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/796761afee"' '[10.31.8.100]' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1735975051.3292015-11227-262565963592657/AnsiballZ_slurp.py && sleep 0' <10.31.8.22> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpd5nd_bnz /root/.ansible/tmp/ansible-tmp-1735975051.3665988-11230-229375840860691/AnsiballZ_slurp.py\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975051.3665988-11230-229375840860691/ /root/.ansible/tmp/ansible-tmp-1735975051.3665988-11230-229375840860691/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.8.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpys0qhs0t /root/.ansible/tmp/ansible-tmp-1735975051.3763256-11232-28608571126228/AnsiballZ_slurp.py\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975051.3763256-11232-28608571126228/ /root/.ansible/tmp/ansible-tmp-1735975051.3763256-11232-28608571126228/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.10.173> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpd1i6wf5v /root/.ansible/tmp/ansible-tmp-1735975051.351695-11228-276118980036238/AnsiballZ_slurp.py\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975051.351695-11228-276118980036238/ /root/.ansible/tmp/ansible-tmp-1735975051.351695-11228-276118980036238/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.8.22> (0, b'', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' -tt 10.31.8.22 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975051.3665988-11230-229375840860691/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.8.100> (0, b'', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' -tt 10.31.8.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975051.3763256-11232-28608571126228/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.10.173> (0, b'', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' -tt 10.31.10.173 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975051.351695-11228-276118980036238/AnsiballZ_slurp.py && sleep 0'"'"'' EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975051.3292015-11227-262565963592657/ > /dev/null 2>&1 && sleep 0' The full traceback is: File "/tmp/ansible_slurp_payload_0wu0d4vw/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.8.22> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FERFRTTnp5UUg4UFNJVDVaV3ZabU8rMzFKNjZmUnlkdXZtcVFJZStqaE5xekE1aDhCY3dmbUgxMTJ3Ump3bUhObGpkdld3MTV3c0Z0NXF6aUZrMmFzT1hRQ25VNUdJMEJjQUM2ZUF1bjBCMmZkSEF5OFFFUWxVMThWcWlBR0dYVEZPOUpNbGJXUGpLTUZScTF6blRyY0NJaThnOWhzYWM5Y0VPVXdrS3VIMzNnK1d1dGdQN2JVM1ZxNGRMMkRpL2JTSnN3T0g4UTlXUzQxMDE2aG5ObG5kN3JNUlhBZkUyRWVKd1N0L292TVBGZklDL1paZEZOYnVYMHZ5UmxEb2ZMOXlWSzJZSndTSDFNWlVKdWQzM0IvTTJ6Skx0Z2cwb3VIWVVMV05PK2dERVB0NmpOY1dnMzh6Tk9lcU1rc3ArL2pDMUxsaExrK2FqOVVJaFhvVGFVcWQwdEEyZUw0bW80QXhZOWRaL1lEcWlPRTQzRWxiYzV0NGN6M1JzMDRvUHJNNVlVbHU3UnBOVlRaVDhUVGEyKy84Z3IrUnZCQXhNSHBveWEwY1o1a0VWdjdVZWJtNkVDTnhpRC9wWXE4RlptUHZjWGhlKzZ6VGV5ZXN1SitoUDVmaE03Y1QxOTFKeTk5MGVuTTNCYndzS1ptUWRJUWdoOWZZWkw0NjBhU2FoaGs9IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "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.22 closed.\r\n') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975051.3665988-11230-229375840860691/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.173> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDeFR2K1grZ0NEdlNKU2ZzZ2F3WDFBQitRMUd4V094cDhvcEpENlFEdnNsN3lRTURxZzkwd2pxclF6VjI2dnZEWktkckNTQ1RoRFFwbytObVVzZE9aajdhNEJKTkdpd1p0a1l4U3dFL3JqWXFIV3ZJL0NDU3hnOS9vY3Q4ZEJxbnpPQjE0cDIwNU5WSUtLMW41VnhIb3RnREdjWVJtbXJkN2VyN3pPc2hBcVNUa1JQdk5iY1JBUEkyK1RoWDdUMWV1SXZWUDhUTU1DbFJjV1lGUUdHdlRBWnlUSC9jQ01pQWdxS2VpOHV6ZmZMS0owWit0dDI0SEFQcmxRYTk0NEtDNElKcHROSUR4czdKMitOY0pEZ0lRd0pYSWxKN3BiMU5XbEhJSGttK0ZkRXBBamh6YkJpVjN4RGZXNW9XMEZLLzUwRnA3aGhwbFRYQ2NkbkR1d1k2eVA4YTc3WnRzd2FkOUxoeHBJT0VGdHJOaU5ReTlHUWFub05GSkNtaSt5eFF4R0I5bEtyd0l5ZW9QeEpiMnhiN1I0TC9CckQ3WmcrOVNPSW1SSWU4clFWT3NpRmJCS3FYNnN3NHpjYk1sYTVyUlpXWWZwZDRkUmRPTmU2SnpPSjBUTHRqcXdDOEdwZzJRaHBCR0RIV3hwcW5hWGxiY1pUcjJBNStrUDBQdjZsVzA9IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "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.10.173 closed.\r\n') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975051.351695-11228-276118980036238/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.100> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDZXdFc0xtK3p4ZlViZ1JMcTZidTZpV0xSblg4RVNjRmpLRWVsc1hNYVFHeERzenVOSGxzQzNxYkNOVklmYlVqZVBUQ1IrU0JWeEpEa25zb1ZPQ2dJMmo5WEJtR2ZETXc0V2tnaW9yWjJzM1I2TlZ5RU4zQjNhV0pZRTA1N25DbVA1QzA5aVdCU29icXd3UDEvcXRrQ2pmUUQ4SXNIejZ5bE5JeXROaFo2VmNCNE54ZVBtWjB4QzFGMlh3SElJNjZrK24wemNZcEdhUmtnYnpsVTFCS0twTGVMQ2ttYnZvUUhydTJxZTMyK2V1UytqejY1VEg4NHdCSzJGWlljWks5YUVrbDNCYWtlRS9zaGNEYktBYTFXbzJJMjlFTU0xV0ZaL1BNWVNvdjlCL1NqRTF2R0ZySnNHWlNKekMzZkNBZHduYjBoNE1nWUtjbWJFbWE3UFJmYWdxS3Y1bk5XMHFYaVdpUVVjbmtIdExsNnVIcVV4NTR4cGFJOHVZNSt3RlF5RVJTK2Y1cWp0RW5VT3VpR2E0eTZpUjliTXpvYnEwdDhCYmV0dWVVaEhYTlI3Nm1vTEZRcEExbzRBZ1d0R1A3ZFljZlNTczJYSDBhTzBEUkgyUW1HSkF2eTRQeitQcTRTWXJxODUwUGYvelpjNHYveHRRdGxaR29tQ3dxYlVqUjg9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "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.100 closed.\r\n') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975051.3763256-11232-28608571126228/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.22> (0, b'', b'') ok: [managed-node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FERFRTTnp5UUg4UFNJVDVaV3ZabU8rMzFKNjZmUnlkdXZtcVFJZStqaE5xekE1aDhCY3dmbUgxMTJ3Ump3bUhObGpkdld3MTV3c0Z0NXF6aUZrMmFzT1hRQ25VNUdJMEJjQUM2ZUF1bjBCMmZkSEF5OFFFUWxVMThWcWlBR0dYVEZPOUpNbGJXUGpLTUZScTF6blRyY0NJaThnOWhzYWM5Y0VPVXdrS3VIMzNnK1d1dGdQN2JVM1ZxNGRMMkRpL2JTSnN3T0g4UTlXUzQxMDE2aG5ObG5kN3JNUlhBZkUyRWVKd1N0L292TVBGZklDL1paZEZOYnVYMHZ5UmxEb2ZMOXlWSzJZSndTSDFNWlVKdWQzM0IvTTJ6Skx0Z2cwb3VIWVVMV05PK2dERVB0NmpOY1dnMzh6Tk9lcU1rc3ArL2pDMUxsaExrK2FqOVVJaFhvVGFVcWQwdEEyZUw0bW80QXhZOWRaL1lEcWlPRTQzRWxiYzV0NGN6M1JzMDRvUHJNNVlVbHU3UnBOVlRaVDhUVGEyKy84Z3IrUnZCQXhNSHBveWEwY1o1a0VWdjdVZWJtNkVDTnhpRC9wWXE4RlptUHZjWGhlKzZ6VGV5ZXN1SitoUDVmaE03Y1QxOTFKeTk5MGVuTTNCYndzS1ptUWRJUWdoOWZZWkw0NjBhU2FoaGs9IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } <10.31.10.173> (0, b'', b'') ok: [managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDeFR2K1grZ0NEdlNKU2ZzZ2F3WDFBQitRMUd4V094cDhvcEpENlFEdnNsN3lRTURxZzkwd2pxclF6VjI2dnZEWktkckNTQ1RoRFFwbytObVVzZE9aajdhNEJKTkdpd1p0a1l4U3dFL3JqWXFIV3ZJL0NDU3hnOS9vY3Q4ZEJxbnpPQjE0cDIwNU5WSUtLMW41VnhIb3RnREdjWVJtbXJkN2VyN3pPc2hBcVNUa1JQdk5iY1JBUEkyK1RoWDdUMWV1SXZWUDhUTU1DbFJjV1lGUUdHdlRBWnlUSC9jQ01pQWdxS2VpOHV6ZmZMS0owWit0dDI0SEFQcmxRYTk0NEtDNElKcHROSUR4czdKMitOY0pEZ0lRd0pYSWxKN3BiMU5XbEhJSGttK0ZkRXBBamh6YkJpVjN4RGZXNW9XMEZLLzUwRnA3aGhwbFRYQ2NkbkR1d1k2eVA4YTc3WnRzd2FkOUxoeHBJT0VGdHJOaU5ReTlHUWFub05GSkNtaSt5eFF4R0I5bEtyd0l5ZW9QeEpiMnhiN1I0TC9CckQ3WmcrOVNPSW1SSWU4clFWT3NpRmJCS3FYNnN3NHpjYk1sYTVyUlpXWWZwZDRkUmRPTmU2SnpPSjBUTHRqcXdDOEdwZzJRaHBCR0RIV3hwcW5hWGxiY1pUcjJBNStrUDBQdjZsVzA9IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } <10.31.8.100> (0, b'', b'') ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDZXdFc0xtK3p4ZlViZ1JMcTZidTZpV0xSblg4RVNjRmpLRWVsc1hNYVFHeERzenVOSGxzQzNxYkNOVklmYlVqZVBUQ1IrU0JWeEpEa25zb1ZPQ2dJMmo5WEJtR2ZETXc0V2tnaW9yWjJzM1I2TlZ5RU4zQjNhV0pZRTA1N25DbVA1QzA5aVdCU29icXd3UDEvcXRrQ2pmUUQ4SXNIejZ5bE5JeXROaFo2VmNCNE54ZVBtWjB4QzFGMlh3SElJNjZrK24wemNZcEdhUmtnYnpsVTFCS0twTGVMQ2ttYnZvUUhydTJxZTMyK2V1UytqejY1VEg4NHdCSzJGWlljWks5YUVrbDNCYWtlRS9zaGNEYktBYTFXbzJJMjlFTU0xV0ZaL1BNWVNvdjlCL1NqRTF2R0ZySnNHWlNKekMzZkNBZHduYjBoNE1nWUtjbWJFbWE3UFJmYWdxS3Y1bk5XMHFYaVdpUVVjbmtIdExsNnVIcVV4NTR4cGFJOHVZNSt3RlF5RVJTK2Y1cWp0RW5VT3VpR2E0eTZpUjliTXpvYnEwdDhCYmV0dWVVaEhYTlI3Nm1vTEZRcEExbzRBZ1d0R1A3ZFljZlNTczJYSDBhTzBEUkgyUW1HSkF2eTRQeitQcTRTWXJxODUwUGYvelpjNHYveHRRdGxaR29tQ3dxYlVqUjg9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 04 January 2025 02:17:31 -0500 (0:00:00.480) 0:00:08.508 ****** <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.173> (0, b'/root\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975051.8260777-11266-142971486517037 `" && echo ansible-tmp-1735975051.8260777-11266-142971486517037="` echo /root/.ansible/tmp/ansible-tmp-1735975051.8260777-11266-142971486517037 `" ) && sleep 0'"'"'' <10.31.8.22> (0, b'/root\n', b'') <10.31.8.100> (0, b'/root\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975051.852316-11267-91858187705682 `" && echo ansible-tmp-1735975051.852316-11267-91858187705682="` echo /root/.ansible/tmp/ansible-tmp-1735975051.852316-11267-91858187705682 `" ) && sleep 0'"'"'' <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975051.8525045-11268-29507347970055 `" && echo ansible-tmp-1735975051.8525045-11268-29507347970055="` echo /root/.ansible/tmp/ansible-tmp-1735975051.8525045-11268-29507347970055 `" ) && sleep 0'"'"'' <10.31.10.173> (0, b'ansible-tmp-1735975051.8260777-11266-142971486517037=/root/.ansible/tmp/ansible-tmp-1735975051.8260777-11266-142971486517037\n', b'') <10.31.8.22> (0, b'ansible-tmp-1735975051.852316-11267-91858187705682=/root/.ansible/tmp/ansible-tmp-1735975051.852316-11267-91858187705682\n', b'') <10.31.8.100> (0, b'ansible-tmp-1735975051.8525045-11268-29507347970055=/root/.ansible/tmp/ansible-tmp-1735975051.8525045-11268-29507347970055\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/user.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/user.py <10.31.10.173> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpbk2_vdl7 TO /root/.ansible/tmp/ansible-tmp-1735975051.8260777-11266-142971486517037/AnsiballZ_user.py <10.31.8.22> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp9npbng03 TO /root/.ansible/tmp/ansible-tmp-1735975051.852316-11267-91858187705682/AnsiballZ_user.py <10.31.8.22> 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/bdfdff43cb"' '[10.31.8.22]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/user.py <10.31.8.100> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpwxivs10q TO /root/.ansible/tmp/ansible-tmp-1735975051.8525045-11268-29507347970055/AnsiballZ_user.py <10.31.8.100> 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/796761afee"' '[10.31.8.100]' <10.31.10.173> 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/ead9f2c8d3"' '[10.31.10.173]' <10.31.8.22> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp9npbng03 /root/.ansible/tmp/ansible-tmp-1735975051.852316-11267-91858187705682/AnsiballZ_user.py\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpbk2_vdl7 /root/.ansible/tmp/ansible-tmp-1735975051.8260777-11266-142971486517037/AnsiballZ_user.py\n', b'') <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975051.852316-11267-91858187705682/ /root/.ansible/tmp/ansible-tmp-1735975051.852316-11267-91858187705682/AnsiballZ_user.py && sleep 0'"'"'' <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975051.8260777-11266-142971486517037/ /root/.ansible/tmp/ansible-tmp-1735975051.8260777-11266-142971486517037/AnsiballZ_user.py && sleep 0'"'"'' <10.31.8.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpwxivs10q /root/.ansible/tmp/ansible-tmp-1735975051.8525045-11268-29507347970055/AnsiballZ_user.py\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975051.8525045-11268-29507347970055/ /root/.ansible/tmp/ansible-tmp-1735975051.8525045-11268-29507347970055/AnsiballZ_user.py && sleep 0'"'"'' <10.31.8.22> (0, b'', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' -tt 10.31.8.22 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975051.852316-11267-91858187705682/AnsiballZ_user.py && sleep 0'"'"'' <10.31.10.173> (0, b'', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' -tt 10.31.10.173 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975051.8260777-11266-142971486517037/AnsiballZ_user.py && sleep 0'"'"'' <10.31.8.100> (0, b'', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' -tt 10.31.8.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975051.8525045-11268-29507347970055/AnsiballZ_user.py && sleep 0'"'"'' <10.31.8.22> (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.8.22 closed.\r\n') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975051.852316-11267-91858187705682/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.173> (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.10.173 closed.\r\n') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975051.8260777-11266-142971486517037/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.100> (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.100 closed.\r\n') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975051.8525045-11268-29507347970055/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.22> (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.10.173> (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.100> (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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 04 January 2025 02:17:32 -0500 (0:00:00.571) 0:00:09.080 ****** <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.173> (0, b'/root\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975052.4037154-11293-255423788291656 `" && echo ansible-tmp-1735975052.4037154-11293-255423788291656="` echo /root/.ansible/tmp/ansible-tmp-1735975052.4037154-11293-255423788291656 `" ) && sleep 0'"'"'' <10.31.8.22> (0, b'/root\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975052.4088726-11294-59176237835228 `" && echo ansible-tmp-1735975052.4088726-11294-59176237835228="` echo /root/.ansible/tmp/ansible-tmp-1735975052.4088726-11294-59176237835228 `" ) && sleep 0'"'"'' <10.31.8.100> (0, b'/root\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975052.4175487-11295-43479059066436 `" && echo ansible-tmp-1735975052.4175487-11295-43479059066436="` echo /root/.ansible/tmp/ansible-tmp-1735975052.4175487-11295-43479059066436 `" ) && sleep 0'"'"'' <10.31.10.173> (0, b'ansible-tmp-1735975052.4037154-11293-255423788291656=/root/.ansible/tmp/ansible-tmp-1735975052.4037154-11293-255423788291656\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.10.173> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpve9pdn48 TO /root/.ansible/tmp/ansible-tmp-1735975052.4037154-11293-255423788291656/AnsiballZ_stat.py <10.31.10.173> 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/ead9f2c8d3"' '[10.31.10.173]' <10.31.8.22> (0, b'ansible-tmp-1735975052.4088726-11294-59176237835228=/root/.ansible/tmp/ansible-tmp-1735975052.4088726-11294-59176237835228\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.8.22> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpxmf870nc TO /root/.ansible/tmp/ansible-tmp-1735975052.4088726-11294-59176237835228/AnsiballZ_stat.py <10.31.8.22> 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/bdfdff43cb"' '[10.31.8.22]' <10.31.8.100> (0, b'ansible-tmp-1735975052.4175487-11295-43479059066436=/root/.ansible/tmp/ansible-tmp-1735975052.4175487-11295-43479059066436\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.8.100> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp0pyr1ki2 TO /root/.ansible/tmp/ansible-tmp-1735975052.4175487-11295-43479059066436/AnsiballZ_stat.py <10.31.8.100> 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/796761afee"' '[10.31.8.100]' <10.31.10.173> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpve9pdn48 /root/.ansible/tmp/ansible-tmp-1735975052.4037154-11293-255423788291656/AnsiballZ_stat.py\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975052.4037154-11293-255423788291656/ /root/.ansible/tmp/ansible-tmp-1735975052.4037154-11293-255423788291656/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.22> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpxmf870nc /root/.ansible/tmp/ansible-tmp-1735975052.4088726-11294-59176237835228/AnsiballZ_stat.py\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975052.4088726-11294-59176237835228/ /root/.ansible/tmp/ansible-tmp-1735975052.4088726-11294-59176237835228/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp0pyr1ki2 /root/.ansible/tmp/ansible-tmp-1735975052.4175487-11295-43479059066436/AnsiballZ_stat.py\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975052.4175487-11295-43479059066436/ /root/.ansible/tmp/ansible-tmp-1735975052.4175487-11295-43479059066436/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.173> (0, b'', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' -tt 10.31.10.173 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975052.4037154-11293-255423788291656/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.22> (0, b'', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' -tt 10.31.8.22 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975052.4088726-11294-59176237835228/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.100> (0, b'', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' -tt 10.31.8.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975052.4175487-11295-43479059066436/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.173> (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": 1735974736.8449502, "mtime": 1735974996.0421703, "ctime": 1735974996.0421703, "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.10.173 closed.\r\n') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975052.4037154-11293-255423788291656/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.22> (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": 1735974734.835182, "mtime": 1735975008.1118698, "ctime": 1735975008.1118698, "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.22 closed.\r\n') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975052.4088726-11294-59176237835228/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.100> (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": 1735974753.2630088, "mtime": 1735975018.6206312, "ctime": 1735975018.6206312, "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.100 closed.\r\n') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975052.4175487-11295-43479059066436/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.173> (0, b'', b'') <10.31.8.22> (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": 1735974736.8449502, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1735974996.0421703, "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": 1735974996.0421703, "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 } } 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": 1735974734.835182, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1735975008.1118698, "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": 1735975008.1118698, "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.8.100> (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": 1735974753.2630088, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1735975018.6206312, "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": 1735975018.6206312, "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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 04 January 2025 02:17:32 -0500 (0:00:00.384) 0:00:09.465 ****** <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.173> (0, b'/root\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975052.7811403-11317-143346594583037 `" && echo ansible-tmp-1735975052.7811403-11317-143346594583037="` echo /root/.ansible/tmp/ansible-tmp-1735975052.7811403-11317-143346594583037 `" ) && sleep 0'"'"'' <10.31.8.22> (0, b'/root\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975052.791971-11318-55963765675740 `" && echo ansible-tmp-1735975052.791971-11318-55963765675740="` echo /root/.ansible/tmp/ansible-tmp-1735975052.791971-11318-55963765675740 `" ) && sleep 0'"'"'' <10.31.8.100> (0, b'/root\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975052.8066223-11320-236747301957116 `" && echo ansible-tmp-1735975052.8066223-11320-236747301957116="` echo /root/.ansible/tmp/ansible-tmp-1735975052.8066223-11320-236747301957116 `" ) && sleep 0'"'"'' <10.31.10.173> (0, b'ansible-tmp-1735975052.7811403-11317-143346594583037=/root/.ansible/tmp/ansible-tmp-1735975052.7811403-11317-143346594583037\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.10.173> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpnwdyblta TO /root/.ansible/tmp/ansible-tmp-1735975052.7811403-11317-143346594583037/AnsiballZ_stat.py <10.31.10.173> 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/ead9f2c8d3"' '[10.31.10.173]' <10.31.8.22> (0, b'ansible-tmp-1735975052.791971-11318-55963765675740=/root/.ansible/tmp/ansible-tmp-1735975052.791971-11318-55963765675740\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.8.22> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmplwsflh2v TO /root/.ansible/tmp/ansible-tmp-1735975052.791971-11318-55963765675740/AnsiballZ_stat.py <10.31.8.22> 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/bdfdff43cb"' '[10.31.8.22]' <10.31.8.100> (0, b'ansible-tmp-1735975052.8066223-11320-236747301957116=/root/.ansible/tmp/ansible-tmp-1735975052.8066223-11320-236747301957116\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.8.100> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpq4zvrfm2 TO /root/.ansible/tmp/ansible-tmp-1735975052.8066223-11320-236747301957116/AnsiballZ_stat.py <10.31.8.100> 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/796761afee"' '[10.31.8.100]' <10.31.10.173> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpnwdyblta /root/.ansible/tmp/ansible-tmp-1735975052.7811403-11317-143346594583037/AnsiballZ_stat.py\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975052.7811403-11317-143346594583037/ /root/.ansible/tmp/ansible-tmp-1735975052.7811403-11317-143346594583037/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.22> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmplwsflh2v /root/.ansible/tmp/ansible-tmp-1735975052.791971-11318-55963765675740/AnsiballZ_stat.py\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975052.791971-11318-55963765675740/ /root/.ansible/tmp/ansible-tmp-1735975052.791971-11318-55963765675740/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpq4zvrfm2 /root/.ansible/tmp/ansible-tmp-1735975052.8066223-11320-236747301957116/AnsiballZ_stat.py\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975052.8066223-11320-236747301957116/ /root/.ansible/tmp/ansible-tmp-1735975052.8066223-11320-236747301957116/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.173> (0, b'', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' -tt 10.31.10.173 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975052.7811403-11317-143346594583037/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.22> (0, b'', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' -tt 10.31.8.22 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975052.791971-11318-55963765675740/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.100> (0, b'', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' -tt 10.31.8.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975052.8066223-11320-236747301957116/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.173> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh/authorized_keys", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1562, "inode": 58720451, "dev": 51713, "nlink": 1, "atime": 1735975002.4581673, "mtime": 1735974996.0411704, "ctime": 1735974996.0421703, "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": "c8b9ca0a6b0c7a0a5940deb2f77b9e2bb6ff47eb", "mimetype": "text/plain", "charset": "us-ascii", "version": "4161446969", "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.10.173 closed.\r\n') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975052.7811403-11317-143346594583037/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.22> (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": 1735974890.0796118, "mtime": 1735974734.835182, "ctime": 1735974734.835182, "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.8.22 closed.\r\n') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975052.791971-11318-55963765675740/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.100> (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": 1735975022.6576397, "mtime": 1735975018.6206312, "ctime": 1735975018.6206312, "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": "8267600f6b83755b01a5cbfc85194fa8ed6ac56d", "mimetype": "text/plain", "charset": "us-ascii", "version": "2315097810", "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.100 closed.\r\n') <10.31.10.173> (0, b'', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975052.8066223-11320-236747301957116/ > /dev/null 2>&1 && sleep 0'"'"'' 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": 1735975002.4581673, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c8b9ca0a6b0c7a0a5940deb2f77b9e2bb6ff47eb", "ctime": 1735974996.0421703, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 58720451, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1735974996.0411704, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1562, "uid": 0, "version": "4161446969", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.8.22> (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": 1735974890.0796118, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1735974734.835182, "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": 1735974734.835182, "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.100> (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": 1735975022.6576397, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8267600f6b83755b01a5cbfc85194fa8ed6ac56d", "ctime": 1735975018.6206312, "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": 1735975018.6206312, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1562, "uid": 0, "version": "2315097810", "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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 04 January 2025 02:17:33 -0500 (0:00:00.391) 0:00:09.856 ****** <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.173> (0, b'/root\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975053.2216058-11344-189328170591969 `" && echo ansible-tmp-1735975053.2216058-11344-189328170591969="` echo /root/.ansible/tmp/ansible-tmp-1735975053.2216058-11344-189328170591969 `" ) && sleep 0'"'"'' <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.22> (0, b'/root\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975053.2512877-11345-185687549462924 `" && echo ansible-tmp-1735975053.2512877-11345-185687549462924="` echo /root/.ansible/tmp/ansible-tmp-1735975053.2512877-11345-185687549462924 `" ) && sleep 0'"'"'' <10.31.8.100> (0, b'/root\n', b'') <10.31.10.173> (0, b'ansible-tmp-1735975053.2216058-11344-189328170591969=/root/.ansible/tmp/ansible-tmp-1735975053.2216058-11344-189328170591969\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975053.2571397-11346-146354673396420 `" && echo ansible-tmp-1735975053.2571397-11346-146354673396420="` echo /root/.ansible/tmp/ansible-tmp-1735975053.2571397-11346-146354673396420 `" ) && sleep 0'"'"'' <10.31.8.22> (0, b'ansible-tmp-1735975053.2512877-11345-185687549462924=/root/.ansible/tmp/ansible-tmp-1735975053.2512877-11345-185687549462924\n', b'') <10.31.8.100> (0, b'ansible-tmp-1735975053.2571397-11346-146354673396420=/root/.ansible/tmp/ansible-tmp-1735975053.2571397-11346-146354673396420\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.8.22> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmprr3v2ubx TO /root/.ansible/tmp/ansible-tmp-1735975053.2512877-11345-185687549462924/AnsiballZ_file.py <10.31.8.100> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp7d9fo9f_ TO /root/.ansible/tmp/ansible-tmp-1735975053.2571397-11346-146354673396420/AnsiballZ_file.py <10.31.8.22> 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/bdfdff43cb"' '[10.31.8.22]' <10.31.8.100> 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/796761afee"' '[10.31.8.100]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.10.173> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmph8_94mvt TO /root/.ansible/tmp/ansible-tmp-1735975053.2216058-11344-189328170591969/AnsiballZ_file.py <10.31.10.173> 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/ead9f2c8d3"' '[10.31.10.173]' <10.31.8.22> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmprr3v2ubx /root/.ansible/tmp/ansible-tmp-1735975053.2512877-11345-185687549462924/AnsiballZ_file.py\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975053.2512877-11345-185687549462924/ /root/.ansible/tmp/ansible-tmp-1735975053.2512877-11345-185687549462924/AnsiballZ_file.py && sleep 0'"'"'' <10.31.10.173> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmph8_94mvt /root/.ansible/tmp/ansible-tmp-1735975053.2216058-11344-189328170591969/AnsiballZ_file.py\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975053.2216058-11344-189328170591969/ /root/.ansible/tmp/ansible-tmp-1735975053.2216058-11344-189328170591969/AnsiballZ_file.py && sleep 0'"'"'' <10.31.8.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp7d9fo9f_ /root/.ansible/tmp/ansible-tmp-1735975053.2571397-11346-146354673396420/AnsiballZ_file.py\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975053.2571397-11346-146354673396420/ /root/.ansible/tmp/ansible-tmp-1735975053.2571397-11346-146354673396420/AnsiballZ_file.py && sleep 0'"'"'' <10.31.8.22> (0, b'', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' -tt 10.31.8.22 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975053.2512877-11345-185687549462924/AnsiballZ_file.py && sleep 0'"'"'' <10.31.10.173> (0, b'', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' -tt 10.31.10.173 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975053.2216058-11344-189328170591969/AnsiballZ_file.py && sleep 0'"'"'' <10.31.8.100> (0, b'', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' -tt 10.31.8.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975053.2571397-11346-146354673396420/AnsiballZ_file.py && sleep 0'"'"'' <10.31.8.22> (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.22 closed.\r\n') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975053.2512877-11345-185687549462924/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.173> (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.10.173 closed.\r\n') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975053.2216058-11344-189328170591969/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.100> (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.100 closed.\r\n') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975053.2571397-11346-146354673396420/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.22> (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.10.173> (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 } <10.31.8.100> (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 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 04 January 2025 02:17:33 -0500 (0:00:00.546) 0:00:10.403 ****** <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.173> (0, b'/root\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975053.776653-11368-100156602933928 `" && echo ansible-tmp-1735975053.776653-11368-100156602933928="` echo /root/.ansible/tmp/ansible-tmp-1735975053.776653-11368-100156602933928 `" ) && sleep 0'"'"'' <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.22> (0, b'/root\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975053.8012586-11369-88171931611162 `" && echo ansible-tmp-1735975053.8012586-11369-88171931611162="` echo /root/.ansible/tmp/ansible-tmp-1735975053.8012586-11369-88171931611162 `" ) && sleep 0'"'"'' <10.31.10.173> (0, b'ansible-tmp-1735975053.776653-11368-100156602933928=/root/.ansible/tmp/ansible-tmp-1735975053.776653-11368-100156602933928\n', b'') <10.31.8.100> (0, b'/root\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975053.8173165-11370-82377263392278 `" && echo ansible-tmp-1735975053.8173165-11370-82377263392278="` echo /root/.ansible/tmp/ansible-tmp-1735975053.8173165-11370-82377263392278 `" ) && sleep 0'"'"'' <10.31.8.22> (0, b'ansible-tmp-1735975053.8012586-11369-88171931611162=/root/.ansible/tmp/ansible-tmp-1735975053.8012586-11369-88171931611162\n', b'') <10.31.8.100> (0, b'ansible-tmp-1735975053.8173165-11370-82377263392278=/root/.ansible/tmp/ansible-tmp-1735975053.8173165-11370-82377263392278\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.10.173> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpmf8s6ir6 TO /root/.ansible/tmp/ansible-tmp-1735975053.776653-11368-100156602933928/AnsiballZ_lineinfile.py <10.31.8.22> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpcx0ldgfy TO /root/.ansible/tmp/ansible-tmp-1735975053.8012586-11369-88171931611162/AnsiballZ_lineinfile.py <10.31.10.173> 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/ead9f2c8d3"' '[10.31.10.173]' <10.31.8.22> 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/bdfdff43cb"' '[10.31.8.22]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/lineinfile.py <10.31.8.100> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpuzor8m9p TO /root/.ansible/tmp/ansible-tmp-1735975053.8173165-11370-82377263392278/AnsiballZ_lineinfile.py <10.31.8.100> 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/796761afee"' '[10.31.8.100]' <10.31.8.22> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpcx0ldgfy /root/.ansible/tmp/ansible-tmp-1735975053.8012586-11369-88171931611162/AnsiballZ_lineinfile.py\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975053.8012586-11369-88171931611162/ /root/.ansible/tmp/ansible-tmp-1735975053.8012586-11369-88171931611162/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.8.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpuzor8m9p /root/.ansible/tmp/ansible-tmp-1735975053.8173165-11370-82377263392278/AnsiballZ_lineinfile.py\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975053.8173165-11370-82377263392278/ /root/.ansible/tmp/ansible-tmp-1735975053.8173165-11370-82377263392278/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.10.173> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpmf8s6ir6 /root/.ansible/tmp/ansible-tmp-1735975053.776653-11368-100156602933928/AnsiballZ_lineinfile.py\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975053.776653-11368-100156602933928/ /root/.ansible/tmp/ansible-tmp-1735975053.776653-11368-100156602933928/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.8.100> (0, b'', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' -tt 10.31.8.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975053.8173165-11370-82377263392278/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.8.22> (0, b'', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' -tt 10.31.8.22 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975053.8012586-11369-88171931611162/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.10.173> (0, b'', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' -tt 10.31.10.173 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975053.776653-11368-100156602933928/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.8.22> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDDTSNzyQH8PSIT5ZWvZmO+31J66fRyduvmqQIe+jhNqzA5h8BcwfmH112wRjwmHNljdvWw15wsFt5qziFk2asOXQCnU5GI0BcAC6eAun0B2fdHAy8QEQlU18VqiAGGXTFO9JMlbWPjKMFRq1znTrcCIi8g9hsac9cEOUwkKuH33g+WutgP7bU3Vq4dL2Di/bSJswOH8Q9WS41016hnNlnd7rMRXAfE2EeJwSt/ovMPFfIC/ZZdFNbuX0vyRlDofL9yVK2YJwSH1MZUJud33B/M2zJLtgg0ouHYULWNO+gDEPt6jNcWg38zNOeqMksp+/jC1LlhLk+aj9UIhXoTaUqd0tA2eL4mo4AxY9dZ/YDqiOE43Elbc5t4cz3Rs04oPrM5YUlu7RpNVTZT8TTa2+/8gr+RvBAxMHpoya0cZ5kEVv7Uebm6ECNxiD/pYq8FZmPvcXhe+6zTeyesuJ+hP5fhM7cT191Jy990enM3BbwsKZmQdIQgh9fYZL460aSahhk= 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.8.22 closed.\r\n') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975053.8012586-11369-88171931611162/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.173> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQCxTv+X+gCDvSJSfsgawX1AB+Q1GxWOxp8opJD6QDvsl7yQMDqg90wjqrQzV26vvDZKdrCSCThDQpo+NmUsdOZj7a4BJNGiwZtkYxSwE/rjYqHWvI/CCSxg9/oct8dBqnzOB14p205NVIKK1n5VxHotgDGcYRmmrd7er7zOshAqSTkRPvNbcRAPI2+ThX7T1euIvVP8TMMClRcWYFQGGvTAZyTH/cCMiAgqKei8uzffLKJ0Z+tt24HAPrlQa944KC4IJptNIDxs7J2+NcJDgIQwJXIlJ7pb1NWlHIHkm+FdEpAjhzbBiV3xDfW5oW0FK/50Fp7hhplTXCcdnDuwY6yP8a77Ztswad9LhxpIOEFtrNiNQy9GQanoNFJCmi+yxQxGB9lKrwIyeoPxJb2xb7R4L/BrD7Zg+9SOImRIe8rQVOsiFbBKqX6sw4zcbMla5rRZWYfpd4dRdONe6JzOJ0TLtjqwC8Gpg2QhpBGDHWxpqnaXlbcZTr2A5+kP0Pv6lW0= 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.10.173 closed.\r\n') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975053.776653-11368-100156602933928/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.100> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQCewEsLm+zxfUbgRLq6bu6iWLRnX8EScFjKEelsXMaQGxDszuNHlsC3qbCNVIfbUjePTCR+SBVxJDknsoVOCgI2j9XBmGfDMw4WkgiorZ2s3R6NVyEN3B3aWJYE057nCmP5C09iWBSobqwwP1/qtkCjfQD8IsHz6ylNIytNhZ6VcB4NxePmZ0xC1F2XwHII66k+n0zcYpGaRkgbzlU1BKKpLeLCkmbvoQHru2qe32+euS+jz65TH84wBK2FZYcZK9aEkl3BakeE/shcDbKAa1Wo2I29EMM1WFZ/PMYSov9B/SjE1vGFrJsGZSJzC3fCAdwnb0h4MgYKcmbEma7PRfagqKv5nNW0qXiWiQUcnkHtLl6uHqUx54xpaI8uY5+wFQyERS+f5qjtEnUOuiGa4y6iR9bMzobq0t8BbetueUhHXNR76moLFQpA1o4AgWtGP7dYcfSSs2XH0aO0DRH2QmGJAvy4Pz+Pq4SYrq850Pf/zZc4v/xtQtlZGomCwqbUjR8= 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.100 closed.\r\n') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975053.8173165-11370-82377263392278/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.22> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDDTSNzyQH8PSIT5ZWvZmO+31J66fRyduvmqQIe+jhNqzA5h8BcwfmH112wRjwmHNljdvWw15wsFt5qziFk2asOXQCnU5GI0BcAC6eAun0B2fdHAy8QEQlU18VqiAGGXTFO9JMlbWPjKMFRq1znTrcCIi8g9hsac9cEOUwkKuH33g+WutgP7bU3Vq4dL2Di/bSJswOH8Q9WS41016hnNlnd7rMRXAfE2EeJwSt/ovMPFfIC/ZZdFNbuX0vyRlDofL9yVK2YJwSH1MZUJud33B/M2zJLtgg0ouHYULWNO+gDEPt6jNcWg38zNOeqMksp+/jC1LlhLk+aj9UIhXoTaUqd0tA2eL4mo4AxY9dZ/YDqiOE43Elbc5t4cz3Rs04oPrM5YUlu7RpNVTZT8TTa2+/8gr+RvBAxMHpoya0cZ5kEVv7Uebm6ECNxiD/pYq8FZmPvcXhe+6zTeyesuJ+hP5fhM7cT191Jy990enM3BbwsKZmQdIQgh9fYZL460aSahhk= 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 <10.31.10.173> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQCxTv+X+gCDvSJSfsgawX1AB+Q1GxWOxp8opJD6QDvsl7yQMDqg90wjqrQzV26vvDZKdrCSCThDQpo+NmUsdOZj7a4BJNGiwZtkYxSwE/rjYqHWvI/CCSxg9/oct8dBqnzOB14p205NVIKK1n5VxHotgDGcYRmmrd7er7zOshAqSTkRPvNbcRAPI2+ThX7T1euIvVP8TMMClRcWYFQGGvTAZyTH/cCMiAgqKei8uzffLKJ0Z+tt24HAPrlQa944KC4IJptNIDxs7J2+NcJDgIQwJXIlJ7pb1NWlHIHkm+FdEpAjhzbBiV3xDfW5oW0FK/50Fp7hhplTXCcdnDuwY6yP8a77Ztswad9LhxpIOEFtrNiNQy9GQanoNFJCmi+yxQxGB9lKrwIyeoPxJb2xb7R4L/BrD7Zg+9SOImRIe8rQVOsiFbBKqX6sw4zcbMla5rRZWYfpd4dRdONe6JzOJ0TLtjqwC8Gpg2QhpBGDHWxpqnaXlbcZTr2A5+kP0Pv6lW0= 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.8.100> (0, b'', b'') 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 AAAAB3NzaC1yc2EAAAADAQABAAABgQCewEsLm+zxfUbgRLq6bu6iWLRnX8EScFjKEelsXMaQGxDszuNHlsC3qbCNVIfbUjePTCR+SBVxJDknsoVOCgI2j9XBmGfDMw4WkgiorZ2s3R6NVyEN3B3aWJYE057nCmP5C09iWBSobqwwP1/qtkCjfQD8IsHz6ylNIytNhZ6VcB4NxePmZ0xC1F2XwHII66k+n0zcYpGaRkgbzlU1BKKpLeLCkmbvoQHru2qe32+euS+jz65TH84wBK2FZYcZK9aEkl3BakeE/shcDbKAa1Wo2I29EMM1WFZ/PMYSov9B/SjE1vGFrJsGZSJzC3fCAdwnb0h4MgYKcmbEma7PRfagqKv5nNW0qXiWiQUcnkHtLl6uHqUx54xpaI8uY5+wFQyERS+f5qjtEnUOuiGa4y6iR9bMzobq0t8BbetueUhHXNR76moLFQpA1o4AgWtGP7dYcfSSs2XH0aO0DRH2QmGJAvy4Pz+Pq4SYrq850Pf/zZc4v/xtQtlZGomCwqbUjR8= 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 04 January 2025 02:17:34 -0500 (0:00:00.546) 0:00:10.949 ****** <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.173> (0, b'/root\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975054.2629917-11395-157780375746976 `" && echo ansible-tmp-1735975054.2629917-11395-157780375746976="` echo /root/.ansible/tmp/ansible-tmp-1735975054.2629917-11395-157780375746976 `" ) && sleep 0'"'"'' <10.31.8.22> (0, b'/root\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975054.2762794-11396-108817504563256 `" && echo ansible-tmp-1735975054.2762794-11396-108817504563256="` echo /root/.ansible/tmp/ansible-tmp-1735975054.2762794-11396-108817504563256 `" ) && sleep 0'"'"'' <10.31.8.100> (0, b'/root\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975054.2886252-11397-239803589703563 `" && echo ansible-tmp-1735975054.2886252-11397-239803589703563="` echo /root/.ansible/tmp/ansible-tmp-1735975054.2886252-11397-239803589703563 `" ) && sleep 0'"'"'' <10.31.10.173> (0, b'ansible-tmp-1735975054.2629917-11395-157780375746976=/root/.ansible/tmp/ansible-tmp-1735975054.2629917-11395-157780375746976\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.10.173> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmparr51be5 TO /root/.ansible/tmp/ansible-tmp-1735975054.2629917-11395-157780375746976/AnsiballZ_slurp.py <10.31.10.173> 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/ead9f2c8d3"' '[10.31.10.173]' <10.31.8.22> (0, b'ansible-tmp-1735975054.2762794-11396-108817504563256=/root/.ansible/tmp/ansible-tmp-1735975054.2762794-11396-108817504563256\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.8.22> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpvfhg6ub0 TO /root/.ansible/tmp/ansible-tmp-1735975054.2762794-11396-108817504563256/AnsiballZ_slurp.py <10.31.8.22> 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/bdfdff43cb"' '[10.31.8.22]' <10.31.8.100> (0, b'ansible-tmp-1735975054.2886252-11397-239803589703563=/root/.ansible/tmp/ansible-tmp-1735975054.2886252-11397-239803589703563\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.8.100> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpy0h_amdk TO /root/.ansible/tmp/ansible-tmp-1735975054.2886252-11397-239803589703563/AnsiballZ_slurp.py <10.31.8.100> 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/796761afee"' '[10.31.8.100]' <10.31.10.173> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmparr51be5 /root/.ansible/tmp/ansible-tmp-1735975054.2629917-11395-157780375746976/AnsiballZ_slurp.py\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975054.2629917-11395-157780375746976/ /root/.ansible/tmp/ansible-tmp-1735975054.2629917-11395-157780375746976/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.8.22> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpvfhg6ub0 /root/.ansible/tmp/ansible-tmp-1735975054.2762794-11396-108817504563256/AnsiballZ_slurp.py\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975054.2762794-11396-108817504563256/ /root/.ansible/tmp/ansible-tmp-1735975054.2762794-11396-108817504563256/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.10.173> (0, b'', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' -tt 10.31.10.173 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975054.2629917-11395-157780375746976/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.8.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpy0h_amdk /root/.ansible/tmp/ansible-tmp-1735975054.2886252-11397-239803589703563/AnsiballZ_slurp.py\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975054.2886252-11397-239803589703563/ /root/.ansible/tmp/ansible-tmp-1735975054.2886252-11397-239803589703563/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.8.22> (0, b'', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' -tt 10.31.8.22 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975054.2762794-11396-108817504563256/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.8.100> (0, b'', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' -tt 10.31.8.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975054.2886252-11397-239803589703563/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.10.173> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDeUhVUlQ4NEgwNGtWZWZGUmhIbGJRS3RlNE5ka29LVXJDN3pLQ2krMmQ3QW82WU5ybW9hVmVqVDNuUm9iblZFSzg0K2Flb1B2aEREaG1JcjFyRGxrZUtjaUZmZGppV2M2UDROdTFFc21WT05ibEM5dTljUC9XMUsxL2JuU0lycFNZMGdDM3ZwQThjZ0ZrdEVMcFIxb1d5SmpaRjBsd3VqRHlwaWttRnFCVlIvc05XbExENG02a203eVVBTlgxQWFPV01GVU5vQUNMVG4xcm0vVmd2emVNT1lPNy8wQ0FYZWhmMS8rcHZKWEx1WUhCYjNETDRidVdVeU94QkdtUXVCUUdzSit6aGN3ZjNUQU1FT2NnMVc1NnozcjhFTlN3WjNqWUpqUU5UYkR2Y25zQkk1b2MrMmkyRzV2YWIydTNwVVJPMFZPQW5NanRpNkpDeHlreW5JSVNHYk9MRURBVXdkVkRNblVEOHdCanJCSXFFbHY0dlNPRXBIa0g0OGxlY2I5TGtPMXRwMWlRVzBsYkt3a0hoa1FGZjZuY1JnUzRGdWZZdVhVVWNEdEJodGJGalBPdGlyaG52Vmh4WWVEdnFKMTZXd2ZleWF4czUrTGRxaXFIUklHeDc2b0pGa0hTRzhPdkp4MVVhOHVUNHlhclo3bHNBRzhmUVFDUTBpZFp2YU09IHJvb3RAaXAtMTAtMzEtMTAtMTczLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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.10.173 closed.\r\n') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975054.2629917-11395-157780375746976/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.22> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEcGs2RzU3Um5NT3BEWGY1WHR4eXZEUE5sbjdZb0NsWER4SmI4WGs2anE1VWRCS2JpRWVhbThMaSt3NitFMUJuMkhjQ0ZkUFc1eHZ5OWVPVnlrYnV0dDZzRGZRaG9VRlhHdXRwSzFOWU5wdmovYWp1cEdxVXpSb3JxZXdIQnBQTWRXZXFSdHhUaFcvdStGWmJ5NkxnMmFiWWtXVzUwYk1nODRMVUxlTkNLM3FMTThabWRvSmFzUlpkdU91RWdCUTMrbmR2VDBINDFTK0NuRE01dTZZaW04MkhlMDlOOG93bFFwbzBSWm05L1hNUGdJem9QTG5DZW5lNUpVcWRyNXZISnFnYUF2ZFlVZWxGRnd6bitKcmthZ1hoMXBMazBxeEtVVkRvL3hSNG5BdVZTN09CazFjMEIwcC93Q2Z0M1BoTHRTR053NWpkQkhHaUEwaitiZmJKdkxZbS9meTIwMEhqUU9TdmF4YlY2RGI5ZVNiMGJKcGthaTBQbkcvOFNOeVBQK0plMk0vSGRzVGM1QmRnalBrWHFsYWY5NWZoWVRMZEx3NmkvSTZidlJKdklRaTU3aFhNaWJVOXk2MzNVSHlySVpRbDFCYVdPY2xGRVQvTjhRZkl2SjdoNjZ0TGJ5eElPZk1kcFJzeEdyRDJLM2p4NjNpdCtZdjA1OFRqZW42Z2s9IHJvb3RAaXAtMTAtMzEtOC0yMi51cy1lYXN0LTEuYXdzLnJlZGhhdC5jb20K", "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.22 closed.\r\n') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975054.2762794-11396-108817504563256/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.173> (0, b'', b'') ok: [managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDeUhVUlQ4NEgwNGtWZWZGUmhIbGJRS3RlNE5ka29LVXJDN3pLQ2krMmQ3QW82WU5ybW9hVmVqVDNuUm9iblZFSzg0K2Flb1B2aEREaG1JcjFyRGxrZUtjaUZmZGppV2M2UDROdTFFc21WT05ibEM5dTljUC9XMUsxL2JuU0lycFNZMGdDM3ZwQThjZ0ZrdEVMcFIxb1d5SmpaRjBsd3VqRHlwaWttRnFCVlIvc05XbExENG02a203eVVBTlgxQWFPV01GVU5vQUNMVG4xcm0vVmd2emVNT1lPNy8wQ0FYZWhmMS8rcHZKWEx1WUhCYjNETDRidVdVeU94QkdtUXVCUUdzSit6aGN3ZjNUQU1FT2NnMVc1NnozcjhFTlN3WjNqWUpqUU5UYkR2Y25zQkk1b2MrMmkyRzV2YWIydTNwVVJPMFZPQW5NanRpNkpDeHlreW5JSVNHYk9MRURBVXdkVkRNblVEOHdCanJCSXFFbHY0dlNPRXBIa0g0OGxlY2I5TGtPMXRwMWlRVzBsYkt3a0hoa1FGZjZuY1JnUzRGdWZZdVhVVWNEdEJodGJGalBPdGlyaG52Vmh4WWVEdnFKMTZXd2ZleWF4czUrTGRxaXFIUklHeDc2b0pGa0hTRzhPdkp4MVVhOHVUNHlhclo3bHNBRzhmUVFDUTBpZFp2YU09IHJvb3RAaXAtMTAtMzEtMTAtMTczLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.8.22> (0, b'', b'') ok: [managed-node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEcGs2RzU3Um5NT3BEWGY1WHR4eXZEUE5sbjdZb0NsWER4SmI4WGs2anE1VWRCS2JpRWVhbThMaSt3NitFMUJuMkhjQ0ZkUFc1eHZ5OWVPVnlrYnV0dDZzRGZRaG9VRlhHdXRwSzFOWU5wdmovYWp1cEdxVXpSb3JxZXdIQnBQTWRXZXFSdHhUaFcvdStGWmJ5NkxnMmFiWWtXVzUwYk1nODRMVUxlTkNLM3FMTThabWRvSmFzUlpkdU91RWdCUTMrbmR2VDBINDFTK0NuRE01dTZZaW04MkhlMDlOOG93bFFwbzBSWm05L1hNUGdJem9QTG5DZW5lNUpVcWRyNXZISnFnYUF2ZFlVZWxGRnd6bitKcmthZ1hoMXBMazBxeEtVVkRvL3hSNG5BdVZTN09CazFjMEIwcC93Q2Z0M1BoTHRTR053NWpkQkhHaUEwaitiZmJKdkxZbS9meTIwMEhqUU9TdmF4YlY2RGI5ZVNiMGJKcGthaTBQbkcvOFNOeVBQK0plMk0vSGRzVGM1QmRnalBrWHFsYWY5NWZoWVRMZEx3NmkvSTZidlJKdklRaTU3aFhNaWJVOXk2MzNVSHlySVpRbDFCYVdPY2xGRVQvTjhRZkl2SjdoNjZ0TGJ5eElPZk1kcFJzeEdyRDJLM2p4NjNpdCtZdjA1OFRqZW42Z2s9IHJvb3RAaXAtMTAtMzEtOC0yMi51cy1lYXN0LTEuYXdzLnJlZGhhdC5jb20K", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.8.100> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FES1FJdFhuMGpEWEt0cWl3RUlpNzF5dk1hWTZXMVErTXE5Szl3a3o3OEhHM0diVUwyNFBaai8rdFNuZW5QK3luVUtURVM3ek1jS0pmMXp1RStKUG5CNXI0ZHltSDNwRDAwUlMzL2t5d0Q0R0tBMkdFK2kyWFA5WjJsdlBqU0hid2FPOUw1UTl3S3NQYUdCbTJnV0V2blRWR3c3SE9OaEdsR0tkNzR5MmZkMktNeG5EdWc0M3ZqaG1MbXNHc0RRZmgrZnNXNFc2elBEZzJZc2ZIMXVzQ016TFV1UFM4aXdPdHBIbEp0MUFhMDFudGVmSU80VTNmS3dDTEtWSWR6TlVOZ1pMYmF6TkljalQyUlAzeGpaamZHUGtnZSswTEJrRzZMK3BKb2hacTl6R2pIT29EMFExc3F5ZkZsWFlTTEI1RVZ0eWpFc0J3ckFKMjZoNnQxVXVjOTZpbXB2em1hdFE5cks5MlptQ3QzYmIrMTNZcDlVWThCVFByMUE2anVCaU9mdjdCVkJjWHljeUYyYzE0T2FNOVRTL2lHemlhcGZZUy9JYkMwUlRSRnBvRS9IcThhczBHdXMvaGdRb1k4NS9qQ1FTVVdZa2JHbUtLOTUzSWRodFA2UmErSFNFbkVWeno0UitmVGJuRDNaRzF3dGF5Wkh0QXFRcGc4V0pWdE13ekU9IHJvb3RAaXAtMTAtMzEtOC0xMDAudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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.100 closed.\r\n') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975054.2886252-11397-239803589703563/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.100> (0, b'', b'') ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FES1FJdFhuMGpEWEt0cWl3RUlpNzF5dk1hWTZXMVErTXE5Szl3a3o3OEhHM0diVUwyNFBaai8rdFNuZW5QK3luVUtURVM3ek1jS0pmMXp1RStKUG5CNXI0ZHltSDNwRDAwUlMzL2t5d0Q0R0tBMkdFK2kyWFA5WjJsdlBqU0hid2FPOUw1UTl3S3NQYUdCbTJnV0V2blRWR3c3SE9OaEdsR0tkNzR5MmZkMktNeG5EdWc0M3ZqaG1MbXNHc0RRZmgrZnNXNFc2elBEZzJZc2ZIMXVzQ016TFV1UFM4aXdPdHBIbEp0MUFhMDFudGVmSU80VTNmS3dDTEtWSWR6TlVOZ1pMYmF6TkljalQyUlAzeGpaamZHUGtnZSswTEJrRzZMK3BKb2hacTl6R2pIT29EMFExc3F5ZkZsWFlTTEI1RVZ0eWpFc0J3ckFKMjZoNnQxVXVjOTZpbXB2em1hdFE5cks5MlptQ3QzYmIrMTNZcDlVWThCVFByMUE2anVCaU9mdjdCVkJjWHljeUYyYzE0T2FNOVRTL2lHemlhcGZZUy9JYkMwUlRSRnBvRS9IcThhczBHdXMvaGdRb1k4NS9qQ1FTVVdZa2JHbUtLOTUzSWRodFA2UmErSFNFbkVWeno0UitmVGJuRDNaRzF3dGF5Wkh0QXFRcGc4V0pWdE13ekU9IHJvb3RAaXAtMTAtMzEtOC0xMDAudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 04 January 2025 02:17:34 -0500 (0:00:00.382) 0:00:11.331 ****** <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.173> (0, b'/root\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975054.7304144-11419-79316061284045 `" && echo ansible-tmp-1735975054.7304144-11419-79316061284045="` echo /root/.ansible/tmp/ansible-tmp-1735975054.7304144-11419-79316061284045 `" ) && sleep 0'"'"'' <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.22> (0, b'/root\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975054.7694757-11420-237960761521667 `" && echo ansible-tmp-1735975054.7694757-11420-237960761521667="` echo /root/.ansible/tmp/ansible-tmp-1735975054.7694757-11420-237960761521667 `" ) && sleep 0'"'"'' <10.31.10.173> (0, b'ansible-tmp-1735975054.7304144-11419-79316061284045=/root/.ansible/tmp/ansible-tmp-1735975054.7304144-11419-79316061284045\n', b'') <10.31.8.100> (0, b'/root\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975054.7858307-11421-148607035934550 `" && echo ansible-tmp-1735975054.7858307-11421-148607035934550="` echo /root/.ansible/tmp/ansible-tmp-1735975054.7858307-11421-148607035934550 `" ) && sleep 0'"'"'' <10.31.8.22> (0, b'ansible-tmp-1735975054.7694757-11420-237960761521667=/root/.ansible/tmp/ansible-tmp-1735975054.7694757-11420-237960761521667\n', b'') <10.31.8.100> (0, b'ansible-tmp-1735975054.7858307-11421-148607035934550=/root/.ansible/tmp/ansible-tmp-1735975054.7858307-11421-148607035934550\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/known_hosts.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/known_hosts.py <10.31.10.173> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpa688eyab TO /root/.ansible/tmp/ansible-tmp-1735975054.7304144-11419-79316061284045/AnsiballZ_known_hosts.py <10.31.8.22> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpf5ipa4eu TO /root/.ansible/tmp/ansible-tmp-1735975054.7694757-11420-237960761521667/AnsiballZ_known_hosts.py <10.31.10.173> 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/ead9f2c8d3"' '[10.31.10.173]' <10.31.8.22> 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/bdfdff43cb"' '[10.31.8.22]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/known_hosts.py <10.31.8.100> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp26w0_420 TO /root/.ansible/tmp/ansible-tmp-1735975054.7858307-11421-148607035934550/AnsiballZ_known_hosts.py <10.31.8.100> 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/796761afee"' '[10.31.8.100]' <10.31.8.22> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpf5ipa4eu /root/.ansible/tmp/ansible-tmp-1735975054.7694757-11420-237960761521667/AnsiballZ_known_hosts.py\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975054.7694757-11420-237960761521667/ /root/.ansible/tmp/ansible-tmp-1735975054.7694757-11420-237960761521667/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.8.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp26w0_420 /root/.ansible/tmp/ansible-tmp-1735975054.7858307-11421-148607035934550/AnsiballZ_known_hosts.py\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975054.7858307-11421-148607035934550/ /root/.ansible/tmp/ansible-tmp-1735975054.7858307-11421-148607035934550/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.10.173> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpa688eyab /root/.ansible/tmp/ansible-tmp-1735975054.7304144-11419-79316061284045/AnsiballZ_known_hosts.py\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975054.7304144-11419-79316061284045/ /root/.ansible/tmp/ansible-tmp-1735975054.7304144-11419-79316061284045/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.8.22> (0, b'', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' -tt 10.31.8.22 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975054.7694757-11420-237960761521667/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.10.173> (0, b'', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' -tt 10.31.10.173 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975054.7304144-11419-79316061284045/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.8.100> (0, b'', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' -tt 10.31.8.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975054.7858307-11421-148607035934550/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.8.22> (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.22 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpk6G57RnMOpDXf5XtxyvDPNln7YoClXDxJb8Xk6jq5UdBKbiEeam8Li+w6+E1Bn2HcCFdPW5xvy9eOVykbutt6sDfQhoUFXGutpK1NYNpvj/ajupGqUzRorqewHBpPMdWeqRtxThW/u+FZby6Lg2abYkWW50bMg84LULeNCK3qLM8ZmdoJasRZduOuEgBQ3+ndvT0H41S+CnDM5u6Yim82He09N8owlQpo0RZm9/XMPgIzoPLnCene5JUqdr5vHJqgaAvdYUelFFwzn+JrkagXh1pLk0qxKUVDo/xR4nAuVS7OBk1c0B0p/wCft3PhLtSGNw5jdBHGiA0j+bfbJvLYm/fy200HjQOSvaxbV6Db9eSb0bJpkai0PnG/8SNyPP+Je2M/HdsTc5BdgjPkXqlaf95fhYTLdLw6i/I6bvRJvIQi57hXMibU9y633UHyrIZQl1BaWOclFET/N8QfIvJ7h66tLbyxIOfMdpRsxGrD2K3jx63it+Yv058Tjen6gk= root@ip-10-31-8-22.us-east-1.aws.redhat.com\\n", "after": "10.31.8.22 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpk6G57RnMOpDXf5XtxyvDPNln7YoClXDxJb8Xk6jq5UdBKbiEeam8Li+w6+E1Bn2HcCFdPW5xvy9eOVykbutt6sDfQhoUFXGutpK1NYNpvj/ajupGqUzRorqewHBpPMdWeqRtxThW/u+FZby6Lg2abYkWW50bMg84LULeNCK3qLM8ZmdoJasRZduOuEgBQ3+ndvT0H41S+CnDM5u6Yim82He09N8owlQpo0RZm9/XMPgIzoPLnCene5JUqdr5vHJqgaAvdYUelFFwzn+JrkagXh1pLk0qxKUVDo/xR4nAuVS7OBk1c0B0p/wCft3PhLtSGNw5jdBHGiA0j+bfbJvLYm/fy200HjQOSvaxbV6Db9eSb0bJpkai0PnG/8SNyPP+Je2M/HdsTc5BdgjPkXqlaf95fhYTLdLw6i/I6bvRJvIQi57hXMibU9y633UHyrIZQl1BaWOclFET/N8QfIvJ7h66tLbyxIOfMdpRsxGrD2K3jx63it+Yv058Tjen6gk= root@ip-10-31-8-22.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.8.22 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpk6G57RnMOpDXf5XtxyvDPNln7YoClXDxJb8Xk6jq5UdBKbiEeam8Li+w6+E1Bn2HcCFdPW5xvy9eOVykbutt6sDfQhoUFXGutpK1NYNpvj/ajupGqUzRorqewHBpPMdWeqRtxThW/u+FZby6Lg2abYkWW50bMg84LULeNCK3qLM8ZmdoJasRZduOuEgBQ3+ndvT0H41S+CnDM5u6Yim82He09N8owlQpo0RZm9/XMPgIzoPLnCene5JUqdr5vHJqgaAvdYUelFFwzn+JrkagXh1pLk0qxKUVDo/xR4nAuVS7OBk1c0B0p/wCft3PhLtSGNw5jdBHGiA0j+bfbJvLYm/fy200HjQOSvaxbV6Db9eSb0bJpkai0PnG/8SNyPP+Je2M/HdsTc5BdgjPkXqlaf95fhYTLdLw6i/I6bvRJvIQi57hXMibU9y633UHyrIZQl1BaWOclFET/N8QfIvJ7h66tLbyxIOfMdpRsxGrD2K3jx63it+Yv058Tjen6gk= root@ip-10-31-8-22.us-east-1.aws.redhat.com\\n", "name": "10.31.8.22", "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.22 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpk6G57RnMOpDXf5XtxyvDPNln7YoClXDxJb8Xk6jq5UdBKbiEeam8Li+w6+E1Bn2HcCFdPW5xvy9eOVykbutt6sDfQhoUFXGutpK1NYNpvj/ajupGqUzRorqewHBpPMdWeqRtxThW/u+FZby6Lg2abYkWW50bMg84LULeNCK3qLM8ZmdoJasRZduOuEgBQ3+ndvT0H41S+CnDM5u6Yim82He09N8owlQpo0RZm9/XMPgIzoPLnCene5JUqdr5vHJqgaAvdYUelFFwzn+JrkagXh1pLk0qxKUVDo/xR4nAuVS7OBk1c0B0p/wCft3PhLtSGNw5jdBHGiA0j+bfbJvLYm/fy200HjQOSvaxbV6Db9eSb0bJpkai0PnG/8SNyPP+Je2M/HdsTc5BdgjPkXqlaf95fhYTLdLw6i/I6bvRJvIQi57hXMibU9y633UHyrIZQl1BaWOclFET/N8QfIvJ7h66tLbyxIOfMdpRsxGrD2K3jx63it+Yv058Tjen6gk= root@ip-10-31-8-22.us-east-1.aws.redhat.com\\n", "after": "10.31.8.22 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpk6G57RnMOpDXf5XtxyvDPNln7YoClXDxJb8Xk6jq5UdBKbiEeam8Li+w6+E1Bn2HcCFdPW5xvy9eOVykbutt6sDfQhoUFXGutpK1NYNpvj/ajupGqUzRorqewHBpPMdWeqRtxThW/u+FZby6Lg2abYkWW50bMg84LULeNCK3qLM8ZmdoJasRZduOuEgBQ3+ndvT0H41S+CnDM5u6Yim82He09N8owlQpo0RZm9/XMPgIzoPLnCene5JUqdr5vHJqgaAvdYUelFFwzn+JrkagXh1pLk0qxKUVDo/xR4nAuVS7OBk1c0B0p/wCft3PhLtSGNw5jdBHGiA0j+bfbJvLYm/fy200HjQOSvaxbV6Db9eSb0bJpkai0PnG/8SNyPP+Je2M/HdsTc5BdgjPkXqlaf95fhYTLdLw6i/I6bvRJvIQi57hXMibU9y633UHyrIZQl1BaWOclFET/N8QfIvJ7h66tLbyxIOfMdpRsxGrD2K3jx63it+Yv058Tjen6gk= root@ip-10-31-8-22.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.8.22 closed.\r\n') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975054.7694757-11420-237960761521667/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.173> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.10.173 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyHURT84H04kVefFRhHlbQKte4NdkoKUrC7zKCi+2d7Ao6YNrmoaVejT3nRobnVEK84+aeoPvhDDhmIr1rDlkeKciFfdjiWc6P4Nu1EsmVONblC9u9cP/W1K1/bnSIrpSY0gC3vpA8cgFktELpR1oWyJjZF0lwujDypikmFqBVR/sNWlLD4m6km7yUANX1AaOWMFUNoACLTn1rm/VgvzeMOYO7/0CAXehf1/+pvJXLuYHBb3DL4buWUyOxBGmQuBQGsJ+zhcwf3TAMEOcg1W56z3r8ENSwZ3jYJjQNTbDvcnsBI5oc+2i2G5vab2u3pURO0VOAnMjti6JCxykynIISGbOLEDAUwdVDMnUD8wBjrBIqElv4vSOEpHkH48lecb9LkO1tp1iQW0lbKwkHhkQFf6ncRgS4FufYuXUUcDtBhtbFjPOtirhnvVhxYeDvqJ16Wwfeyaxs5+LdqiqHRIGx76oJFkHSG8OvJx1Ua8uT4yarZ7lsAG8fQQCQ0idZvaM= root@ip-10-31-10-173.us-east-1.aws.redhat.com\\n", "after": "10.31.10.173 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyHURT84H04kVefFRhHlbQKte4NdkoKUrC7zKCi+2d7Ao6YNrmoaVejT3nRobnVEK84+aeoPvhDDhmIr1rDlkeKciFfdjiWc6P4Nu1EsmVONblC9u9cP/W1K1/bnSIrpSY0gC3vpA8cgFktELpR1oWyJjZF0lwujDypikmFqBVR/sNWlLD4m6km7yUANX1AaOWMFUNoACLTn1rm/VgvzeMOYO7/0CAXehf1/+pvJXLuYHBb3DL4buWUyOxBGmQuBQGsJ+zhcwf3TAMEOcg1W56z3r8ENSwZ3jYJjQNTbDvcnsBI5oc+2i2G5vab2u3pURO0VOAnMjti6JCxykynIISGbOLEDAUwdVDMnUD8wBjrBIqElv4vSOEpHkH48lecb9LkO1tp1iQW0lbKwkHhkQFf6ncRgS4FufYuXUUcDtBhtbFjPOtirhnvVhxYeDvqJ16Wwfeyaxs5+LdqiqHRIGx76oJFkHSG8OvJx1Ua8uT4yarZ7lsAG8fQQCQ0idZvaM= root@ip-10-31-10-173.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.10.173 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyHURT84H04kVefFRhHlbQKte4NdkoKUrC7zKCi+2d7Ao6YNrmoaVejT3nRobnVEK84+aeoPvhDDhmIr1rDlkeKciFfdjiWc6P4Nu1EsmVONblC9u9cP/W1K1/bnSIrpSY0gC3vpA8cgFktELpR1oWyJjZF0lwujDypikmFqBVR/sNWlLD4m6km7yUANX1AaOWMFUNoACLTn1rm/VgvzeMOYO7/0CAXehf1/+pvJXLuYHBb3DL4buWUyOxBGmQuBQGsJ+zhcwf3TAMEOcg1W56z3r8ENSwZ3jYJjQNTbDvcnsBI5oc+2i2G5vab2u3pURO0VOAnMjti6JCxykynIISGbOLEDAUwdVDMnUD8wBjrBIqElv4vSOEpHkH48lecb9LkO1tp1iQW0lbKwkHhkQFf6ncRgS4FufYuXUUcDtBhtbFjPOtirhnvVhxYeDvqJ16Wwfeyaxs5+LdqiqHRIGx76oJFkHSG8OvJx1Ua8uT4yarZ7lsAG8fQQCQ0idZvaM= root@ip-10-31-10-173.us-east-1.aws.redhat.com\\n", "name": "10.31.10.173", "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.10.173 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyHURT84H04kVefFRhHlbQKte4NdkoKUrC7zKCi+2d7Ao6YNrmoaVejT3nRobnVEK84+aeoPvhDDhmIr1rDlkeKciFfdjiWc6P4Nu1EsmVONblC9u9cP/W1K1/bnSIrpSY0gC3vpA8cgFktELpR1oWyJjZF0lwujDypikmFqBVR/sNWlLD4m6km7yUANX1AaOWMFUNoACLTn1rm/VgvzeMOYO7/0CAXehf1/+pvJXLuYHBb3DL4buWUyOxBGmQuBQGsJ+zhcwf3TAMEOcg1W56z3r8ENSwZ3jYJjQNTbDvcnsBI5oc+2i2G5vab2u3pURO0VOAnMjti6JCxykynIISGbOLEDAUwdVDMnUD8wBjrBIqElv4vSOEpHkH48lecb9LkO1tp1iQW0lbKwkHhkQFf6ncRgS4FufYuXUUcDtBhtbFjPOtirhnvVhxYeDvqJ16Wwfeyaxs5+LdqiqHRIGx76oJFkHSG8OvJx1Ua8uT4yarZ7lsAG8fQQCQ0idZvaM= root@ip-10-31-10-173.us-east-1.aws.redhat.com\\n", "after": "10.31.10.173 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyHURT84H04kVefFRhHlbQKte4NdkoKUrC7zKCi+2d7Ao6YNrmoaVejT3nRobnVEK84+aeoPvhDDhmIr1rDlkeKciFfdjiWc6P4Nu1EsmVONblC9u9cP/W1K1/bnSIrpSY0gC3vpA8cgFktELpR1oWyJjZF0lwujDypikmFqBVR/sNWlLD4m6km7yUANX1AaOWMFUNoACLTn1rm/VgvzeMOYO7/0CAXehf1/+pvJXLuYHBb3DL4buWUyOxBGmQuBQGsJ+zhcwf3TAMEOcg1W56z3r8ENSwZ3jYJjQNTbDvcnsBI5oc+2i2G5vab2u3pURO0VOAnMjti6JCxykynIISGbOLEDAUwdVDMnUD8wBjrBIqElv4vSOEpHkH48lecb9LkO1tp1iQW0lbKwkHhkQFf6ncRgS4FufYuXUUcDtBhtbFjPOtirhnvVhxYeDvqJ16Wwfeyaxs5+LdqiqHRIGx76oJFkHSG8OvJx1Ua8uT4yarZ7lsAG8fQQCQ0idZvaM= root@ip-10-31-10-173.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.10.173 closed.\r\n') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975054.7304144-11419-79316061284045/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.100> (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.100 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKQItXn0jDXKtqiwEIi71yvMaY6W1Q+Mq9K9wkz78HG3GbUL24PZj/+tSnenP+ynUKTES7zMcKJf1zuE+JPnB5r4dymH3pD00RS3/kywD4GKA2GE+i2XP9Z2lvPjSHbwaO9L5Q9wKsPaGBm2gWEvnTVGw7HONhGlGKd74y2fd2KMxnDug43vjhmLmsGsDQfh+fsW4W6zPDg2YsfH1usCMzLUuPS8iwOtpHlJt1Aa01ntefIO4U3fKwCLKVIdzNUNgZLbazNIcjT2RP3xjZjfGPkge+0LBkG6L+pJohZq9zGjHOoD0Q1sqyfFlXYSLB5EVtyjEsBwrAJ26h6t1Uuc96impvzmatQ9rK92ZmCt3bb+13Yp9UY8BTPr1A6juBiOfv7BVBcXycyF2c14OaM9TS/iGziapfYS/IbC0RTRFpoE/Hq8as0Gus/hgQoY85/jCQSUWYkbGmKK953IdhtP6Ra+HSEnEVzz4R+fTbnD3ZG1wtayZHtAqQpg8WJVtMwzE= root@ip-10-31-8-100.us-east-1.aws.redhat.com\\n", "after": "10.31.8.100 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKQItXn0jDXKtqiwEIi71yvMaY6W1Q+Mq9K9wkz78HG3GbUL24PZj/+tSnenP+ynUKTES7zMcKJf1zuE+JPnB5r4dymH3pD00RS3/kywD4GKA2GE+i2XP9Z2lvPjSHbwaO9L5Q9wKsPaGBm2gWEvnTVGw7HONhGlGKd74y2fd2KMxnDug43vjhmLmsGsDQfh+fsW4W6zPDg2YsfH1usCMzLUuPS8iwOtpHlJt1Aa01ntefIO4U3fKwCLKVIdzNUNgZLbazNIcjT2RP3xjZjfGPkge+0LBkG6L+pJohZq9zGjHOoD0Q1sqyfFlXYSLB5EVtyjEsBwrAJ26h6t1Uuc96impvzmatQ9rK92ZmCt3bb+13Yp9UY8BTPr1A6juBiOfv7BVBcXycyF2c14OaM9TS/iGziapfYS/IbC0RTRFpoE/Hq8as0Gus/hgQoY85/jCQSUWYkbGmKK953IdhtP6Ra+HSEnEVzz4R+fTbnD3ZG1wtayZHtAqQpg8WJVtMwzE= root@ip-10-31-8-100.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.8.100 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKQItXn0jDXKtqiwEIi71yvMaY6W1Q+Mq9K9wkz78HG3GbUL24PZj/+tSnenP+ynUKTES7zMcKJf1zuE+JPnB5r4dymH3pD00RS3/kywD4GKA2GE+i2XP9Z2lvPjSHbwaO9L5Q9wKsPaGBm2gWEvnTVGw7HONhGlGKd74y2fd2KMxnDug43vjhmLmsGsDQfh+fsW4W6zPDg2YsfH1usCMzLUuPS8iwOtpHlJt1Aa01ntefIO4U3fKwCLKVIdzNUNgZLbazNIcjT2RP3xjZjfGPkge+0LBkG6L+pJohZq9zGjHOoD0Q1sqyfFlXYSLB5EVtyjEsBwrAJ26h6t1Uuc96impvzmatQ9rK92ZmCt3bb+13Yp9UY8BTPr1A6juBiOfv7BVBcXycyF2c14OaM9TS/iGziapfYS/IbC0RTRFpoE/Hq8as0Gus/hgQoY85/jCQSUWYkbGmKK953IdhtP6Ra+HSEnEVzz4R+fTbnD3ZG1wtayZHtAqQpg8WJVtMwzE= root@ip-10-31-8-100.us-east-1.aws.redhat.com\\n", "name": "10.31.8.100", "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.100 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKQItXn0jDXKtqiwEIi71yvMaY6W1Q+Mq9K9wkz78HG3GbUL24PZj/+tSnenP+ynUKTES7zMcKJf1zuE+JPnB5r4dymH3pD00RS3/kywD4GKA2GE+i2XP9Z2lvPjSHbwaO9L5Q9wKsPaGBm2gWEvnTVGw7HONhGlGKd74y2fd2KMxnDug43vjhmLmsGsDQfh+fsW4W6zPDg2YsfH1usCMzLUuPS8iwOtpHlJt1Aa01ntefIO4U3fKwCLKVIdzNUNgZLbazNIcjT2RP3xjZjfGPkge+0LBkG6L+pJohZq9zGjHOoD0Q1sqyfFlXYSLB5EVtyjEsBwrAJ26h6t1Uuc96impvzmatQ9rK92ZmCt3bb+13Yp9UY8BTPr1A6juBiOfv7BVBcXycyF2c14OaM9TS/iGziapfYS/IbC0RTRFpoE/Hq8as0Gus/hgQoY85/jCQSUWYkbGmKK953IdhtP6Ra+HSEnEVzz4R+fTbnD3ZG1wtayZHtAqQpg8WJVtMwzE= root@ip-10-31-8-100.us-east-1.aws.redhat.com\\n", "after": "10.31.8.100 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKQItXn0jDXKtqiwEIi71yvMaY6W1Q+Mq9K9wkz78HG3GbUL24PZj/+tSnenP+ynUKTES7zMcKJf1zuE+JPnB5r4dymH3pD00RS3/kywD4GKA2GE+i2XP9Z2lvPjSHbwaO9L5Q9wKsPaGBm2gWEvnTVGw7HONhGlGKd74y2fd2KMxnDug43vjhmLmsGsDQfh+fsW4W6zPDg2YsfH1usCMzLUuPS8iwOtpHlJt1Aa01ntefIO4U3fKwCLKVIdzNUNgZLbazNIcjT2RP3xjZjfGPkge+0LBkG6L+pJohZq9zGjHOoD0Q1sqyfFlXYSLB5EVtyjEsBwrAJ26h6t1Uuc96impvzmatQ9rK92ZmCt3bb+13Yp9UY8BTPr1A6juBiOfv7BVBcXycyF2c14OaM9TS/iGziapfYS/IbC0RTRFpoE/Hq8as0Gus/hgQoY85/jCQSUWYkbGmKK953IdhtP6Ra+HSEnEVzz4R+fTbnD3ZG1wtayZHtAqQpg8WJVtMwzE= root@ip-10-31-8-100.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.8.100 closed.\r\n') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975054.7858307-11421-148607035934550/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.22> (0, b'', b'') ok: [managed-node2] => { "changed": false, "diff": { "after": "10.31.8.22 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpk6G57RnMOpDXf5XtxyvDPNln7YoClXDxJb8Xk6jq5UdBKbiEeam8Li+w6+E1Bn2HcCFdPW5xvy9eOVykbutt6sDfQhoUFXGutpK1NYNpvj/ajupGqUzRorqewHBpPMdWeqRtxThW/u+FZby6Lg2abYkWW50bMg84LULeNCK3qLM8ZmdoJasRZduOuEgBQ3+ndvT0H41S+CnDM5u6Yim82He09N8owlQpo0RZm9/XMPgIzoPLnCene5JUqdr5vHJqgaAvdYUelFFwzn+JrkagXh1pLk0qxKUVDo/xR4nAuVS7OBk1c0B0p/wCft3PhLtSGNw5jdBHGiA0j+bfbJvLYm/fy200HjQOSvaxbV6Db9eSb0bJpkai0PnG/8SNyPP+Je2M/HdsTc5BdgjPkXqlaf95fhYTLdLw6i/I6bvRJvIQi57hXMibU9y633UHyrIZQl1BaWOclFET/N8QfIvJ7h66tLbyxIOfMdpRsxGrD2K3jx63it+Yv058Tjen6gk= root@ip-10-31-8-22.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.8.22 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpk6G57RnMOpDXf5XtxyvDPNln7YoClXDxJb8Xk6jq5UdBKbiEeam8Li+w6+E1Bn2HcCFdPW5xvy9eOVykbutt6sDfQhoUFXGutpK1NYNpvj/ajupGqUzRorqewHBpPMdWeqRtxThW/u+FZby6Lg2abYkWW50bMg84LULeNCK3qLM8ZmdoJasRZduOuEgBQ3+ndvT0H41S+CnDM5u6Yim82He09N8owlQpo0RZm9/XMPgIzoPLnCene5JUqdr5vHJqgaAvdYUelFFwzn+JrkagXh1pLk0qxKUVDo/xR4nAuVS7OBk1c0B0p/wCft3PhLtSGNw5jdBHGiA0j+bfbJvLYm/fy200HjQOSvaxbV6Db9eSb0bJpkai0PnG/8SNyPP+Je2M/HdsTc5BdgjPkXqlaf95fhYTLdLw6i/I6bvRJvIQi57hXMibU9y633UHyrIZQl1BaWOclFET/N8QfIvJ7h66tLbyxIOfMdpRsxGrD2K3jx63it+Yv058Tjen6gk= root@ip-10-31-8-22.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.8.22 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpk6G57RnMOpDXf5XtxyvDPNln7YoClXDxJb8Xk6jq5UdBKbiEeam8Li+w6+E1Bn2HcCFdPW5xvy9eOVykbutt6sDfQhoUFXGutpK1NYNpvj/ajupGqUzRorqewHBpPMdWeqRtxThW/u+FZby6Lg2abYkWW50bMg84LULeNCK3qLM8ZmdoJasRZduOuEgBQ3+ndvT0H41S+CnDM5u6Yim82He09N8owlQpo0RZm9/XMPgIzoPLnCene5JUqdr5vHJqgaAvdYUelFFwzn+JrkagXh1pLk0qxKUVDo/xR4nAuVS7OBk1c0B0p/wCft3PhLtSGNw5jdBHGiA0j+bfbJvLYm/fy200HjQOSvaxbV6Db9eSb0bJpkai0PnG/8SNyPP+Je2M/HdsTc5BdgjPkXqlaf95fhYTLdLw6i/I6bvRJvIQi57hXMibU9y633UHyrIZQl1BaWOclFET/N8QfIvJ7h66tLbyxIOfMdpRsxGrD2K3jx63it+Yv058Tjen6gk= root@ip-10-31-8-22.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.8.22 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpk6G57RnMOpDXf5XtxyvDPNln7YoClXDxJb8Xk6jq5UdBKbiEeam8Li+w6+E1Bn2HcCFdPW5xvy9eOVykbutt6sDfQhoUFXGutpK1NYNpvj/ajupGqUzRorqewHBpPMdWeqRtxThW/u+FZby6Lg2abYkWW50bMg84LULeNCK3qLM8ZmdoJasRZduOuEgBQ3+ndvT0H41S+CnDM5u6Yim82He09N8owlQpo0RZm9/XMPgIzoPLnCene5JUqdr5vHJqgaAvdYUelFFwzn+JrkagXh1pLk0qxKUVDo/xR4nAuVS7OBk1c0B0p/wCft3PhLtSGNw5jdBHGiA0j+bfbJvLYm/fy200HjQOSvaxbV6Db9eSb0bJpkai0PnG/8SNyPP+Je2M/HdsTc5BdgjPkXqlaf95fhYTLdLw6i/I6bvRJvIQi57hXMibU9y633UHyrIZQl1BaWOclFET/N8QfIvJ7h66tLbyxIOfMdpRsxGrD2K3jx63it+Yv058Tjen6gk= root@ip-10-31-8-22.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.8.22 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpk6G57RnMOpDXf5XtxyvDPNln7YoClXDxJb8Xk6jq5UdBKbiEeam8Li+w6+E1Bn2HcCFdPW5xvy9eOVykbutt6sDfQhoUFXGutpK1NYNpvj/ajupGqUzRorqewHBpPMdWeqRtxThW/u+FZby6Lg2abYkWW50bMg84LULeNCK3qLM8ZmdoJasRZduOuEgBQ3+ndvT0H41S+CnDM5u6Yim82He09N8owlQpo0RZm9/XMPgIzoPLnCene5JUqdr5vHJqgaAvdYUelFFwzn+JrkagXh1pLk0qxKUVDo/xR4nAuVS7OBk1c0B0p/wCft3PhLtSGNw5jdBHGiA0j+bfbJvLYm/fy200HjQOSvaxbV6Db9eSb0bJpkai0PnG/8SNyPP+Je2M/HdsTc5BdgjPkXqlaf95fhYTLdLw6i/I6bvRJvIQi57hXMibU9y633UHyrIZQl1BaWOclFET/N8QfIvJ7h66tLbyxIOfMdpRsxGrD2K3jx63it+Yv058Tjen6gk= root@ip-10-31-8-22.us-east-1.aws.redhat.com\n", "name": "10.31.8.22", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } <10.31.10.173> (0, b'', b'') ok: [managed-node1] => { "changed": false, "diff": { "after": "10.31.10.173 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyHURT84H04kVefFRhHlbQKte4NdkoKUrC7zKCi+2d7Ao6YNrmoaVejT3nRobnVEK84+aeoPvhDDhmIr1rDlkeKciFfdjiWc6P4Nu1EsmVONblC9u9cP/W1K1/bnSIrpSY0gC3vpA8cgFktELpR1oWyJjZF0lwujDypikmFqBVR/sNWlLD4m6km7yUANX1AaOWMFUNoACLTn1rm/VgvzeMOYO7/0CAXehf1/+pvJXLuYHBb3DL4buWUyOxBGmQuBQGsJ+zhcwf3TAMEOcg1W56z3r8ENSwZ3jYJjQNTbDvcnsBI5oc+2i2G5vab2u3pURO0VOAnMjti6JCxykynIISGbOLEDAUwdVDMnUD8wBjrBIqElv4vSOEpHkH48lecb9LkO1tp1iQW0lbKwkHhkQFf6ncRgS4FufYuXUUcDtBhtbFjPOtirhnvVhxYeDvqJ16Wwfeyaxs5+LdqiqHRIGx76oJFkHSG8OvJx1Ua8uT4yarZ7lsAG8fQQCQ0idZvaM= root@ip-10-31-10-173.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.10.173 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyHURT84H04kVefFRhHlbQKte4NdkoKUrC7zKCi+2d7Ao6YNrmoaVejT3nRobnVEK84+aeoPvhDDhmIr1rDlkeKciFfdjiWc6P4Nu1EsmVONblC9u9cP/W1K1/bnSIrpSY0gC3vpA8cgFktELpR1oWyJjZF0lwujDypikmFqBVR/sNWlLD4m6km7yUANX1AaOWMFUNoACLTn1rm/VgvzeMOYO7/0CAXehf1/+pvJXLuYHBb3DL4buWUyOxBGmQuBQGsJ+zhcwf3TAMEOcg1W56z3r8ENSwZ3jYJjQNTbDvcnsBI5oc+2i2G5vab2u3pURO0VOAnMjti6JCxykynIISGbOLEDAUwdVDMnUD8wBjrBIqElv4vSOEpHkH48lecb9LkO1tp1iQW0lbKwkHhkQFf6ncRgS4FufYuXUUcDtBhtbFjPOtirhnvVhxYeDvqJ16Wwfeyaxs5+LdqiqHRIGx76oJFkHSG8OvJx1Ua8uT4yarZ7lsAG8fQQCQ0idZvaM= root@ip-10-31-10-173.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.10.173 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyHURT84H04kVefFRhHlbQKte4NdkoKUrC7zKCi+2d7Ao6YNrmoaVejT3nRobnVEK84+aeoPvhDDhmIr1rDlkeKciFfdjiWc6P4Nu1EsmVONblC9u9cP/W1K1/bnSIrpSY0gC3vpA8cgFktELpR1oWyJjZF0lwujDypikmFqBVR/sNWlLD4m6km7yUANX1AaOWMFUNoACLTn1rm/VgvzeMOYO7/0CAXehf1/+pvJXLuYHBb3DL4buWUyOxBGmQuBQGsJ+zhcwf3TAMEOcg1W56z3r8ENSwZ3jYJjQNTbDvcnsBI5oc+2i2G5vab2u3pURO0VOAnMjti6JCxykynIISGbOLEDAUwdVDMnUD8wBjrBIqElv4vSOEpHkH48lecb9LkO1tp1iQW0lbKwkHhkQFf6ncRgS4FufYuXUUcDtBhtbFjPOtirhnvVhxYeDvqJ16Wwfeyaxs5+LdqiqHRIGx76oJFkHSG8OvJx1Ua8uT4yarZ7lsAG8fQQCQ0idZvaM= root@ip-10-31-10-173.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.10.173 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyHURT84H04kVefFRhHlbQKte4NdkoKUrC7zKCi+2d7Ao6YNrmoaVejT3nRobnVEK84+aeoPvhDDhmIr1rDlkeKciFfdjiWc6P4Nu1EsmVONblC9u9cP/W1K1/bnSIrpSY0gC3vpA8cgFktELpR1oWyJjZF0lwujDypikmFqBVR/sNWlLD4m6km7yUANX1AaOWMFUNoACLTn1rm/VgvzeMOYO7/0CAXehf1/+pvJXLuYHBb3DL4buWUyOxBGmQuBQGsJ+zhcwf3TAMEOcg1W56z3r8ENSwZ3jYJjQNTbDvcnsBI5oc+2i2G5vab2u3pURO0VOAnMjti6JCxykynIISGbOLEDAUwdVDMnUD8wBjrBIqElv4vSOEpHkH48lecb9LkO1tp1iQW0lbKwkHhkQFf6ncRgS4FufYuXUUcDtBhtbFjPOtirhnvVhxYeDvqJ16Wwfeyaxs5+LdqiqHRIGx76oJFkHSG8OvJx1Ua8uT4yarZ7lsAG8fQQCQ0idZvaM= root@ip-10-31-10-173.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.10.173 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyHURT84H04kVefFRhHlbQKte4NdkoKUrC7zKCi+2d7Ao6YNrmoaVejT3nRobnVEK84+aeoPvhDDhmIr1rDlkeKciFfdjiWc6P4Nu1EsmVONblC9u9cP/W1K1/bnSIrpSY0gC3vpA8cgFktELpR1oWyJjZF0lwujDypikmFqBVR/sNWlLD4m6km7yUANX1AaOWMFUNoACLTn1rm/VgvzeMOYO7/0CAXehf1/+pvJXLuYHBb3DL4buWUyOxBGmQuBQGsJ+zhcwf3TAMEOcg1W56z3r8ENSwZ3jYJjQNTbDvcnsBI5oc+2i2G5vab2u3pURO0VOAnMjti6JCxykynIISGbOLEDAUwdVDMnUD8wBjrBIqElv4vSOEpHkH48lecb9LkO1tp1iQW0lbKwkHhkQFf6ncRgS4FufYuXUUcDtBhtbFjPOtirhnvVhxYeDvqJ16Wwfeyaxs5+LdqiqHRIGx76oJFkHSG8OvJx1Ua8uT4yarZ7lsAG8fQQCQ0idZvaM= root@ip-10-31-10-173.us-east-1.aws.redhat.com\n", "name": "10.31.10.173", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } <10.31.8.100> (0, b'', b'') ok: [managed-node3] => { "changed": false, "diff": { "after": "10.31.8.100 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKQItXn0jDXKtqiwEIi71yvMaY6W1Q+Mq9K9wkz78HG3GbUL24PZj/+tSnenP+ynUKTES7zMcKJf1zuE+JPnB5r4dymH3pD00RS3/kywD4GKA2GE+i2XP9Z2lvPjSHbwaO9L5Q9wKsPaGBm2gWEvnTVGw7HONhGlGKd74y2fd2KMxnDug43vjhmLmsGsDQfh+fsW4W6zPDg2YsfH1usCMzLUuPS8iwOtpHlJt1Aa01ntefIO4U3fKwCLKVIdzNUNgZLbazNIcjT2RP3xjZjfGPkge+0LBkG6L+pJohZq9zGjHOoD0Q1sqyfFlXYSLB5EVtyjEsBwrAJ26h6t1Uuc96impvzmatQ9rK92ZmCt3bb+13Yp9UY8BTPr1A6juBiOfv7BVBcXycyF2c14OaM9TS/iGziapfYS/IbC0RTRFpoE/Hq8as0Gus/hgQoY85/jCQSUWYkbGmKK953IdhtP6Ra+HSEnEVzz4R+fTbnD3ZG1wtayZHtAqQpg8WJVtMwzE= root@ip-10-31-8-100.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.8.100 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKQItXn0jDXKtqiwEIi71yvMaY6W1Q+Mq9K9wkz78HG3GbUL24PZj/+tSnenP+ynUKTES7zMcKJf1zuE+JPnB5r4dymH3pD00RS3/kywD4GKA2GE+i2XP9Z2lvPjSHbwaO9L5Q9wKsPaGBm2gWEvnTVGw7HONhGlGKd74y2fd2KMxnDug43vjhmLmsGsDQfh+fsW4W6zPDg2YsfH1usCMzLUuPS8iwOtpHlJt1Aa01ntefIO4U3fKwCLKVIdzNUNgZLbazNIcjT2RP3xjZjfGPkge+0LBkG6L+pJohZq9zGjHOoD0Q1sqyfFlXYSLB5EVtyjEsBwrAJ26h6t1Uuc96impvzmatQ9rK92ZmCt3bb+13Yp9UY8BTPr1A6juBiOfv7BVBcXycyF2c14OaM9TS/iGziapfYS/IbC0RTRFpoE/Hq8as0Gus/hgQoY85/jCQSUWYkbGmKK953IdhtP6Ra+HSEnEVzz4R+fTbnD3ZG1wtayZHtAqQpg8WJVtMwzE= root@ip-10-31-8-100.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.8.100 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKQItXn0jDXKtqiwEIi71yvMaY6W1Q+Mq9K9wkz78HG3GbUL24PZj/+tSnenP+ynUKTES7zMcKJf1zuE+JPnB5r4dymH3pD00RS3/kywD4GKA2GE+i2XP9Z2lvPjSHbwaO9L5Q9wKsPaGBm2gWEvnTVGw7HONhGlGKd74y2fd2KMxnDug43vjhmLmsGsDQfh+fsW4W6zPDg2YsfH1usCMzLUuPS8iwOtpHlJt1Aa01ntefIO4U3fKwCLKVIdzNUNgZLbazNIcjT2RP3xjZjfGPkge+0LBkG6L+pJohZq9zGjHOoD0Q1sqyfFlXYSLB5EVtyjEsBwrAJ26h6t1Uuc96impvzmatQ9rK92ZmCt3bb+13Yp9UY8BTPr1A6juBiOfv7BVBcXycyF2c14OaM9TS/iGziapfYS/IbC0RTRFpoE/Hq8as0Gus/hgQoY85/jCQSUWYkbGmKK953IdhtP6Ra+HSEnEVzz4R+fTbnD3ZG1wtayZHtAqQpg8WJVtMwzE= root@ip-10-31-8-100.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.8.100 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKQItXn0jDXKtqiwEIi71yvMaY6W1Q+Mq9K9wkz78HG3GbUL24PZj/+tSnenP+ynUKTES7zMcKJf1zuE+JPnB5r4dymH3pD00RS3/kywD4GKA2GE+i2XP9Z2lvPjSHbwaO9L5Q9wKsPaGBm2gWEvnTVGw7HONhGlGKd74y2fd2KMxnDug43vjhmLmsGsDQfh+fsW4W6zPDg2YsfH1usCMzLUuPS8iwOtpHlJt1Aa01ntefIO4U3fKwCLKVIdzNUNgZLbazNIcjT2RP3xjZjfGPkge+0LBkG6L+pJohZq9zGjHOoD0Q1sqyfFlXYSLB5EVtyjEsBwrAJ26h6t1Uuc96impvzmatQ9rK92ZmCt3bb+13Yp9UY8BTPr1A6juBiOfv7BVBcXycyF2c14OaM9TS/iGziapfYS/IbC0RTRFpoE/Hq8as0Gus/hgQoY85/jCQSUWYkbGmKK953IdhtP6Ra+HSEnEVzz4R+fTbnD3ZG1wtayZHtAqQpg8WJVtMwzE= root@ip-10-31-8-100.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.8.100 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKQItXn0jDXKtqiwEIi71yvMaY6W1Q+Mq9K9wkz78HG3GbUL24PZj/+tSnenP+ynUKTES7zMcKJf1zuE+JPnB5r4dymH3pD00RS3/kywD4GKA2GE+i2XP9Z2lvPjSHbwaO9L5Q9wKsPaGBm2gWEvnTVGw7HONhGlGKd74y2fd2KMxnDug43vjhmLmsGsDQfh+fsW4W6zPDg2YsfH1usCMzLUuPS8iwOtpHlJt1Aa01ntefIO4U3fKwCLKVIdzNUNgZLbazNIcjT2RP3xjZjfGPkge+0LBkG6L+pJohZq9zGjHOoD0Q1sqyfFlXYSLB5EVtyjEsBwrAJ26h6t1Uuc96impvzmatQ9rK92ZmCt3bb+13Yp9UY8BTPr1A6juBiOfv7BVBcXycyF2c14OaM9TS/iGziapfYS/IbC0RTRFpoE/Hq8as0Gus/hgQoY85/jCQSUWYkbGmKK953IdhtP6Ra+HSEnEVzz4R+fTbnD3ZG1wtayZHtAqQpg8WJVtMwzE= root@ip-10-31-8-100.us-east-1.aws.redhat.com\n", "name": "10.31.8.100", "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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 04 January 2025 02:17:35 -0500 (0:00:00.576) 0:00:11.908 ****** <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.173> (0, b'/root\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975055.2212303-11446-106533396671101 `" && echo ansible-tmp-1735975055.2212303-11446-106533396671101="` echo /root/.ansible/tmp/ansible-tmp-1735975055.2212303-11446-106533396671101 `" ) && sleep 0'"'"'' <10.31.8.22> (0, b'/root\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975055.2291384-11448-205644422250763 `" && echo ansible-tmp-1735975055.2291384-11448-205644422250763="` echo /root/.ansible/tmp/ansible-tmp-1735975055.2291384-11448-205644422250763 `" ) && sleep 0'"'"'' <10.31.8.100> (0, b'/root\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975055.2343168-11449-90366987121986 `" && echo ansible-tmp-1735975055.2343168-11449-90366987121986="` echo /root/.ansible/tmp/ansible-tmp-1735975055.2343168-11449-90366987121986 `" ) && sleep 0'"'"'' <10.31.10.173> (0, b'ansible-tmp-1735975055.2212303-11446-106533396671101=/root/.ansible/tmp/ansible-tmp-1735975055.2212303-11446-106533396671101\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.10.173> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpmkl54kzs TO /root/.ansible/tmp/ansible-tmp-1735975055.2212303-11446-106533396671101/AnsiballZ_stat.py <10.31.10.173> 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/ead9f2c8d3"' '[10.31.10.173]' <10.31.8.22> (0, b'ansible-tmp-1735975055.2291384-11448-205644422250763=/root/.ansible/tmp/ansible-tmp-1735975055.2291384-11448-205644422250763\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.8.22> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpr0clq774 TO /root/.ansible/tmp/ansible-tmp-1735975055.2291384-11448-205644422250763/AnsiballZ_stat.py <10.31.8.22> 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/bdfdff43cb"' '[10.31.8.22]' <10.31.8.100> (0, b'ansible-tmp-1735975055.2343168-11449-90366987121986=/root/.ansible/tmp/ansible-tmp-1735975055.2343168-11449-90366987121986\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.8.100> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp869rg6ms TO /root/.ansible/tmp/ansible-tmp-1735975055.2343168-11449-90366987121986/AnsiballZ_stat.py <10.31.8.100> 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/796761afee"' '[10.31.8.100]' <10.31.10.173> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpmkl54kzs /root/.ansible/tmp/ansible-tmp-1735975055.2212303-11446-106533396671101/AnsiballZ_stat.py\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975055.2212303-11446-106533396671101/ /root/.ansible/tmp/ansible-tmp-1735975055.2212303-11446-106533396671101/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.22> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpr0clq774 /root/.ansible/tmp/ansible-tmp-1735975055.2291384-11448-205644422250763/AnsiballZ_stat.py\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975055.2291384-11448-205644422250763/ /root/.ansible/tmp/ansible-tmp-1735975055.2291384-11448-205644422250763/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp869rg6ms /root/.ansible/tmp/ansible-tmp-1735975055.2343168-11449-90366987121986/AnsiballZ_stat.py\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975055.2343168-11449-90366987121986/ /root/.ansible/tmp/ansible-tmp-1735975055.2343168-11449-90366987121986/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.173> (0, b'', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' -tt 10.31.10.173 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975055.2212303-11446-106533396671101/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.22> (0, b'', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' -tt 10.31.8.22 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975055.2291384-11448-205644422250763/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.100> (0, b'', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' -tt 10.31.8.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975055.2343168-11449-90366987121986/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.173> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 104, "inode": 79692034, "dev": 51713, "nlink": 1, "atime": 1735974999.8591695, "mtime": 1735974998.9101703, "ctime": 1735974999.30817, "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": "ae8a3ace9b8b414377e8b53d3244779c80914d5f", "mimetype": "text/plain", "charset": "us-ascii", "version": "3462049300", "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.10.173 closed.\r\n') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975055.2212303-11446-106533396671101/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.22> (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": 1735975013.8728817, "mtime": 1735975012.161878, "ctime": 1735975012.5108788, "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": "1db103d5599e15f3a33ff427dfc04fcac5cff3c6", "mimetype": "text/plain", "charset": "us-ascii", "version": "111099548", "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.22 closed.\r\n') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975055.2291384-11448-205644422250763/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.173> (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": "/etc/kdump.conf" } }, "stat": { "atime": 1735974999.8591695, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ae8a3ace9b8b414377e8b53d3244779c80914d5f", "ctime": 1735974999.30817, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 79692034, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1735974998.9101703, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "3462049300", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.8.100> (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": 1735975022.4426394, "mtime": 1735975020.2356348, "ctime": 1735975020.4996352, "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": "b6e1065a8bd8f63f0e6b9cd3ea95262d5f58d587", "mimetype": "text/plain", "charset": "us-ascii", "version": "280663731", "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.100 closed.\r\n') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975055.2343168-11449-90366987121986/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.22> (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": 1735975013.8728817, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1db103d5599e15f3a33ff427dfc04fcac5cff3c6", "ctime": 1735975012.5108788, "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": 1735975012.161878, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 119, "uid": 0, "version": "111099548", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.8.100> (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": 1735975022.4426394, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b6e1065a8bd8f63f0e6b9cd3ea95262d5f58d587", "ctime": 1735975020.4996352, "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": 1735975020.2356348, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 103, "uid": 0, "version": "280663731", "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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 04 January 2025 02:17:35 -0500 (0:00:00.382) 0:00:12.290 ****** <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.173> (0, b'/root\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975055.6334958-11470-35654649764862 `" && echo ansible-tmp-1735975055.6334958-11470-35654649764862="` echo /root/.ansible/tmp/ansible-tmp-1735975055.6334958-11470-35654649764862 `" ) && sleep 0'"'"'' <10.31.8.22> (0, b'/root\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975055.6522262-11471-10055506079165 `" && echo ansible-tmp-1735975055.6522262-11471-10055506079165="` echo /root/.ansible/tmp/ansible-tmp-1735975055.6522262-11471-10055506079165 `" ) && sleep 0'"'"'' <10.31.8.100> (0, b'/root\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975055.657693-11472-200322480041895 `" && echo ansible-tmp-1735975055.657693-11472-200322480041895="` echo /root/.ansible/tmp/ansible-tmp-1735975055.657693-11472-200322480041895 `" ) && sleep 0'"'"'' <10.31.10.173> (0, b'ansible-tmp-1735975055.6334958-11470-35654649764862=/root/.ansible/tmp/ansible-tmp-1735975055.6334958-11470-35654649764862\n', b'') <10.31.8.22> (0, b'ansible-tmp-1735975055.6522262-11471-10055506079165=/root/.ansible/tmp/ansible-tmp-1735975055.6522262-11471-10055506079165\n', b'') <10.31.8.100> (0, b'ansible-tmp-1735975055.657693-11472-200322480041895=/root/.ansible/tmp/ansible-tmp-1735975055.657693-11472-200322480041895\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.10.173> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp2llk3of6 TO /root/.ansible/tmp/ansible-tmp-1735975055.6334958-11470-35654649764862/AnsiballZ_stat.py <10.31.10.173> 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/ead9f2c8d3"' '[10.31.10.173]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.8.100> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpa0tgdvfc TO /root/.ansible/tmp/ansible-tmp-1735975055.657693-11472-200322480041895/AnsiballZ_stat.py <10.31.8.100> 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/796761afee"' '[10.31.8.100]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.8.22> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpj8v_gng7 TO /root/.ansible/tmp/ansible-tmp-1735975055.6522262-11471-10055506079165/AnsiballZ_stat.py <10.31.8.22> 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/bdfdff43cb"' '[10.31.8.22]' <10.31.10.173> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp2llk3of6 /root/.ansible/tmp/ansible-tmp-1735975055.6334958-11470-35654649764862/AnsiballZ_stat.py\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975055.6334958-11470-35654649764862/ /root/.ansible/tmp/ansible-tmp-1735975055.6334958-11470-35654649764862/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpa0tgdvfc /root/.ansible/tmp/ansible-tmp-1735975055.657693-11472-200322480041895/AnsiballZ_stat.py\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975055.657693-11472-200322480041895/ /root/.ansible/tmp/ansible-tmp-1735975055.657693-11472-200322480041895/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.22> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpj8v_gng7 /root/.ansible/tmp/ansible-tmp-1735975055.6522262-11471-10055506079165/AnsiballZ_stat.py\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975055.6522262-11471-10055506079165/ /root/.ansible/tmp/ansible-tmp-1735975055.6522262-11471-10055506079165/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.173> (0, b'', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' -tt 10.31.10.173 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975055.6334958-11470-35654649764862/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.100> (0, b'', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' -tt 10.31.8.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975055.657693-11472-200322480041895/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.8.22> (0, b'', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' -tt 10.31.8.22 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975055.6522262-11471-10055506079165/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.173> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 104, "inode": 79692034, "dev": 51713, "nlink": 1, "atime": 1735974999.8591695, "mtime": 1735974998.9101703, "ctime": 1735974999.30817, "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": "ae8a3ace9b8b414377e8b53d3244779c80914d5f", "mimetype": "text/plain", "charset": "us-ascii", "version": "3462049300", "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.10.173 closed.\r\n') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.10.173> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpj9u_97so TO /root/.ansible/tmp/ansible-tmp-1735975055.6334958-11470-35654649764862/AnsiballZ_file.py <10.31.10.173> 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/ead9f2c8d3"' '[10.31.10.173]' <10.31.8.22> (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": 1735975013.8728817, "mtime": 1735975012.161878, "ctime": 1735975012.5108788, "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": "1db103d5599e15f3a33ff427dfc04fcac5cff3c6", "mimetype": "text/plain", "charset": "us-ascii", "version": "111099548", "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.22 closed.\r\n') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975055.6522262-11471-10055506079165/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.100> (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": 1735975022.4426394, "mtime": 1735975020.2356348, "ctime": 1735975020.4996352, "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": "b6e1065a8bd8f63f0e6b9cd3ea95262d5f58d587", "mimetype": "text/plain", "charset": "us-ascii", "version": "280663731", "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.100 closed.\r\n') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.8.100> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp1_skf98h TO /root/.ansible/tmp/ansible-tmp-1735975055.657693-11472-200322480041895/AnsiballZ_file.py <10.31.8.100> 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/796761afee"' '[10.31.8.100]' <10.31.8.22> (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-10730tbre5kn4/tmpza5yit50/kdump.conf.j2" }, "src": "/root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpza5yit50/kdump.conf.j2" } } <10.31.10.173> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpj9u_97so /root/.ansible/tmp/ansible-tmp-1735975055.6334958-11470-35654649764862/AnsiballZ_file.py\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975055.6334958-11470-35654649764862/ /root/.ansible/tmp/ansible-tmp-1735975055.6334958-11470-35654649764862/AnsiballZ_file.py && sleep 0'"'"'' <10.31.10.173> (0, b'', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' -tt 10.31.10.173 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975055.6334958-11470-35654649764862/AnsiballZ_file.py && sleep 0'"'"'' <10.31.8.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp1_skf98h /root/.ansible/tmp/ansible-tmp-1735975055.657693-11472-200322480041895/AnsiballZ_file.py\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975055.657693-11472-200322480041895/ /root/.ansible/tmp/ansible-tmp-1735975055.657693-11472-200322480041895/AnsiballZ_file.py && sleep 0'"'"'' <10.31.8.100> (0, b'', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' -tt 10.31.8.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975055.657693-11472-200322480041895/AnsiballZ_file.py && sleep 0'"'"'' <10.31.10.173> (0, b'\r\n{"path": "/etc/kdump.conf", "changed": false, "diff": {"before": {"path": "/etc/kdump.conf"}, "after": {"path": "/etc/kdump.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "invocation": {"module_args": {"mode": "0644", "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.10.173 closed.\r\n') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975055.6334958-11470-35654649764862/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.173> (0, b'', b'') ok: [managed-node1] => { "changed": false, "checksum": "ae8a3ace9b8b414377e8b53d3244779c80914d5f", "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": 104, "state": "file", "uid": 0 } <10.31.8.100> (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.100 closed.\r\n') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975055.657693-11472-200322480041895/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.100> (0, b'', b'') ok: [managed-node3] => { "changed": false, "checksum": "b6e1065a8bd8f63f0e6b9cd3ea95262d5f58d587", "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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 04 January 2025 02:17:36 -0500 (0:00:00.747) 0:00:13.038 ****** <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.22> (0, b'/root\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975056.3559253-11506-198926843295143 `" && echo ansible-tmp-1735975056.3559253-11506-198926843295143="` echo /root/.ansible/tmp/ansible-tmp-1735975056.3559253-11506-198926843295143 `" ) && sleep 0'"'"'' <10.31.10.173> (0, b'/root\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975056.3576016-11505-20585697862973 `" && echo ansible-tmp-1735975056.3576016-11505-20585697862973="` echo /root/.ansible/tmp/ansible-tmp-1735975056.3576016-11505-20585697862973 `" ) && sleep 0'"'"'' <10.31.8.100> (0, b'/root\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975056.3642044-11508-109928520382490 `" && echo ansible-tmp-1735975056.3642044-11508-109928520382490="` echo /root/.ansible/tmp/ansible-tmp-1735975056.3642044-11508-109928520382490 `" ) && sleep 0'"'"'' <10.31.8.22> (0, b'ansible-tmp-1735975056.3559253-11506-198926843295143=/root/.ansible/tmp/ansible-tmp-1735975056.3559253-11506-198926843295143\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.8.22> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpunktcj00 TO /root/.ansible/tmp/ansible-tmp-1735975056.3559253-11506-198926843295143/AnsiballZ_slurp.py <10.31.8.22> 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/bdfdff43cb"' '[10.31.8.22]' <10.31.10.173> (0, b'ansible-tmp-1735975056.3576016-11505-20585697862973=/root/.ansible/tmp/ansible-tmp-1735975056.3576016-11505-20585697862973\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.10.173> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpk2lfcxd3 TO /root/.ansible/tmp/ansible-tmp-1735975056.3576016-11505-20585697862973/AnsiballZ_slurp.py <10.31.10.173> 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/ead9f2c8d3"' '[10.31.10.173]' <10.31.8.100> (0, b'ansible-tmp-1735975056.3642044-11508-109928520382490=/root/.ansible/tmp/ansible-tmp-1735975056.3642044-11508-109928520382490\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.8.100> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpxqp36k2r TO /root/.ansible/tmp/ansible-tmp-1735975056.3642044-11508-109928520382490/AnsiballZ_slurp.py <10.31.8.100> 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/796761afee"' '[10.31.8.100]' <10.31.8.22> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpunktcj00 /root/.ansible/tmp/ansible-tmp-1735975056.3559253-11506-198926843295143/AnsiballZ_slurp.py\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975056.3559253-11506-198926843295143/ /root/.ansible/tmp/ansible-tmp-1735975056.3559253-11506-198926843295143/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.10.173> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpk2lfcxd3 /root/.ansible/tmp/ansible-tmp-1735975056.3576016-11505-20585697862973/AnsiballZ_slurp.py\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975056.3576016-11505-20585697862973/ /root/.ansible/tmp/ansible-tmp-1735975056.3576016-11505-20585697862973/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.8.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpxqp36k2r /root/.ansible/tmp/ansible-tmp-1735975056.3642044-11508-109928520382490/AnsiballZ_slurp.py\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975056.3642044-11508-109928520382490/ /root/.ansible/tmp/ansible-tmp-1735975056.3642044-11508-109928520382490/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.8.22> (0, b'', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' -tt 10.31.8.22 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975056.3559253-11506-198926843295143/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.10.173> (0, b'', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' -tt 10.31.10.173 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975056.3576016-11505-20585697862973/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.8.100> (0, b'', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' -tt 10.31.8.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975056.3642044-11508-109928520382490/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.8.22> (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.22 closed.\r\n') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975056.3559253-11506-198926843295143/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.173> (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.10.173 closed.\r\n') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975056.3576016-11505-20585697862973/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.22> (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" } <10.31.8.100> (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.100 closed.\r\n') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975056.3642044-11508-109928520382490/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.173> (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.100> (0, b'', b'') 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 04 January 2025 02:17:36 -0500 (0:00:00.379) 0:00:13.418 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 04 January 2025 02:17:36 -0500 (0:00:00.085) 0:00:13.503 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 04 January 2025 02:17:36 -0500 (0:00:00.071) 0:00:13.575 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 04 January 2025 02:17:36 -0500 (0:00:00.071) 0:00:13.646 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 04 January 2025 02:17:36 -0500 (0:00:00.080) 0:00:13.727 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 04 January 2025 02:17:37 -0500 (0:00:00.075) 0:00:13.802 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 04 January 2025 02:17:37 -0500 (0:00:00.075) 0:00:13.877 ****** <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.22> (0, b'/root\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975057.1977322-11551-215030584479226 `" && echo ansible-tmp-1735975057.1977322-11551-215030584479226="` echo /root/.ansible/tmp/ansible-tmp-1735975057.1977322-11551-215030584479226 `" ) && sleep 0'"'"'' <10.31.10.173> (0, b'/root\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975057.1994593-11550-169652212400569 `" && echo ansible-tmp-1735975057.1994593-11550-169652212400569="` echo /root/.ansible/tmp/ansible-tmp-1735975057.1994593-11550-169652212400569 `" ) && sleep 0'"'"'' <10.31.8.100> (0, b'/root\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975057.2063155-11553-205307556731956 `" && echo ansible-tmp-1735975057.2063155-11553-205307556731956="` echo /root/.ansible/tmp/ansible-tmp-1735975057.2063155-11553-205307556731956 `" ) && sleep 0'"'"'' <10.31.8.22> (0, b'ansible-tmp-1735975057.1977322-11551-215030584479226=/root/.ansible/tmp/ansible-tmp-1735975057.1977322-11551-215030584479226\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.8.22> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpt2467kci TO /root/.ansible/tmp/ansible-tmp-1735975057.1977322-11551-215030584479226/AnsiballZ_systemd.py <10.31.10.173> (0, b'ansible-tmp-1735975057.1994593-11550-169652212400569=/root/.ansible/tmp/ansible-tmp-1735975057.1994593-11550-169652212400569\n', b'') <10.31.8.22> 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/bdfdff43cb"' '[10.31.8.22]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.10.173> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp7gg3n7pr TO /root/.ansible/tmp/ansible-tmp-1735975057.1994593-11550-169652212400569/AnsiballZ_systemd.py <10.31.10.173> 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/ead9f2c8d3"' '[10.31.10.173]' <10.31.8.100> (0, b'ansible-tmp-1735975057.2063155-11553-205307556731956=/root/.ansible/tmp/ansible-tmp-1735975057.2063155-11553-205307556731956\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.8.100> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp9d5tojl6 TO /root/.ansible/tmp/ansible-tmp-1735975057.2063155-11553-205307556731956/AnsiballZ_systemd.py <10.31.8.100> 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/796761afee"' '[10.31.8.100]' <10.31.8.22> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpt2467kci /root/.ansible/tmp/ansible-tmp-1735975057.1977322-11551-215030584479226/AnsiballZ_systemd.py\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975057.1977322-11551-215030584479226/ /root/.ansible/tmp/ansible-tmp-1735975057.1977322-11551-215030584479226/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.10.173> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp7gg3n7pr /root/.ansible/tmp/ansible-tmp-1735975057.1994593-11550-169652212400569/AnsiballZ_systemd.py\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975057.1994593-11550-169652212400569/ /root/.ansible/tmp/ansible-tmp-1735975057.1994593-11550-169652212400569/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.8.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmp9d5tojl6 /root/.ansible/tmp/ansible-tmp-1735975057.2063155-11553-205307556731956/AnsiballZ_systemd.py\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975057.2063155-11553-205307556731956/ /root/.ansible/tmp/ansible-tmp-1735975057.2063155-11553-205307556731956/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.8.22> (0, b'', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' -tt 10.31.8.22 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975057.1977322-11551-215030584479226/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.10.173> (0, b'', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' -tt 10.31.10.173 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975057.1994593-11550-169652212400569/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.8.100> (0, b'', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' -tt 10.31.8.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975057.2063155-11553-205307556731956/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.8.22> (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-04 02:16:53 EST", "ExecMainStartTimestampMonotonic": "292652540", "ExecMainExitTimestamp": "Sat 2025-01-04 02:17:12 EST", "ExecMainExitTimestampMonotonic": "311175445", "ExecMainPID": "20414", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-04 02:16:53 EST] ; stop_time=[Sat 2025-01-04 02:17:12 EST] ; pid=20414 ; 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-04 02:16:53 EST] ; stop_time=[Sat 2025-01-04 02:16:53 EST] ; pid=20405 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "system.slice network-online.target network.target remote-fs.target basic.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-04 02:17:12 EST", "StateChangeTimestampMonotonic": "311175849", "InactiveExitTimestamp": "Sat 2025-01-04 02:16:53 EST", "InactiveExitTimestampMonotonic": "292652572", "ActiveEnterTimestamp": "Sat 2025-01-04 02:17:12 EST", "ActiveEnterTimestampMonotonic": "311175849", "ActiveExitTimestamp": "Sat 2025-01-04 02:16:53 EST", "ActiveExitTimestampMonotonic": "292628858", "InactiveEnterTimestamp": "Sat 2025-01-04 02:16:53 EST", "InactiveEnterTimestampMonotonic": "292650662", "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-04 02:16:53 EST", "ConditionTimestampMonotonic": "292651628", "AssertTimestamp": "Sat 2025-01-04 02:16:53 EST", "AssertTimestampMonotonic": "292651649", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "81b7bcb8fbc64a6dbabdc86158195727", "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.22 closed.\r\n') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975057.1977322-11551-215030584479226/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.173> (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-04 02:16:42 EST", "ExecMainStartTimestampMonotonic": "281248663", "ExecMainExitTimestamp": "Sat 2025-01-04 02:17:01 EST", "ExecMainExitTimestampMonotonic": "300605064", "ExecMainPID": "16459", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-04 02:16:42 EST] ; stop_time=[Sat 2025-01-04 02:17:01 EST] ; pid=16459 ; 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-04 02:16:42 EST] ; stop_time=[Sat 2025-01-04 02:16:42 EST] ; pid=16450 ; 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-online.target network.target remote-fs.target basic.target systemd-journald.socket system.slice", "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-04 02:17:01 EST", "StateChangeTimestampMonotonic": "300606149", "InactiveExitTimestamp": "Sat 2025-01-04 02:16:42 EST", "InactiveExitTimestampMonotonic": "281248699", "ActiveEnterTimestamp": "Sat 2025-01-04 02:17:01 EST", "ActiveEnterTimestampMonotonic": "300606149", "ActiveExitTimestamp": "Sat 2025-01-04 02:16:42 EST", "ActiveExitTimestampMonotonic": "281223774", "InactiveEnterTimestamp": "Sat 2025-01-04 02:16:42 EST", "InactiveEnterTimestampMonotonic": "281246962", "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-04 02:16:42 EST", "ConditionTimestampMonotonic": "281247778", "AssertTimestamp": "Sat 2025-01-04 02:16:42 EST", "AssertTimestampMonotonic": "281247802", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "e41cae12526040459570ba53ecb20a6a", "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.10.173 closed.\r\n') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975057.1994593-11550-169652212400569/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.100> (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-04 02:17:02 EST", "ExecMainStartTimestampMonotonic": "283438910", "ExecMainExitTimestamp": "Sat 2025-01-04 02:17:21 EST", "ExecMainExitTimestampMonotonic": "302696643", "ExecMainPID": "16780", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-04 02:17:02 EST] ; stop_time=[Sat 2025-01-04 02:17:21 EST] ; pid=16780 ; 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-04 02:17:02 EST] ; stop_time=[Sat 2025-01-04 02:17:02 EST] ; pid=16771 ; 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-online.target remote-fs.target basic.target system.slice systemd-journald.socket 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-04 02:17:21 EST", "StateChangeTimestampMonotonic": "302697132", "InactiveExitTimestamp": "Sat 2025-01-04 02:17:02 EST", "InactiveExitTimestampMonotonic": "283438945", "ActiveEnterTimestamp": "Sat 2025-01-04 02:17:21 EST", "ActiveEnterTimestampMonotonic": "302697132", "ActiveExitTimestamp": "Sat 2025-01-04 02:17:02 EST", "ActiveExitTimestampMonotonic": "283413337", "InactiveEnterTimestamp": "Sat 2025-01-04 02:17:02 EST", "InactiveEnterTimestampMonotonic": "283436522", "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-04 02:17:02 EST", "ConditionTimestampMonotonic": "283437335", "AssertTimestamp": "Sat 2025-01-04 02:17:02 EST", "AssertTimestampMonotonic": "283437359", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "82f325191d4a4738941b2593db0d3b46", "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.100 closed.\r\n') <10.31.8.22> (0, b'', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975057.2063155-11553-205307556731956/ > /dev/null 2>&1 && sleep 0'"'"'' 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-04 02:17:12 EST", "ActiveEnterTimestampMonotonic": "311175849", "ActiveExitTimestamp": "Sat 2025-01-04 02:16:53 EST", "ActiveExitTimestampMonotonic": "292628858", "ActiveState": "active", "After": "system.slice network-online.target network.target remote-fs.target basic.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-04 02:16:53 EST", "AssertTimestampMonotonic": "292651649", "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-04 02:16:53 EST", "ConditionTimestampMonotonic": "292651628", "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-04 02:17:12 EST", "ExecMainExitTimestampMonotonic": "311175445", "ExecMainPID": "20414", "ExecMainStartTimestamp": "Sat 2025-01-04 02:16:53 EST", "ExecMainStartTimestampMonotonic": "292652540", "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-04 02:16:53 EST] ; stop_time=[Sat 2025-01-04 02:17:12 EST] ; pid=20414 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-04 02:16:53 EST] ; stop_time=[Sat 2025-01-04 02:16:53 EST] ; pid=20405 ; 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-04 02:16:53 EST", "InactiveEnterTimestampMonotonic": "292650662", "InactiveExitTimestamp": "Sat 2025-01-04 02:16:53 EST", "InactiveExitTimestampMonotonic": "292652572", "InvocationID": "81b7bcb8fbc64a6dbabdc86158195727", "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-04 02:17:12 EST", "StateChangeTimestampMonotonic": "311175849", "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.10.173> (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-04 02:17:01 EST", "ActiveEnterTimestampMonotonic": "300606149", "ActiveExitTimestamp": "Sat 2025-01-04 02:16:42 EST", "ActiveExitTimestampMonotonic": "281223774", "ActiveState": "active", "After": "network-online.target network.target remote-fs.target basic.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-04 02:16:42 EST", "AssertTimestampMonotonic": "281247802", "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-04 02:16:42 EST", "ConditionTimestampMonotonic": "281247778", "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-04 02:17:01 EST", "ExecMainExitTimestampMonotonic": "300605064", "ExecMainPID": "16459", "ExecMainStartTimestamp": "Sat 2025-01-04 02:16:42 EST", "ExecMainStartTimestampMonotonic": "281248663", "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-04 02:16:42 EST] ; stop_time=[Sat 2025-01-04 02:17:01 EST] ; pid=16459 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-04 02:16:42 EST] ; stop_time=[Sat 2025-01-04 02:16:42 EST] ; pid=16450 ; 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-04 02:16:42 EST", "InactiveEnterTimestampMonotonic": "281246962", "InactiveExitTimestamp": "Sat 2025-01-04 02:16:42 EST", "InactiveExitTimestampMonotonic": "281248699", "InvocationID": "e41cae12526040459570ba53ecb20a6a", "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-04 02:17:01 EST", "StateChangeTimestampMonotonic": "300606149", "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.8.100> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": "started" } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2025-01-04 02:17:21 EST", "ActiveEnterTimestampMonotonic": "302697132", "ActiveExitTimestamp": "Sat 2025-01-04 02:17:02 EST", "ActiveExitTimestampMonotonic": "283413337", "ActiveState": "active", "After": "network-online.target remote-fs.target basic.target system.slice systemd-journald.socket network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-04 02:17:02 EST", "AssertTimestampMonotonic": "283437359", "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-04 02:17:02 EST", "ConditionTimestampMonotonic": "283437335", "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-04 02:17:21 EST", "ExecMainExitTimestampMonotonic": "302696643", "ExecMainPID": "16780", "ExecMainStartTimestamp": "Sat 2025-01-04 02:17:02 EST", "ExecMainStartTimestampMonotonic": "283438910", "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-04 02:17:02 EST] ; stop_time=[Sat 2025-01-04 02:17:21 EST] ; pid=16780 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-04 02:17:02 EST] ; stop_time=[Sat 2025-01-04 02:17:02 EST] ; pid=16771 ; 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-04 02:17:02 EST", "InactiveEnterTimestampMonotonic": "283436522", "InactiveExitTimestamp": "Sat 2025-01-04 02:17:02 EST", "InactiveExitTimestampMonotonic": "283438945", "InvocationID": "82f325191d4a4738941b2593db0d3b46", "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-04 02:17:21 EST", "StateChangeTimestampMonotonic": "302697132", "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-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:86 Saturday 04 January 2025 02:17:37 -0500 (0:00:00.546) 0:00:14.424 ****** 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-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 04 January 2025 02:17:37 -0500 (0:00:00.015) 0:00:14.440 ****** <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> (0, b'/root\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975057.7518113-11575-227989333564701 `" && echo ansible-tmp-1735975057.7518113-11575-227989333564701="` echo /root/.ansible/tmp/ansible-tmp-1735975057.7518113-11575-227989333564701 `" ) && sleep 0'"'"'' <10.31.8.22> (0, b'/root\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975057.770678-11576-258463849108780 `" && echo ansible-tmp-1735975057.770678-11576-258463849108780="` echo /root/.ansible/tmp/ansible-tmp-1735975057.770678-11576-258463849108780 `" ) && sleep 0'"'"'' <10.31.8.100> (0, b'/root\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975057.7779326-11577-7041109048811 `" && echo ansible-tmp-1735975057.7779326-11577-7041109048811="` echo /root/.ansible/tmp/ansible-tmp-1735975057.7779326-11577-7041109048811 `" ) && sleep 0'"'"'' <10.31.10.173> (0, b'ansible-tmp-1735975057.7518113-11575-227989333564701=/root/.ansible/tmp/ansible-tmp-1735975057.7518113-11575-227989333564701\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.10.173> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpp9t7xkju TO /root/.ansible/tmp/ansible-tmp-1735975057.7518113-11575-227989333564701/AnsiballZ_file.py <10.31.10.173> 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/ead9f2c8d3"' '[10.31.10.173]' <10.31.8.22> (0, b'ansible-tmp-1735975057.770678-11576-258463849108780=/root/.ansible/tmp/ansible-tmp-1735975057.770678-11576-258463849108780\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.8.22> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpuyty5ovz TO /root/.ansible/tmp/ansible-tmp-1735975057.770678-11576-258463849108780/AnsiballZ_file.py <10.31.8.22> 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/bdfdff43cb"' '[10.31.8.22]' <10.31.8.100> (0, b'ansible-tmp-1735975057.7779326-11577-7041109048811=/root/.ansible/tmp/ansible-tmp-1735975057.7779326-11577-7041109048811\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.8.100> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpn_xcsi1e TO /root/.ansible/tmp/ansible-tmp-1735975057.7779326-11577-7041109048811/AnsiballZ_file.py <10.31.8.100> 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/796761afee"' '[10.31.8.100]' <10.31.10.173> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpp9t7xkju /root/.ansible/tmp/ansible-tmp-1735975057.7518113-11575-227989333564701/AnsiballZ_file.py\n', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975057.7518113-11575-227989333564701/ /root/.ansible/tmp/ansible-tmp-1735975057.7518113-11575-227989333564701/AnsiballZ_file.py && sleep 0'"'"'' <10.31.8.22> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpuyty5ovz /root/.ansible/tmp/ansible-tmp-1735975057.770678-11576-258463849108780/AnsiballZ_file.py\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975057.770678-11576-258463849108780/ /root/.ansible/tmp/ansible-tmp-1735975057.770678-11576-258463849108780/AnsiballZ_file.py && sleep 0'"'"'' <10.31.8.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpn_xcsi1e /root/.ansible/tmp/ansible-tmp-1735975057.7779326-11577-7041109048811/AnsiballZ_file.py\n', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975057.7779326-11577-7041109048811/ /root/.ansible/tmp/ansible-tmp-1735975057.7779326-11577-7041109048811/AnsiballZ_file.py && sleep 0'"'"'' <10.31.10.173> (0, b'', b'') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' -tt 10.31.10.173 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975057.7518113-11575-227989333564701/AnsiballZ_file.py && sleep 0'"'"'' <10.31.8.22> (0, b'', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' -tt 10.31.8.22 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975057.770678-11576-258463849108780/AnsiballZ_file.py && sleep 0'"'"'' <10.31.8.100> (0, b'', b'') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' -tt 10.31.8.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975057.7779326-11577-7041109048811/AnsiballZ_file.py && sleep 0'"'"'' <10.31.10.173> (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.10.173 closed.\r\n') <10.31.10.173> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.173> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/ead9f2c8d3"' 10.31.10.173 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975057.7518113-11575-227989333564701/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.22> (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.8.22 closed.\r\n') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975057.770678-11576-258463849108780/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.173> (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.8.22> (0, b'', b'') <10.31.8.100> (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.100 closed.\r\n') <10.31.8.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/796761afee"' 10.31.8.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975057.7779326-11577-7041109048811/ > /dev/null 2>&1 && sleep 0'"'"'' 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" } <10.31.8.100> (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 } 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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 04 January 2025 02:17:38 -0500 (0:00:00.389) 0:00:14.829 ****** <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.8.22> (0, b'/root\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735975058.150236-11602-270757847403268 `" && echo ansible-tmp-1735975058.150236-11602-270757847403268="` echo /root/.ansible/tmp/ansible-tmp-1735975058.150236-11602-270757847403268 `" ) && sleep 0'"'"'' <10.31.8.22> (0, b'ansible-tmp-1735975058.150236-11602-270757847403268=/root/.ansible/tmp/ansible-tmp-1735975058.150236-11602-270757847403268\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.8.22> PUT /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpl3fj72ve TO /root/.ansible/tmp/ansible-tmp-1735975058.150236-11602-270757847403268/AnsiballZ_systemd.py <10.31.8.22> 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/bdfdff43cb"' '[10.31.8.22]' <10.31.8.22> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10730tbre5kn4/tmpl3fj72ve /root/.ansible/tmp/ansible-tmp-1735975058.150236-11602-270757847403268/AnsiballZ_systemd.py\n', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735975058.150236-11602-270757847403268/ /root/.ansible/tmp/ansible-tmp-1735975058.150236-11602-270757847403268/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.8.22> (0, b'', b'') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' -tt 10.31.8.22 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735975058.150236-11602-270757847403268/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.8.22> (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-04 02:16:53 EST", "ExecMainStartTimestampMonotonic": "292652540", "ExecMainExitTimestamp": "Sat 2025-01-04 02:17:12 EST", "ExecMainExitTimestampMonotonic": "311175445", "ExecMainPID": "20414", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2025-01-04 02:16:53 EST] ; stop_time=[Sat 2025-01-04 02:17:12 EST] ; pid=20414 ; 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-04 02:16:53 EST] ; stop_time=[Sat 2025-01-04 02:16:53 EST] ; pid=20405 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "system.slice network-online.target network.target remote-fs.target basic.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-04 02:17:12 EST", "StateChangeTimestampMonotonic": "311175849", "InactiveExitTimestamp": "Sat 2025-01-04 02:16:53 EST", "InactiveExitTimestampMonotonic": "292652572", "ActiveEnterTimestamp": "Sat 2025-01-04 02:17:12 EST", "ActiveEnterTimestampMonotonic": "311175849", "ActiveExitTimestamp": "Sat 2025-01-04 02:16:53 EST", "ActiveExitTimestampMonotonic": "292628858", "InactiveEnterTimestamp": "Sat 2025-01-04 02:16:53 EST", "InactiveEnterTimestampMonotonic": "292650662", "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-04 02:16:53 EST", "ConditionTimestampMonotonic": "292651628", "AssertTimestamp": "Sat 2025-01-04 02:16:53 EST", "AssertTimestampMonotonic": "292651649", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "81b7bcb8fbc64a6dbabdc86158195727", "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.8.22 closed.\r\n') <10.31.8.22> ESTABLISH SSH CONNECTION FOR USER: None <10.31.8.22> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/bdfdff43cb"' 10.31.8.22 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735975058.150236-11602-270757847403268/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.22> (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-04 02:17:12 EST", "ActiveEnterTimestampMonotonic": "311175849", "ActiveExitTimestamp": "Sat 2025-01-04 02:16:53 EST", "ActiveExitTimestampMonotonic": "292628858", "ActiveState": "active", "After": "system.slice network-online.target network.target remote-fs.target basic.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-04 02:16:53 EST", "AssertTimestampMonotonic": "292651649", "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-04 02:16:53 EST", "ConditionTimestampMonotonic": "292651628", "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-04 02:17:12 EST", "ExecMainExitTimestampMonotonic": "311175445", "ExecMainPID": "20414", "ExecMainStartTimestamp": "Sat 2025-01-04 02:16:53 EST", "ExecMainStartTimestampMonotonic": "292652540", "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-04 02:16:53 EST] ; stop_time=[Sat 2025-01-04 02:17:12 EST] ; pid=20414 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2025-01-04 02:16:53 EST] ; stop_time=[Sat 2025-01-04 02:16:53 EST] ; pid=20405 ; 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-04 02:16:53 EST", "InactiveEnterTimestampMonotonic": "292650662", "InactiveExitTimestamp": "Sat 2025-01-04 02:16:53 EST", "InactiveExitTimestampMonotonic": "292652572", "InvocationID": "81b7bcb8fbc64a6dbabdc86158195727", "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-04 02:17:12 EST", "StateChangeTimestampMonotonic": "311175849", "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 04 January 2025 02:17:38 -0500 (0:00:00.475) 0:00:15.304 ****** =============================================================================== fedora.linux_system_roles.kdump : Install required packages ------------- 3.58s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.13s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gather facts from localhost --------------------------------------------- 0.89s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.79s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.75s /tmp/collections-bbe/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-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.57s /tmp/collections-bbe/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.55s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.55s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.55s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.50s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.49s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.48s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Restart kdump ------------------------- 0.48s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.39s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Cleanup kdump_path ------------------------------------------------------ 0.39s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.38s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists --- 0.38s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 fedora.linux_system_roles.kdump : Fetch the servers public key ---------- 0.38s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel --- 0.38s /tmp/collections-bbe/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 04 January 2025 02:17:38 -0500 (0:00:16.202) 0:00:51.586 ****** =============================================================================== fedora.linux_system_roles.kdump : Restart kdump ------------------------ 19.81s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Run ansible-playbook with tests_ssh.yml in check mode ------------------ 16.20s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 fedora.linux_system_roles.kdump : Install required packages ------------- 3.06s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.13s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Gather facts from managed-node3 ----------------------------------------- 0.80s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Gathering Facts --------------------------------------------------------- 0.76s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gathering Facts --------------------------------------------------------- 0.75s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.72s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Create static inventory from hostvars ----------------------------------- 0.71s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.71s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.71s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.54s /tmp/collections-bbe/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.49s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.49s /tmp/collections-bbe/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.48s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.48s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.43s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Create temporary file --------------------------------------------------- 0.38s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.36s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Cleanup kdump_path ------------------------------------------------------ 0.36s /tmp/collections-bbe/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94