ansible-playbook [core 2.16.13] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-3FR 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.4 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-3FR/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-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Saturday 16 November 2024 02:20:20 -0500 (0:00:00.011) 0:00:00.011 ***** ok: [managed-node3] TASK [Create temporary file] *************************************************** task path: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7 Saturday 16 November 2024 02:20:21 -0500 (0:00:01.118) 0:00:01.129 ***** changed: [managed-node3 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.tp860o0g.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-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 Saturday 16 November 2024 02:20:21 -0500 (0:00:00.313) 0:00:01.443 ***** changed: [managed-node3 -> localhost] => { "changed": true, "checksum": "ac6b706e67e9cbcc08d6c7ecd9cabdb557308365", "dest": "/tmp/ansible.tp860o0g.inventory.yaml", "gid": 0, "group": "root", "md5sum": "abf630bd69cd3188465a75fc9ba750b4", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 32844, "src": "/root/.ansible/tmp/ansible-tmp-1731741621.7339244-9723-168737386748572/source", "state": "file", "uid": 0 } PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 16 November 2024 02:20:22 -0500 (0:00:00.651) 0:00:02.094 ***** ok: [managed-node3] TASK [Gather facts from managed-node3] ***************************************** task path: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 16 November 2024 02:20:23 -0500 (0:00:00.780) 0:00:02.875 ***** ok: [managed-node3] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 16 November 2024 02:20:23 -0500 (0:00:00.824) 0:00:03.700 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 16 November 2024 02:20:23 -0500 (0:00:00.013) 0:00:03.713 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 16 November 2024 02:20:23 -0500 (0:00:00.006) 0:00:03.719 ***** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 16 November 2024 02:20:24 -0500 (0:00:00.031) 0:00:03.751 ***** included: /tmp/collections-3FR/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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 16 November 2024 02:20:24 -0500 (0:00:00.020) 0:00:03.772 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 16 November 2024 02:20:24 -0500 (0:00:00.035) 0:00:03.807 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 16 November 2024 02:20:24 -0500 (0:00:00.381) 0:00:04.189 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 16 November 2024 02:20:24 -0500 (0:00:00.022) 0:00:04.211 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 16 November 2024 02:20:24 -0500 (0:00:00.030) 0:00:04.242 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 16 November 2024 02:20:27 -0500 (0:00:03.345) 0:00:07.587 ***** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-11-16 02:20:01 EST", "ActiveEnterTimestampMonotonic": "431462721", "ActiveExitTimestamp": "Sat 2024-11-16 02:19:45 EST", "ActiveExitTimestampMonotonic": "415100940", "ActiveState": "active", "After": "network.target systemd-journald.socket network-online.target system.slice remote-fs.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-11-16 02:19:45 EST", "AssertTimestampMonotonic": "415127477", "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 2024-11-16 02:19:45 EST", "ConditionTimestampMonotonic": "415127412", "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 2024-11-16 02:20:01 EST", "ExecMainExitTimestampMonotonic": "431462198", "ExecMainPID": "8434", "ExecMainStartTimestamp": "Sat 2024-11-16 02:19:45 EST", "ExecMainStartTimestampMonotonic": "415128579", "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 2024-11-16 02:19:45 EST] ; stop_time=[Sat 2024-11-16 02:20:01 EST] ; pid=8434 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:19:45 EST] ; stop_time=[Sat 2024-11-16 02:19:45 EST] ; pid=8425 ; 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 2024-11-16 02:19:45 EST", "InactiveEnterTimestampMonotonic": "415126284", "InactiveExitTimestamp": "Sat 2024-11-16 02:19:45 EST", "InactiveExitTimestampMonotonic": "415128626", "InvocationID": "c41c21b68104423b848d2308e5bdeb8c", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[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 2024-11-16 02:20:01 EST", "StateChangeTimestampMonotonic": "431462721", "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": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.kdump : Include SSH tasks] ********************* task path: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 16 November 2024 02:20:28 -0500 (0:00:00.765) 0:00:08.353 ***** included: /tmp/collections-3FR/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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 16 November 2024 02:20:28 -0500 (0:00:00.085) 0:00:08.438 ***** changed: [managed-node3] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": "0:00:00.213780", "end": "2024-11-16 02:20:29.346101", "rc": 0, "start": "2024-11-16 02:20:29.132321" } 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:dmpikluaFhx2uUmyA53H4le/WJ7MGjP5PgG5TC61rx8 root@managed-node3 The key's randomart image is: +---[RSA 3072]----+ | | | | | . o . . | | . B * * | | = O OS=. | | *.=.=++ | | o++.BBE+ | | .B o.=O. | | .+ o=+. | +----[SHA256]-----+ TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 16 November 2024 02:20:29 -0500 (0:00:00.679) 0:00:09.118 ***** ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDdjlSUzUzZ1NCTUI2ZG5lWkpWaHRXYWdRbmluUTdFdHFWN2dvaC9rU296TlE5amdUQW1DWDhtc1dYRkd4UVpHRDU2aUllSlVYbk9vSWNqcExpUkR4RXJZSU5PSkNZc01TY2E5VXVFSDhrelkxeHdhM21HQUoxeUhSQ2R5QTZPNzVCRjlBRGVQM3l4b09VZTNDSXVtYWo1V0VyZEcvRnRTcWpZdkV6ZXlIbWt1VUVIZEt2OU5NQlQ1VWxka3ZpTFdPai9lRGtiS0V5cmZUS1RBV2xoWk9GNnU4RlNRN2FUTU1rNU41aXdzQlpIOHppeC9mTjM4aDJxNWNNZCttd2NzWjYzRFdLK3A2MFFjYk0rK3RYMlNqYVYyWldXV2lHWCtxNXZSVGFQdmNiMENSMzVoNDVlbHYrQ0pUWEVMUEQ0eXV1clpLODFDZHU4L0ZzRDl1VEtaUnpPNmx1UVM0Y05STVM2d0g0bjhwYmlkeHRoOVRESktVa3FFRkhMVXlMMWlUd3BSZVRZRExJajNXYXdxOTZ4czdRdG10QUZzdlZsVzZiemp2M2xVUG5jKzMvajh6SWY1R1I3MTdNVFBLN0szRjNQd2ZtZ3ZueHYrNjB6WVRvUkw2YmtXTXk5UC9NcS9lZU94UnZYSGJsckxwVjhIb3Q2Nk9iNUR2eFZUdkk0OWM9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "encoding": "base64", "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 16 November 2024 02:20:29 -0500 (0:00:00.471) 0:00:09.590 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 16 November 2024 02:20:30 -0500 (0:00:00.601) 0:00:10.191 ***** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1731741187.4072495, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1731741629.3445754, "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": 1731741629.3445754, "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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 16 November 2024 02:20:30 -0500 (0:00:00.391) 0:00:10.583 ***** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1731741475.1711106, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1731741187.4072495, "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": 1731741187.4062495, "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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 16 November 2024 02:20:31 -0500 (0:00:00.401) 0:00:10.985 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 16 November 2024 02:20:31 -0500 (0:00:00.510) 0:00:11.495 ***** changed: [managed-node3] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 16 November 2024 02:20:32 -0500 (0:00:00.502) 0:00:11.997 ***** ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEV3NZMDZDMEtiWFpUS3pMOFg2UjNVNmsyY2tMb2RSR1B2c0NqbVZSdWh5Rm1sNUhQNm1ORk1uSis0UGd3Y0lrR25XOWJHUHdWZ2FwNWxkcllNMXlZam9ZK3JwNTV0bmxFOEVYY3JWQUQ0dEZYOUErdlBZRFE3NVVZaEZFZDM0V29TU3RmSVI5ODdIUCs5dDZiTkh5SmtQOXRwY0hyb09EaE8vUGxZTUprY0p1YVNWL3l0OW5ERXIydHRaR1lwY2xCTTZSbjhGOUxxQXRpMHY2dERJYUNOY2g0UUU3OVVhRGQyd09veFBFWUY5MnBPZXdPZFAxV1BCeFpsNzVlYTdVcDlXZEZpVzJkR3IzcElxRjgwek9WcENJTTV0L1lFQ01EcG1kdlI2LzUzazFHVmFGdyszMis0WTl3Rnc1MFRnQW9KTUJKUCt5bG1vcldscXQ3SEtvc1VzK1lpZ1BlVFNGcFlTZUZBVHlHYWZ0U2YrL1M1Q1F3UWlOQzRaSnljZEtqczR6eE5wVVZmV3Z3WUtFZDRYdWljZHZMTGFWZmhjK0gyS3V6dlU0TWdsSmhlaDgxZzh1Q1lCV2V3ZWZoZDdrSytBWVl5YW12aWtqUWxESk5uY2NuS2FjZ2NxS1psZ0RNQ24rL01weGhQbVlWSENBSzVBVVhLOWpFaVNMYjJBbk09IHJvb3RAaXAtMTAtMzEtNDItNDYudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 16 November 2024 02:20:32 -0500 (0:00:00.355) 0:00:12.352 ***** changed: [managed-node3] => { "changed": true, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.42.46 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWsY06C0KbXZTKzL8X6R3U6k2ckLodRGPvsCjmVRuhyFml5HP6mNFMnJ+4PgwcIkGnW9bGPwVgap5ldrYM1yYjoY+rp55tnlE8EXcrVAD4tFX9A+vPYDQ75UYhFEd34WoSStfIR987HP+9t6bNHyJkP9tpcHroODhO/PlYMJkcJuaSV/yt9nDEr2ttZGYpclBM6Rn8F9LqAti0v6tDIaCNch4QE79UaDd2wOoxPEYF92pOewOdP1WPBxZl75ea7Up9WdFiW2dGr3pIqF80zOVpCIM5t/YECMDpmdvR6/53k1GVaFw+32+4Y9wFw50TgAoJMBJP+ylmorWlqt7HKosUs+YigPeTSFpYSeFATyGaftSf+/S5CQwQiNC4ZJycdKjs4zxNpUVfWvwYKEd4XuicdvLLaVfhc+H2KuzvU4MglJheh81g8uCYBWewefhd7kK+AYYyamvikjQlDJNnccnKacgcqKZlgDMCn+/MpxhPmYVHCAK5AUXK9jEiSLb2AnM= root@ip-10-31-42-46.us-east-1.aws.redhat.com\n", "mode": "0644", "name": "10.31.42.46", "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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 16 November 2024 02:20:33 -0500 (0:00:00.512) 0:00:12.865 ***** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1731741585.0567412, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5eea1b4829897f2843bafdff6b482ed722029483", "ctime": 1731741583.3078268, "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": 1731741583.015841, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 77, "uid": 0, "version": "3611637154", "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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 16 November 2024 02:20:33 -0500 (0:00:00.367) 0:00:13.232 ***** Notification for handler Restart kdump has been saved. changed: [managed-node3] => { "backup_file": "/etc/kdump.conf.16238.2024-11-16@02:20:34~", "changed": true, "checksum": "81020ddc9b6e7d77218ae895bfeb21d1f91b4e0e", "dest": "/etc/kdump.conf", "gid": 0, "group": "root", "md5sum": "969b519c9957cc73cb53a2a4acb8d251", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 103, "src": "/root/.ansible/tmp/ansible-tmp-1731741633.566064-10172-43870760373765/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 16 November 2024 02:20:34 -0500 (0:00:00.753) 0:00:13.985 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 16 November 2024 02:20:34 -0500 (0:00:00.351) 0:00:14.336 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 16 November 2024 02:20:34 -0500 (0:00:00.035) 0:00:14.372 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 16 November 2024 02:20:34 -0500 (0:00:00.031) 0:00:14.404 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 16 November 2024 02:20:34 -0500 (0:00:00.031) 0:00:14.435 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 16 November 2024 02:20:34 -0500 (0:00:00.033) 0:00:14.468 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 16 November 2024 02:20:34 -0500 (0:00:00.029) 0:00:14.497 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 16 November 2024 02:20:34 -0500 (0:00:00.034) 0:00:14.532 ***** ok: [managed-node3] => { "changed": false, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-11-16 02:20:01 EST", "ActiveEnterTimestampMonotonic": "431462721", "ActiveExitTimestamp": "Sat 2024-11-16 02:19:45 EST", "ActiveExitTimestampMonotonic": "415100940", "ActiveState": "active", "After": "network.target systemd-journald.socket network-online.target system.slice remote-fs.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-11-16 02:19:45 EST", "AssertTimestampMonotonic": "415127477", "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 2024-11-16 02:19:45 EST", "ConditionTimestampMonotonic": "415127412", "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 2024-11-16 02:20:01 EST", "ExecMainExitTimestampMonotonic": "431462198", "ExecMainPID": "8434", "ExecMainStartTimestamp": "Sat 2024-11-16 02:19:45 EST", "ExecMainStartTimestampMonotonic": "415128579", "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 2024-11-16 02:19:45 EST] ; stop_time=[Sat 2024-11-16 02:20:01 EST] ; pid=8434 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:19:45 EST] ; stop_time=[Sat 2024-11-16 02:19:45 EST] ; pid=8425 ; 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 2024-11-16 02:19:45 EST", "InactiveEnterTimestampMonotonic": "415126284", "InactiveExitTimestamp": "Sat 2024-11-16 02:19:45 EST", "InactiveExitTimestampMonotonic": "415128626", "InvocationID": "c41c21b68104423b848d2308e5bdeb8c", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[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 2024-11-16 02:20:01 EST", "StateChangeTimestampMonotonic": "431462721", "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": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Cleanup kdump_path] ****************************************************** task path: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 16 November 2024 02:20:35 -0500 (0:00:00.508) 0:00:15.041 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 16 November 2024 02:20:35 -0500 (0:00:00.370) 0:00:15.411 ***** changed: [managed-node3] => { "changed": true, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-11-16 02:20:01 EST", "ActiveEnterTimestampMonotonic": "431462721", "ActiveExitTimestamp": "Sat 2024-11-16 02:19:45 EST", "ActiveExitTimestampMonotonic": "415100940", "ActiveState": "active", "After": "network.target systemd-journald.socket network-online.target system.slice remote-fs.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-11-16 02:19:45 EST", "AssertTimestampMonotonic": "415127477", "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 2024-11-16 02:19:45 EST", "ConditionTimestampMonotonic": "415127412", "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 2024-11-16 02:20:01 EST", "ExecMainExitTimestampMonotonic": "431462198", "ExecMainPID": "8434", "ExecMainStartTimestamp": "Sat 2024-11-16 02:19:45 EST", "ExecMainStartTimestampMonotonic": "415128579", "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 2024-11-16 02:19:45 EST] ; stop_time=[Sat 2024-11-16 02:20:01 EST] ; pid=8434 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:19:45 EST] ; stop_time=[Sat 2024-11-16 02:19:45 EST] ; pid=8425 ; 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 2024-11-16 02:19:45 EST", "InactiveEnterTimestampMonotonic": "415126284", "InactiveExitTimestamp": "Sat 2024-11-16 02:19:45 EST", "InactiveExitTimestampMonotonic": "415128626", "InvocationID": "c41c21b68104423b848d2308e5bdeb8c", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[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 2024-11-16 02:20:01 EST", "StateChangeTimestampMonotonic": "431462721", "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": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } PLAY [Run tests_ssh.yml in check_mode] ***************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Saturday 16 November 2024 02:20:57 -0500 (0:00:21.715) 0:00:37.127 ***** ok: [managed-node3] TASK [Run ansible-playbook with tests_ssh.yml in check mode] ******************* task path: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 Saturday 16 November 2024 02:20:58 -0500 (0:00:00.792) 0:00:37.920 ***** ok: [managed-node3 -> localhost] => { "changed": false, "cmd": [ "ansible-playbook", "-vvv", "-i", "/tmp/ansible.tp860o0g.inventory.yaml", "--check", "tests_ssh.yml" ], "delta": "0:00:18.320719", "end": "2024-11-16 02:21:16.717457", "rc": 0, "start": "2024-11-16 02:20:58.396738" } STDOUT: ansible-playbook [core 2.16.13] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-3FR 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.4 libyaml = True No config file found; using defaults host_list declined parsing /tmp/ansible.tp860o0g.inventory.yaml as it did not pass its verify_file() method script declined parsing /tmp/ansible.tp860o0g.inventory.yaml as it did not pass its verify_file() method Parsed /tmp/ansible.tp860o0g.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-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 16 November 2024 02:20:58 -0500 (0:00:00.009) 0:00:00.009 ***** <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.23> (0, b'/root\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741658.9538338-10402-235335258649415 `" && echo ansible-tmp-1731741658.9538338-10402-235335258649415="` echo /root/.ansible/tmp/ansible-tmp-1731741658.9538338-10402-235335258649415 `" ) && sleep 0'"'"'' <10.31.42.46> (0, b'/root\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741658.9576433-10404-93150879651756 `" && echo ansible-tmp-1731741658.9576433-10404-93150879651756="` echo /root/.ansible/tmp/ansible-tmp-1731741658.9576433-10404-93150879651756 `" ) && sleep 0'"'"'' <10.31.40.234> (0, b'/root\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741658.9590323-10403-146575377066159 `" && echo ansible-tmp-1731741658.9590323-10403-146575377066159="` echo /root/.ansible/tmp/ansible-tmp-1731741658.9590323-10403-146575377066159 `" ) && sleep 0'"'"'' <10.31.44.23> (0, b'ansible-tmp-1731741658.9538338-10402-235335258649415=/root/.ansible/tmp/ansible-tmp-1731741658.9538338-10402-235335258649415\n', b'') <10.31.42.46> (0, b'ansible-tmp-1731741658.9576433-10404-93150879651756=/root/.ansible/tmp/ansible-tmp-1731741658.9576433-10404-93150879651756\n', b'') <10.31.40.234> (0, b'ansible-tmp-1731741658.9590323-10403-146575377066159=/root/.ansible/tmp/ansible-tmp-1731741658.9590323-10403-146575377066159\n', b'') Attempting python interpreter discovery <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None Attempting python interpreter discovery <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/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'"'"'' <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/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.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/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'"'"'' <10.31.44.23> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/bin/python3\n/usr/libexec/platform-python\nENDFOUND\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.42.46> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/bin/python3\n/usr/libexec/platform-python\nENDFOUND\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.40.234> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/bin/python3\n/usr/libexec/platform-python\nENDFOUND\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.44.23> (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.44.23> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpovblxrtc TO /root/.ansible/tmp/ansible-tmp-1731741658.9538338-10402-235335258649415/AnsiballZ_setup.py <10.31.44.23> 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/b0b222945a"' '[10.31.44.23]' <10.31.42.46> (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.42.46> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp3w7xw1qc TO /root/.ansible/tmp/ansible-tmp-1731741658.9576433-10404-93150879651756/AnsiballZ_setup.py <10.31.42.46> 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/669f10b8f2"' '[10.31.42.46]' <10.31.40.234> (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.40.234> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpxi385d73 TO /root/.ansible/tmp/ansible-tmp-1731741658.9590323-10403-146575377066159/AnsiballZ_setup.py <10.31.40.234> 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/d2aa9394c3"' '[10.31.40.234]' <10.31.44.23> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpovblxrtc /root/.ansible/tmp/ansible-tmp-1731741658.9538338-10402-235335258649415/AnsiballZ_setup.py\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741658.9538338-10402-235335258649415/ /root/.ansible/tmp/ansible-tmp-1731741658.9538338-10402-235335258649415/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.42.46> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp3w7xw1qc /root/.ansible/tmp/ansible-tmp-1731741658.9576433-10404-93150879651756/AnsiballZ_setup.py\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741658.9576433-10404-93150879651756/ /root/.ansible/tmp/ansible-tmp-1731741658.9576433-10404-93150879651756/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' -tt 10.31.44.23 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741658.9538338-10402-235335258649415/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' -tt 10.31.42.46 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741658.9576433-10404-93150879651756/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.234> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpxi385d73 /root/.ansible/tmp/ansible-tmp-1731741658.9590323-10403-146575377066159/AnsiballZ_setup.py\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741658.9590323-10403-146575377066159/ /root/.ansible/tmp/ansible-tmp-1731741658.9590323-10403-146575377066159/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' -tt 10.31.40.234 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741658.9590323-10403-146575377066159/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.44.23> (0, b'\r\n{"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBANICvycrXXus+zNmajZFiGaxWBzxRJW6XpHwtBoWJfQgiqxHgbm6+TWGv8yUL6/iPzh+odbKRMxJxf14yZOBK1JCBcV5kuSOxH/sgnyxHVRuK64XURFXCQmXwZuZEEw7oEuM/zHl7MHWRPfLIQGmTBs78XLYGryoBcYQ3cseV4EDAAAAFQDhloQSZ4xItyduP4xhLHzfH4zNfwAAAIEAqJsGUtWXQgaj1O5+fjFj8+icmcmkYsQfj+cuiYTZENvWI2seA4vxVkuygz0BFSP0+XuRPGqpYTHMjn2EzrQI40fSeNGXHSaEPy9xJjlpk+gTCYa3/8zOr00xNXSIbUPGVQvdKNqvTKb37N4Mhw0jE3JEVsYVBkLvKGasAGkYvZMAAACAGXxtZOq28RkE5j0Rpkpm0+lAJzYOW7lMJ7I6t4l8wTRZ15PvTjU8jKbAoHTw9G8kDjTHxUCpgwUzq7u+pBiflLNRpg/CENvjSjapwHoybUr1MZLU+TwchzudLcsLwGc7NG3FgaH3j4hZmZW2rbz1x4S+IzG3kRjJ8ynhmwYnSyg=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDV2Ysw7H7yTtN0eVfzvPuyvW5ZwYvVMrz1YV7kxhqj+zc2ckrW70OrU8w3hPY0SwMN7vAu0cMsW2c0isQl5Gih1cqP70JV80KcZFGKIdMr/sEPbXAaHmxeWi03TJTwnD1Czxeo9OB/5Qcfi+IZlLOLlgtKJKhXpU75Cn7X1sAl89CiunG2CcV7qDhOfHMB4FYMxst8KlpCdchRBsOSuebSPfLSe0fVe+r7CseQunCi0U1vtfqjrnQxK5S3zvz1rHNuRT/faPy2adkxCNuhqQ1wvUPkrc5eNJfMNvl5W1IGj2vbSXELiyyl6Oj+QTUh15su9aybGiVvuh9lVnacJOg6T1wp2HralvLcl9qtQtAbkfAfJbeYsgzcoHVHwN1GK5gAuc/4trwPhiXMEzD5vHxl4zrDPtyceROQALvV7eXoNLJTBLis9FI21Q2u/tDkBuUziy0QbMhwjkj9bi2w9O8BDLWdFZvWLmIPTw6/ND+JzKbXsGhsvk68rHnstAlNXNM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHBuvrZHa6P0ZgLBruSBop3gPrRLAr61/LJhHsP3H7SVqC7CjwGE3zN9ayO2xIw1GMUEZ044XctWFT6WhJ3DHno=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAINDhl5/KDIpSAXO6yaOxn2OWLQy9dSWOpYDfxGZnm/pO", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "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_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_iscsi_iqn": "", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "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": "1dc99e0110694ef8a7eb6fa641d05303", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.46.84 44188 10.31.44.23 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "6", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.46.84 44188 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_fips": false, "ansible_hostnqn": "", "ansible_fibre_channel_wwn": [], "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_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": "ec20a0ee-c62d-8e27-e470-5b56d2429b95", "ansible_product_uuid": "ec20a0ee-c62d-8e27-e470-5b56d2429b95", "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": 489, "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": 263560380416, "block_size": 4096, "block_total": 65533179, "block_available": 64345796, "block_used": 1187383, "inode_total": 131071472, "inode_available": 130996224, "inode_used": 75248, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_pkg_mgr": "dnf", "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": "02:52:ae:5b:08:d5", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.44.23", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::52:aeff:fe5b:8d5", "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.44.1", "interface": "eth0", "address": "10.31.44.23", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:52:ae:5b:08:d5", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.44.23"], "ansible_all_ipv6_addresses": ["fe80::52:aeff:fe5b:8d5"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.44.23", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::52:aeff:fe5b:8d5"]}, "ansible_lsb": {}, "ansible_is_chroot": false, "ansible_local": {}, "ansible_apparmor": {"status": "disabled"}, "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_date_time": {"year": "2024", "month": "11", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "46", "day": "16", "hour": "02", "minute": "20", "second": "59", "epoch": "1731741659", "epoch_int": "1731741659", "date": "2024-11-16", "time": "02:20:59", "iso8601_micro": "2024-11-16T07:20:59.941839Z", "iso8601": "2024-11-16T07:20:59Z", "iso8601_basic": "20241116T022059941839", "iso8601_basic_short": "20241116T022059", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "ansible_loadavg": {"1m": 1.09, "5m": 0.52, "15m": 0.21}, "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.44.23 closed.\r\n') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741658.9538338-10402-235335258649415/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.46> (0, b'\r\n{"ansible_facts": {"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_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.46.84 34274 10.31.42.46 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "6", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.46.84 34274 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_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAIeG6uS7kIqbfav30PFrwZPS4d+5aAs4d1gqENox2FZWdtNGxJBfKDNzRKUtocbIepwl0VeOkrcKeAEPo0NBYQ4P73rR5yBHusIKnVIXG4uGZIQoTW8LLobjRy3agEQ30YIZVSuq6rBmzed7xD0ihsc/96XWoAJLAiqBvEI9TM7FAAAAFQDyLVzP87tMViqxW/n6QEjybRO4wwAAAIBqiRad4rLKxP1reyNOO8/pBJg0tHkbMRJVRQJgQPeZ9W3kJJEDtdCfp6ttyby9ciwDfQB27FPPorYkIRiY6oRzo5aEuUP53AX+84uBtidFdq0WtyS1PTjKuZ9blyJ2fzA+bstp2cEqeMSLK3VVRiotRV0xvjkBIKpdXOxkzQEpSwAAAIBTL13Q9vwnuc2A+Aru3gsqcXlWVxdlDeEtk+XuZJDcFmlNk0ObdyswdM8WJVnz7m6CwtZ8BR//kJICndgiNpQ7b0yml63k6biXJIDJYSONGN883aa3NsTlRqOySWdEGucD1eF8N5co68UtRnnAF/+dNBJuVdkwE3TjyTzuc8U3Bw==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDWsY06C0KbXZTKzL8X6R3U6k2ckLodRGPvsCjmVRuhyFml5HP6mNFMnJ+4PgwcIkGnW9bGPwVgap5ldrYM1yYjoY+rp55tnlE8EXcrVAD4tFX9A+vPYDQ75UYhFEd34WoSStfIR987HP+9t6bNHyJkP9tpcHroODhO/PlYMJkcJuaSV/yt9nDEr2ttZGYpclBM6Rn8F9LqAti0v6tDIaCNch4QE79UaDd2wOoxPEYF92pOewOdP1WPBxZl75ea7Up9WdFiW2dGr3pIqF80zOVpCIM5t/YECMDpmdvR6/53k1GVaFw+32+4Y9wFw50TgAoJMBJP+ylmorWlqt7HKosUs+YigPeTSFpYSeFATyGaftSf+/S5CQwQiNC4ZJycdKjs4zxNpUVfWvwYKEd4XuicdvLLaVfhc+H2KuzvU4MglJheh81g8uCYBWewefhd7kK+AYYyamvikjQlDJNnccnKacgcqKZlgDMCn+/MpxhPmYVHCAK5AUXK9jEiSLb2AnM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK6LLgqzE0TkKuQKLcpdFift+HhTFIwjIdoYoOjG/lNAZNSk9hszBlnvuWoMjSuLwePcfw8lCFCx6EX/TkirWnM=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIEsUcx9R3is7vubpOjUR0Wl+XcEDvWlvDvAoxPiDleIl", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_is_chroot": false, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_fibre_channel_wwn": [], "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node3", "ansible_hostname": "managed-node3", "ansible_nodename": "managed-node3", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "6ec155f995834158b928a96e78e12699", "ansible_date_time": {"year": "2024", "month": "11", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "46", "day": "16", "hour": "02", "minute": "20", "second": "59", "epoch": "1731741659", "epoch_int": "1731741659", "date": "2024-11-16", "time": "02:20:59", "iso8601_micro": "2024-11-16T07:20:59.706469Z", "iso8601": "2024-11-16T07:20:59Z", "iso8601_basic": "20241116T022059706469", "iso8601_basic_short": "20241116T022059", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "ansible_fips": false, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_local": {}, "ansible_hostnqn": "", "ansible_lsb": {}, "ansible_loadavg": {"1m": 1.15, "5m": 0.45, "15m": 0.19}, "ansible_apparmor": {"status": "disabled"}, "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_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2826, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 713, "free": 2826}, "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.2.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": "ec2ce425-5aa2-4c79-5e85-ddf6e4532399", "ansible_product_uuid": "ec2ce425-5aa2-4c79-5e85-ddf6e4532399", "ansible_product_version": "4.2.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": 489, "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": 263560368128, "block_size": 4096, "block_total": 65533179, "block_available": 64345793, "block_used": 1187386, "inode_total": 131071472, "inode_available": 130996224, "inode_used": 75248, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_service_mgr": "systemd", "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:33:50:8a:83:23", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.42.46", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::c33:50ff:fe8a:8323", "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": "off [requested 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": "off [requested 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.40.1", "interface": "eth0", "address": "10.31.42.46", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:33:50:8a:83:23", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.42.46"], "ansible_all_ipv6_addresses": ["fe80::c33:50ff:fe8a:8323"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.42.46", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::c33:50ff:fe8a:8323"]}, "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.42.46 closed.\r\n') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741658.9576433-10404-93150879651756/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') ok: [managed-node1] <10.31.42.46> (0, b'', b'') ok: [managed-node3] <10.31.40.234> (0, b'\r\n{"ansible_facts": {"ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node2", "ansible_hostname": "managed-node2", "ansible_nodename": "managed-node2", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "221e10b63dcb40328a22ef9e43a3d433", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_is_chroot": false, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAP5S8SJjG/bXpi6r1IV/4wmQXRHubMcWGqjiIU7a6B6Qli7UhyVzBG0hj5DmKDh6mThOUpfk1xYimqCwklltTOXundLsqd84hOuWt/BYnsTfE2yORWuUMafcRdzV37lb2U1f1pk4vBXIsUGbVK/KJcgy5hSiHHDAfrwhP9JQD6/RAAAAFQDIgUY91ihxhJBUzX7BhpFCtiuzbQAAAIAmodwVGXDHPG07wa5ezkP+PkUVbWWtR2FIa4CfZEA//i6IWBjVOeRzBOp8FKYSvUDAl8avEIkMS5gJCfIcwPyDYzEa0M2Z8gH+tykna51NpMgrvZ91gH2omV69MazjUqzD+U564qQGaAXXmpZifGQRZs0E6vxo/H19I8uSsNqjYQAAAIEAtmR5p5+8g8zfeLnAEXPiF38M8g2UA1hmT06Ebt6Wwj216MKyBoxoKTrD5r4yl65GynA6kPZzyJ+9/Mx/RpNWnpxKUSL3QkqPRU0cRMoPCh7Yf+rNptg+95NJzfRYfDKsT7ucgzLisVv9uBtW6GMYjFYKScCCDXlVKTmaH11SQ/A=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC1joHe/KaFuJePGnXgC9Gx2pLNYHF8fHmHyBmOBfqhRLRzNsVXCuD405KPM9ScU+aCUfznvZM5lMrrFK4GP1yit3JSTcUVf0/up915dDr58K2rcF5swVG3C2I2aooewQ4Yz81QZkNxeNwkHmr/yGf0VBozqz1zMoIuDiXQvu0fkswwBa6mBfjV42H5Per/Cpe01cqUzCGtE6Vo3jLyLhBO52dcC4hZbkvTty+1/b4ZS2pCbfKeD/UbgrjKAPIdochT5oIkOiUv6Wy5qqHvqHT7VC7YuQSUkHPTJij7CqIm7xzSXYArMRWrnW8G+XC8HewaeIbWMMgCRCEUSizFq1fXS9gxMiprX0cQMmotbOameX0IqmpAO8VT3Dyh3fr07djVKLHf68cULzIGY1M91d3R1ugmsapu2I6M/hfQ4WZek4FFfueJf1jSOQyxJwQN6q40Rjw0kaIbfG1ghtszp6kO7FOsfGfIF2E5azIeU3WkHmvISleSvF1EHsh8tZDNyG0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE8gL+4JXaZJsmD17vo88x+LaFz3jjMmNKcRbFhbNlA1AwuD4MWRMGLEbDtgh5oytGicfqLXLKczfadSQd2LloE=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIEcZDQshVyVz5kn4KvrtVaL/U1/BHHdAgu1f33AIuatT", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_fips": false, "ansible_date_time": {"year": "2024", "month": "11", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "46", "day": "16", "hour": "02", "minute": "20", "second": "59", "epoch": "1731741659", "epoch_int": "1731741659", "date": "2024-11-16", "time": "02:20:59", "iso8601_micro": "2024-11-16T07:20:59.923808Z", "iso8601": "2024-11-16T07:20:59Z", "iso8601_basic": "20241116T022059923808", "iso8601_basic_short": "20241116T022059", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "ansible_hostnqn": "", "ansible_local": {}, "ansible_iscsi_iqn": "", "ansible_fibre_channel_wwn": [], "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_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_loadavg": {"1m": 1.72, "5m": 0.72, "15m": 0.29}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.46.84 41154 10.31.40.234 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "6", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.46.84 41154 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/1", "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_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": "ec2ba5d9-a6c8-ea9d-8823-742b5145c93e", "ansible_product_uuid": "ec2ba5d9-a6c8-ea9d-8823-742b5145c93e", "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": 497, "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": 263559983104, "block_size": 4096, "block_total": 65533179, "block_available": 64345699, "block_used": 1187480, "inode_total": 131071472, "inode_available": 130996212, "inode_used": 75260, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_apparmor": {"status": "disabled"}, "ansible_service_mgr": "systemd", "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:40:f1:ad:c1:9f", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.40.234", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::c40:f1ff:fead:c19f", "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.40.1", "interface": "eth0", "address": "10.31.40.234", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:40:f1:ad:c1:9f", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.40.234"], "ansible_all_ipv6_addresses": ["fe80::c40:f1ff:fead:c19f"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.40.234", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::c40:f1ff:fead:c19f"]}, "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.40.234 closed.\r\n') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741658.9590323-10403-146575377066159/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') ok: [managed-node2] TASK [Gather facts from managed-node1] ***************************************** task path: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 16 November 2024 02:21:00 -0500 (0:00:01.392) 0:00:01.402 ***** <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.23> (0, b'/root\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741660.3456745-10459-260337029036002 `" && echo ansible-tmp-1731741660.3456745-10459-260337029036002="` echo /root/.ansible/tmp/ansible-tmp-1731741660.3456745-10459-260337029036002 `" ) && sleep 0'"'"'' <10.31.40.234> (0, b'/root\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741660.3608763-10460-85348337305119 `" && echo ansible-tmp-1731741660.3608763-10460-85348337305119="` echo /root/.ansible/tmp/ansible-tmp-1731741660.3608763-10460-85348337305119 `" ) && sleep 0'"'"'' <10.31.42.46> (0, b'/root\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741660.3698504-10463-184188128957178 `" && echo ansible-tmp-1731741660.3698504-10463-184188128957178="` echo /root/.ansible/tmp/ansible-tmp-1731741660.3698504-10463-184188128957178 `" ) && sleep 0'"'"'' <10.31.44.23> (0, b'ansible-tmp-1731741660.3456745-10459-260337029036002=/root/.ansible/tmp/ansible-tmp-1731741660.3456745-10459-260337029036002\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.44.23> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpvictmbs1 TO /root/.ansible/tmp/ansible-tmp-1731741660.3456745-10459-260337029036002/AnsiballZ_setup.py <10.31.44.23> 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/b0b222945a"' '[10.31.44.23]' <10.31.40.234> (0, b'ansible-tmp-1731741660.3608763-10460-85348337305119=/root/.ansible/tmp/ansible-tmp-1731741660.3608763-10460-85348337305119\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.40.234> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp1b5jkra2 TO /root/.ansible/tmp/ansible-tmp-1731741660.3608763-10460-85348337305119/AnsiballZ_setup.py <10.31.40.234> 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/d2aa9394c3"' '[10.31.40.234]' <10.31.42.46> (0, b'ansible-tmp-1731741660.3698504-10463-184188128957178=/root/.ansible/tmp/ansible-tmp-1731741660.3698504-10463-184188128957178\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.42.46> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp5n3eydtc TO /root/.ansible/tmp/ansible-tmp-1731741660.3698504-10463-184188128957178/AnsiballZ_setup.py <10.31.42.46> 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/669f10b8f2"' '[10.31.42.46]' <10.31.44.23> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpvictmbs1 /root/.ansible/tmp/ansible-tmp-1731741660.3456745-10459-260337029036002/AnsiballZ_setup.py\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741660.3456745-10459-260337029036002/ /root/.ansible/tmp/ansible-tmp-1731741660.3456745-10459-260337029036002/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' -tt 10.31.44.23 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741660.3456745-10459-260337029036002/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.234> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp1b5jkra2 /root/.ansible/tmp/ansible-tmp-1731741660.3608763-10460-85348337305119/AnsiballZ_setup.py\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741660.3608763-10460-85348337305119/ /root/.ansible/tmp/ansible-tmp-1731741660.3608763-10460-85348337305119/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.42.46> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp5n3eydtc /root/.ansible/tmp/ansible-tmp-1731741660.3698504-10463-184188128957178/AnsiballZ_setup.py\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741660.3698504-10463-184188128957178/ /root/.ansible/tmp/ansible-tmp-1731741660.3698504-10463-184188128957178/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' -tt 10.31.42.46 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741660.3698504-10463-184188128957178/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' -tt 10.31.40.234 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741660.3608763-10460-85348337305119/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.44.23> (0, b'\r\n{"ansible_facts": {"ansible_is_chroot": false, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBANICvycrXXus+zNmajZFiGaxWBzxRJW6XpHwtBoWJfQgiqxHgbm6+TWGv8yUL6/iPzh+odbKRMxJxf14yZOBK1JCBcV5kuSOxH/sgnyxHVRuK64XURFXCQmXwZuZEEw7oEuM/zHl7MHWRPfLIQGmTBs78XLYGryoBcYQ3cseV4EDAAAAFQDhloQSZ4xItyduP4xhLHzfH4zNfwAAAIEAqJsGUtWXQgaj1O5+fjFj8+icmcmkYsQfj+cuiYTZENvWI2seA4vxVkuygz0BFSP0+XuRPGqpYTHMjn2EzrQI40fSeNGXHSaEPy9xJjlpk+gTCYa3/8zOr00xNXSIbUPGVQvdKNqvTKb37N4Mhw0jE3JEVsYVBkLvKGasAGkYvZMAAACAGXxtZOq28RkE5j0Rpkpm0+lAJzYOW7lMJ7I6t4l8wTRZ15PvTjU8jKbAoHTw9G8kDjTHxUCpgwUzq7u+pBiflLNRpg/CENvjSjapwHoybUr1MZLU+TwchzudLcsLwGc7NG3FgaH3j4hZmZW2rbz1x4S+IzG3kRjJ8ynhmwYnSyg=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDV2Ysw7H7yTtN0eVfzvPuyvW5ZwYvVMrz1YV7kxhqj+zc2ckrW70OrU8w3hPY0SwMN7vAu0cMsW2c0isQl5Gih1cqP70JV80KcZFGKIdMr/sEPbXAaHmxeWi03TJTwnD1Czxeo9OB/5Qcfi+IZlLOLlgtKJKhXpU75Cn7X1sAl89CiunG2CcV7qDhOfHMB4FYMxst8KlpCdchRBsOSuebSPfLSe0fVe+r7CseQunCi0U1vtfqjrnQxK5S3zvz1rHNuRT/faPy2adkxCNuhqQ1wvUPkrc5eNJfMNvl5W1IGj2vbSXELiyyl6Oj+QTUh15su9aybGiVvuh9lVnacJOg6T1wp2HralvLcl9qtQtAbkfAfJbeYsgzcoHVHwN1GK5gAuc/4trwPhiXMEzD5vHxl4zrDPtyceROQALvV7eXoNLJTBLis9FI21Q2u/tDkBuUziy0QbMhwjkj9bi2w9O8BDLWdFZvWLmIPTw6/ND+JzKbXsGhsvk68rHnstAlNXNM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHBuvrZHa6P0ZgLBruSBop3gPrRLAr61/LJhHsP3H7SVqC7CjwGE3zN9ayO2xIw1GMUEZ044XctWFT6WhJ3DHno=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAINDhl5/KDIpSAXO6yaOxn2OWLQy9dSWOpYDfxGZnm/pO", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_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_date_time": {"year": "2024", "month": "11", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "46", "day": "16", "hour": "02", "minute": "21", "second": "00", "epoch": "1731741660", "epoch_int": "1731741660", "date": "2024-11-16", "time": "02:21:00", "iso8601_micro": "2024-11-16T07:21:00.729062Z", "iso8601": "2024-11-16T07:21:00Z", "iso8601_basic": "20241116T022100729062", "iso8601_basic_short": "20241116T022100", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "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": "1dc99e0110694ef8a7eb6fa641d05303", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_loadavg": {"1m": 1.0, "5m": 0.51, "15m": 0.2}, "ansible_apparmor": {"status": "disabled"}, "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_hostnqn": "", "ansible_fibre_channel_wwn": [], "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.46.84 44188 10.31.44.23 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "6", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.46.84 44188 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_fips": false, "ansible_pkg_mgr": "dnf", "ansible_lsb": {}, "ansible_local": {}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_iscsi_iqn": "", "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": 2828, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 711, "free": 2828}, "nocache": {"free": 3336, "used": 203}, "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": "ec20a0ee-c62d-8e27-e470-5b56d2429b95", "ansible_product_uuid": "ec20a0ee-c62d-8e27-e470-5b56d2429b95", "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": 490, "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": 263560355840, "block_size": 4096, "block_total": 65533179, "block_available": 64345790, "block_used": 1187389, "inode_total": 131071472, "inode_available": 130996224, "inode_used": 75248, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "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": "02:52:ae:5b:08:d5", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.44.23", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::52:aeff:fe5b:8d5", "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.44.1", "interface": "eth0", "address": "10.31.44.23", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:52:ae:5b:08:d5", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.44.23"], "ansible_all_ipv6_addresses": ["fe80::52:aeff:fe5b:8d5"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.44.23", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::52:aeff:fe5b:8d5"]}, "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.44.23 closed.\r\n') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741660.3456745-10459-260337029036002/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') ok: [managed-node1] <10.31.42.46> (0, b'\r\n{"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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": "6ec155f995834158b928a96e78e12699", "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": "AAAAB3NzaC1kc3MAAACBAIeG6uS7kIqbfav30PFrwZPS4d+5aAs4d1gqENox2FZWdtNGxJBfKDNzRKUtocbIepwl0VeOkrcKeAEPo0NBYQ4P73rR5yBHusIKnVIXG4uGZIQoTW8LLobjRy3agEQ30YIZVSuq6rBmzed7xD0ihsc/96XWoAJLAiqBvEI9TM7FAAAAFQDyLVzP87tMViqxW/n6QEjybRO4wwAAAIBqiRad4rLKxP1reyNOO8/pBJg0tHkbMRJVRQJgQPeZ9W3kJJEDtdCfp6ttyby9ciwDfQB27FPPorYkIRiY6oRzo5aEuUP53AX+84uBtidFdq0WtyS1PTjKuZ9blyJ2fzA+bstp2cEqeMSLK3VVRiotRV0xvjkBIKpdXOxkzQEpSwAAAIBTL13Q9vwnuc2A+Aru3gsqcXlWVxdlDeEtk+XuZJDcFmlNk0ObdyswdM8WJVnz7m6CwtZ8BR//kJICndgiNpQ7b0yml63k6biXJIDJYSONGN883aa3NsTlRqOySWdEGucD1eF8N5co68UtRnnAF/+dNBJuVdkwE3TjyTzuc8U3Bw==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDWsY06C0KbXZTKzL8X6R3U6k2ckLodRGPvsCjmVRuhyFml5HP6mNFMnJ+4PgwcIkGnW9bGPwVgap5ldrYM1yYjoY+rp55tnlE8EXcrVAD4tFX9A+vPYDQ75UYhFEd34WoSStfIR987HP+9t6bNHyJkP9tpcHroODhO/PlYMJkcJuaSV/yt9nDEr2ttZGYpclBM6Rn8F9LqAti0v6tDIaCNch4QE79UaDd2wOoxPEYF92pOewOdP1WPBxZl75ea7Up9WdFiW2dGr3pIqF80zOVpCIM5t/YECMDpmdvR6/53k1GVaFw+32+4Y9wFw50TgAoJMBJP+ylmorWlqt7HKosUs+YigPeTSFpYSeFATyGaftSf+/S5CQwQiNC4ZJycdKjs4zxNpUVfWvwYKEd4XuicdvLLaVfhc+H2KuzvU4MglJheh81g8uCYBWewefhd7kK+AYYyamvikjQlDJNnccnKacgcqKZlgDMCn+/MpxhPmYVHCAK5AUXK9jEiSLb2AnM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK6LLgqzE0TkKuQKLcpdFift+HhTFIwjIdoYoOjG/lNAZNSk9hszBlnvuWoMjSuLwePcfw8lCFCx6EX/TkirWnM=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIEsUcx9R3is7vubpOjUR0Wl+XcEDvWlvDvAoxPiDleIl", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_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_hostnqn": "", "ansible_is_chroot": false, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.46.84 34274 10.31.42.46 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "6", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.46.84 34274 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_fips": false, "ansible_pkg_mgr": "dnf", "ansible_loadavg": {"1m": 1.14, "5m": 0.46, "15m": 0.2}, "ansible_lsb": {}, "ansible_fibre_channel_wwn": [], "ansible_date_time": {"year": "2024", "month": "11", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "46", "day": "16", "hour": "02", "minute": "21", "second": "00", "epoch": "1731741660", "epoch_int": "1731741660", "date": "2024-11-16", "time": "02:21:00", "iso8601_micro": "2024-11-16T07:21:00.819026Z", "iso8601": "2024-11-16T07:21:00Z", "iso8601_basic": "20241116T022100819026", "iso8601_basic_short": "20241116T022100", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "ansible_local": {}, "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.2.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": "ec2ce425-5aa2-4c79-5e85-ddf6e4532399", "ansible_product_uuid": "ec2ce425-5aa2-4c79-5e85-ddf6e4532399", "ansible_product_version": "4.2.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": 490, "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": 263560368128, "block_size": 4096, "block_total": 65533179, "block_available": 64345793, "block_used": 1187386, "inode_total": 131071472, "inode_available": 130996224, "inode_used": 75248, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_service_mgr": "systemd", "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:33:50:8a:83:23", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.42.46", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::c33:50ff:fe8a:8323", "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": "off [requested 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": "off [requested 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.40.1", "interface": "eth0", "address": "10.31.42.46", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:33:50:8a:83:23", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.42.46"], "ansible_all_ipv6_addresses": ["fe80::c33:50ff:fe8a:8323"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.42.46", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::c33:50ff:fe8a:8323"]}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_iscsi_iqn": "", "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.42.46 closed.\r\n') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741660.3698504-10463-184188128957178/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') ok: [managed-node3] <10.31.40.234> (0, b'\r\n{"ansible_facts": {"ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node2", "ansible_hostname": "managed-node2", "ansible_nodename": "managed-node2", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "221e10b63dcb40328a22ef9e43a3d433", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAP5S8SJjG/bXpi6r1IV/4wmQXRHubMcWGqjiIU7a6B6Qli7UhyVzBG0hj5DmKDh6mThOUpfk1xYimqCwklltTOXundLsqd84hOuWt/BYnsTfE2yORWuUMafcRdzV37lb2U1f1pk4vBXIsUGbVK/KJcgy5hSiHHDAfrwhP9JQD6/RAAAAFQDIgUY91ihxhJBUzX7BhpFCtiuzbQAAAIAmodwVGXDHPG07wa5ezkP+PkUVbWWtR2FIa4CfZEA//i6IWBjVOeRzBOp8FKYSvUDAl8avEIkMS5gJCfIcwPyDYzEa0M2Z8gH+tykna51NpMgrvZ91gH2omV69MazjUqzD+U564qQGaAXXmpZifGQRZs0E6vxo/H19I8uSsNqjYQAAAIEAtmR5p5+8g8zfeLnAEXPiF38M8g2UA1hmT06Ebt6Wwj216MKyBoxoKTrD5r4yl65GynA6kPZzyJ+9/Mx/RpNWnpxKUSL3QkqPRU0cRMoPCh7Yf+rNptg+95NJzfRYfDKsT7ucgzLisVv9uBtW6GMYjFYKScCCDXlVKTmaH11SQ/A=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC1joHe/KaFuJePGnXgC9Gx2pLNYHF8fHmHyBmOBfqhRLRzNsVXCuD405KPM9ScU+aCUfznvZM5lMrrFK4GP1yit3JSTcUVf0/up915dDr58K2rcF5swVG3C2I2aooewQ4Yz81QZkNxeNwkHmr/yGf0VBozqz1zMoIuDiXQvu0fkswwBa6mBfjV42H5Per/Cpe01cqUzCGtE6Vo3jLyLhBO52dcC4hZbkvTty+1/b4ZS2pCbfKeD/UbgrjKAPIdochT5oIkOiUv6Wy5qqHvqHT7VC7YuQSUkHPTJij7CqIm7xzSXYArMRWrnW8G+XC8HewaeIbWMMgCRCEUSizFq1fXS9gxMiprX0cQMmotbOameX0IqmpAO8VT3Dyh3fr07djVKLHf68cULzIGY1M91d3R1ugmsapu2I6M/hfQ4WZek4FFfueJf1jSOQyxJwQN6q40Rjw0kaIbfG1ghtszp6kO7FOsfGfIF2E5azIeU3WkHmvISleSvF1EHsh8tZDNyG0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE8gL+4JXaZJsmD17vo88x+LaFz3jjMmNKcRbFhbNlA1AwuD4MWRMGLEbDtgh5oytGicfqLXLKczfadSQd2LloE=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIEcZDQshVyVz5kn4KvrtVaL/U1/BHHdAgu1f33AIuatT", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.46.84 41154 10.31.40.234 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "6", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.46.84 41154 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/1", "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_loadavg": {"1m": 1.72, "5m": 0.72, "15m": 0.29}, "ansible_date_time": {"year": "2024", "month": "11", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "46", "day": "16", "hour": "02", "minute": "21", "second": "00", "epoch": "1731741660", "epoch_int": "1731741660", "date": "2024-11-16", "time": "02:21:00", "iso8601_micro": "2024-11-16T07:21:00.985093Z", "iso8601": "2024-11-16T07:21:00Z", "iso8601_basic": "20241116T022100985093", "iso8601_basic_short": "20241116T022100", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "ansible_apparmor": {"status": "disabled"}, "ansible_iscsi_iqn": "", "ansible_fips": false, "ansible_is_chroot": false, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_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_local": {}, "ansible_hostnqn": "", "ansible_lsb": {}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_fibre_channel_wwn": [], "ansible_pkg_mgr": "dnf", "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:40:f1:ad:c1:9f", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.40.234", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::c40:f1ff:fead:c19f", "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.40.1", "interface": "eth0", "address": "10.31.40.234", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:40:f1:ad:c1:9f", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.40.234"], "ansible_all_ipv6_addresses": ["fe80::c40:f1ff:fead:c19f"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.40.234", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::c40:f1ff:fead:c19f"]}, "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": "ec2ba5d9-a6c8-ea9d-8823-742b5145c93e", "ansible_product_uuid": "ec2ba5d9-a6c8-ea9d-8823-742b5145c93e", "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": 498, "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": 263560056832, "block_size": 4096, "block_total": 65533179, "block_available": 64345717, "block_used": 1187462, "inode_total": 131071472, "inode_available": 130996212, "inode_used": 75260, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.40.234 closed.\r\n') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741660.3608763-10460-85348337305119/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') ok: [managed-node2] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 16 November 2024 02:21:01 -0500 (0:00:01.054) 0:00:02.457 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 16 November 2024 02:21:01 -0500 (0:00:00.037) 0:00:02.495 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 16 November 2024 02:21:01 -0500 (0:00:00.007) 0:00:02.503 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 16 November 2024 02:21:01 -0500 (0:00:00.005) 0:00:02.509 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 16 November 2024 02:21:01 -0500 (0:00:00.008) 0:00:02.517 ***** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 16 November 2024 02:21:01 -0500 (0:00:00.067) 0:00:02.585 ***** included: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for managed-node1, managed-node2, managed-node3 TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 16 November 2024 02:21:01 -0500 (0:00:00.050) 0:00:02.636 ***** 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" } 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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 16 November 2024 02:21:01 -0500 (0:00:00.086) 0:00:02.722 ***** <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.23> (0, b'/root\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741661.6686275-10519-270318298391354 `" && echo ansible-tmp-1731741661.6686275-10519-270318298391354="` echo /root/.ansible/tmp/ansible-tmp-1731741661.6686275-10519-270318298391354 `" ) && sleep 0'"'"'' <10.31.42.46> (0, b'/root\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741661.6876545-10522-168250470864459 `" && echo ansible-tmp-1731741661.6876545-10522-168250470864459="` echo /root/.ansible/tmp/ansible-tmp-1731741661.6876545-10522-168250470864459 `" ) && sleep 0'"'"'' <10.31.40.234> (0, b'/root\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741661.6889458-10520-142653146255556 `" && echo ansible-tmp-1731741661.6889458-10520-142653146255556="` echo /root/.ansible/tmp/ansible-tmp-1731741661.6889458-10520-142653146255556 `" ) && sleep 0'"'"'' <10.31.44.23> (0, b'ansible-tmp-1731741661.6686275-10519-270318298391354=/root/.ansible/tmp/ansible-tmp-1731741661.6686275-10519-270318298391354\n', b'') <10.31.42.46> (0, b'ansible-tmp-1731741661.6876545-10522-168250470864459=/root/.ansible/tmp/ansible-tmp-1731741661.6876545-10522-168250470864459\n', b'') <10.31.40.234> (0, b'ansible-tmp-1731741661.6889458-10520-142653146255556=/root/.ansible/tmp/ansible-tmp-1731741661.6889458-10520-142653146255556\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.44.23> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpybg7hbsn TO /root/.ansible/tmp/ansible-tmp-1731741661.6686275-10519-270318298391354/AnsiballZ_stat.py <10.31.44.23> 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/b0b222945a"' '[10.31.44.23]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.42.46> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpqnnc169m TO /root/.ansible/tmp/ansible-tmp-1731741661.6876545-10522-168250470864459/AnsiballZ_stat.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.42.46> 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/669f10b8f2"' '[10.31.42.46]' <10.31.40.234> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpuq5e7tr7 TO /root/.ansible/tmp/ansible-tmp-1731741661.6889458-10520-142653146255556/AnsiballZ_stat.py <10.31.40.234> 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/d2aa9394c3"' '[10.31.40.234]' <10.31.44.23> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpybg7hbsn /root/.ansible/tmp/ansible-tmp-1731741661.6686275-10519-270318298391354/AnsiballZ_stat.py\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741661.6686275-10519-270318298391354/ /root/.ansible/tmp/ansible-tmp-1731741661.6686275-10519-270318298391354/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.46> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpqnnc169m /root/.ansible/tmp/ansible-tmp-1731741661.6876545-10522-168250470864459/AnsiballZ_stat.py\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741661.6876545-10522-168250470864459/ /root/.ansible/tmp/ansible-tmp-1731741661.6876545-10522-168250470864459/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.234> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpuq5e7tr7 /root/.ansible/tmp/ansible-tmp-1731741661.6889458-10520-142653146255556/AnsiballZ_stat.py\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741661.6889458-10520-142653146255556/ /root/.ansible/tmp/ansible-tmp-1731741661.6889458-10520-142653146255556/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' -tt 10.31.44.23 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741661.6686275-10519-270318298391354/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' -tt 10.31.42.46 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741661.6876545-10522-168250470864459/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' -tt 10.31.40.234 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741661.6889458-10520-142653146255556/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.44.23> (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.44.23 closed.\r\n') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741661.6686275-10519-270318298391354/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.23> (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.42.46> (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.42.46 closed.\r\n') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741661.6876545-10522-168250470864459/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } <10.31.40.234> (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.40.234 closed.\r\n') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741661.6889458-10520-142653146255556/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] *** task path: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 16 November 2024 02:21:02 -0500 (0:00:00.658) 0:00:03.380 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 16 November 2024 02:21:02 -0500 (0:00:00.054) 0:00:03.435 ***** 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-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-node2] => { "changed": false } MSG: All items skipped skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 16 November 2024 02:21:02 -0500 (0:00:00.093) 0:00:03.529 ***** <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.23> (0, b'/root\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741662.517276-10563-155575944782653 `" && echo ansible-tmp-1731741662.517276-10563-155575944782653="` echo /root/.ansible/tmp/ansible-tmp-1731741662.517276-10563-155575944782653 `" ) && sleep 0'"'"'' <10.31.40.234> (0, b'/root\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741662.5265636-10564-70630343245822 `" && echo ansible-tmp-1731741662.5265636-10564-70630343245822="` echo /root/.ansible/tmp/ansible-tmp-1731741662.5265636-10564-70630343245822 `" ) && sleep 0'"'"'' <10.31.42.46> (0, b'/root\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741662.5284882-10565-234511971033738 `" && echo ansible-tmp-1731741662.5284882-10565-234511971033738="` echo /root/.ansible/tmp/ansible-tmp-1731741662.5284882-10565-234511971033738 `" ) && sleep 0'"'"'' <10.31.44.23> (0, b'ansible-tmp-1731741662.517276-10563-155575944782653=/root/.ansible/tmp/ansible-tmp-1731741662.517276-10563-155575944782653\n', b'') <10.31.42.46> (0, b'ansible-tmp-1731741662.5284882-10565-234511971033738=/root/.ansible/tmp/ansible-tmp-1731741662.5284882-10565-234511971033738\n', b'') <10.31.40.234> (0, b'ansible-tmp-1731741662.5265636-10564-70630343245822=/root/.ansible/tmp/ansible-tmp-1731741662.5265636-10564-70630343245822\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 <10.31.42.46> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpcp3pv33q TO /root/.ansible/tmp/ansible-tmp-1731741662.5284882-10565-234511971033738/AnsiballZ_dnf.py <10.31.42.46> 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/669f10b8f2"' '[10.31.42.46]' <10.31.40.234> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpr0hayh8z TO /root/.ansible/tmp/ansible-tmp-1731741662.5265636-10564-70630343245822/AnsiballZ_dnf.py <10.31.40.234> 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/d2aa9394c3"' '[10.31.40.234]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py <10.31.44.23> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp8y1dk0ov TO /root/.ansible/tmp/ansible-tmp-1731741662.517276-10563-155575944782653/AnsiballZ_dnf.py <10.31.44.23> 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/b0b222945a"' '[10.31.44.23]' <10.31.44.23> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp8y1dk0ov /root/.ansible/tmp/ansible-tmp-1731741662.517276-10563-155575944782653/AnsiballZ_dnf.py\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741662.517276-10563-155575944782653/ /root/.ansible/tmp/ansible-tmp-1731741662.517276-10563-155575944782653/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.42.46> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpcp3pv33q /root/.ansible/tmp/ansible-tmp-1731741662.5284882-10565-234511971033738/AnsiballZ_dnf.py\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741662.5284882-10565-234511971033738/ /root/.ansible/tmp/ansible-tmp-1731741662.5284882-10565-234511971033738/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.40.234> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpr0hayh8z /root/.ansible/tmp/ansible-tmp-1731741662.5265636-10564-70630343245822/AnsiballZ_dnf.py\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741662.5265636-10564-70630343245822/ /root/.ansible/tmp/ansible-tmp-1731741662.5265636-10564-70630343245822/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' -tt 10.31.44.23 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741662.517276-10563-155575944782653/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' -tt 10.31.42.46 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741662.5284882-10565-234511971033738/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' -tt 10.31.40.234 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741662.5265636-10564-70630343245822/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.44.23> (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.44.23 closed.\r\n') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741662.517276-10563-155575944782653/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.23> (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.42.46> (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.42.46 closed.\r\n') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741662.5284882-10565-234511971033738/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "nobest": false, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": "present", "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients <10.31.40.234> (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.40.234 closed.\r\n') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741662.5265636-10564-70630343245822/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.234> (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 TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 16 November 2024 02:21:07 -0500 (0:00:05.041) 0:00:08.571 ***** <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.23> (0, b'/root\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741667.5141878-10721-211907210744808 `" && echo ansible-tmp-1731741667.5141878-10721-211907210744808="` echo /root/.ansible/tmp/ansible-tmp-1731741667.5141878-10721-211907210744808 `" ) && sleep 0'"'"'' <10.31.42.46> (0, b'/root\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741667.5228467-10724-223726026587048 `" && echo ansible-tmp-1731741667.5228467-10724-223726026587048="` echo /root/.ansible/tmp/ansible-tmp-1731741667.5228467-10724-223726026587048 `" ) && sleep 0'"'"'' <10.31.40.234> (0, b'/root\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741667.5242386-10722-231073697839179 `" && echo ansible-tmp-1731741667.5242386-10722-231073697839179="` echo /root/.ansible/tmp/ansible-tmp-1731741667.5242386-10722-231073697839179 `" ) && sleep 0'"'"'' <10.31.44.23> (0, b'ansible-tmp-1731741667.5141878-10721-211907210744808=/root/.ansible/tmp/ansible-tmp-1731741667.5141878-10721-211907210744808\n', b'') <10.31.42.46> (0, b'ansible-tmp-1731741667.5228467-10724-223726026587048=/root/.ansible/tmp/ansible-tmp-1731741667.5228467-10724-223726026587048\n', b'') <10.31.40.234> (0, b'ansible-tmp-1731741667.5242386-10722-231073697839179=/root/.ansible/tmp/ansible-tmp-1731741667.5242386-10722-231073697839179\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.44.23> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmphxm1koja TO /root/.ansible/tmp/ansible-tmp-1731741667.5141878-10721-211907210744808/AnsiballZ_systemd.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.44.23> 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/b0b222945a"' '[10.31.44.23]' <10.31.42.46> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp3em93u4m TO /root/.ansible/tmp/ansible-tmp-1731741667.5228467-10724-223726026587048/AnsiballZ_systemd.py <10.31.42.46> 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/669f10b8f2"' '[10.31.42.46]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.40.234> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpwwpi6nw5 TO /root/.ansible/tmp/ansible-tmp-1731741667.5242386-10722-231073697839179/AnsiballZ_systemd.py <10.31.40.234> 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/d2aa9394c3"' '[10.31.40.234]' <10.31.44.23> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmphxm1koja /root/.ansible/tmp/ansible-tmp-1731741667.5141878-10721-211907210744808/AnsiballZ_systemd.py\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741667.5141878-10721-211907210744808/ /root/.ansible/tmp/ansible-tmp-1731741667.5141878-10721-211907210744808/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.42.46> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp3em93u4m /root/.ansible/tmp/ansible-tmp-1731741667.5228467-10724-223726026587048/AnsiballZ_systemd.py\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741667.5228467-10724-223726026587048/ /root/.ansible/tmp/ansible-tmp-1731741667.5228467-10724-223726026587048/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.234> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpwwpi6nw5 /root/.ansible/tmp/ansible-tmp-1731741667.5242386-10722-231073697839179/AnsiballZ_systemd.py\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741667.5242386-10722-231073697839179/ /root/.ansible/tmp/ansible-tmp-1731741667.5242386-10722-231073697839179/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' -tt 10.31.44.23 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741667.5141878-10721-211907210744808/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' -tt 10.31.42.46 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741667.5228467-10724-223726026587048/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' -tt 10.31.40.234 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741667.5242386-10722-231073697839179/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.44.23> (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 2024-11-16 02:20:10 EST", "ExecMainStartTimestampMonotonic": "440954936", "ExecMainExitTimestamp": "Sat 2024-11-16 02:20:30 EST", "ExecMainExitTimestampMonotonic": "460781471", "ExecMainPID": "15888", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:20:10 EST] ; stop_time=[Sat 2024-11-16 02:20:30 EST] ; pid=15888 ; 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 2024-11-16 02:20:10 EST] ; stop_time=[Sat 2024-11-16 02:20:10 EST] ; pid=15879 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "systemd-journald.socket basic.target network.target system.slice network-online.target remote-fs.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 2024-11-16 02:20:30 EST", "StateChangeTimestampMonotonic": "460781873", "InactiveExitTimestamp": "Sat 2024-11-16 02:20:10 EST", "InactiveExitTimestampMonotonic": "440954973", "ActiveEnterTimestamp": "Sat 2024-11-16 02:20:30 EST", "ActiveEnterTimestampMonotonic": "460781873", "ActiveExitTimestamp": "Sat 2024-11-16 02:20:10 EST", "ActiveExitTimestampMonotonic": "440931244", "InactiveEnterTimestamp": "Sat 2024-11-16 02:20:10 EST", "InactiveEnterTimestampMonotonic": "440953160", "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 2024-11-16 02:20:10 EST", "ConditionTimestampMonotonic": "440953959", "AssertTimestamp": "Sat 2024-11-16 02:20:10 EST", "AssertTimestampMonotonic": "440953992", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "8194bd42215d4a079ad30274a7965e82", "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.44.23 closed.\r\n') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741667.5141878-10721-211907210744808/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.23> (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 2024-11-16 02:20:30 EST", "ActiveEnterTimestampMonotonic": "460781873", "ActiveExitTimestamp": "Sat 2024-11-16 02:20:10 EST", "ActiveExitTimestampMonotonic": "440931244", "ActiveState": "active", "After": "systemd-journald.socket basic.target network.target system.slice network-online.target remote-fs.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-11-16 02:20:10 EST", "AssertTimestampMonotonic": "440953992", "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 2024-11-16 02:20:10 EST", "ConditionTimestampMonotonic": "440953959", "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 2024-11-16 02:20:30 EST", "ExecMainExitTimestampMonotonic": "460781471", "ExecMainPID": "15888", "ExecMainStartTimestamp": "Sat 2024-11-16 02:20:10 EST", "ExecMainStartTimestampMonotonic": "440954936", "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 2024-11-16 02:20:10 EST] ; stop_time=[Sat 2024-11-16 02:20:30 EST] ; pid=15888 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:20:10 EST] ; stop_time=[Sat 2024-11-16 02:20:10 EST] ; pid=15879 ; 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 2024-11-16 02:20:10 EST", "InactiveEnterTimestampMonotonic": "440953160", "InactiveExitTimestamp": "Sat 2024-11-16 02:20:10 EST", "InactiveExitTimestampMonotonic": "440954973", "InvocationID": "8194bd42215d4a079ad30274a7965e82", "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 2024-11-16 02:20:30 EST", "StateChangeTimestampMonotonic": "460781873", "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.42.46> (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 2024-11-16 02:20:36 EST", "ExecMainStartTimestampMonotonic": "466281978", "ExecMainExitTimestamp": "Sat 2024-11-16 02:20:57 EST", "ExecMainExitTimestampMonotonic": "487423678", "ExecMainPID": "16753", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:20:36 EST] ; stop_time=[Sat 2024-11-16 02:20:57 EST] ; pid=16753 ; 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 2024-11-16 02:20:36 EST] ; stop_time=[Sat 2024-11-16 02:20:36 EST] ; pid=16744 ; 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": "22406", "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": "14004", "LimitNPROCSoft": "14004", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "network.target systemd-journald.socket network-online.target system.slice remote-fs.target basic.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-11-16 02:20:57 EST", "StateChangeTimestampMonotonic": "487424280", "InactiveExitTimestamp": "Sat 2024-11-16 02:20:36 EST", "InactiveExitTimestampMonotonic": "466282020", "ActiveEnterTimestamp": "Sat 2024-11-16 02:20:57 EST", "ActiveEnterTimestampMonotonic": "487424280", "ActiveExitTimestamp": "Sat 2024-11-16 02:20:36 EST", "ActiveExitTimestampMonotonic": "466256694", "InactiveEnterTimestamp": "Sat 2024-11-16 02:20:36 EST", "InactiveEnterTimestampMonotonic": "466279734", "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 2024-11-16 02:20:36 EST", "ConditionTimestampMonotonic": "466280744", "AssertTimestamp": "Sat 2024-11-16 02:20:36 EST", "AssertTimestampMonotonic": "466280818", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "02fbb8730ca447199629aa2f2ab9b07f", "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.42.46 closed.\r\n') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741667.5228467-10724-223726026587048/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.234> (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 2024-11-16 02:20:30 EST", "ExecMainStartTimestampMonotonic": "468109291", "ExecMainExitTimestamp": "Sat 2024-11-16 02:20:52 EST", "ExecMainExitTimestampMonotonic": "489589605", "ExecMainPID": "20414", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:20:30 EST] ; stop_time=[Sat 2024-11-16 02:20:52 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 2024-11-16 02:20:30 EST] ; stop_time=[Sat 2024-11-16 02:20:30 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": "network-online.target remote-fs.target systemd-journald.socket network.target system.slice basic.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-11-16 02:20:52 EST", "StateChangeTimestampMonotonic": "489590184", "InactiveExitTimestamp": "Sat 2024-11-16 02:20:30 EST", "InactiveExitTimestampMonotonic": "468109329", "ActiveEnterTimestamp": "Sat 2024-11-16 02:20:52 EST", "ActiveEnterTimestampMonotonic": "489590184", "ActiveExitTimestamp": "Sat 2024-11-16 02:20:30 EST", "ActiveExitTimestampMonotonic": "468083118", "InactiveEnterTimestamp": "Sat 2024-11-16 02:20:30 EST", "InactiveEnterTimestampMonotonic": "468107203", "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 2024-11-16 02:20:30 EST", "ConditionTimestampMonotonic": "468108207", "AssertTimestamp": "Sat 2024-11-16 02:20:30 EST", "AssertTimestampMonotonic": "468108235", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "e3bb089f19064abc8c076089d5f99755", "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.40.234 closed.\r\n') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741667.5242386-10722-231073697839179/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.46> (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 2024-11-16 02:20:57 EST", "ActiveEnterTimestampMonotonic": "487424280", "ActiveExitTimestamp": "Sat 2024-11-16 02:20:36 EST", "ActiveExitTimestampMonotonic": "466256694", "ActiveState": "active", "After": "network.target systemd-journald.socket network-online.target system.slice remote-fs.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-11-16 02:20:36 EST", "AssertTimestampMonotonic": "466280818", "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 2024-11-16 02:20:36 EST", "ConditionTimestampMonotonic": "466280744", "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 2024-11-16 02:20:57 EST", "ExecMainExitTimestampMonotonic": "487423678", "ExecMainPID": "16753", "ExecMainStartTimestamp": "Sat 2024-11-16 02:20:36 EST", "ExecMainStartTimestampMonotonic": "466281978", "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 2024-11-16 02:20:36 EST] ; stop_time=[Sat 2024-11-16 02:20:57 EST] ; pid=16753 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:20:36 EST] ; stop_time=[Sat 2024-11-16 02:20:36 EST] ; pid=16744 ; 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 2024-11-16 02:20:36 EST", "InactiveEnterTimestampMonotonic": "466279734", "InactiveExitTimestamp": "Sat 2024-11-16 02:20:36 EST", "InactiveExitTimestampMonotonic": "466282020", "InvocationID": "02fbb8730ca447199629aa2f2ab9b07f", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[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 2024-11-16 02:20:57 EST", "StateChangeTimestampMonotonic": "487424280", "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": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } <10.31.40.234> (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 2024-11-16 02:20:52 EST", "ActiveEnterTimestampMonotonic": "489590184", "ActiveExitTimestamp": "Sat 2024-11-16 02:20:30 EST", "ActiveExitTimestampMonotonic": "468083118", "ActiveState": "active", "After": "network-online.target remote-fs.target systemd-journald.socket network.target system.slice basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-11-16 02:20:30 EST", "AssertTimestampMonotonic": "468108235", "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 2024-11-16 02:20:30 EST", "ConditionTimestampMonotonic": "468108207", "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 2024-11-16 02:20:52 EST", "ExecMainExitTimestampMonotonic": "489589605", "ExecMainPID": "20414", "ExecMainStartTimestamp": "Sat 2024-11-16 02:20:30 EST", "ExecMainStartTimestampMonotonic": "468109291", "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 2024-11-16 02:20:30 EST] ; stop_time=[Sat 2024-11-16 02:20:52 EST] ; pid=20414 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:20:30 EST] ; stop_time=[Sat 2024-11-16 02:20:30 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 2024-11-16 02:20:30 EST", "InactiveEnterTimestampMonotonic": "468107203", "InactiveExitTimestamp": "Sat 2024-11-16 02:20:30 EST", "InactiveExitTimestampMonotonic": "468109329", "InvocationID": "e3bb089f19064abc8c076089d5f99755", "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 2024-11-16 02:20:52 EST", "StateChangeTimestampMonotonic": "489590184", "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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 16 November 2024 02:21:08 -0500 (0:00:00.788) 0:00:09.359 ***** included: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml for managed-node1, managed-node2, managed-node3 TASK [fedora.linux_system_roles.kdump : Create key if it does not exist] ******* task path: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 16 November 2024 02:21:08 -0500 (0:00:00.144) 0:00:09.503 ***** <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.234> (0, b'/root\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741668.4536946-10796-15442507229284 `" && echo ansible-tmp-1731741668.4536946-10796-15442507229284="` echo /root/.ansible/tmp/ansible-tmp-1731741668.4536946-10796-15442507229284 `" ) && sleep 0'"'"'' <10.31.44.23> (0, b'/root\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741668.4553645-10794-115375792511809 `" && echo ansible-tmp-1731741668.4553645-10794-115375792511809="` echo /root/.ansible/tmp/ansible-tmp-1731741668.4553645-10794-115375792511809 `" ) && sleep 0'"'"'' <10.31.42.46> (0, b'/root\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741668.467974-10798-64688952406057 `" && echo ansible-tmp-1731741668.467974-10798-64688952406057="` echo /root/.ansible/tmp/ansible-tmp-1731741668.467974-10798-64688952406057 `" ) && sleep 0'"'"'' <10.31.44.23> (0, b'ansible-tmp-1731741668.4553645-10794-115375792511809=/root/.ansible/tmp/ansible-tmp-1731741668.4553645-10794-115375792511809\n', b'') <10.31.40.234> (0, b'ansible-tmp-1731741668.4536946-10796-15442507229284=/root/.ansible/tmp/ansible-tmp-1731741668.4536946-10796-15442507229284\n', b'') <10.31.42.46> (0, b'ansible-tmp-1731741668.467974-10798-64688952406057=/root/.ansible/tmp/ansible-tmp-1731741668.467974-10798-64688952406057\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 <10.31.44.23> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpe9_izzm4 TO /root/.ansible/tmp/ansible-tmp-1731741668.4553645-10794-115375792511809/AnsiballZ_command.py <10.31.40.234> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp267hmcz1 TO /root/.ansible/tmp/ansible-tmp-1731741668.4536946-10796-15442507229284/AnsiballZ_command.py <10.31.44.23> 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/b0b222945a"' '[10.31.44.23]' <10.31.40.234> 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/d2aa9394c3"' '[10.31.40.234]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py <10.31.42.46> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpi9pmp577 TO /root/.ansible/tmp/ansible-tmp-1731741668.467974-10798-64688952406057/AnsiballZ_command.py <10.31.42.46> 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/669f10b8f2"' '[10.31.42.46]' <10.31.44.23> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpe9_izzm4 /root/.ansible/tmp/ansible-tmp-1731741668.4553645-10794-115375792511809/AnsiballZ_command.py\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741668.4553645-10794-115375792511809/ /root/.ansible/tmp/ansible-tmp-1731741668.4553645-10794-115375792511809/AnsiballZ_command.py && sleep 0'"'"'' <10.31.40.234> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp267hmcz1 /root/.ansible/tmp/ansible-tmp-1731741668.4536946-10796-15442507229284/AnsiballZ_command.py\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741668.4536946-10796-15442507229284/ /root/.ansible/tmp/ansible-tmp-1731741668.4536946-10796-15442507229284/AnsiballZ_command.py && sleep 0'"'"'' <10.31.42.46> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpi9pmp577 /root/.ansible/tmp/ansible-tmp-1731741668.467974-10798-64688952406057/AnsiballZ_command.py\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741668.467974-10798-64688952406057/ /root/.ansible/tmp/ansible-tmp-1731741668.467974-10798-64688952406057/AnsiballZ_command.py && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' -tt 10.31.44.23 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741668.4553645-10794-115375792511809/AnsiballZ_command.py && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' -tt 10.31.40.234 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741668.4536946-10796-15442507229284/AnsiballZ_command.py && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' -tt 10.31.42.46 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741668.467974-10798-64688952406057/AnsiballZ_command.py && sleep 0'"'"'' <10.31.44.23> (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.44.23 closed.\r\n') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741668.4553645-10794-115375792511809/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.23> (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.40.234> (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.40.234 closed.\r\n') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741668.4536946-10796-15442507229284/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.46> (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.42.46 closed.\r\n') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741668.467974-10798-64688952406057/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') ok: [managed-node2] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": null, "end": null, "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists MSG: Would not run command since '/root/.ssh/kdump_id_rsa' exists <10.31.42.46> (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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 16 November 2024 02:21:08 -0500 (0:00:00.509) 0:00:10.012 ***** <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.23> (0, b'/root\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741668.9553337-10852-78328861756082 `" && echo ansible-tmp-1731741668.9553337-10852-78328861756082="` echo /root/.ansible/tmp/ansible-tmp-1731741668.9553337-10852-78328861756082 `" ) && sleep 0'"'"'' <10.31.40.234> (0, b'/root\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741668.9580922-10853-199672243314019 `" && echo ansible-tmp-1731741668.9580922-10853-199672243314019="` echo /root/.ansible/tmp/ansible-tmp-1731741668.9580922-10853-199672243314019 `" ) && sleep 0'"'"'' <10.31.42.46> (0, b'/root\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741668.9667215-10855-256443808460546 `" && echo ansible-tmp-1731741668.9667215-10855-256443808460546="` echo /root/.ansible/tmp/ansible-tmp-1731741668.9667215-10855-256443808460546 `" ) && sleep 0'"'"'' <10.31.44.23> (0, b'ansible-tmp-1731741668.9553337-10852-78328861756082=/root/.ansible/tmp/ansible-tmp-1731741668.9553337-10852-78328861756082\n', b'') <10.31.40.234> (0, b'ansible-tmp-1731741668.9580922-10853-199672243314019=/root/.ansible/tmp/ansible-tmp-1731741668.9580922-10853-199672243314019\n', b'') <10.31.42.46> (0, b'ansible-tmp-1731741668.9667215-10855-256443808460546=/root/.ansible/tmp/ansible-tmp-1731741668.9667215-10855-256443808460546\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.40.234> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpnralv6yr TO /root/.ansible/tmp/ansible-tmp-1731741668.9580922-10853-199672243314019/AnsiballZ_slurp.py <10.31.42.46> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpf13tf2do TO /root/.ansible/tmp/ansible-tmp-1731741668.9667215-10855-256443808460546/AnsiballZ_slurp.py <10.31.42.46> 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/669f10b8f2"' '[10.31.42.46]' <10.31.40.234> 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/d2aa9394c3"' '[10.31.40.234]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.44.23> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpwq7zos9j TO /root/.ansible/tmp/ansible-tmp-1731741668.9553337-10852-78328861756082/AnsiballZ_slurp.py <10.31.44.23> 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/b0b222945a"' '[10.31.44.23]' <10.31.44.23> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpwq7zos9j /root/.ansible/tmp/ansible-tmp-1731741668.9553337-10852-78328861756082/AnsiballZ_slurp.py\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741668.9553337-10852-78328861756082/ /root/.ansible/tmp/ansible-tmp-1731741668.9553337-10852-78328861756082/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.42.46> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpf13tf2do /root/.ansible/tmp/ansible-tmp-1731741668.9667215-10855-256443808460546/AnsiballZ_slurp.py\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741668.9667215-10855-256443808460546/ /root/.ansible/tmp/ansible-tmp-1731741668.9667215-10855-256443808460546/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.234> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpnralv6yr /root/.ansible/tmp/ansible-tmp-1731741668.9580922-10853-199672243314019/AnsiballZ_slurp.py\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741668.9580922-10853-199672243314019/ /root/.ansible/tmp/ansible-tmp-1731741668.9580922-10853-199672243314019/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' -tt 10.31.44.23 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741668.9553337-10852-78328861756082/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' -tt 10.31.42.46 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741668.9667215-10855-256443808460546/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' -tt 10.31.40.234 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741668.9580922-10853-199672243314019/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.44.23> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FETkRxOGpQY1dxaGFGUnlBdnpLVElTOFVSSmh3dTVZRk9lY3JOWm5RMVNaMEpZT3BMUWFHUkJtTTZyUEdBRHQ3ci9wSWU2M3dLMGp0RzFRQnNpT0VDTjV2TTM3MWdTVDVEREtsaGNQcGREdWRFNmJMai85M2FDVStwb29uRzIydmdsWXNWY0l2dnBWTWZJZlA0YzJsbkNRRWN4NzNzYkwvVHBMV2JtcDdYRm82aDArRUppTGl3N3ZMczlMby9oaExIRnJmSXZpTndQYTlXSWVJUFpZazNQTmE3YXBkV2l4OXRuUmhid0I5Wmc5VGFuMHNsNGp0dXpLSEtkMnY3UU1zRjhzUG1KTFBLTUxlZUd5K0d6d21QZjhKSC9qMkRyNitxZ2ZROGJlc2FDY2kvUHRBOXdHWDU5eW9BaTFWNFNJTTZBSmJaaWU3ajE1b2NFaVptQkNkZ3RtZmVFazVQY1BYZFJsMXFzY1ZjUE9peWNaekdOeXQyeTBSU0FoN1hpOHNtQ1dVZW42aTZVaEg1MHAwVFlMaXNLK2s2WjRiR2tldno5U2FGNGFYYWpiSTVnQmIwU20rd3dLN1lLdmpDV2pjc1VMRGxkYUNuR3ErWis2VU9ubkxUL09scTRHTDZIUUtkS2RubXJ3bFJ5b2FzZHRSUDVsRnJYVGdOM0x2eUM3Zms9IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "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.44.23 closed.\r\n') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741668.9553337-10852-78328861756082/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.46> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDdjlSUzUzZ1NCTUI2ZG5lWkpWaHRXYWdRbmluUTdFdHFWN2dvaC9rU296TlE5amdUQW1DWDhtc1dYRkd4UVpHRDU2aUllSlVYbk9vSWNqcExpUkR4RXJZSU5PSkNZc01TY2E5VXVFSDhrelkxeHdhM21HQUoxeUhSQ2R5QTZPNzVCRjlBRGVQM3l4b09VZTNDSXVtYWo1V0VyZEcvRnRTcWpZdkV6ZXlIbWt1VUVIZEt2OU5NQlQ1VWxka3ZpTFdPai9lRGtiS0V5cmZUS1RBV2xoWk9GNnU4RlNRN2FUTU1rNU41aXdzQlpIOHppeC9mTjM4aDJxNWNNZCttd2NzWjYzRFdLK3A2MFFjYk0rK3RYMlNqYVYyWldXV2lHWCtxNXZSVGFQdmNiMENSMzVoNDVlbHYrQ0pUWEVMUEQ0eXV1clpLODFDZHU4L0ZzRDl1VEtaUnpPNmx1UVM0Y05STVM2d0g0bjhwYmlkeHRoOVRESktVa3FFRkhMVXlMMWlUd3BSZVRZRExJajNXYXdxOTZ4czdRdG10QUZzdlZsVzZiemp2M2xVUG5jKzMvajh6SWY1R1I3MTdNVFBLN0szRjNQd2ZtZ3ZueHYrNjB6WVRvUkw2YmtXTXk5UC9NcS9lZU94UnZYSGJsckxwVjhIb3Q2Nk9iNUR2eFZUdkk0OWM9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "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.42.46 closed.\r\n') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741668.9667215-10855-256443808460546/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') ok: [managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FETkRxOGpQY1dxaGFGUnlBdnpLVElTOFVSSmh3dTVZRk9lY3JOWm5RMVNaMEpZT3BMUWFHUkJtTTZyUEdBRHQ3ci9wSWU2M3dLMGp0RzFRQnNpT0VDTjV2TTM3MWdTVDVEREtsaGNQcGREdWRFNmJMai85M2FDVStwb29uRzIydmdsWXNWY0l2dnBWTWZJZlA0YzJsbkNRRWN4NzNzYkwvVHBMV2JtcDdYRm82aDArRUppTGl3N3ZMczlMby9oaExIRnJmSXZpTndQYTlXSWVJUFpZazNQTmE3YXBkV2l4OXRuUmhid0I5Wmc5VGFuMHNsNGp0dXpLSEtkMnY3UU1zRjhzUG1KTFBLTUxlZUd5K0d6d21QZjhKSC9qMkRyNitxZ2ZROGJlc2FDY2kvUHRBOXdHWDU5eW9BaTFWNFNJTTZBSmJaaWU3ajE1b2NFaVptQkNkZ3RtZmVFazVQY1BYZFJsMXFzY1ZjUE9peWNaekdOeXQyeTBSU0FoN1hpOHNtQ1dVZW42aTZVaEg1MHAwVFlMaXNLK2s2WjRiR2tldno5U2FGNGFYYWpiSTVnQmIwU20rd3dLN1lLdmpDV2pjc1VMRGxkYUNuR3ErWis2VU9ubkxUL09scTRHTDZIUUtkS2RubXJ3bFJ5b2FzZHRSUDVsRnJYVGdOM0x2eUM3Zms9IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } <10.31.40.234> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEUlVUeHV5Q2FLcVhUeFpTeU5tK2pZa1o5cXhpU0RJeGc0SUpHd3U3S29hL3ZMc3dtcWwzSUdXVTh0YXFrZ0VIU2hNQ21rQTVjcFBKbGhNaDVxQVdsNElVZWhHKzc2TmI0bW5iUFZ3cXBRNzRTNWJSWDNLb293WEplcUJWSVVNMWZKYWphODhsbFMzTmIza1NkTHZXNTRoVFhwTHJQc1JmQWxqVEJGajdNVzZ0dW1LWlRZR3lZMStEdTg5ZVhac1VRWEJoN1RDYzFlR2xnbUxqUDlvQ0tUNlQ5QzR2bHFkM2hnamRKVTl3TWpSSy9FTS9hM29iNEZXNVlVanpOUnFIczVCVm1oZ2RLL2NOT2VIeVJrZld2MVBicjJDRHNYcENyWEdZM3VMNTU4Q2VwdU0zcGdRdFpsTVFXVStWRXltZ1JFWXU2MmlFZTYreWN1ZWxoQnBMakNOeG5YUUZtV1czcFZ3RVhFL0NTY0dpczMwdTJsUXBTQ2VRV1ArOFptUUk5cWlZdUI3UTBtaHBONXN3RE9nTEQxcUw2WE1OMmtJTEl2akxhNnhXQXN0WjZxdFlDNHUxc25NY3ozN2E1TVh6T1A4dDlWS3BMM3ZHaFRPSmNjSmJSMlV3ekNmWVY2ZkRkRmszTE5iM20vTHo5b3NYcFVTaTVMOFY5Y0VNd3orOGs9IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}}\r\n', b'Shared connection to 10.31.40.234 closed.\r\n') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741668.9580922-10853-199672243314019/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDdjlSUzUzZ1NCTUI2ZG5lWkpWaHRXYWdRbmluUTdFdHFWN2dvaC9rU296TlE5amdUQW1DWDhtc1dYRkd4UVpHRDU2aUllSlVYbk9vSWNqcExpUkR4RXJZSU5PSkNZc01TY2E5VXVFSDhrelkxeHdhM21HQUoxeUhSQ2R5QTZPNzVCRjlBRGVQM3l4b09VZTNDSXVtYWo1V0VyZEcvRnRTcWpZdkV6ZXlIbWt1VUVIZEt2OU5NQlQ1VWxka3ZpTFdPai9lRGtiS0V5cmZUS1RBV2xoWk9GNnU4RlNRN2FUTU1rNU41aXdzQlpIOHppeC9mTjM4aDJxNWNNZCttd2NzWjYzRFdLK3A2MFFjYk0rK3RYMlNqYVYyWldXV2lHWCtxNXZSVGFQdmNiMENSMzVoNDVlbHYrQ0pUWEVMUEQ0eXV1clpLODFDZHU4L0ZzRDl1VEtaUnpPNmx1UVM0Y05STVM2d0g0bjhwYmlkeHRoOVRESktVa3FFRkhMVXlMMWlUd3BSZVRZRExJajNXYXdxOTZ4czdRdG10QUZzdlZsVzZiemp2M2xVUG5jKzMvajh6SWY1R1I3MTdNVFBLN0szRjNQd2ZtZ3ZueHYrNjB6WVRvUkw2YmtXTXk5UC9NcS9lZU94UnZYSGJsckxwVjhIb3Q2Nk9iNUR2eFZUdkk0OWM9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } <10.31.40.234> (0, b'', b'') ok: [managed-node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEUlVUeHV5Q2FLcVhUeFpTeU5tK2pZa1o5cXhpU0RJeGc0SUpHd3U3S29hL3ZMc3dtcWwzSUdXVTh0YXFrZ0VIU2hNQ21rQTVjcFBKbGhNaDVxQVdsNElVZWhHKzc2TmI0bW5iUFZ3cXBRNzRTNWJSWDNLb293WEplcUJWSVVNMWZKYWphODhsbFMzTmIza1NkTHZXNTRoVFhwTHJQc1JmQWxqVEJGajdNVzZ0dW1LWlRZR3lZMStEdTg5ZVhac1VRWEJoN1RDYzFlR2xnbUxqUDlvQ0tUNlQ5QzR2bHFkM2hnamRKVTl3TWpSSy9FTS9hM29iNEZXNVlVanpOUnFIczVCVm1oZ2RLL2NOT2VIeVJrZld2MVBicjJDRHNYcENyWEdZM3VMNTU4Q2VwdU0zcGdRdFpsTVFXVStWRXltZ1JFWXU2MmlFZTYreWN1ZWxoQnBMakNOeG5YUUZtV1czcFZ3RVhFL0NTY0dpczMwdTJsUXBTQ2VRV1ArOFptUUk5cWlZdUI3UTBtaHBONXN3RE9nTEQxcUw2WE1OMmtJTEl2akxhNnhXQXN0WjZxdFlDNHUxc25NY3ozN2E1TVh6T1A4dDlWS3BMM3ZHaFRPSmNjSmJSMlV3ekNmWVY2ZkRkRmszTE5iM20vTHo5b3NYcFVTaTVMOFY5Y0VNd3orOGs9IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 16 November 2024 02:21:09 -0500 (0:00:00.500) 0:00:10.513 ***** <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.23> (0, b'/root\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741669.4629893-10879-1764523646695 `" && echo ansible-tmp-1731741669.4629893-10879-1764523646695="` echo /root/.ansible/tmp/ansible-tmp-1731741669.4629893-10879-1764523646695 `" ) && sleep 0'"'"'' <10.31.40.234> (0, b'/root\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741669.477851-10880-266311132676242 `" && echo ansible-tmp-1731741669.477851-10880-266311132676242="` echo /root/.ansible/tmp/ansible-tmp-1731741669.477851-10880-266311132676242 `" ) && sleep 0'"'"'' <10.31.42.46> (0, b'/root\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741669.486301-10881-95499831533469 `" && echo ansible-tmp-1731741669.486301-10881-95499831533469="` echo /root/.ansible/tmp/ansible-tmp-1731741669.486301-10881-95499831533469 `" ) && sleep 0'"'"'' <10.31.44.23> (0, b'ansible-tmp-1731741669.4629893-10879-1764523646695=/root/.ansible/tmp/ansible-tmp-1731741669.4629893-10879-1764523646695\n', b'') <10.31.40.234> (0, b'ansible-tmp-1731741669.477851-10880-266311132676242=/root/.ansible/tmp/ansible-tmp-1731741669.477851-10880-266311132676242\n', b'') <10.31.42.46> (0, b'ansible-tmp-1731741669.486301-10881-95499831533469=/root/.ansible/tmp/ansible-tmp-1731741669.486301-10881-95499831533469\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.44.23> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp25om97ou TO /root/.ansible/tmp/ansible-tmp-1731741669.4629893-10879-1764523646695/AnsiballZ_user.py <10.31.40.234> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpk0qiw6el TO /root/.ansible/tmp/ansible-tmp-1731741669.477851-10880-266311132676242/AnsiballZ_user.py <10.31.44.23> 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/b0b222945a"' '[10.31.44.23]' <10.31.40.234> 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/d2aa9394c3"' '[10.31.40.234]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/user.py <10.31.42.46> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpzyr_c_iu TO /root/.ansible/tmp/ansible-tmp-1731741669.486301-10881-95499831533469/AnsiballZ_user.py <10.31.42.46> 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/669f10b8f2"' '[10.31.42.46]' <10.31.44.23> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp25om97ou /root/.ansible/tmp/ansible-tmp-1731741669.4629893-10879-1764523646695/AnsiballZ_user.py\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741669.4629893-10879-1764523646695/ /root/.ansible/tmp/ansible-tmp-1731741669.4629893-10879-1764523646695/AnsiballZ_user.py && sleep 0'"'"'' <10.31.40.234> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpk0qiw6el /root/.ansible/tmp/ansible-tmp-1731741669.477851-10880-266311132676242/AnsiballZ_user.py\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741669.477851-10880-266311132676242/ /root/.ansible/tmp/ansible-tmp-1731741669.477851-10880-266311132676242/AnsiballZ_user.py && sleep 0'"'"'' <10.31.42.46> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpzyr_c_iu /root/.ansible/tmp/ansible-tmp-1731741669.486301-10881-95499831533469/AnsiballZ_user.py\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741669.486301-10881-95499831533469/ /root/.ansible/tmp/ansible-tmp-1731741669.486301-10881-95499831533469/AnsiballZ_user.py && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' -tt 10.31.44.23 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741669.4629893-10879-1764523646695/AnsiballZ_user.py && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' -tt 10.31.42.46 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741669.486301-10881-95499831533469/AnsiballZ_user.py && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' -tt 10.31.40.234 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741669.477851-10880-266311132676242/AnsiballZ_user.py && sleep 0'"'"'' <10.31.44.23> (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.44.23 closed.\r\n') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741669.4629893-10879-1764523646695/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.23> (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.42.46> (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.42.46 closed.\r\n') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741669.486301-10881-95499831533469/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.234> (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.40.234 closed.\r\n') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741669.477851-10880-266311132676242/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.46> (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 } <10.31.40.234> (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 } TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] **** task path: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 16 November 2024 02:21:10 -0500 (0:00:00.605) 0:00:11.119 ***** <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.23> (0, b'/root\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741670.0621192-10903-45963714311025 `" && echo ansible-tmp-1731741670.0621192-10903-45963714311025="` echo /root/.ansible/tmp/ansible-tmp-1731741670.0621192-10903-45963714311025 `" ) && sleep 0'"'"'' <10.31.40.234> (0, b'/root\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741670.0756605-10904-224720943434860 `" && echo ansible-tmp-1731741670.0756605-10904-224720943434860="` echo /root/.ansible/tmp/ansible-tmp-1731741670.0756605-10904-224720943434860 `" ) && sleep 0'"'"'' <10.31.42.46> (0, b'/root\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741670.0903103-10905-208866757108711 `" && echo ansible-tmp-1731741670.0903103-10905-208866757108711="` echo /root/.ansible/tmp/ansible-tmp-1731741670.0903103-10905-208866757108711 `" ) && sleep 0'"'"'' <10.31.44.23> (0, b'ansible-tmp-1731741670.0621192-10903-45963714311025=/root/.ansible/tmp/ansible-tmp-1731741670.0621192-10903-45963714311025\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.44.23> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpsrdzm381 TO /root/.ansible/tmp/ansible-tmp-1731741670.0621192-10903-45963714311025/AnsiballZ_stat.py <10.31.44.23> 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/b0b222945a"' '[10.31.44.23]' <10.31.40.234> (0, b'ansible-tmp-1731741670.0756605-10904-224720943434860=/root/.ansible/tmp/ansible-tmp-1731741670.0756605-10904-224720943434860\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.40.234> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpjxq9z1ba TO /root/.ansible/tmp/ansible-tmp-1731741670.0756605-10904-224720943434860/AnsiballZ_stat.py <10.31.40.234> 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/d2aa9394c3"' '[10.31.40.234]' <10.31.42.46> (0, b'ansible-tmp-1731741670.0903103-10905-208866757108711=/root/.ansible/tmp/ansible-tmp-1731741670.0903103-10905-208866757108711\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.42.46> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpeqpyxi6w TO /root/.ansible/tmp/ansible-tmp-1731741670.0903103-10905-208866757108711/AnsiballZ_stat.py <10.31.42.46> 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/669f10b8f2"' '[10.31.42.46]' <10.31.44.23> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpsrdzm381 /root/.ansible/tmp/ansible-tmp-1731741670.0621192-10903-45963714311025/AnsiballZ_stat.py\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741670.0621192-10903-45963714311025/ /root/.ansible/tmp/ansible-tmp-1731741670.0621192-10903-45963714311025/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.234> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpjxq9z1ba /root/.ansible/tmp/ansible-tmp-1731741670.0756605-10904-224720943434860/AnsiballZ_stat.py\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741670.0756605-10904-224720943434860/ /root/.ansible/tmp/ansible-tmp-1731741670.0756605-10904-224720943434860/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' -tt 10.31.44.23 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741670.0621192-10903-45963714311025/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.46> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpeqpyxi6w /root/.ansible/tmp/ansible-tmp-1731741670.0903103-10905-208866757108711/AnsiballZ_stat.py\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741670.0903103-10905-208866757108711/ /root/.ansible/tmp/ansible-tmp-1731741670.0903103-10905-208866757108711/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' -tt 10.31.40.234 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741670.0756605-10904-224720943434860/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' -tt 10.31.42.46 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741670.0903103-10905-208866757108711/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.44.23> (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": 1731741187.3811193, "mtime": 1731741605.9895685, "ctime": 1731741605.9895685, "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.44.23 closed.\r\n') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741670.0621192-10903-45963714311025/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.23> (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": 1731741187.3811193, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1731741605.9895685, "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": 1731741605.9895685, "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.40.234> (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": 1731741179.9332457, "mtime": 1731741624.6916072, "ctime": 1731741624.6916072, "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.40.234 closed.\r\n') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741670.0756605-10904-224720943434860/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.46> (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": 1731741187.4072495, "mtime": 1731741632.2234344, "ctime": 1731741632.2234344, "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.42.46 closed.\r\n') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741670.0903103-10905-208866757108711/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1731741179.9332457, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1731741624.6916072, "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": 1731741624.6916072, "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.42.46> (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": 1731741187.4072495, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1731741632.2234344, "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": 1731741632.2234344, "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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 16 November 2024 02:21:10 -0500 (0:00:00.426) 0:00:11.545 ***** <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.23> (0, b'/root\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741670.4927728-10930-187184291687108 `" && echo ansible-tmp-1731741670.4927728-10930-187184291687108="` echo /root/.ansible/tmp/ansible-tmp-1731741670.4927728-10930-187184291687108 `" ) && sleep 0'"'"'' <10.31.40.234> (0, b'/root\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741670.507053-10931-276026137644341 `" && echo ansible-tmp-1731741670.507053-10931-276026137644341="` echo /root/.ansible/tmp/ansible-tmp-1731741670.507053-10931-276026137644341 `" ) && sleep 0'"'"'' <10.31.42.46> (0, b'/root\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741670.5121276-10932-175184468844220 `" && echo ansible-tmp-1731741670.5121276-10932-175184468844220="` echo /root/.ansible/tmp/ansible-tmp-1731741670.5121276-10932-175184468844220 `" ) && sleep 0'"'"'' <10.31.44.23> (0, b'ansible-tmp-1731741670.4927728-10930-187184291687108=/root/.ansible/tmp/ansible-tmp-1731741670.4927728-10930-187184291687108\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.44.23> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp08b9akrf TO /root/.ansible/tmp/ansible-tmp-1731741670.4927728-10930-187184291687108/AnsiballZ_stat.py <10.31.44.23> 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/b0b222945a"' '[10.31.44.23]' <10.31.40.234> (0, b'ansible-tmp-1731741670.507053-10931-276026137644341=/root/.ansible/tmp/ansible-tmp-1731741670.507053-10931-276026137644341\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.40.234> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpsj7ovpzv TO /root/.ansible/tmp/ansible-tmp-1731741670.507053-10931-276026137644341/AnsiballZ_stat.py <10.31.40.234> 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/d2aa9394c3"' '[10.31.40.234]' <10.31.42.46> (0, b'ansible-tmp-1731741670.5121276-10932-175184468844220=/root/.ansible/tmp/ansible-tmp-1731741670.5121276-10932-175184468844220\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.42.46> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpzvkh7htk TO /root/.ansible/tmp/ansible-tmp-1731741670.5121276-10932-175184468844220/AnsiballZ_stat.py <10.31.42.46> 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/669f10b8f2"' '[10.31.42.46]' <10.31.44.23> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp08b9akrf /root/.ansible/tmp/ansible-tmp-1731741670.4927728-10930-187184291687108/AnsiballZ_stat.py\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741670.4927728-10930-187184291687108/ /root/.ansible/tmp/ansible-tmp-1731741670.4927728-10930-187184291687108/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.234> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpsj7ovpzv /root/.ansible/tmp/ansible-tmp-1731741670.507053-10931-276026137644341/AnsiballZ_stat.py\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741670.507053-10931-276026137644341/ /root/.ansible/tmp/ansible-tmp-1731741670.507053-10931-276026137644341/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' -tt 10.31.44.23 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741670.4927728-10930-187184291687108/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.46> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpzvkh7htk /root/.ansible/tmp/ansible-tmp-1731741670.5121276-10932-175184468844220/AnsiballZ_stat.py\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741670.5121276-10932-175184468844220/ /root/.ansible/tmp/ansible-tmp-1731741670.5121276-10932-175184468844220/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' -tt 10.31.40.234 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741670.507053-10931-276026137644341/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' -tt 10.31.42.46 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741670.5121276-10932-175184468844220/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.44.23> (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": 52428995, "dev": 51713, "nlink": 1, "atime": 1731741611.1915555, "mtime": 1731741605.9895685, "ctime": 1731741605.9905684, "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": "fc7237f41af16f439dadb2e0bcf1ed94d383b039", "mimetype": "text/plain", "charset": "us-ascii", "version": "2885450031", "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.44.23 closed.\r\n') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741670.4927728-10930-187184291687108/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1731741611.1915555, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fc7237f41af16f439dadb2e0bcf1ed94d383b039", "ctime": 1731741605.9905684, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 52428995, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1731741605.9895685, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1562, "uid": 0, "version": "2885450031", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.40.234> (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": 1731741476.6805923, "mtime": 1731741179.9332457, "ctime": 1731741179.9332457, "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.40.234 closed.\r\n') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741670.507053-10931-276026137644341/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.46> (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": 1731741636.4832263, "mtime": 1731741632.2224345, "ctime": 1731741632.2234344, "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": "9b2025fa4b2bd468afb5e02cd170226549028120", "mimetype": "text/plain", "charset": "us-ascii", "version": "4016655896", "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.42.46 closed.\r\n') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741670.5121276-10932-175184468844220/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.234> (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": 1731741476.6805923, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1731741179.9332457, "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": 1731741179.9332457, "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.42.46> (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": 1731741636.4832263, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "9b2025fa4b2bd468afb5e02cd170226549028120", "ctime": 1731741632.2234344, "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": 1731741632.2224345, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1562, "uid": 0, "version": "4016655896", "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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 16 November 2024 02:21:10 -0500 (0:00:00.432) 0:00:11.978 ***** <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.23> (0, b'/root\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741670.957805-10954-91292697042493 `" && echo ansible-tmp-1731741670.957805-10954-91292697042493="` echo /root/.ansible/tmp/ansible-tmp-1731741670.957805-10954-91292697042493 `" ) && sleep 0'"'"'' <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.23> (0, b'ansible-tmp-1731741670.957805-10954-91292697042493=/root/.ansible/tmp/ansible-tmp-1731741670.957805-10954-91292697042493\n', b'') <10.31.42.46> (0, b'/root\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741671.0041661-10956-134564875915935 `" && echo ansible-tmp-1731741671.0041661-10956-134564875915935="` echo /root/.ansible/tmp/ansible-tmp-1731741671.0041661-10956-134564875915935 `" ) && sleep 0'"'"'' <10.31.40.234> (0, b'/root\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741671.0119472-10955-9714960651875 `" && echo ansible-tmp-1731741671.0119472-10955-9714960651875="` echo /root/.ansible/tmp/ansible-tmp-1731741671.0119472-10955-9714960651875 `" ) && sleep 0'"'"'' <10.31.42.46> (0, b'ansible-tmp-1731741671.0041661-10956-134564875915935=/root/.ansible/tmp/ansible-tmp-1731741671.0041661-10956-134564875915935\n', b'') <10.31.40.234> (0, b'ansible-tmp-1731741671.0119472-10955-9714960651875=/root/.ansible/tmp/ansible-tmp-1731741671.0119472-10955-9714960651875\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.44.23> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmphuw46x0_ TO /root/.ansible/tmp/ansible-tmp-1731741670.957805-10954-91292697042493/AnsiballZ_file.py <10.31.42.46> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp4n2pz1lz TO /root/.ansible/tmp/ansible-tmp-1731741671.0041661-10956-134564875915935/AnsiballZ_file.py <10.31.44.23> 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/b0b222945a"' '[10.31.44.23]' <10.31.42.46> 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/669f10b8f2"' '[10.31.42.46]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.40.234> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpwz9g7rm8 TO /root/.ansible/tmp/ansible-tmp-1731741671.0119472-10955-9714960651875/AnsiballZ_file.py <10.31.40.234> 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/d2aa9394c3"' '[10.31.40.234]' <10.31.44.23> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmphuw46x0_ /root/.ansible/tmp/ansible-tmp-1731741670.957805-10954-91292697042493/AnsiballZ_file.py\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741670.957805-10954-91292697042493/ /root/.ansible/tmp/ansible-tmp-1731741670.957805-10954-91292697042493/AnsiballZ_file.py && sleep 0'"'"'' <10.31.42.46> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp4n2pz1lz /root/.ansible/tmp/ansible-tmp-1731741671.0041661-10956-134564875915935/AnsiballZ_file.py\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741671.0041661-10956-134564875915935/ /root/.ansible/tmp/ansible-tmp-1731741671.0041661-10956-134564875915935/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.234> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpwz9g7rm8 /root/.ansible/tmp/ansible-tmp-1731741671.0119472-10955-9714960651875/AnsiballZ_file.py\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741671.0119472-10955-9714960651875/ /root/.ansible/tmp/ansible-tmp-1731741671.0119472-10955-9714960651875/AnsiballZ_file.py && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' -tt 10.31.44.23 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741670.957805-10954-91292697042493/AnsiballZ_file.py && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' -tt 10.31.42.46 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741671.0041661-10956-134564875915935/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' -tt 10.31.40.234 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741671.0119472-10955-9714960651875/AnsiballZ_file.py && sleep 0'"'"'' <10.31.44.23> (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.44.23 closed.\r\n') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741670.957805-10954-91292697042493/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.23> (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.42.46> (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.42.46 closed.\r\n') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741671.0041661-10956-134564875915935/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.234> (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.40.234 closed.\r\n') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741671.0119472-10955-9714960651875/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') ok: [managed-node3] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } <10.31.40.234> (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 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 16 November 2024 02:21:11 -0500 (0:00:00.581) 0:00:12.560 ***** <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.23> (0, b'/root\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741671.5606983-10981-262858567512965 `" && echo ansible-tmp-1731741671.5606983-10981-262858567512965="` echo /root/.ansible/tmp/ansible-tmp-1731741671.5606983-10981-262858567512965 `" ) && sleep 0'"'"'' <10.31.40.234> (0, b'/root\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741671.580502-10982-16792939127387 `" && echo ansible-tmp-1731741671.580502-10982-16792939127387="` echo /root/.ansible/tmp/ansible-tmp-1731741671.580502-10982-16792939127387 `" ) && sleep 0'"'"'' <10.31.42.46> (0, b'/root\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741671.588752-10983-187450331459471 `" && echo ansible-tmp-1731741671.588752-10983-187450331459471="` echo /root/.ansible/tmp/ansible-tmp-1731741671.588752-10983-187450331459471 `" ) && sleep 0'"'"'' <10.31.44.23> (0, b'ansible-tmp-1731741671.5606983-10981-262858567512965=/root/.ansible/tmp/ansible-tmp-1731741671.5606983-10981-262858567512965\n', b'') <10.31.40.234> (0, b'ansible-tmp-1731741671.580502-10982-16792939127387=/root/.ansible/tmp/ansible-tmp-1731741671.580502-10982-16792939127387\n', b'') <10.31.42.46> (0, b'ansible-tmp-1731741671.588752-10983-187450331459471=/root/.ansible/tmp/ansible-tmp-1731741671.588752-10983-187450331459471\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.44.23> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpeospfp2g TO /root/.ansible/tmp/ansible-tmp-1731741671.5606983-10981-262858567512965/AnsiballZ_lineinfile.py <10.31.40.234> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpbkc8ooub TO /root/.ansible/tmp/ansible-tmp-1731741671.580502-10982-16792939127387/AnsiballZ_lineinfile.py <10.31.44.23> 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/b0b222945a"' '[10.31.44.23]' <10.31.40.234> 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/d2aa9394c3"' '[10.31.40.234]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/lineinfile.py <10.31.42.46> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpqygsd5g4 TO /root/.ansible/tmp/ansible-tmp-1731741671.588752-10983-187450331459471/AnsiballZ_lineinfile.py <10.31.42.46> 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/669f10b8f2"' '[10.31.42.46]' <10.31.44.23> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpeospfp2g /root/.ansible/tmp/ansible-tmp-1731741671.5606983-10981-262858567512965/AnsiballZ_lineinfile.py\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741671.5606983-10981-262858567512965/ /root/.ansible/tmp/ansible-tmp-1731741671.5606983-10981-262858567512965/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.42.46> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpqygsd5g4 /root/.ansible/tmp/ansible-tmp-1731741671.588752-10983-187450331459471/AnsiballZ_lineinfile.py\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpbkc8ooub /root/.ansible/tmp/ansible-tmp-1731741671.580502-10982-16792939127387/AnsiballZ_lineinfile.py\n', b'') <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741671.588752-10983-187450331459471/ /root/.ansible/tmp/ansible-tmp-1731741671.588752-10983-187450331459471/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741671.580502-10982-16792939127387/ /root/.ansible/tmp/ansible-tmp-1731741671.580502-10982-16792939127387/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' -tt 10.31.44.23 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741671.5606983-10981-262858567512965/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') <10.31.40.234> (0, b'', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' -tt 10.31.42.46 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741671.588752-10983-187450331459471/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' -tt 10.31.40.234 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741671.580502-10982-16792939127387/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.44.23> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDNDq8jPcWqhaFRyAvzKTIS8URJhwu5YFOecrNZnQ1SZ0JYOpLQaGRBmM6rPGADt7r/pIe63wK0jtG1QBsiOECN5vM371gST5DDKlhcPpdDudE6bLj/93aCU+poonG22vglYsVcIvvpVMfIfP4c2lnCQEcx73sbL/TpLWbmp7XFo6h0+EJiLiw7vLs9Lo/hhLHFrfIviNwPa9WIeIPZYk3PNa7apdWix9tnRhbwB9Zg9Tan0sl4jtuzKHKd2v7QMsF8sPmJLPKMLeeGy+GzwmPf8JH/j2Dr6+qgfQ8besaCci/PtA9wGX59yoAi1V4SIM6AJbZie7j15ocEiZmBCdgtmfeEk5PcPXdRl1qscVcPOiycZzGNyt2y0RSAh7Xi8smCWUen6i6UhH50p0TYLisK+k6Z4bGkevz9SaF4aXajbI5gBb0Sm+wwK7YKvjCWjcsULDldaCnGq+Z+6UOnnLT/Olq4GL6HQKdKdnmrwlRyoasdtRP5lFrXTgN3LvyC7fk= 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.44.23 closed.\r\n') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741671.5606983-10981-262858567512965/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.23> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDNDq8jPcWqhaFRyAvzKTIS8URJhwu5YFOecrNZnQ1SZ0JYOpLQaGRBmM6rPGADt7r/pIe63wK0jtG1QBsiOECN5vM371gST5DDKlhcPpdDudE6bLj/93aCU+poonG22vglYsVcIvvpVMfIfP4c2lnCQEcx73sbL/TpLWbmp7XFo6h0+EJiLiw7vLs9Lo/hhLHFrfIviNwPa9WIeIPZYk3PNa7apdWix9tnRhbwB9Zg9Tan0sl4jtuzKHKd2v7QMsF8sPmJLPKMLeeGy+GzwmPf8JH/j2Dr6+qgfQ8besaCci/PtA9wGX59yoAi1V4SIM6AJbZie7j15ocEiZmBCdgtmfeEk5PcPXdRl1qscVcPOiycZzGNyt2y0RSAh7Xi8smCWUen6i6UhH50p0TYLisK+k6Z4bGkevz9SaF4aXajbI5gBb0Sm+wwK7YKvjCWjcsULDldaCnGq+Z+6UOnnLT/Olq4GL6HQKdKdnmrwlRyoasdtRP5lFrXTgN3LvyC7fk= 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.42.46> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQCv9RS53gSBMB6dneZJVhtWagQninQ7EtqV7goh/kSozNQ9jgTAmCX8msWXFGxQZGD56iIeJUXnOoIcjpLiRDxErYINOJCYsMSca9UuEH8kzY1xwa3mGAJ1yHRCdyA6O75BF9ADeP3yxoOUe3CIumaj5WErdG/FtSqjYvEzeyHmkuUEHdKv9NMBT5UldkviLWOj/eDkbKEyrfTKTAWlhZOF6u8FSQ7aTMMk5N5iwsBZH8zix/fN38h2q5cMd+mwcsZ63DWK+p60QcbM++tX2SjaV2ZWWWiGX+q5vRTaPvcb0CR35h45elv+CJTXELPD4yuurZK81Cdu8/FsD9uTKZRzO6luQS4cNRMS6wH4n8pbidxth9TDJKUkqEFHLUyL1iTwpReTYDLIj3Wawq96xs7QtmtAFsvVlW6bzjv3lUPnc+3/j8zIf5GR717MTPK7K3F3Pwfmgvnxv+60zYToRL6bkWMy9P/Mq/eeOxRvXHblrLpV8Hot66Ob5DvxVTvI49c= 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.42.46 closed.\r\n') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741671.588752-10983-187450331459471/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.234> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDRUTxuyCaKqXTxZSyNm+jYkZ9qxiSDIxg4IJGwu7Koa/vLswmql3IGWU8taqkgEHShMCmkA5cpPJlhMh5qAWl4IUehG+76Nb4mnbPVwqpQ74S5bRX3KoowXJeqBVIUM1fJaja88llS3Nb3kSdLvW54hTXpLrPsRfAljTBFj7MW6tumKZTYGyY1+Du89eXZsUQXBh7TCc1eGlgmLjP9oCKT6T9C4vlqd3hgjdJU9wMjRK/EM/a3ob4FW5YUjzNRqHs5BVmhgdK/cNOeHyRkfWv1Pbr2CDsXpCrXGY3uL558CepuM3pgQtZlMQWU+VEymgREYu62iEe6+ycuelhBpLjCNxnXQFmWW3pVwEXE/CScGis30u2lQpSCeQWP+8ZmQI9qiYuB7Q0mhpN5swDOgLD1qL6XMN2kILIvjLa6xWAstZ6qtYC4u1snMcz37a5MXzOP8t9VKpL3vGhTOJccJbR2UwzCfYV6fDdFk3LNb3m/Lz9osXpUSi5L8V9cEMwz+8k= 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.40.234 closed.\r\n') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741671.580502-10982-16792939127387/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') <10.31.40.234> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQCv9RS53gSBMB6dneZJVhtWagQninQ7EtqV7goh/kSozNQ9jgTAmCX8msWXFGxQZGD56iIeJUXnOoIcjpLiRDxErYINOJCYsMSca9UuEH8kzY1xwa3mGAJ1yHRCdyA6O75BF9ADeP3yxoOUe3CIumaj5WErdG/FtSqjYvEzeyHmkuUEHdKv9NMBT5UldkviLWOj/eDkbKEyrfTKTAWlhZOF6u8FSQ7aTMMk5N5iwsBZH8zix/fN38h2q5cMd+mwcsZ63DWK+p60QcbM++tX2SjaV2ZWWWiGX+q5vRTaPvcb0CR35h45elv+CJTXELPD4yuurZK81Cdu8/FsD9uTKZRzO6luQS4cNRMS6wH4n8pbidxth9TDJKUkqEFHLUyL1iTwpReTYDLIj3Wawq96xs7QtmtAFsvVlW6bzjv3lUPnc+3/j8zIf5GR717MTPK7K3F3Pwfmgvnxv+60zYToRL6bkWMy9P/Mq/eeOxRvXHblrLpV8Hot66Ob5DvxVTvI49c= 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 } } } 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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDRUTxuyCaKqXTxZSyNm+jYkZ9qxiSDIxg4IJGwu7Koa/vLswmql3IGWU8taqkgEHShMCmkA5cpPJlhMh5qAWl4IUehG+76Nb4mnbPVwqpQ74S5bRX3KoowXJeqBVIUM1fJaja88llS3Nb3kSdLvW54hTXpLrPsRfAljTBFj7MW6tumKZTYGyY1+Du89eXZsUQXBh7TCc1eGlgmLjP9oCKT6T9C4vlqd3hgjdJU9wMjRK/EM/a3ob4FW5YUjzNRqHs5BVmhgdK/cNOeHyRkfWv1Pbr2CDsXpCrXGY3uL558CepuM3pgQtZlMQWU+VEymgREYu62iEe6+ycuelhBpLjCNxnXQFmWW3pVwEXE/CScGis30u2lQpSCeQWP+8ZmQI9qiYuB7Q0mhpN5swDOgLD1qL6XMN2kILIvjLa6xWAstZ6qtYC4u1snMcz37a5MXzOP8t9VKpL3vGhTOJccJbR2UwzCfYV6fDdFk3LNb3m/Lz9osXpUSi5L8V9cEMwz+8k= 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 TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 16 November 2024 02:21:12 -0500 (0:00:00.569) 0:00:13.129 ***** <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.23> (0, b'/root\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741672.0664082-11005-185170005212557 `" && echo ansible-tmp-1731741672.0664082-11005-185170005212557="` echo /root/.ansible/tmp/ansible-tmp-1731741672.0664082-11005-185170005212557 `" ) && sleep 0'"'"'' <10.31.40.234> (0, b'/root\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741672.0848916-11006-104739767881014 `" && echo ansible-tmp-1731741672.0848916-11006-104739767881014="` echo /root/.ansible/tmp/ansible-tmp-1731741672.0848916-11006-104739767881014 `" ) && sleep 0'"'"'' <10.31.42.46> (0, b'/root\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741672.0939047-11008-38230751996396 `" && echo ansible-tmp-1731741672.0939047-11008-38230751996396="` echo /root/.ansible/tmp/ansible-tmp-1731741672.0939047-11008-38230751996396 `" ) && sleep 0'"'"'' <10.31.44.23> (0, b'ansible-tmp-1731741672.0664082-11005-185170005212557=/root/.ansible/tmp/ansible-tmp-1731741672.0664082-11005-185170005212557\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.44.23> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpgk3cljga TO /root/.ansible/tmp/ansible-tmp-1731741672.0664082-11005-185170005212557/AnsiballZ_slurp.py <10.31.44.23> 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/b0b222945a"' '[10.31.44.23]' <10.31.40.234> (0, b'ansible-tmp-1731741672.0848916-11006-104739767881014=/root/.ansible/tmp/ansible-tmp-1731741672.0848916-11006-104739767881014\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.40.234> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmppmtuw_12 TO /root/.ansible/tmp/ansible-tmp-1731741672.0848916-11006-104739767881014/AnsiballZ_slurp.py <10.31.40.234> 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/d2aa9394c3"' '[10.31.40.234]' <10.31.42.46> (0, b'ansible-tmp-1731741672.0939047-11008-38230751996396=/root/.ansible/tmp/ansible-tmp-1731741672.0939047-11008-38230751996396\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.42.46> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpyd4qdaox TO /root/.ansible/tmp/ansible-tmp-1731741672.0939047-11008-38230751996396/AnsiballZ_slurp.py <10.31.42.46> 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/669f10b8f2"' '[10.31.42.46]' <10.31.44.23> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpgk3cljga /root/.ansible/tmp/ansible-tmp-1731741672.0664082-11005-185170005212557/AnsiballZ_slurp.py\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741672.0664082-11005-185170005212557/ /root/.ansible/tmp/ansible-tmp-1731741672.0664082-11005-185170005212557/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.234> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmppmtuw_12 /root/.ansible/tmp/ansible-tmp-1731741672.0848916-11006-104739767881014/AnsiballZ_slurp.py\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741672.0848916-11006-104739767881014/ /root/.ansible/tmp/ansible-tmp-1731741672.0848916-11006-104739767881014/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' -tt 10.31.44.23 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741672.0664082-11005-185170005212557/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.42.46> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpyd4qdaox /root/.ansible/tmp/ansible-tmp-1731741672.0939047-11008-38230751996396/AnsiballZ_slurp.py\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741672.0939047-11008-38230751996396/ /root/.ansible/tmp/ansible-tmp-1731741672.0939047-11008-38230751996396/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' -tt 10.31.40.234 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741672.0848916-11006-104739767881014/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' -tt 10.31.42.46 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741672.0939047-11008-38230751996396/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.44.23> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEVjJZc3c3SDd5VHROMGVWZnp2UHV5dlc1WndZdlZNcnoxWVY3a3hocWoremMyY2tyVzcwT3JVOHczaFBZMFN3TU43dkF1MGNNc1cyYzBpc1FsNUdpaDFjcVA3MEpWODBLY1pGR0tJZE1yL3NFUGJYQWFIbXhlV2kwM1RKVHduRDFDenhlbzlPQi81UWNmaStJWmxMT0xsZ3RLSktoWHBVNzVDbjdYMXNBbDg5Q2l1bkcyQ2NWN3FEaE9mSE1CNEZZTXhzdDhLbHBDZGNoUkJzT1N1ZWJTUGZMU2UwZlZlK3I3Q3NlUXVuQ2kwVTF2dGZxanJuUXhLNVMzenZ6MXJITnVSVC9mYVB5MmFka3hDTnVocVExd3ZVUGtyYzVlTkpmTU52bDVXMUlHajJ2YlNYRUxpeXlsNk9qK1FUVWgxNXN1OWF5YkdpVnZ1aDlsVm5hY0pPZzZUMXdwMkhyYWx2TGNsOXF0UXRBYmtmQWZKYmVZc2d6Y29IVkh3TjFHSzVnQXVjLzR0cndQaGlYTUV6RDV2SHhsNHpyRFB0eWNlUk9RQUx2VjdlWG9OTEpUQkxpczlGSTIxUTJ1L3REa0J1VXppeTBRYk1od2prajliaTJ3OU84QkRMV2RGWnZXTG1JUFR3Ni9ORCtKektiWHNHaHN2azY4ckhuc3RBbE5YTk09IHJvb3RAaXAtMTAtMzEtNDQtMjMudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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.44.23 closed.\r\n') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741672.0664082-11005-185170005212557/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') ok: [managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEVjJZc3c3SDd5VHROMGVWZnp2UHV5dlc1WndZdlZNcnoxWVY3a3hocWoremMyY2tyVzcwT3JVOHczaFBZMFN3TU43dkF1MGNNc1cyYzBpc1FsNUdpaDFjcVA3MEpWODBLY1pGR0tJZE1yL3NFUGJYQWFIbXhlV2kwM1RKVHduRDFDenhlbzlPQi81UWNmaStJWmxMT0xsZ3RLSktoWHBVNzVDbjdYMXNBbDg5Q2l1bkcyQ2NWN3FEaE9mSE1CNEZZTXhzdDhLbHBDZGNoUkJzT1N1ZWJTUGZMU2UwZlZlK3I3Q3NlUXVuQ2kwVTF2dGZxanJuUXhLNVMzenZ6MXJITnVSVC9mYVB5MmFka3hDTnVocVExd3ZVUGtyYzVlTkpmTU52bDVXMUlHajJ2YlNYRUxpeXlsNk9qK1FUVWgxNXN1OWF5YkdpVnZ1aDlsVm5hY0pPZzZUMXdwMkhyYWx2TGNsOXF0UXRBYmtmQWZKYmVZc2d6Y29IVkh3TjFHSzVnQXVjLzR0cndQaGlYTUV6RDV2SHhsNHpyRFB0eWNlUk9RQUx2VjdlWG9OTEpUQkxpczlGSTIxUTJ1L3REa0J1VXppeTBRYk1od2prajliaTJ3OU84QkRMV2RGWnZXTG1JUFR3Ni9ORCtKektiWHNHaHN2azY4ckhuc3RBbE5YTk09IHJvb3RAaXAtMTAtMzEtNDQtMjMudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.40.234> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDMWpvSGUvS2FGdUplUEduWGdDOUd4MnBMTllIRjhmSG1IeUJtT0JmcWhSTFJ6TnNWWEN1RDQwNUtQTTlTY1UrYUNVZnpudlpNNWxNcnJGSzRHUDF5aXQzSlNUY1VWZjAvdXA5MTVkRHI1OEsycmNGNXN3VkczQzJJMmFvb2V3UTRZejgxUVprTnhlTndrSG1yL3lHZjBWQm96cXoxek1vSXVEaVhRdnUwZmtzd3dCYTZtQmZqVjQySDVQZXIvQ3BlMDFjcVV6Q0d0RTZWbzNqTHlMaEJPNTJkY0M0aFpia3ZUdHkrMS9iNFpTMnBDYmZLZUQvVWJncmpLQVBJZG9jaFQ1b0lrT2lVdjZXeTVxcUh2cUhUN1ZDN1l1UVNVa0hQVEppajdDcUltN3h6U1hZQXJNUldyblc4RytYQzhIZXdhZUliV01NZ0NSQ0VVU2l6RnExZlhTOWd4TWlwclgwY1FNbW90Yk9hbWVYMElxbXBBTzhWVDNEeWgzZnIwN2RqVktMSGY2OGNVTHpJR1kxTTkxZDNSMXVnbXNhcHUySTZNL2hmUTRXWmVrNEZGZnVlSmYxalNPUXl4SndRTjZxNDBSancwa2FJYmZHMWdodHN6cDZrTzdGT3NmR2ZJRjJFNWF6SWVVM1drSG12SVNsZVN2RjFFSHNoOHRaRE55RzA9IHJvb3RAaXAtMTAtMzEtNDAtMjM0LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}}\r\n', b'Shared connection to 10.31.40.234 closed.\r\n') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741672.0848916-11006-104739767881014/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.46> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEV3NZMDZDMEtiWFpUS3pMOFg2UjNVNmsyY2tMb2RSR1B2c0NqbVZSdWh5Rm1sNUhQNm1ORk1uSis0UGd3Y0lrR25XOWJHUHdWZ2FwNWxkcllNMXlZam9ZK3JwNTV0bmxFOEVYY3JWQUQ0dEZYOUErdlBZRFE3NVVZaEZFZDM0V29TU3RmSVI5ODdIUCs5dDZiTkh5SmtQOXRwY0hyb09EaE8vUGxZTUprY0p1YVNWL3l0OW5ERXIydHRaR1lwY2xCTTZSbjhGOUxxQXRpMHY2dERJYUNOY2g0UUU3OVVhRGQyd09veFBFWUY5MnBPZXdPZFAxV1BCeFpsNzVlYTdVcDlXZEZpVzJkR3IzcElxRjgwek9WcENJTTV0L1lFQ01EcG1kdlI2LzUzazFHVmFGdyszMis0WTl3Rnc1MFRnQW9KTUJKUCt5bG1vcldscXQ3SEtvc1VzK1lpZ1BlVFNGcFlTZUZBVHlHYWZ0U2YrL1M1Q1F3UWlOQzRaSnljZEtqczR6eE5wVVZmV3Z3WUtFZDRYdWljZHZMTGFWZmhjK0gyS3V6dlU0TWdsSmhlaDgxZzh1Q1lCV2V3ZWZoZDdrSytBWVl5YW12aWtqUWxESk5uY2NuS2FjZ2NxS1psZ0RNQ24rL01weGhQbVlWSENBSzVBVVhLOWpFaVNMYjJBbk09IHJvb3RAaXAtMTAtMzEtNDItNDYudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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.42.46 closed.\r\n') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741672.0939047-11008-38230751996396/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') ok: [managed-node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDMWpvSGUvS2FGdUplUEduWGdDOUd4MnBMTllIRjhmSG1IeUJtT0JmcWhSTFJ6TnNWWEN1RDQwNUtQTTlTY1UrYUNVZnpudlpNNWxNcnJGSzRHUDF5aXQzSlNUY1VWZjAvdXA5MTVkRHI1OEsycmNGNXN3VkczQzJJMmFvb2V3UTRZejgxUVprTnhlTndrSG1yL3lHZjBWQm96cXoxek1vSXVEaVhRdnUwZmtzd3dCYTZtQmZqVjQySDVQZXIvQ3BlMDFjcVV6Q0d0RTZWbzNqTHlMaEJPNTJkY0M0aFpia3ZUdHkrMS9iNFpTMnBDYmZLZUQvVWJncmpLQVBJZG9jaFQ1b0lrT2lVdjZXeTVxcUh2cUhUN1ZDN1l1UVNVa0hQVEppajdDcUltN3h6U1hZQXJNUldyblc4RytYQzhIZXdhZUliV01NZ0NSQ0VVU2l6RnExZlhTOWd4TWlwclgwY1FNbW90Yk9hbWVYMElxbXBBTzhWVDNEeWgzZnIwN2RqVktMSGY2OGNVTHpJR1kxTTkxZDNSMXVnbXNhcHUySTZNL2hmUTRXWmVrNEZGZnVlSmYxalNPUXl4SndRTjZxNDBSancwa2FJYmZHMWdodHN6cDZrTzdGT3NmR2ZJRjJFNWF6SWVVM1drSG12SVNsZVN2RjFFSHNoOHRaRE55RzA9IHJvb3RAaXAtMTAtMzEtNDAtMjM0LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.42.46> (0, b'', b'') ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEV3NZMDZDMEtiWFpUS3pMOFg2UjNVNmsyY2tMb2RSR1B2c0NqbVZSdWh5Rm1sNUhQNm1ORk1uSis0UGd3Y0lrR25XOWJHUHdWZ2FwNWxkcllNMXlZam9ZK3JwNTV0bmxFOEVYY3JWQUQ0dEZYOUErdlBZRFE3NVVZaEZFZDM0V29TU3RmSVI5ODdIUCs5dDZiTkh5SmtQOXRwY0hyb09EaE8vUGxZTUprY0p1YVNWL3l0OW5ERXIydHRaR1lwY2xCTTZSbjhGOUxxQXRpMHY2dERJYUNOY2g0UUU3OVVhRGQyd09veFBFWUY5MnBPZXdPZFAxV1BCeFpsNzVlYTdVcDlXZEZpVzJkR3IzcElxRjgwek9WcENJTTV0L1lFQ01EcG1kdlI2LzUzazFHVmFGdyszMis0WTl3Rnc1MFRnQW9KTUJKUCt5bG1vcldscXQ3SEtvc1VzK1lpZ1BlVFNGcFlTZUZBVHlHYWZ0U2YrL1M1Q1F3UWlOQzRaSnljZEtqczR6eE5wVVZmV3Z3WUtFZDRYdWljZHZMTGFWZmhjK0gyS3V6dlU0TWdsSmhlaDgxZzh1Q1lCV2V3ZWZoZDdrSytBWVl5YW12aWtqUWxESk5uY2NuS2FjZ2NxS1psZ0RNQ24rL01weGhQbVlWSENBSzVBVVhLOWpFaVNMYjJBbk09IHJvb3RAaXAtMTAtMzEtNDItNDYudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 16 November 2024 02:21:12 -0500 (0:00:00.405) 0:00:13.534 ***** <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.23> (0, b'/root\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741672.5669951-11032-242936577917151 `" && echo ansible-tmp-1731741672.5669951-11032-242936577917151="` echo /root/.ansible/tmp/ansible-tmp-1731741672.5669951-11032-242936577917151 `" ) && sleep 0'"'"'' <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.23> (0, b'ansible-tmp-1731741672.5669951-11032-242936577917151=/root/.ansible/tmp/ansible-tmp-1731741672.5669951-11032-242936577917151\n', b'') <10.31.40.234> (0, b'/root\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741672.6178908-11033-71477719525207 `" && echo ansible-tmp-1731741672.6178908-11033-71477719525207="` echo /root/.ansible/tmp/ansible-tmp-1731741672.6178908-11033-71477719525207 `" ) && sleep 0'"'"'' <10.31.42.46> (0, b'/root\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741672.6199856-11034-112585927855854 `" && echo ansible-tmp-1731741672.6199856-11034-112585927855854="` echo /root/.ansible/tmp/ansible-tmp-1731741672.6199856-11034-112585927855854 `" ) && sleep 0'"'"'' <10.31.40.234> (0, b'ansible-tmp-1731741672.6178908-11033-71477719525207=/root/.ansible/tmp/ansible-tmp-1731741672.6178908-11033-71477719525207\n', b'') <10.31.42.46> (0, b'ansible-tmp-1731741672.6199856-11034-112585927855854=/root/.ansible/tmp/ansible-tmp-1731741672.6199856-11034-112585927855854\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.44.23> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp18wzxx3f TO /root/.ansible/tmp/ansible-tmp-1731741672.5669951-11032-242936577917151/AnsiballZ_known_hosts.py <10.31.40.234> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpfumvb76r TO /root/.ansible/tmp/ansible-tmp-1731741672.6178908-11033-71477719525207/AnsiballZ_known_hosts.py <10.31.44.23> 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/b0b222945a"' '[10.31.44.23]' <10.31.40.234> 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/d2aa9394c3"' '[10.31.40.234]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/known_hosts.py <10.31.42.46> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmphiql59eq TO /root/.ansible/tmp/ansible-tmp-1731741672.6199856-11034-112585927855854/AnsiballZ_known_hosts.py <10.31.42.46> 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/669f10b8f2"' '[10.31.42.46]' <10.31.44.23> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp18wzxx3f /root/.ansible/tmp/ansible-tmp-1731741672.5669951-11032-242936577917151/AnsiballZ_known_hosts.py\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741672.5669951-11032-242936577917151/ /root/.ansible/tmp/ansible-tmp-1731741672.5669951-11032-242936577917151/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.40.234> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpfumvb76r /root/.ansible/tmp/ansible-tmp-1731741672.6178908-11033-71477719525207/AnsiballZ_known_hosts.py\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741672.6178908-11033-71477719525207/ /root/.ansible/tmp/ansible-tmp-1731741672.6178908-11033-71477719525207/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.42.46> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmphiql59eq /root/.ansible/tmp/ansible-tmp-1731741672.6199856-11034-112585927855854/AnsiballZ_known_hosts.py\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741672.6199856-11034-112585927855854/ /root/.ansible/tmp/ansible-tmp-1731741672.6199856-11034-112585927855854/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' -tt 10.31.44.23 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741672.5669951-11032-242936577917151/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' -tt 10.31.40.234 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741672.6178908-11033-71477719525207/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' -tt 10.31.42.46 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741672.6199856-11034-112585927855854/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.44.23> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.44.23 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDV2Ysw7H7yTtN0eVfzvPuyvW5ZwYvVMrz1YV7kxhqj+zc2ckrW70OrU8w3hPY0SwMN7vAu0cMsW2c0isQl5Gih1cqP70JV80KcZFGKIdMr/sEPbXAaHmxeWi03TJTwnD1Czxeo9OB/5Qcfi+IZlLOLlgtKJKhXpU75Cn7X1sAl89CiunG2CcV7qDhOfHMB4FYMxst8KlpCdchRBsOSuebSPfLSe0fVe+r7CseQunCi0U1vtfqjrnQxK5S3zvz1rHNuRT/faPy2adkxCNuhqQ1wvUPkrc5eNJfMNvl5W1IGj2vbSXELiyyl6Oj+QTUh15su9aybGiVvuh9lVnacJOg6T1wp2HralvLcl9qtQtAbkfAfJbeYsgzcoHVHwN1GK5gAuc/4trwPhiXMEzD5vHxl4zrDPtyceROQALvV7eXoNLJTBLis9FI21Q2u/tDkBuUziy0QbMhwjkj9bi2w9O8BDLWdFZvWLmIPTw6/ND+JzKbXsGhsvk68rHnstAlNXNM= root@ip-10-31-44-23.us-east-1.aws.redhat.com\\n", "after": "10.31.44.23 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDV2Ysw7H7yTtN0eVfzvPuyvW5ZwYvVMrz1YV7kxhqj+zc2ckrW70OrU8w3hPY0SwMN7vAu0cMsW2c0isQl5Gih1cqP70JV80KcZFGKIdMr/sEPbXAaHmxeWi03TJTwnD1Czxeo9OB/5Qcfi+IZlLOLlgtKJKhXpU75Cn7X1sAl89CiunG2CcV7qDhOfHMB4FYMxst8KlpCdchRBsOSuebSPfLSe0fVe+r7CseQunCi0U1vtfqjrnQxK5S3zvz1rHNuRT/faPy2adkxCNuhqQ1wvUPkrc5eNJfMNvl5W1IGj2vbSXELiyyl6Oj+QTUh15su9aybGiVvuh9lVnacJOg6T1wp2HralvLcl9qtQtAbkfAfJbeYsgzcoHVHwN1GK5gAuc/4trwPhiXMEzD5vHxl4zrDPtyceROQALvV7eXoNLJTBLis9FI21Q2u/tDkBuUziy0QbMhwjkj9bi2w9O8BDLWdFZvWLmIPTw6/ND+JzKbXsGhsvk68rHnstAlNXNM= root@ip-10-31-44-23.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.44.23 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDV2Ysw7H7yTtN0eVfzvPuyvW5ZwYvVMrz1YV7kxhqj+zc2ckrW70OrU8w3hPY0SwMN7vAu0cMsW2c0isQl5Gih1cqP70JV80KcZFGKIdMr/sEPbXAaHmxeWi03TJTwnD1Czxeo9OB/5Qcfi+IZlLOLlgtKJKhXpU75Cn7X1sAl89CiunG2CcV7qDhOfHMB4FYMxst8KlpCdchRBsOSuebSPfLSe0fVe+r7CseQunCi0U1vtfqjrnQxK5S3zvz1rHNuRT/faPy2adkxCNuhqQ1wvUPkrc5eNJfMNvl5W1IGj2vbSXELiyyl6Oj+QTUh15su9aybGiVvuh9lVnacJOg6T1wp2HralvLcl9qtQtAbkfAfJbeYsgzcoHVHwN1GK5gAuc/4trwPhiXMEzD5vHxl4zrDPtyceROQALvV7eXoNLJTBLis9FI21Q2u/tDkBuUziy0QbMhwjkj9bi2w9O8BDLWdFZvWLmIPTw6/ND+JzKbXsGhsvk68rHnstAlNXNM= root@ip-10-31-44-23.us-east-1.aws.redhat.com\\n", "name": "10.31.44.23", "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.44.23 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDV2Ysw7H7yTtN0eVfzvPuyvW5ZwYvVMrz1YV7kxhqj+zc2ckrW70OrU8w3hPY0SwMN7vAu0cMsW2c0isQl5Gih1cqP70JV80KcZFGKIdMr/sEPbXAaHmxeWi03TJTwnD1Czxeo9OB/5Qcfi+IZlLOLlgtKJKhXpU75Cn7X1sAl89CiunG2CcV7qDhOfHMB4FYMxst8KlpCdchRBsOSuebSPfLSe0fVe+r7CseQunCi0U1vtfqjrnQxK5S3zvz1rHNuRT/faPy2adkxCNuhqQ1wvUPkrc5eNJfMNvl5W1IGj2vbSXELiyyl6Oj+QTUh15su9aybGiVvuh9lVnacJOg6T1wp2HralvLcl9qtQtAbkfAfJbeYsgzcoHVHwN1GK5gAuc/4trwPhiXMEzD5vHxl4zrDPtyceROQALvV7eXoNLJTBLis9FI21Q2u/tDkBuUziy0QbMhwjkj9bi2w9O8BDLWdFZvWLmIPTw6/ND+JzKbXsGhsvk68rHnstAlNXNM= root@ip-10-31-44-23.us-east-1.aws.redhat.com\\n", "after": "10.31.44.23 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDV2Ysw7H7yTtN0eVfzvPuyvW5ZwYvVMrz1YV7kxhqj+zc2ckrW70OrU8w3hPY0SwMN7vAu0cMsW2c0isQl5Gih1cqP70JV80KcZFGKIdMr/sEPbXAaHmxeWi03TJTwnD1Czxeo9OB/5Qcfi+IZlLOLlgtKJKhXpU75Cn7X1sAl89CiunG2CcV7qDhOfHMB4FYMxst8KlpCdchRBsOSuebSPfLSe0fVe+r7CseQunCi0U1vtfqjrnQxK5S3zvz1rHNuRT/faPy2adkxCNuhqQ1wvUPkrc5eNJfMNvl5W1IGj2vbSXELiyyl6Oj+QTUh15su9aybGiVvuh9lVnacJOg6T1wp2HralvLcl9qtQtAbkfAfJbeYsgzcoHVHwN1GK5gAuc/4trwPhiXMEzD5vHxl4zrDPtyceROQALvV7eXoNLJTBLis9FI21Q2u/tDkBuUziy0QbMhwjkj9bi2w9O8BDLWdFZvWLmIPTw6/ND+JzKbXsGhsvk68rHnstAlNXNM= root@ip-10-31-44-23.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.44.23 closed.\r\n') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741672.5669951-11032-242936577917151/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') ok: [managed-node1] => { "changed": false, "diff": { "after": "10.31.44.23 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDV2Ysw7H7yTtN0eVfzvPuyvW5ZwYvVMrz1YV7kxhqj+zc2ckrW70OrU8w3hPY0SwMN7vAu0cMsW2c0isQl5Gih1cqP70JV80KcZFGKIdMr/sEPbXAaHmxeWi03TJTwnD1Czxeo9OB/5Qcfi+IZlLOLlgtKJKhXpU75Cn7X1sAl89CiunG2CcV7qDhOfHMB4FYMxst8KlpCdchRBsOSuebSPfLSe0fVe+r7CseQunCi0U1vtfqjrnQxK5S3zvz1rHNuRT/faPy2adkxCNuhqQ1wvUPkrc5eNJfMNvl5W1IGj2vbSXELiyyl6Oj+QTUh15su9aybGiVvuh9lVnacJOg6T1wp2HralvLcl9qtQtAbkfAfJbeYsgzcoHVHwN1GK5gAuc/4trwPhiXMEzD5vHxl4zrDPtyceROQALvV7eXoNLJTBLis9FI21Q2u/tDkBuUziy0QbMhwjkj9bi2w9O8BDLWdFZvWLmIPTw6/ND+JzKbXsGhsvk68rHnstAlNXNM= root@ip-10-31-44-23.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.44.23 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDV2Ysw7H7yTtN0eVfzvPuyvW5ZwYvVMrz1YV7kxhqj+zc2ckrW70OrU8w3hPY0SwMN7vAu0cMsW2c0isQl5Gih1cqP70JV80KcZFGKIdMr/sEPbXAaHmxeWi03TJTwnD1Czxeo9OB/5Qcfi+IZlLOLlgtKJKhXpU75Cn7X1sAl89CiunG2CcV7qDhOfHMB4FYMxst8KlpCdchRBsOSuebSPfLSe0fVe+r7CseQunCi0U1vtfqjrnQxK5S3zvz1rHNuRT/faPy2adkxCNuhqQ1wvUPkrc5eNJfMNvl5W1IGj2vbSXELiyyl6Oj+QTUh15su9aybGiVvuh9lVnacJOg6T1wp2HralvLcl9qtQtAbkfAfJbeYsgzcoHVHwN1GK5gAuc/4trwPhiXMEzD5vHxl4zrDPtyceROQALvV7eXoNLJTBLis9FI21Q2u/tDkBuUziy0QbMhwjkj9bi2w9O8BDLWdFZvWLmIPTw6/ND+JzKbXsGhsvk68rHnstAlNXNM= root@ip-10-31-44-23.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.44.23 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDV2Ysw7H7yTtN0eVfzvPuyvW5ZwYvVMrz1YV7kxhqj+zc2ckrW70OrU8w3hPY0SwMN7vAu0cMsW2c0isQl5Gih1cqP70JV80KcZFGKIdMr/sEPbXAaHmxeWi03TJTwnD1Czxeo9OB/5Qcfi+IZlLOLlgtKJKhXpU75Cn7X1sAl89CiunG2CcV7qDhOfHMB4FYMxst8KlpCdchRBsOSuebSPfLSe0fVe+r7CseQunCi0U1vtfqjrnQxK5S3zvz1rHNuRT/faPy2adkxCNuhqQ1wvUPkrc5eNJfMNvl5W1IGj2vbSXELiyyl6Oj+QTUh15su9aybGiVvuh9lVnacJOg6T1wp2HralvLcl9qtQtAbkfAfJbeYsgzcoHVHwN1GK5gAuc/4trwPhiXMEzD5vHxl4zrDPtyceROQALvV7eXoNLJTBLis9FI21Q2u/tDkBuUziy0QbMhwjkj9bi2w9O8BDLWdFZvWLmIPTw6/ND+JzKbXsGhsvk68rHnstAlNXNM= root@ip-10-31-44-23.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.44.23 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDV2Ysw7H7yTtN0eVfzvPuyvW5ZwYvVMrz1YV7kxhqj+zc2ckrW70OrU8w3hPY0SwMN7vAu0cMsW2c0isQl5Gih1cqP70JV80KcZFGKIdMr/sEPbXAaHmxeWi03TJTwnD1Czxeo9OB/5Qcfi+IZlLOLlgtKJKhXpU75Cn7X1sAl89CiunG2CcV7qDhOfHMB4FYMxst8KlpCdchRBsOSuebSPfLSe0fVe+r7CseQunCi0U1vtfqjrnQxK5S3zvz1rHNuRT/faPy2adkxCNuhqQ1wvUPkrc5eNJfMNvl5W1IGj2vbSXELiyyl6Oj+QTUh15su9aybGiVvuh9lVnacJOg6T1wp2HralvLcl9qtQtAbkfAfJbeYsgzcoHVHwN1GK5gAuc/4trwPhiXMEzD5vHxl4zrDPtyceROQALvV7eXoNLJTBLis9FI21Q2u/tDkBuUziy0QbMhwjkj9bi2w9O8BDLWdFZvWLmIPTw6/ND+JzKbXsGhsvk68rHnstAlNXNM= root@ip-10-31-44-23.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.44.23 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDV2Ysw7H7yTtN0eVfzvPuyvW5ZwYvVMrz1YV7kxhqj+zc2ckrW70OrU8w3hPY0SwMN7vAu0cMsW2c0isQl5Gih1cqP70JV80KcZFGKIdMr/sEPbXAaHmxeWi03TJTwnD1Czxeo9OB/5Qcfi+IZlLOLlgtKJKhXpU75Cn7X1sAl89CiunG2CcV7qDhOfHMB4FYMxst8KlpCdchRBsOSuebSPfLSe0fVe+r7CseQunCi0U1vtfqjrnQxK5S3zvz1rHNuRT/faPy2adkxCNuhqQ1wvUPkrc5eNJfMNvl5W1IGj2vbSXELiyyl6Oj+QTUh15su9aybGiVvuh9lVnacJOg6T1wp2HralvLcl9qtQtAbkfAfJbeYsgzcoHVHwN1GK5gAuc/4trwPhiXMEzD5vHxl4zrDPtyceROQALvV7eXoNLJTBLis9FI21Q2u/tDkBuUziy0QbMhwjkj9bi2w9O8BDLWdFZvWLmIPTw6/ND+JzKbXsGhsvk68rHnstAlNXNM= root@ip-10-31-44-23.us-east-1.aws.redhat.com\n", "name": "10.31.44.23", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } <10.31.40.234> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.234 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC1joHe/KaFuJePGnXgC9Gx2pLNYHF8fHmHyBmOBfqhRLRzNsVXCuD405KPM9ScU+aCUfznvZM5lMrrFK4GP1yit3JSTcUVf0/up915dDr58K2rcF5swVG3C2I2aooewQ4Yz81QZkNxeNwkHmr/yGf0VBozqz1zMoIuDiXQvu0fkswwBa6mBfjV42H5Per/Cpe01cqUzCGtE6Vo3jLyLhBO52dcC4hZbkvTty+1/b4ZS2pCbfKeD/UbgrjKAPIdochT5oIkOiUv6Wy5qqHvqHT7VC7YuQSUkHPTJij7CqIm7xzSXYArMRWrnW8G+XC8HewaeIbWMMgCRCEUSizFq1fXS9gxMiprX0cQMmotbOameX0IqmpAO8VT3Dyh3fr07djVKLHf68cULzIGY1M91d3R1ugmsapu2I6M/hfQ4WZek4FFfueJf1jSOQyxJwQN6q40Rjw0kaIbfG1ghtszp6kO7FOsfGfIF2E5azIeU3WkHmvISleSvF1EHsh8tZDNyG0= root@ip-10-31-40-234.us-east-1.aws.redhat.com\\n", "after": "10.31.40.234 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC1joHe/KaFuJePGnXgC9Gx2pLNYHF8fHmHyBmOBfqhRLRzNsVXCuD405KPM9ScU+aCUfznvZM5lMrrFK4GP1yit3JSTcUVf0/up915dDr58K2rcF5swVG3C2I2aooewQ4Yz81QZkNxeNwkHmr/yGf0VBozqz1zMoIuDiXQvu0fkswwBa6mBfjV42H5Per/Cpe01cqUzCGtE6Vo3jLyLhBO52dcC4hZbkvTty+1/b4ZS2pCbfKeD/UbgrjKAPIdochT5oIkOiUv6Wy5qqHvqHT7VC7YuQSUkHPTJij7CqIm7xzSXYArMRWrnW8G+XC8HewaeIbWMMgCRCEUSizFq1fXS9gxMiprX0cQMmotbOameX0IqmpAO8VT3Dyh3fr07djVKLHf68cULzIGY1M91d3R1ugmsapu2I6M/hfQ4WZek4FFfueJf1jSOQyxJwQN6q40Rjw0kaIbfG1ghtszp6kO7FOsfGfIF2E5azIeU3WkHmvISleSvF1EHsh8tZDNyG0= root@ip-10-31-40-234.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.40.234 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC1joHe/KaFuJePGnXgC9Gx2pLNYHF8fHmHyBmOBfqhRLRzNsVXCuD405KPM9ScU+aCUfznvZM5lMrrFK4GP1yit3JSTcUVf0/up915dDr58K2rcF5swVG3C2I2aooewQ4Yz81QZkNxeNwkHmr/yGf0VBozqz1zMoIuDiXQvu0fkswwBa6mBfjV42H5Per/Cpe01cqUzCGtE6Vo3jLyLhBO52dcC4hZbkvTty+1/b4ZS2pCbfKeD/UbgrjKAPIdochT5oIkOiUv6Wy5qqHvqHT7VC7YuQSUkHPTJij7CqIm7xzSXYArMRWrnW8G+XC8HewaeIbWMMgCRCEUSizFq1fXS9gxMiprX0cQMmotbOameX0IqmpAO8VT3Dyh3fr07djVKLHf68cULzIGY1M91d3R1ugmsapu2I6M/hfQ4WZek4FFfueJf1jSOQyxJwQN6q40Rjw0kaIbfG1ghtszp6kO7FOsfGfIF2E5azIeU3WkHmvISleSvF1EHsh8tZDNyG0= root@ip-10-31-40-234.us-east-1.aws.redhat.com\\n", "name": "10.31.40.234", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.234 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC1joHe/KaFuJePGnXgC9Gx2pLNYHF8fHmHyBmOBfqhRLRzNsVXCuD405KPM9ScU+aCUfznvZM5lMrrFK4GP1yit3JSTcUVf0/up915dDr58K2rcF5swVG3C2I2aooewQ4Yz81QZkNxeNwkHmr/yGf0VBozqz1zMoIuDiXQvu0fkswwBa6mBfjV42H5Per/Cpe01cqUzCGtE6Vo3jLyLhBO52dcC4hZbkvTty+1/b4ZS2pCbfKeD/UbgrjKAPIdochT5oIkOiUv6Wy5qqHvqHT7VC7YuQSUkHPTJij7CqIm7xzSXYArMRWrnW8G+XC8HewaeIbWMMgCRCEUSizFq1fXS9gxMiprX0cQMmotbOameX0IqmpAO8VT3Dyh3fr07djVKLHf68cULzIGY1M91d3R1ugmsapu2I6M/hfQ4WZek4FFfueJf1jSOQyxJwQN6q40Rjw0kaIbfG1ghtszp6kO7FOsfGfIF2E5azIeU3WkHmvISleSvF1EHsh8tZDNyG0= root@ip-10-31-40-234.us-east-1.aws.redhat.com\\n", "after": "10.31.40.234 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC1joHe/KaFuJePGnXgC9Gx2pLNYHF8fHmHyBmOBfqhRLRzNsVXCuD405KPM9ScU+aCUfznvZM5lMrrFK4GP1yit3JSTcUVf0/up915dDr58K2rcF5swVG3C2I2aooewQ4Yz81QZkNxeNwkHmr/yGf0VBozqz1zMoIuDiXQvu0fkswwBa6mBfjV42H5Per/Cpe01cqUzCGtE6Vo3jLyLhBO52dcC4hZbkvTty+1/b4ZS2pCbfKeD/UbgrjKAPIdochT5oIkOiUv6Wy5qqHvqHT7VC7YuQSUkHPTJij7CqIm7xzSXYArMRWrnW8G+XC8HewaeIbWMMgCRCEUSizFq1fXS9gxMiprX0cQMmotbOameX0IqmpAO8VT3Dyh3fr07djVKLHf68cULzIGY1M91d3R1ugmsapu2I6M/hfQ4WZek4FFfueJf1jSOQyxJwQN6q40Rjw0kaIbfG1ghtszp6kO7FOsfGfIF2E5azIeU3WkHmvISleSvF1EHsh8tZDNyG0= root@ip-10-31-40-234.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.40.234 closed.\r\n') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741672.6178908-11033-71477719525207/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.46> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.42.46 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWsY06C0KbXZTKzL8X6R3U6k2ckLodRGPvsCjmVRuhyFml5HP6mNFMnJ+4PgwcIkGnW9bGPwVgap5ldrYM1yYjoY+rp55tnlE8EXcrVAD4tFX9A+vPYDQ75UYhFEd34WoSStfIR987HP+9t6bNHyJkP9tpcHroODhO/PlYMJkcJuaSV/yt9nDEr2ttZGYpclBM6Rn8F9LqAti0v6tDIaCNch4QE79UaDd2wOoxPEYF92pOewOdP1WPBxZl75ea7Up9WdFiW2dGr3pIqF80zOVpCIM5t/YECMDpmdvR6/53k1GVaFw+32+4Y9wFw50TgAoJMBJP+ylmorWlqt7HKosUs+YigPeTSFpYSeFATyGaftSf+/S5CQwQiNC4ZJycdKjs4zxNpUVfWvwYKEd4XuicdvLLaVfhc+H2KuzvU4MglJheh81g8uCYBWewefhd7kK+AYYyamvikjQlDJNnccnKacgcqKZlgDMCn+/MpxhPmYVHCAK5AUXK9jEiSLb2AnM= root@ip-10-31-42-46.us-east-1.aws.redhat.com\\n", "after": "10.31.42.46 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWsY06C0KbXZTKzL8X6R3U6k2ckLodRGPvsCjmVRuhyFml5HP6mNFMnJ+4PgwcIkGnW9bGPwVgap5ldrYM1yYjoY+rp55tnlE8EXcrVAD4tFX9A+vPYDQ75UYhFEd34WoSStfIR987HP+9t6bNHyJkP9tpcHroODhO/PlYMJkcJuaSV/yt9nDEr2ttZGYpclBM6Rn8F9LqAti0v6tDIaCNch4QE79UaDd2wOoxPEYF92pOewOdP1WPBxZl75ea7Up9WdFiW2dGr3pIqF80zOVpCIM5t/YECMDpmdvR6/53k1GVaFw+32+4Y9wFw50TgAoJMBJP+ylmorWlqt7HKosUs+YigPeTSFpYSeFATyGaftSf+/S5CQwQiNC4ZJycdKjs4zxNpUVfWvwYKEd4XuicdvLLaVfhc+H2KuzvU4MglJheh81g8uCYBWewefhd7kK+AYYyamvikjQlDJNnccnKacgcqKZlgDMCn+/MpxhPmYVHCAK5AUXK9jEiSLb2AnM= root@ip-10-31-42-46.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.42.46 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWsY06C0KbXZTKzL8X6R3U6k2ckLodRGPvsCjmVRuhyFml5HP6mNFMnJ+4PgwcIkGnW9bGPwVgap5ldrYM1yYjoY+rp55tnlE8EXcrVAD4tFX9A+vPYDQ75UYhFEd34WoSStfIR987HP+9t6bNHyJkP9tpcHroODhO/PlYMJkcJuaSV/yt9nDEr2ttZGYpclBM6Rn8F9LqAti0v6tDIaCNch4QE79UaDd2wOoxPEYF92pOewOdP1WPBxZl75ea7Up9WdFiW2dGr3pIqF80zOVpCIM5t/YECMDpmdvR6/53k1GVaFw+32+4Y9wFw50TgAoJMBJP+ylmorWlqt7HKosUs+YigPeTSFpYSeFATyGaftSf+/S5CQwQiNC4ZJycdKjs4zxNpUVfWvwYKEd4XuicdvLLaVfhc+H2KuzvU4MglJheh81g8uCYBWewefhd7kK+AYYyamvikjQlDJNnccnKacgcqKZlgDMCn+/MpxhPmYVHCAK5AUXK9jEiSLb2AnM= root@ip-10-31-42-46.us-east-1.aws.redhat.com\\n", "name": "10.31.42.46", "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.42.46 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWsY06C0KbXZTKzL8X6R3U6k2ckLodRGPvsCjmVRuhyFml5HP6mNFMnJ+4PgwcIkGnW9bGPwVgap5ldrYM1yYjoY+rp55tnlE8EXcrVAD4tFX9A+vPYDQ75UYhFEd34WoSStfIR987HP+9t6bNHyJkP9tpcHroODhO/PlYMJkcJuaSV/yt9nDEr2ttZGYpclBM6Rn8F9LqAti0v6tDIaCNch4QE79UaDd2wOoxPEYF92pOewOdP1WPBxZl75ea7Up9WdFiW2dGr3pIqF80zOVpCIM5t/YECMDpmdvR6/53k1GVaFw+32+4Y9wFw50TgAoJMBJP+ylmorWlqt7HKosUs+YigPeTSFpYSeFATyGaftSf+/S5CQwQiNC4ZJycdKjs4zxNpUVfWvwYKEd4XuicdvLLaVfhc+H2KuzvU4MglJheh81g8uCYBWewefhd7kK+AYYyamvikjQlDJNnccnKacgcqKZlgDMCn+/MpxhPmYVHCAK5AUXK9jEiSLb2AnM= root@ip-10-31-42-46.us-east-1.aws.redhat.com\\n", "after": "10.31.42.46 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWsY06C0KbXZTKzL8X6R3U6k2ckLodRGPvsCjmVRuhyFml5HP6mNFMnJ+4PgwcIkGnW9bGPwVgap5ldrYM1yYjoY+rp55tnlE8EXcrVAD4tFX9A+vPYDQ75UYhFEd34WoSStfIR987HP+9t6bNHyJkP9tpcHroODhO/PlYMJkcJuaSV/yt9nDEr2ttZGYpclBM6Rn8F9LqAti0v6tDIaCNch4QE79UaDd2wOoxPEYF92pOewOdP1WPBxZl75ea7Up9WdFiW2dGr3pIqF80zOVpCIM5t/YECMDpmdvR6/53k1GVaFw+32+4Y9wFw50TgAoJMBJP+ylmorWlqt7HKosUs+YigPeTSFpYSeFATyGaftSf+/S5CQwQiNC4ZJycdKjs4zxNpUVfWvwYKEd4XuicdvLLaVfhc+H2KuzvU4MglJheh81g8uCYBWewefhd7kK+AYYyamvikjQlDJNnccnKacgcqKZlgDMCn+/MpxhPmYVHCAK5AUXK9jEiSLb2AnM= root@ip-10-31-42-46.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.42.46 closed.\r\n') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741672.6199856-11034-112585927855854/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') ok: [managed-node2] => { "changed": false, "diff": { "after": "10.31.40.234 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC1joHe/KaFuJePGnXgC9Gx2pLNYHF8fHmHyBmOBfqhRLRzNsVXCuD405KPM9ScU+aCUfznvZM5lMrrFK4GP1yit3JSTcUVf0/up915dDr58K2rcF5swVG3C2I2aooewQ4Yz81QZkNxeNwkHmr/yGf0VBozqz1zMoIuDiXQvu0fkswwBa6mBfjV42H5Per/Cpe01cqUzCGtE6Vo3jLyLhBO52dcC4hZbkvTty+1/b4ZS2pCbfKeD/UbgrjKAPIdochT5oIkOiUv6Wy5qqHvqHT7VC7YuQSUkHPTJij7CqIm7xzSXYArMRWrnW8G+XC8HewaeIbWMMgCRCEUSizFq1fXS9gxMiprX0cQMmotbOameX0IqmpAO8VT3Dyh3fr07djVKLHf68cULzIGY1M91d3R1ugmsapu2I6M/hfQ4WZek4FFfueJf1jSOQyxJwQN6q40Rjw0kaIbfG1ghtszp6kO7FOsfGfIF2E5azIeU3WkHmvISleSvF1EHsh8tZDNyG0= root@ip-10-31-40-234.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.234 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC1joHe/KaFuJePGnXgC9Gx2pLNYHF8fHmHyBmOBfqhRLRzNsVXCuD405KPM9ScU+aCUfznvZM5lMrrFK4GP1yit3JSTcUVf0/up915dDr58K2rcF5swVG3C2I2aooewQ4Yz81QZkNxeNwkHmr/yGf0VBozqz1zMoIuDiXQvu0fkswwBa6mBfjV42H5Per/Cpe01cqUzCGtE6Vo3jLyLhBO52dcC4hZbkvTty+1/b4ZS2pCbfKeD/UbgrjKAPIdochT5oIkOiUv6Wy5qqHvqHT7VC7YuQSUkHPTJij7CqIm7xzSXYArMRWrnW8G+XC8HewaeIbWMMgCRCEUSizFq1fXS9gxMiprX0cQMmotbOameX0IqmpAO8VT3Dyh3fr07djVKLHf68cULzIGY1M91d3R1ugmsapu2I6M/hfQ4WZek4FFfueJf1jSOQyxJwQN6q40Rjw0kaIbfG1ghtszp6kO7FOsfGfIF2E5azIeU3WkHmvISleSvF1EHsh8tZDNyG0= root@ip-10-31-40-234.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.40.234 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC1joHe/KaFuJePGnXgC9Gx2pLNYHF8fHmHyBmOBfqhRLRzNsVXCuD405KPM9ScU+aCUfznvZM5lMrrFK4GP1yit3JSTcUVf0/up915dDr58K2rcF5swVG3C2I2aooewQ4Yz81QZkNxeNwkHmr/yGf0VBozqz1zMoIuDiXQvu0fkswwBa6mBfjV42H5Per/Cpe01cqUzCGtE6Vo3jLyLhBO52dcC4hZbkvTty+1/b4ZS2pCbfKeD/UbgrjKAPIdochT5oIkOiUv6Wy5qqHvqHT7VC7YuQSUkHPTJij7CqIm7xzSXYArMRWrnW8G+XC8HewaeIbWMMgCRCEUSizFq1fXS9gxMiprX0cQMmotbOameX0IqmpAO8VT3Dyh3fr07djVKLHf68cULzIGY1M91d3R1ugmsapu2I6M/hfQ4WZek4FFfueJf1jSOQyxJwQN6q40Rjw0kaIbfG1ghtszp6kO7FOsfGfIF2E5azIeU3WkHmvISleSvF1EHsh8tZDNyG0= root@ip-10-31-40-234.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.234 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC1joHe/KaFuJePGnXgC9Gx2pLNYHF8fHmHyBmOBfqhRLRzNsVXCuD405KPM9ScU+aCUfznvZM5lMrrFK4GP1yit3JSTcUVf0/up915dDr58K2rcF5swVG3C2I2aooewQ4Yz81QZkNxeNwkHmr/yGf0VBozqz1zMoIuDiXQvu0fkswwBa6mBfjV42H5Per/Cpe01cqUzCGtE6Vo3jLyLhBO52dcC4hZbkvTty+1/b4ZS2pCbfKeD/UbgrjKAPIdochT5oIkOiUv6Wy5qqHvqHT7VC7YuQSUkHPTJij7CqIm7xzSXYArMRWrnW8G+XC8HewaeIbWMMgCRCEUSizFq1fXS9gxMiprX0cQMmotbOameX0IqmpAO8VT3Dyh3fr07djVKLHf68cULzIGY1M91d3R1ugmsapu2I6M/hfQ4WZek4FFfueJf1jSOQyxJwQN6q40Rjw0kaIbfG1ghtszp6kO7FOsfGfIF2E5azIeU3WkHmvISleSvF1EHsh8tZDNyG0= root@ip-10-31-40-234.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.40.234 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC1joHe/KaFuJePGnXgC9Gx2pLNYHF8fHmHyBmOBfqhRLRzNsVXCuD405KPM9ScU+aCUfznvZM5lMrrFK4GP1yit3JSTcUVf0/up915dDr58K2rcF5swVG3C2I2aooewQ4Yz81QZkNxeNwkHmr/yGf0VBozqz1zMoIuDiXQvu0fkswwBa6mBfjV42H5Per/Cpe01cqUzCGtE6Vo3jLyLhBO52dcC4hZbkvTty+1/b4ZS2pCbfKeD/UbgrjKAPIdochT5oIkOiUv6Wy5qqHvqHT7VC7YuQSUkHPTJij7CqIm7xzSXYArMRWrnW8G+XC8HewaeIbWMMgCRCEUSizFq1fXS9gxMiprX0cQMmotbOameX0IqmpAO8VT3Dyh3fr07djVKLHf68cULzIGY1M91d3R1ugmsapu2I6M/hfQ4WZek4FFfueJf1jSOQyxJwQN6q40Rjw0kaIbfG1ghtszp6kO7FOsfGfIF2E5azIeU3WkHmvISleSvF1EHsh8tZDNyG0= root@ip-10-31-40-234.us-east-1.aws.redhat.com\n", "name": "10.31.40.234", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } <10.31.42.46> (0, b'', b'') ok: [managed-node3] => { "changed": false, "diff": { "after": "10.31.42.46 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWsY06C0KbXZTKzL8X6R3U6k2ckLodRGPvsCjmVRuhyFml5HP6mNFMnJ+4PgwcIkGnW9bGPwVgap5ldrYM1yYjoY+rp55tnlE8EXcrVAD4tFX9A+vPYDQ75UYhFEd34WoSStfIR987HP+9t6bNHyJkP9tpcHroODhO/PlYMJkcJuaSV/yt9nDEr2ttZGYpclBM6Rn8F9LqAti0v6tDIaCNch4QE79UaDd2wOoxPEYF92pOewOdP1WPBxZl75ea7Up9WdFiW2dGr3pIqF80zOVpCIM5t/YECMDpmdvR6/53k1GVaFw+32+4Y9wFw50TgAoJMBJP+ylmorWlqt7HKosUs+YigPeTSFpYSeFATyGaftSf+/S5CQwQiNC4ZJycdKjs4zxNpUVfWvwYKEd4XuicdvLLaVfhc+H2KuzvU4MglJheh81g8uCYBWewefhd7kK+AYYyamvikjQlDJNnccnKacgcqKZlgDMCn+/MpxhPmYVHCAK5AUXK9jEiSLb2AnM= root@ip-10-31-42-46.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.42.46 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWsY06C0KbXZTKzL8X6R3U6k2ckLodRGPvsCjmVRuhyFml5HP6mNFMnJ+4PgwcIkGnW9bGPwVgap5ldrYM1yYjoY+rp55tnlE8EXcrVAD4tFX9A+vPYDQ75UYhFEd34WoSStfIR987HP+9t6bNHyJkP9tpcHroODhO/PlYMJkcJuaSV/yt9nDEr2ttZGYpclBM6Rn8F9LqAti0v6tDIaCNch4QE79UaDd2wOoxPEYF92pOewOdP1WPBxZl75ea7Up9WdFiW2dGr3pIqF80zOVpCIM5t/YECMDpmdvR6/53k1GVaFw+32+4Y9wFw50TgAoJMBJP+ylmorWlqt7HKosUs+YigPeTSFpYSeFATyGaftSf+/S5CQwQiNC4ZJycdKjs4zxNpUVfWvwYKEd4XuicdvLLaVfhc+H2KuzvU4MglJheh81g8uCYBWewefhd7kK+AYYyamvikjQlDJNnccnKacgcqKZlgDMCn+/MpxhPmYVHCAK5AUXK9jEiSLb2AnM= root@ip-10-31-42-46.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.42.46 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWsY06C0KbXZTKzL8X6R3U6k2ckLodRGPvsCjmVRuhyFml5HP6mNFMnJ+4PgwcIkGnW9bGPwVgap5ldrYM1yYjoY+rp55tnlE8EXcrVAD4tFX9A+vPYDQ75UYhFEd34WoSStfIR987HP+9t6bNHyJkP9tpcHroODhO/PlYMJkcJuaSV/yt9nDEr2ttZGYpclBM6Rn8F9LqAti0v6tDIaCNch4QE79UaDd2wOoxPEYF92pOewOdP1WPBxZl75ea7Up9WdFiW2dGr3pIqF80zOVpCIM5t/YECMDpmdvR6/53k1GVaFw+32+4Y9wFw50TgAoJMBJP+ylmorWlqt7HKosUs+YigPeTSFpYSeFATyGaftSf+/S5CQwQiNC4ZJycdKjs4zxNpUVfWvwYKEd4XuicdvLLaVfhc+H2KuzvU4MglJheh81g8uCYBWewefhd7kK+AYYyamvikjQlDJNnccnKacgcqKZlgDMCn+/MpxhPmYVHCAK5AUXK9jEiSLb2AnM= root@ip-10-31-42-46.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.42.46 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWsY06C0KbXZTKzL8X6R3U6k2ckLodRGPvsCjmVRuhyFml5HP6mNFMnJ+4PgwcIkGnW9bGPwVgap5ldrYM1yYjoY+rp55tnlE8EXcrVAD4tFX9A+vPYDQ75UYhFEd34WoSStfIR987HP+9t6bNHyJkP9tpcHroODhO/PlYMJkcJuaSV/yt9nDEr2ttZGYpclBM6Rn8F9LqAti0v6tDIaCNch4QE79UaDd2wOoxPEYF92pOewOdP1WPBxZl75ea7Up9WdFiW2dGr3pIqF80zOVpCIM5t/YECMDpmdvR6/53k1GVaFw+32+4Y9wFw50TgAoJMBJP+ylmorWlqt7HKosUs+YigPeTSFpYSeFATyGaftSf+/S5CQwQiNC4ZJycdKjs4zxNpUVfWvwYKEd4XuicdvLLaVfhc+H2KuzvU4MglJheh81g8uCYBWewefhd7kK+AYYyamvikjQlDJNnccnKacgcqKZlgDMCn+/MpxhPmYVHCAK5AUXK9jEiSLb2AnM= root@ip-10-31-42-46.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.42.46 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWsY06C0KbXZTKzL8X6R3U6k2ckLodRGPvsCjmVRuhyFml5HP6mNFMnJ+4PgwcIkGnW9bGPwVgap5ldrYM1yYjoY+rp55tnlE8EXcrVAD4tFX9A+vPYDQ75UYhFEd34WoSStfIR987HP+9t6bNHyJkP9tpcHroODhO/PlYMJkcJuaSV/yt9nDEr2ttZGYpclBM6Rn8F9LqAti0v6tDIaCNch4QE79UaDd2wOoxPEYF92pOewOdP1WPBxZl75ea7Up9WdFiW2dGr3pIqF80zOVpCIM5t/YECMDpmdvR6/53k1GVaFw+32+4Y9wFw50TgAoJMBJP+ylmorWlqt7HKosUs+YigPeTSFpYSeFATyGaftSf+/S5CQwQiNC4ZJycdKjs4zxNpUVfWvwYKEd4XuicdvLLaVfhc+H2KuzvU4MglJheh81g8uCYBWewefhd7kK+AYYyamvikjQlDJNnccnKacgcqKZlgDMCn+/MpxhPmYVHCAK5AUXK9jEiSLb2AnM= root@ip-10-31-42-46.us-east-1.aws.redhat.com\n", "name": "10.31.42.46", "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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 16 November 2024 02:21:13 -0500 (0:00:00.617) 0:00:14.152 ***** <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.23> (0, b'/root\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741673.0918262-11056-109456327174140 `" && echo ansible-tmp-1731741673.0918262-11056-109456327174140="` echo /root/.ansible/tmp/ansible-tmp-1731741673.0918262-11056-109456327174140 `" ) && sleep 0'"'"'' <10.31.40.234> (0, b'/root\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741673.0959296-11057-271549135077214 `" && echo ansible-tmp-1731741673.0959296-11057-271549135077214="` echo /root/.ansible/tmp/ansible-tmp-1731741673.0959296-11057-271549135077214 `" ) && sleep 0'"'"'' <10.31.42.46> (0, b'/root\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741673.1057124-11059-271880127461554 `" && echo ansible-tmp-1731741673.1057124-11059-271880127461554="` echo /root/.ansible/tmp/ansible-tmp-1731741673.1057124-11059-271880127461554 `" ) && sleep 0'"'"'' <10.31.44.23> (0, b'ansible-tmp-1731741673.0918262-11056-109456327174140=/root/.ansible/tmp/ansible-tmp-1731741673.0918262-11056-109456327174140\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.44.23> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp8ld1smr7 TO /root/.ansible/tmp/ansible-tmp-1731741673.0918262-11056-109456327174140/AnsiballZ_stat.py <10.31.44.23> 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/b0b222945a"' '[10.31.44.23]' <10.31.40.234> (0, b'ansible-tmp-1731741673.0959296-11057-271549135077214=/root/.ansible/tmp/ansible-tmp-1731741673.0959296-11057-271549135077214\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.40.234> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpe1ic4gr3 TO /root/.ansible/tmp/ansible-tmp-1731741673.0959296-11057-271549135077214/AnsiballZ_stat.py <10.31.40.234> 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/d2aa9394c3"' '[10.31.40.234]' <10.31.42.46> (0, b'ansible-tmp-1731741673.1057124-11059-271880127461554=/root/.ansible/tmp/ansible-tmp-1731741673.1057124-11059-271880127461554\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.42.46> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp0d1f3r0o TO /root/.ansible/tmp/ansible-tmp-1731741673.1057124-11059-271880127461554/AnsiballZ_stat.py <10.31.42.46> 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/669f10b8f2"' '[10.31.42.46]' <10.31.44.23> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp8ld1smr7 /root/.ansible/tmp/ansible-tmp-1731741673.0918262-11056-109456327174140/AnsiballZ_stat.py\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741673.0918262-11056-109456327174140/ /root/.ansible/tmp/ansible-tmp-1731741673.0918262-11056-109456327174140/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.234> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpe1ic4gr3 /root/.ansible/tmp/ansible-tmp-1731741673.0959296-11057-271549135077214/AnsiballZ_stat.py\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741673.0959296-11057-271549135077214/ /root/.ansible/tmp/ansible-tmp-1731741673.0959296-11057-271549135077214/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' -tt 10.31.44.23 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741673.0918262-11056-109456327174140/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.46> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp0d1f3r0o /root/.ansible/tmp/ansible-tmp-1731741673.1057124-11059-271880127461554/AnsiballZ_stat.py\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741673.1057124-11059-271880127461554/ /root/.ansible/tmp/ansible-tmp-1731741673.1057124-11059-271880127461554/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' -tt 10.31.40.234 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741673.0959296-11057-271549135077214/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' -tt 10.31.42.46 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741673.1057124-11059-271880127461554/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.44.23> (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": 75497667, "dev": 51713, "nlink": 1, "atime": 1731741610.9555562, "mtime": 1731741608.1785629, "ctime": 1731741608.6555617, "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": "812b8260737ed00613f81223886023273335cdf9", "mimetype": "text/plain", "charset": "us-ascii", "version": "1563895392", "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.44.23 closed.\r\n') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741673.0918262-11056-109456327174140/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.23> (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": 1731741610.9555562, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "812b8260737ed00613f81223886023273335cdf9", "ctime": 1731741608.6555617, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 75497667, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1731741608.1785629, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 103, "uid": 0, "version": "1563895392", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.42.46> (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": 1731741636.2112396, "mtime": 1731741633.929351, "ctime": 1731741634.2083375, "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": "81020ddc9b6e7d77218ae895bfeb21d1f91b4e0e", "mimetype": "text/plain", "charset": "us-ascii", "version": "3692732721", "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.42.46 closed.\r\n') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741673.1057124-11059-271880127461554/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.234> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 121, "inode": 174063874, "dev": 51713, "nlink": 1, "atime": 1731741631.0143557, "mtime": 1731741629.0034356, "ctime": 1731741629.39542, "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": "82dd4e7a13c5992884a9714a9cefadc06606d72d", "mimetype": "text/plain", "charset": "us-ascii", "version": "3081748982", "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.40.234 closed.\r\n') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741673.0959296-11057-271549135077214/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.46> (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": 1731741636.2112396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "81020ddc9b6e7d77218ae895bfeb21d1f91b4e0e", "ctime": 1731741634.2083375, "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": 1731741633.929351, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 103, "uid": 0, "version": "3692732721", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.40.234> (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": 1731741631.0143557, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "82dd4e7a13c5992884a9714a9cefadc06606d72d", "ctime": 1731741629.39542, "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": 1731741629.0034356, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 121, "uid": 0, "version": "3081748982", "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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 16 November 2024 02:21:13 -0500 (0:00:00.413) 0:00:14.566 ***** <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.23> (0, b'/root\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741673.5349803-11083-232307577242849 `" && echo ansible-tmp-1731741673.5349803-11083-232307577242849="` echo /root/.ansible/tmp/ansible-tmp-1731741673.5349803-11083-232307577242849 `" ) && sleep 0'"'"'' <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.234> (0, b'/root\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> (0, b'/root\n', b'') <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741673.5645592-11084-270099594510262 `" && echo ansible-tmp-1731741673.5645592-11084-270099594510262="` echo /root/.ansible/tmp/ansible-tmp-1731741673.5645592-11084-270099594510262 `" ) && sleep 0'"'"'' <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741673.565194-11085-91677224040089 `" && echo ansible-tmp-1731741673.565194-11085-91677224040089="` echo /root/.ansible/tmp/ansible-tmp-1731741673.565194-11085-91677224040089 `" ) && sleep 0'"'"'' <10.31.44.23> (0, b'ansible-tmp-1731741673.5349803-11083-232307577242849=/root/.ansible/tmp/ansible-tmp-1731741673.5349803-11083-232307577242849\n', b'') <10.31.42.46> (0, b'ansible-tmp-1731741673.565194-11085-91677224040089=/root/.ansible/tmp/ansible-tmp-1731741673.565194-11085-91677224040089\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.44.23> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp78ecucuo TO /root/.ansible/tmp/ansible-tmp-1731741673.5349803-11083-232307577242849/AnsiballZ_stat.py <10.31.44.23> 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/b0b222945a"' '[10.31.44.23]' <10.31.40.234> (0, b'ansible-tmp-1731741673.5645592-11084-270099594510262=/root/.ansible/tmp/ansible-tmp-1731741673.5645592-11084-270099594510262\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 <10.31.42.46> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp53yurhpz TO /root/.ansible/tmp/ansible-tmp-1731741673.565194-11085-91677224040089/AnsiballZ_stat.py <10.31.40.234> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpj0jhng9g TO /root/.ansible/tmp/ansible-tmp-1731741673.5645592-11084-270099594510262/AnsiballZ_stat.py <10.31.42.46> 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/669f10b8f2"' '[10.31.42.46]' <10.31.40.234> 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/d2aa9394c3"' '[10.31.40.234]' <10.31.44.23> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp78ecucuo /root/.ansible/tmp/ansible-tmp-1731741673.5349803-11083-232307577242849/AnsiballZ_stat.py\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741673.5349803-11083-232307577242849/ /root/.ansible/tmp/ansible-tmp-1731741673.5349803-11083-232307577242849/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' -tt 10.31.44.23 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741673.5349803-11083-232307577242849/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.234> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpj0jhng9g /root/.ansible/tmp/ansible-tmp-1731741673.5645592-11084-270099594510262/AnsiballZ_stat.py\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741673.5645592-11084-270099594510262/ /root/.ansible/tmp/ansible-tmp-1731741673.5645592-11084-270099594510262/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.46> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp53yurhpz /root/.ansible/tmp/ansible-tmp-1731741673.565194-11085-91677224040089/AnsiballZ_stat.py\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741673.565194-11085-91677224040089/ /root/.ansible/tmp/ansible-tmp-1731741673.565194-11085-91677224040089/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' -tt 10.31.40.234 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741673.5645592-11084-270099594510262/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' -tt 10.31.42.46 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741673.565194-11085-91677224040089/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.44.23> (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": 75497667, "dev": 51713, "nlink": 1, "atime": 1731741610.9555562, "mtime": 1731741608.1785629, "ctime": 1731741608.6555617, "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": "812b8260737ed00613f81223886023273335cdf9", "mimetype": "text/plain", "charset": "us-ascii", "version": "1563895392", "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.44.23 closed.\r\n') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.44.23> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpi0d1xwij TO /root/.ansible/tmp/ansible-tmp-1731741673.5349803-11083-232307577242849/AnsiballZ_file.py <10.31.44.23> 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/b0b222945a"' '[10.31.44.23]' <10.31.44.23> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpi0d1xwij /root/.ansible/tmp/ansible-tmp-1731741673.5349803-11083-232307577242849/AnsiballZ_file.py\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741673.5349803-11083-232307577242849/ /root/.ansible/tmp/ansible-tmp-1731741673.5349803-11083-232307577242849/AnsiballZ_file.py && sleep 0'"'"'' <10.31.42.46> (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": 1731741636.2112396, "mtime": 1731741633.929351, "ctime": 1731741634.2083375, "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": "81020ddc9b6e7d77218ae895bfeb21d1f91b4e0e", "mimetype": "text/plain", "charset": "us-ascii", "version": "3692732721", "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.42.46 closed.\r\n') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.42.46> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp06ol914g TO /root/.ansible/tmp/ansible-tmp-1731741673.565194-11085-91677224040089/AnsiballZ_file.py <10.31.42.46> 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/669f10b8f2"' '[10.31.42.46]' <10.31.40.234> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 121, "inode": 174063874, "dev": 51713, "nlink": 1, "atime": 1731741631.0143557, "mtime": 1731741629.0034356, "ctime": 1731741629.39542, "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": "82dd4e7a13c5992884a9714a9cefadc06606d72d", "mimetype": "text/plain", "charset": "us-ascii", "version": "3081748982", "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.40.234 closed.\r\n') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741673.5645592-11084-270099594510262/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' -tt 10.31.44.23 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741673.5349803-11083-232307577242849/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.234> (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-10389_fn34txi/tmpn7oyxok5/kdump.conf.j2" }, "src": "/root/.ansible/tmp/ansible-local-10389_fn34txi/tmpn7oyxok5/kdump.conf.j2" } } <10.31.42.46> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp06ol914g /root/.ansible/tmp/ansible-tmp-1731741673.565194-11085-91677224040089/AnsiballZ_file.py\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741673.565194-11085-91677224040089/ /root/.ansible/tmp/ansible-tmp-1731741673.565194-11085-91677224040089/AnsiballZ_file.py && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' -tt 10.31.42.46 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741673.565194-11085-91677224040089/AnsiballZ_file.py && sleep 0'"'"'' <10.31.44.23> (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.44.23 closed.\r\n') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741673.5349803-11083-232307577242849/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') ok: [managed-node1] => { "changed": false, "checksum": "812b8260737ed00613f81223886023273335cdf9", "dest": "/etc/kdump.conf", "diff": { "after": { "path": "/etc/kdump.conf" }, "before": { "path": "/etc/kdump.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "kdump.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/kdump.conf", "follow": true, "force": false, "group": null, "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/etc/kdump.conf", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/kdump.conf", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 103, "state": "file", "uid": 0 } <10.31.42.46> (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.42.46 closed.\r\n') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741673.565194-11085-91677224040089/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') ok: [managed-node3] => { "changed": false, "checksum": "81020ddc9b6e7d77218ae895bfeb21d1f91b4e0e", "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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 16 November 2024 02:21:14 -0500 (0:00:00.798) 0:00:15.365 ***** <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.23> (0, b'/root\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741674.3075929-11118-131762094964183 `" && echo ansible-tmp-1731741674.3075929-11118-131762094964183="` echo /root/.ansible/tmp/ansible-tmp-1731741674.3075929-11118-131762094964183 `" ) && sleep 0'"'"'' <10.31.40.234> (0, b'/root\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741674.3138602-11119-203791525755711 `" && echo ansible-tmp-1731741674.3138602-11119-203791525755711="` echo /root/.ansible/tmp/ansible-tmp-1731741674.3138602-11119-203791525755711 `" ) && sleep 0'"'"'' <10.31.42.46> (0, b'/root\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741674.314662-11121-190411389654424 `" && echo ansible-tmp-1731741674.314662-11121-190411389654424="` echo /root/.ansible/tmp/ansible-tmp-1731741674.314662-11121-190411389654424 `" ) && sleep 0'"'"'' <10.31.44.23> (0, b'ansible-tmp-1731741674.3075929-11118-131762094964183=/root/.ansible/tmp/ansible-tmp-1731741674.3075929-11118-131762094964183\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.44.23> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpk5f8d1ib TO /root/.ansible/tmp/ansible-tmp-1731741674.3075929-11118-131762094964183/AnsiballZ_slurp.py <10.31.44.23> 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/b0b222945a"' '[10.31.44.23]' <10.31.42.46> (0, b'ansible-tmp-1731741674.314662-11121-190411389654424=/root/.ansible/tmp/ansible-tmp-1731741674.314662-11121-190411389654424\n', b'') <10.31.40.234> (0, b'ansible-tmp-1731741674.3138602-11119-203791525755711=/root/.ansible/tmp/ansible-tmp-1731741674.3138602-11119-203791525755711\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.42.46> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp3hobfl43 TO /root/.ansible/tmp/ansible-tmp-1731741674.314662-11121-190411389654424/AnsiballZ_slurp.py <10.31.42.46> 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/669f10b8f2"' '[10.31.42.46]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.40.234> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp6pnvoqrf TO /root/.ansible/tmp/ansible-tmp-1731741674.3138602-11119-203791525755711/AnsiballZ_slurp.py <10.31.40.234> 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/d2aa9394c3"' '[10.31.40.234]' <10.31.44.23> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpk5f8d1ib /root/.ansible/tmp/ansible-tmp-1731741674.3075929-11118-131762094964183/AnsiballZ_slurp.py\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741674.3075929-11118-131762094964183/ /root/.ansible/tmp/ansible-tmp-1731741674.3075929-11118-131762094964183/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.42.46> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp3hobfl43 /root/.ansible/tmp/ansible-tmp-1731741674.314662-11121-190411389654424/AnsiballZ_slurp.py\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741674.314662-11121-190411389654424/ /root/.ansible/tmp/ansible-tmp-1731741674.314662-11121-190411389654424/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' -tt 10.31.44.23 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741674.3075929-11118-131762094964183/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.234> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp6pnvoqrf /root/.ansible/tmp/ansible-tmp-1731741674.3138602-11119-203791525755711/AnsiballZ_slurp.py\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741674.3138602-11119-203791525755711/ /root/.ansible/tmp/ansible-tmp-1731741674.3138602-11119-203791525755711/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' -tt 10.31.42.46 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741674.314662-11121-190411389654424/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' -tt 10.31.40.234 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741674.3138602-11119-203791525755711/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.44.23> (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.44.23 closed.\r\n') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741674.3075929-11118-131762094964183/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.23> (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.42.46> (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.42.46 closed.\r\n') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741674.314662-11121-190411389654424/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.234> (0, b'\r\n{"content": "MjAxMzI2NTkyCg==", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}}\r\n', b'Shared connection to 10.31.40.234 closed.\r\n') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741674.3138602-11119-203791525755711/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.46> (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" } <10.31.40.234> (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" } TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] **** task path: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 16 November 2024 02:21:14 -0500 (0:00:00.407) 0:00:15.772 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 16 November 2024 02:21:14 -0500 (0:00:00.087) 0:00:15.860 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 16 November 2024 02:21:14 -0500 (0:00:00.071) 0:00:15.932 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 16 November 2024 02:21:14 -0500 (0:00:00.071) 0:00:16.003 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 16 November 2024 02:21:14 -0500 (0:00:00.073) 0:00:16.076 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 16 November 2024 02:21:15 -0500 (0:00:00.071) 0:00:16.147 ***** 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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 16 November 2024 02:21:15 -0500 (0:00:00.075) 0:00:16.223 ***** <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.23> (0, b'/root\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741675.1677253-11163-218809919073996 `" && echo ansible-tmp-1731741675.1677253-11163-218809919073996="` echo /root/.ansible/tmp/ansible-tmp-1731741675.1677253-11163-218809919073996 `" ) && sleep 0'"'"'' <10.31.40.234> (0, b'/root\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741675.1709344-11164-119084146789968 `" && echo ansible-tmp-1731741675.1709344-11164-119084146789968="` echo /root/.ansible/tmp/ansible-tmp-1731741675.1709344-11164-119084146789968 `" ) && sleep 0'"'"'' <10.31.42.46> (0, b'/root\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741675.1773634-11166-156334173733355 `" && echo ansible-tmp-1731741675.1773634-11166-156334173733355="` echo /root/.ansible/tmp/ansible-tmp-1731741675.1773634-11166-156334173733355 `" ) && sleep 0'"'"'' <10.31.44.23> (0, b'ansible-tmp-1731741675.1677253-11163-218809919073996=/root/.ansible/tmp/ansible-tmp-1731741675.1677253-11163-218809919073996\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.44.23> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmprx4mf3wi TO /root/.ansible/tmp/ansible-tmp-1731741675.1677253-11163-218809919073996/AnsiballZ_systemd.py <10.31.44.23> 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/b0b222945a"' '[10.31.44.23]' <10.31.40.234> (0, b'ansible-tmp-1731741675.1709344-11164-119084146789968=/root/.ansible/tmp/ansible-tmp-1731741675.1709344-11164-119084146789968\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.40.234> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp5e7h16dh TO /root/.ansible/tmp/ansible-tmp-1731741675.1709344-11164-119084146789968/AnsiballZ_systemd.py <10.31.40.234> 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/d2aa9394c3"' '[10.31.40.234]' <10.31.42.46> (0, b'ansible-tmp-1731741675.1773634-11166-156334173733355=/root/.ansible/tmp/ansible-tmp-1731741675.1773634-11166-156334173733355\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.42.46> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp2h6rtt6a TO /root/.ansible/tmp/ansible-tmp-1731741675.1773634-11166-156334173733355/AnsiballZ_systemd.py <10.31.42.46> 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/669f10b8f2"' '[10.31.42.46]' <10.31.44.23> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmprx4mf3wi /root/.ansible/tmp/ansible-tmp-1731741675.1677253-11163-218809919073996/AnsiballZ_systemd.py\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741675.1677253-11163-218809919073996/ /root/.ansible/tmp/ansible-tmp-1731741675.1677253-11163-218809919073996/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.234> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp5e7h16dh /root/.ansible/tmp/ansible-tmp-1731741675.1709344-11164-119084146789968/AnsiballZ_systemd.py\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741675.1709344-11164-119084146789968/ /root/.ansible/tmp/ansible-tmp-1731741675.1709344-11164-119084146789968/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' -tt 10.31.44.23 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741675.1677253-11163-218809919073996/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.42.46> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmp2h6rtt6a /root/.ansible/tmp/ansible-tmp-1731741675.1773634-11166-156334173733355/AnsiballZ_systemd.py\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741675.1773634-11166-156334173733355/ /root/.ansible/tmp/ansible-tmp-1731741675.1773634-11166-156334173733355/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' -tt 10.31.40.234 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741675.1709344-11164-119084146789968/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' -tt 10.31.42.46 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741675.1773634-11166-156334173733355/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.44.23> (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 2024-11-16 02:20:10 EST", "ExecMainStartTimestampMonotonic": "440954936", "ExecMainExitTimestamp": "Sat 2024-11-16 02:20:30 EST", "ExecMainExitTimestampMonotonic": "460781471", "ExecMainPID": "15888", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:20:10 EST] ; stop_time=[Sat 2024-11-16 02:20:30 EST] ; pid=15888 ; 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 2024-11-16 02:20:10 EST] ; stop_time=[Sat 2024-11-16 02:20:10 EST] ; pid=15879 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "systemd-journald.socket basic.target network.target system.slice network-online.target remote-fs.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 2024-11-16 02:20:30 EST", "StateChangeTimestampMonotonic": "460781873", "InactiveExitTimestamp": "Sat 2024-11-16 02:20:10 EST", "InactiveExitTimestampMonotonic": "440954973", "ActiveEnterTimestamp": "Sat 2024-11-16 02:20:30 EST", "ActiveEnterTimestampMonotonic": "460781873", "ActiveExitTimestamp": "Sat 2024-11-16 02:20:10 EST", "ActiveExitTimestampMonotonic": "440931244", "InactiveEnterTimestamp": "Sat 2024-11-16 02:20:10 EST", "InactiveEnterTimestampMonotonic": "440953160", "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 2024-11-16 02:20:10 EST", "ConditionTimestampMonotonic": "440953959", "AssertTimestamp": "Sat 2024-11-16 02:20:10 EST", "AssertTimestampMonotonic": "440953992", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "8194bd42215d4a079ad30274a7965e82", "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.44.23 closed.\r\n') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741675.1677253-11163-218809919073996/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.23> (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 2024-11-16 02:20:30 EST", "ActiveEnterTimestampMonotonic": "460781873", "ActiveExitTimestamp": "Sat 2024-11-16 02:20:10 EST", "ActiveExitTimestampMonotonic": "440931244", "ActiveState": "active", "After": "systemd-journald.socket basic.target network.target system.slice network-online.target remote-fs.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-11-16 02:20:10 EST", "AssertTimestampMonotonic": "440953992", "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 2024-11-16 02:20:10 EST", "ConditionTimestampMonotonic": "440953959", "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 2024-11-16 02:20:30 EST", "ExecMainExitTimestampMonotonic": "460781471", "ExecMainPID": "15888", "ExecMainStartTimestamp": "Sat 2024-11-16 02:20:10 EST", "ExecMainStartTimestampMonotonic": "440954936", "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 2024-11-16 02:20:10 EST] ; stop_time=[Sat 2024-11-16 02:20:30 EST] ; pid=15888 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:20:10 EST] ; stop_time=[Sat 2024-11-16 02:20:10 EST] ; pid=15879 ; 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 2024-11-16 02:20:10 EST", "InactiveEnterTimestampMonotonic": "440953160", "InactiveExitTimestamp": "Sat 2024-11-16 02:20:10 EST", "InactiveExitTimestampMonotonic": "440954973", "InvocationID": "8194bd42215d4a079ad30274a7965e82", "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 2024-11-16 02:20:30 EST", "StateChangeTimestampMonotonic": "460781873", "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.42.46> (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 2024-11-16 02:20:36 EST", "ExecMainStartTimestampMonotonic": "466281978", "ExecMainExitTimestamp": "Sat 2024-11-16 02:20:57 EST", "ExecMainExitTimestampMonotonic": "487423678", "ExecMainPID": "16753", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:20:36 EST] ; stop_time=[Sat 2024-11-16 02:20:57 EST] ; pid=16753 ; 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 2024-11-16 02:20:36 EST] ; stop_time=[Sat 2024-11-16 02:20:36 EST] ; pid=16744 ; 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": "22406", "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": "14004", "LimitNPROCSoft": "14004", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "network.target systemd-journald.socket network-online.target system.slice remote-fs.target basic.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-11-16 02:20:57 EST", "StateChangeTimestampMonotonic": "487424280", "InactiveExitTimestamp": "Sat 2024-11-16 02:20:36 EST", "InactiveExitTimestampMonotonic": "466282020", "ActiveEnterTimestamp": "Sat 2024-11-16 02:20:57 EST", "ActiveEnterTimestampMonotonic": "487424280", "ActiveExitTimestamp": "Sat 2024-11-16 02:20:36 EST", "ActiveExitTimestampMonotonic": "466256694", "InactiveEnterTimestamp": "Sat 2024-11-16 02:20:36 EST", "InactiveEnterTimestampMonotonic": "466279734", "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 2024-11-16 02:20:36 EST", "ConditionTimestampMonotonic": "466280744", "AssertTimestamp": "Sat 2024-11-16 02:20:36 EST", "AssertTimestampMonotonic": "466280818", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "02fbb8730ca447199629aa2f2ab9b07f", "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.42.46 closed.\r\n') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741675.1773634-11166-156334173733355/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.234> (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 2024-11-16 02:20:30 EST", "ExecMainStartTimestampMonotonic": "468109291", "ExecMainExitTimestamp": "Sat 2024-11-16 02:20:52 EST", "ExecMainExitTimestampMonotonic": "489589605", "ExecMainPID": "20414", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:20:30 EST] ; stop_time=[Sat 2024-11-16 02:20:52 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 2024-11-16 02:20:30 EST] ; stop_time=[Sat 2024-11-16 02:20:30 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": "network-online.target remote-fs.target systemd-journald.socket network.target system.slice basic.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-11-16 02:20:52 EST", "StateChangeTimestampMonotonic": "489590184", "InactiveExitTimestamp": "Sat 2024-11-16 02:20:30 EST", "InactiveExitTimestampMonotonic": "468109329", "ActiveEnterTimestamp": "Sat 2024-11-16 02:20:52 EST", "ActiveEnterTimestampMonotonic": "489590184", "ActiveExitTimestamp": "Sat 2024-11-16 02:20:30 EST", "ActiveExitTimestampMonotonic": "468083118", "InactiveEnterTimestamp": "Sat 2024-11-16 02:20:30 EST", "InactiveEnterTimestampMonotonic": "468107203", "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 2024-11-16 02:20:30 EST", "ConditionTimestampMonotonic": "468108207", "AssertTimestamp": "Sat 2024-11-16 02:20:30 EST", "AssertTimestampMonotonic": "468108235", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "e3bb089f19064abc8c076089d5f99755", "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.40.234 closed.\r\n') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741675.1709344-11164-119084146789968/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.46> (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 2024-11-16 02:20:57 EST", "ActiveEnterTimestampMonotonic": "487424280", "ActiveExitTimestamp": "Sat 2024-11-16 02:20:36 EST", "ActiveExitTimestampMonotonic": "466256694", "ActiveState": "active", "After": "network.target systemd-journald.socket network-online.target system.slice remote-fs.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-11-16 02:20:36 EST", "AssertTimestampMonotonic": "466280818", "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 2024-11-16 02:20:36 EST", "ConditionTimestampMonotonic": "466280744", "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 2024-11-16 02:20:57 EST", "ExecMainExitTimestampMonotonic": "487423678", "ExecMainPID": "16753", "ExecMainStartTimestamp": "Sat 2024-11-16 02:20:36 EST", "ExecMainStartTimestampMonotonic": "466281978", "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 2024-11-16 02:20:36 EST] ; stop_time=[Sat 2024-11-16 02:20:57 EST] ; pid=16753 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:20:36 EST] ; stop_time=[Sat 2024-11-16 02:20:36 EST] ; pid=16744 ; 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 2024-11-16 02:20:36 EST", "InactiveEnterTimestampMonotonic": "466279734", "InactiveExitTimestamp": "Sat 2024-11-16 02:20:36 EST", "InactiveExitTimestampMonotonic": "466282020", "InvocationID": "02fbb8730ca447199629aa2f2ab9b07f", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[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 2024-11-16 02:20:57 EST", "StateChangeTimestampMonotonic": "487424280", "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": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } <10.31.40.234> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": "started" } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-11-16 02:20:52 EST", "ActiveEnterTimestampMonotonic": "489590184", "ActiveExitTimestamp": "Sat 2024-11-16 02:20:30 EST", "ActiveExitTimestampMonotonic": "468083118", "ActiveState": "active", "After": "network-online.target remote-fs.target systemd-journald.socket network.target system.slice basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-11-16 02:20:30 EST", "AssertTimestampMonotonic": "468108235", "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 2024-11-16 02:20:30 EST", "ConditionTimestampMonotonic": "468108207", "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 2024-11-16 02:20:52 EST", "ExecMainExitTimestampMonotonic": "489589605", "ExecMainPID": "20414", "ExecMainStartTimestamp": "Sat 2024-11-16 02:20:30 EST", "ExecMainStartTimestampMonotonic": "468109291", "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 2024-11-16 02:20:30 EST] ; stop_time=[Sat 2024-11-16 02:20:52 EST] ; pid=20414 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:20:30 EST] ; stop_time=[Sat 2024-11-16 02:20:30 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 2024-11-16 02:20:30 EST", "InactiveEnterTimestampMonotonic": "468107203", "InactiveExitTimestamp": "Sat 2024-11-16 02:20:30 EST", "InactiveExitTimestampMonotonic": "468109329", "InvocationID": "e3bb089f19064abc8c076089d5f99755", "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 2024-11-16 02:20:52 EST", "StateChangeTimestampMonotonic": "489590184", "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-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 16 November 2024 02:21:15 -0500 (0:00:00.565) 0:00:16.789 ***** <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.23> (0, b'/root\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741675.726206-11187-93022659823043 `" && echo ansible-tmp-1731741675.726206-11187-93022659823043="` echo /root/.ansible/tmp/ansible-tmp-1731741675.726206-11187-93022659823043 `" ) && sleep 0'"'"'' <10.31.40.234> (0, b'/root\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741675.7454185-11188-256764619725750 `" && echo ansible-tmp-1731741675.7454185-11188-256764619725750="` echo /root/.ansible/tmp/ansible-tmp-1731741675.7454185-11188-256764619725750 `" ) && sleep 0'"'"'' <10.31.42.46> (0, b'/root\n', b'') <10.31.44.23> (0, b'ansible-tmp-1731741675.726206-11187-93022659823043=/root/.ansible/tmp/ansible-tmp-1731741675.726206-11187-93022659823043\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741675.7540855-11189-38194711082155 `" && echo ansible-tmp-1731741675.7540855-11189-38194711082155="` echo /root/.ansible/tmp/ansible-tmp-1731741675.7540855-11189-38194711082155 `" ) && sleep 0'"'"'' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.44.23> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpd9dl6oka TO /root/.ansible/tmp/ansible-tmp-1731741675.726206-11187-93022659823043/AnsiballZ_file.py <10.31.44.23> 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/b0b222945a"' '[10.31.44.23]' <10.31.40.234> (0, b'ansible-tmp-1731741675.7454185-11188-256764619725750=/root/.ansible/tmp/ansible-tmp-1731741675.7454185-11188-256764619725750\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.40.234> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpt0x5mkc6 TO /root/.ansible/tmp/ansible-tmp-1731741675.7454185-11188-256764619725750/AnsiballZ_file.py <10.31.40.234> 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/d2aa9394c3"' '[10.31.40.234]' <10.31.42.46> (0, b'ansible-tmp-1731741675.7540855-11189-38194711082155=/root/.ansible/tmp/ansible-tmp-1731741675.7540855-11189-38194711082155\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.42.46> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpojmom27k TO /root/.ansible/tmp/ansible-tmp-1731741675.7540855-11189-38194711082155/AnsiballZ_file.py <10.31.42.46> 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/669f10b8f2"' '[10.31.42.46]' <10.31.44.23> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpd9dl6oka /root/.ansible/tmp/ansible-tmp-1731741675.726206-11187-93022659823043/AnsiballZ_file.py\n', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741675.726206-11187-93022659823043/ /root/.ansible/tmp/ansible-tmp-1731741675.726206-11187-93022659823043/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.234> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpt0x5mkc6 /root/.ansible/tmp/ansible-tmp-1731741675.7454185-11188-256764619725750/AnsiballZ_file.py\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741675.7454185-11188-256764619725750/ /root/.ansible/tmp/ansible-tmp-1731741675.7454185-11188-256764619725750/AnsiballZ_file.py && sleep 0'"'"'' <10.31.44.23> (0, b'', b'') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' -tt 10.31.44.23 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741675.726206-11187-93022659823043/AnsiballZ_file.py && sleep 0'"'"'' <10.31.42.46> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpojmom27k /root/.ansible/tmp/ansible-tmp-1731741675.7540855-11189-38194711082155/AnsiballZ_file.py\n', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741675.7540855-11189-38194711082155/ /root/.ansible/tmp/ansible-tmp-1731741675.7540855-11189-38194711082155/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' -tt 10.31.40.234 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741675.7454185-11188-256764619725750/AnsiballZ_file.py && sleep 0'"'"'' <10.31.42.46> (0, b'', b'') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' -tt 10.31.42.46 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741675.7540855-11189-38194711082155/AnsiballZ_file.py && sleep 0'"'"'' <10.31.44.23> (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.44.23 closed.\r\n') <10.31.44.23> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.23> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b0b222945a"' 10.31.44.23 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741675.726206-11187-93022659823043/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.23> (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.40.234> (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.40.234 closed.\r\n') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741675.7454185-11188-256764619725750/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.46> (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.42.46 closed.\r\n') <10.31.42.46> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.46> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/669f10b8f2"' 10.31.42.46 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741675.7540855-11189-38194711082155/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/tmp/tests_ssh", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "path": "/tmp/tests_ssh", "state": "absent" } <10.31.42.46> (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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 16 November 2024 02:21:16 -0500 (0:00:00.423) 0:00:17.212 ***** <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.234> (0, b'/root\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731741676.1655014-11211-103374880115571 `" && echo ansible-tmp-1731741676.1655014-11211-103374880115571="` echo /root/.ansible/tmp/ansible-tmp-1731741676.1655014-11211-103374880115571 `" ) && sleep 0'"'"'' <10.31.40.234> (0, b'ansible-tmp-1731741676.1655014-11211-103374880115571=/root/.ansible/tmp/ansible-tmp-1731741676.1655014-11211-103374880115571\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.40.234> PUT /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpsfpygdc9 TO /root/.ansible/tmp/ansible-tmp-1731741676.1655014-11211-103374880115571/AnsiballZ_systemd.py <10.31.40.234> 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/d2aa9394c3"' '[10.31.40.234]' <10.31.40.234> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10389_fn34txi/tmpsfpygdc9 /root/.ansible/tmp/ansible-tmp-1731741676.1655014-11211-103374880115571/AnsiballZ_systemd.py\n', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731741676.1655014-11211-103374880115571/ /root/.ansible/tmp/ansible-tmp-1731741676.1655014-11211-103374880115571/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.234> (0, b'', b'') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' -tt 10.31.40.234 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731741676.1655014-11211-103374880115571/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.234> (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 2024-11-16 02:20:30 EST", "ExecMainStartTimestampMonotonic": "468109291", "ExecMainExitTimestamp": "Sat 2024-11-16 02:20:52 EST", "ExecMainExitTimestampMonotonic": "489589605", "ExecMainPID": "20414", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:20:30 EST] ; stop_time=[Sat 2024-11-16 02:20:52 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 2024-11-16 02:20:30 EST] ; stop_time=[Sat 2024-11-16 02:20:30 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": "network-online.target remote-fs.target systemd-journald.socket network.target system.slice basic.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-11-16 02:20:52 EST", "StateChangeTimestampMonotonic": "489590184", "InactiveExitTimestamp": "Sat 2024-11-16 02:20:30 EST", "InactiveExitTimestampMonotonic": "468109329", "ActiveEnterTimestamp": "Sat 2024-11-16 02:20:52 EST", "ActiveEnterTimestampMonotonic": "489590184", "ActiveExitTimestamp": "Sat 2024-11-16 02:20:30 EST", "ActiveExitTimestampMonotonic": "468083118", "InactiveEnterTimestamp": "Sat 2024-11-16 02:20:30 EST", "InactiveEnterTimestampMonotonic": "468107203", "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 2024-11-16 02:20:30 EST", "ConditionTimestampMonotonic": "468108207", "AssertTimestamp": "Sat 2024-11-16 02:20:30 EST", "AssertTimestampMonotonic": "468108235", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "e3bb089f19064abc8c076089d5f99755", "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.40.234 closed.\r\n') <10.31.40.234> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.234> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d2aa9394c3"' 10.31.40.234 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731741676.1655014-11211-103374880115571/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.234> (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 2024-11-16 02:20:52 EST", "ActiveEnterTimestampMonotonic": "489590184", "ActiveExitTimestamp": "Sat 2024-11-16 02:20:30 EST", "ActiveExitTimestampMonotonic": "468083118", "ActiveState": "active", "After": "network-online.target remote-fs.target systemd-journald.socket network.target system.slice basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-11-16 02:20:30 EST", "AssertTimestampMonotonic": "468108235", "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 2024-11-16 02:20:30 EST", "ConditionTimestampMonotonic": "468108207", "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 2024-11-16 02:20:52 EST", "ExecMainExitTimestampMonotonic": "489589605", "ExecMainPID": "20414", "ExecMainStartTimestamp": "Sat 2024-11-16 02:20:30 EST", "ExecMainStartTimestampMonotonic": "468109291", "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 2024-11-16 02:20:30 EST] ; stop_time=[Sat 2024-11-16 02:20:52 EST] ; pid=20414 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:20:30 EST] ; stop_time=[Sat 2024-11-16 02:20:30 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 2024-11-16 02:20:30 EST", "InactiveEnterTimestampMonotonic": "468107203", "InactiveExitTimestamp": "Sat 2024-11-16 02:20:30 EST", "InactiveExitTimestampMonotonic": "468109329", "InvocationID": "e3bb089f19064abc8c076089d5f99755", "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 2024-11-16 02:20:52 EST", "StateChangeTimestampMonotonic": "489590184", "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 ********************************************************************* managed-node1 : ok=23 changed=1 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 managed-node2 : ok=24 changed=3 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 managed-node3 : ok=23 changed=1 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 Saturday 16 November 2024 02:21:16 -0500 (0:00:00.546) 0:00:17.759 ***** =============================================================================== fedora.linux_system_roles.kdump : Install required packages ------------- 5.04s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.39s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gather facts from managed-node1 ----------------------------------------- 1.05s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.80s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.79s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.66s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.62s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.61s /tmp/collections-3FR/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.58s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.57s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.57s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Restart kdump ------------------------- 0.55s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.51s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.50s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.43s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.43s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Cleanup kdump_path ------------------------------------------------------ 0.42s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists --- 0.41s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel --- 0.41s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 fedora.linux_system_roles.kdump : Fetch the servers public key ---------- 0.41s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 TASK [Remove the temporary file] *********************************************** task path: /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:40 Saturday 16 November 2024 02:21:16 -0500 (0:00:18.593) 0:00:56.513 ***** changed: [managed-node3 -> localhost] => { "changed": true, "path": "/tmp/ansible.tp860o0g.inventory.yaml", "state": "absent" } PLAY RECAP ********************************************************************* managed-node3 : ok=30 changed=8 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 Saturday 16 November 2024 02:21:17 -0500 (0:00:00.216) 0:00:56.729 ***** =============================================================================== fedora.linux_system_roles.kdump : Restart kdump ------------------------ 21.72s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Run ansible-playbook with tests_ssh.yml in check mode ------------------ 18.59s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 fedora.linux_system_roles.kdump : Install required packages ------------- 3.35s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.12s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Gather facts from managed-node3 ----------------------------------------- 0.82s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Gathering Facts --------------------------------------------------------- 0.79s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Gathering Facts --------------------------------------------------------- 0.78s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.77s /tmp/collections-3FR/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-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.68s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Create static inventory from hostvars ----------------------------------- 0.65s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.60s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.51s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.51s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.51s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.50s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.47s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.40s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.39s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.38s /tmp/collections-3FR/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10