ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_ssh_wrapper.yml ************************************************ 3 plays in /tmp/collections-ewm/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-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Saturday 28 December 2024 02:18:27 -0500 (0:00:00.026) 0:00:00.026 ***** ok: [managed-node3] META: ran handlers TASK [Create temporary file] *************************************************** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7 Saturday 28 December 2024 02:18:28 -0500 (0:00:00.915) 0:00:00.941 ***** changed: [managed-node3 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.z6aas9j5.inventory.yaml", "size": 0, "state": "file", "uid": 0 } TASK [Create static inventory from hostvars] *********************************** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 Saturday 28 December 2024 02:18:28 -0500 (0:00:00.450) 0:00:01.392 ***** changed: [managed-node3 -> localhost] => { "changed": true, "checksum": "ef05a510f1f9ea4631486d4d8f1313a5f425b822", "dest": "/tmp/ansible.z6aas9j5.inventory.yaml", "gid": 0, "group": "root", "md5sum": "6556a21a104a7e3a3ef11e4f184c78d4", "mode": "0644", "owner": "root", "size": 30657, "src": "/root/.ansible/tmp/ansible-tmp-1735370308.7446787-9802-90369004529656/source", "state": "file", "uid": 0 } META: ran handlers META: ran handlers PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 28 December 2024 02:18:29 -0500 (0:00:00.772) 0:00:02.164 ***** ok: [managed-node3] META: ran handlers TASK [Gather facts from managed-node3] ***************************************** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 28 December 2024 02:18:30 -0500 (0:00:00.619) 0:00:02.784 ***** ok: [managed-node3 -> managed-node3] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 28 December 2024 02:18:30 -0500 (0:00:00.602) 0:00:03.386 ***** skipping: [managed-node3] => {} META: end_host conditional evaluated to false, continuing execution for managed-node3 TASK [Run the role. If reboot is not required - the play succeeds.] ************ task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 28 December 2024 02:18:30 -0500 (0:00:00.023) 0:00:03.410 ***** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 28 December 2024 02:18:30 -0500 (0:00:00.064) 0:00:03.474 ***** included: /tmp/collections-ewm/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-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 28 December 2024 02:18:30 -0500 (0:00:00.022) 0:00:03.497 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 28 December 2024 02:18:30 -0500 (0:00:00.018) 0:00:03.515 ***** 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-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 28 December 2024 02:18:31 -0500 (0:00:00.336) 0:00:03.852 ***** 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-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 28 December 2024 02:18:31 -0500 (0:00:00.020) 0:00:03.872 ***** skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 28 December 2024 02:18:31 -0500 (0:00:00.036) 0:00:03.909 ***** 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-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 28 December 2024 02:18:34 -0500 (0:00:02.944) 0:00:06.854 ***** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-12-28 02:18:10 EST", "ActiveEnterTimestampMonotonic": "352328120", "ActiveExitTimestamp": "Sat 2024-12-28 02:17:55 EST", "ActiveExitTimestampMonotonic": "337695906", "ActiveState": "active", "After": "system.slice network-online.target basic.target remote-fs.target systemd-journald.socket network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-28 02:17:55 EST", "AssertTimestampMonotonic": "337720909", "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-12-28 02:17:55 EST", "ConditionTimestampMonotonic": "337720887", "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-12-28 02:18:10 EST", "ExecMainExitTimestampMonotonic": "352327570", "ExecMainPID": "8434", "ExecMainStartTimestamp": "Sat 2024-12-28 02:17:55 EST", "ExecMainStartTimestampMonotonic": "337721745", "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-12-28 02:17:55 EST] ; stop_time=[Sat 2024-12-28 02:18:10 EST] ; pid=8434 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-28 02:17:55 EST] ; stop_time=[Sat 2024-12-28 02:17:55 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-12-28 02:17:55 EST", "InactiveEnterTimestampMonotonic": "337720144", "InactiveExitTimestamp": "Sat 2024-12-28 02:17:55 EST", "InactiveExitTimestampMonotonic": "337721780", "InvocationID": "d55d6f2f237d47c696ecb08927b61c20", "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-12-28 02:18:10 EST", "StateChangeTimestampMonotonic": "352328120", "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-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 28 December 2024 02:18:34 -0500 (0:00:00.704) 0:00:07.558 ***** included: /tmp/collections-ewm/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-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 28 December 2024 02:18:34 -0500 (0:00:00.052) 0:00:07.611 ***** changed: [managed-node3] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": "0:00:00.516504", "end": "2024-12-28 02:18:35.861112", "rc": 0, "start": "2024-12-28 02:18:35.344608" } 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:Z4NcQQoZUB4nkL41UyGlak63wAZjvu85I6lPofySh5k root@managed-node3 The key's randomart image is: +---[RSA 3072]----+ | o=B++oo | | ...B.. . | | +. o.. . | | o +..+. o | | o Bo.oS + | |.. B.o . o . | |..B.. . | | E+oo. | |.o+++o | +----[SHA256]-----+ TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 28 December 2024 02:18:35 -0500 (0:00:01.005) 0:00:08.616 ***** ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEcHpSVDRkbVc3dktlR3dsVmlJdEZkUmlQV3V4MFpabUxGMTg3WWFlVUJBWGowa2pkZ2hIZXNpMXRPMWRrRkJDeFZNN1BSdXhHM21BNlJPdm52dWRSaEQ3RnBCa0dzNHRRT3Y5LzBEYzdzMmJkZ0MyMnYvMkpYbVdjazRRRVJwMjR5Y0tlWHJzM2MrYkEwdUpKYTR5Wlk5K0V3d0t2clpHNGQ3MFQ5UUZtR0hWK2pCZEZNdTlwd0c3ZjZFbjA3S1lSYVQ0WGhVODBOUTJrQ2hIN09GdmprczZ6SGd3VFRESFY4L2w1L1FUcmJrRGI5VlR2YjFyYXF6SU9YKzVDUU1Vd1R4TVBuLzFsN1AwcS9ZOTc5YS9hRGxqcDU3azljWXg5WThvTThFNTJDbEIxMEhJa3czdDFWZjZIb0dCaEVNOGtWWUg3a1Zpa3hQdC9ZNmUzNkxCeExrU2plSmZRVGE2QktIdlJvM0ZFdjgzeVYrQlpka09uT0ZBcGpJdzg3S2VZZmc2TEkvSlFiL3UrUWJaSjBSZERSamJlMGt1eHk5Sk0vaHF3em9ZZDVKRDlUUDkxMnJUYXgzUHp2Lzd0NVk2cExmcHA4dDNaV3pXQkd5aWJoQjcyc3FxZVgzS3U1Z1dYN1JZaFRzamdvamNvc2NYdmVzK3ZNZUhTMnA4SVpjbFU9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "encoding": "base64", "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 28 December 2024 02:18:36 -0500 (0:00:00.498) 0:00:09.114 ***** ok: [managed-node3 -> managed-node3] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] **** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 28 December 2024 02:18:36 -0500 (0:00:00.561) 0:00:09.676 ***** ok: [managed-node3 -> managed-node3] => { "changed": false, "stat": { "atime": 1735369975.3047607, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1735370315.8596983, "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": 1735370315.8596983, "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-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 28 December 2024 02:18:37 -0500 (0:00:00.384) 0:00:10.060 ***** ok: [managed-node3 -> managed-node3] => { "changed": false, "stat": { "atime": 1735370094.4467049, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1735369975.3047607, "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": 1735369975.3037608, "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-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 28 December 2024 02:18:37 -0500 (0:00:00.376) 0:00:10.437 ***** ok: [managed-node3 -> managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 28 December 2024 02:18:38 -0500 (0:00:00.484) 0:00:10.922 ***** changed: [managed-node3 -> managed-node3] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 28 December 2024 02:18:38 -0500 (0:00:00.478) 0:00:11.400 ***** ok: [managed-node3 -> managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FETzI1WFpCK1F6OXQvYkRPTXE1emZoWFZUSHRJN2g0dFZoMFkyRS95MWttYjNrRnNMTXpBWWZJR0o0aGNOazJ0Z2VqR0hrMUNaWnBCTGdZOUVXUnZVV0JQVUNwR0NGWDIwSE9xbnJ3ZENESTcwWi9TVGtiUTMzL2w1QnJMUlA4Q3dtcHdwTjdGOHJYa3EwOWIxQVk1dFMxaE5nVjNuYWFoeG5Cd00zVWNYT0dydUZXNWpHTDVKdEZlT0NWRDZnWU5EYVRDZHBUS1JRMUlPQjh2WDRKYkRmdUw3bFpPT2Q1RXRGVmRITlpwYmFPOG8yVzJIQjdqcjU4akFZVXZCWHUzTm9ZNEk5dVJVNTFJeTVvTDNMdnZ6eEhuRkdsL0pEdHZUYXdLS042enRDVmltZWZuUXZUdlZuT3FNMkVJL3Nkb3c1RVpFZ2lxK1VhN1k4REJmMTJiSklKUUsxU1NORm1mZnNBU1ZSSm9lUGU3amZaY2w0VENpTDhLRGFpM3o3R0crNXhzVWhNNmNNVGVoNk40emo1SklUeFpCSlhwc0hKNXhUSjZta0Eva0dCY1ZPRFNRT0VLVHB1cWQxTXk5ejhnTWxMTk9XQk1UODVPaGw0R1cxSy9ETmMydDJucXRGcWVnSHIwc1R1UUE1TGJvTGVSbGlHRk1GNmFzemRCenQ1d2M9IHJvb3RAaXAtMTAtMzEtMTAtMTAwLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 28 December 2024 02:18:39 -0500 (0:00:00.341) 0:00:11.741 ***** changed: [managed-node3] => { "changed": true, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.10.100 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDO25XZB+Qz9t/bDOMq5zfhXVTHtI7h4tVh0Y2E/y1kmb3kFsLMzAYfIGJ4hcNk2tgejGHk1CZZpBLgY9EWRvUWBPUCpGCFX20HOqnrwdCDI70Z/STkbQ33/l5BrLRP8CwmpwpN7F8rXkq09b1AY5tS1hNgV3naahxnBwM3UcXOGruFW5jGL5JtFeOCVD6gYNDaTCdpTKRQ1IOB8vX4JbDfuL7lZOOd5EtFVdHNZpbaO8o2W2HB7jr58jAYUvBXu3NoY4I9uRU51Iy5oL3LvvzxHnFGl/JDtvTawKKN6ztCVimefnQvTvVnOqM2EI/sdow5EZEgiq+Ua7Y8DBf12bJIJQK1SSNFmffsASVRJoePe7jfZcl4TCiL8KDai3z7GG+5xsUhM6cMTeh6N4zj5JITxZBJXpsHJ5xTJ6mkA/kGBcVODSQOEKTpuqd1My9z8gMlLNOWBMT85Ohl4GW1K/DNc2t2nqtFqegHr0sTuQA5LboLeRliGFMF6aszdBzt5wc= root@ip-10-31-10-100.us-east-1.aws.redhat.com\n", "mode": "0644", "name": "10.31.10.100", "owner": "root", "path": "/etc/ssh/ssh_known_hosts", "secontext": "system_u:object_r:etc_t:s0", "size": 612, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists] *** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 28 December 2024 02:18:39 -0500 (0:00:00.485) 0:00:12.227 ***** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1735370275.9634387, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5eea1b4829897f2843bafdff6b482ed722029483", "ctime": 1735370274.2914264, "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": 1735370274.0314245, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 77, "uid": 0, "version": "616045102", "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-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 28 December 2024 02:18:39 -0500 (0:00:00.338) 0:00:12.565 ***** NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed-node3 changed: [managed-node3] => { "backup_file": "/etc/kdump.conf.16217.2024-12-28@02:18:40~", "changed": true, "checksum": "416d35bb46dbddebcf56c61e12bf1973d2f2e282", "dest": "/etc/kdump.conf", "gid": 0, "group": "root", "md5sum": "035a040e551a52d5559518e8c0b0e0c8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1735370319.907066-10177-277293141756600/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 28 December 2024 02:18:40 -0500 (0:00:00.732) 0:00:13.298 ***** 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-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 28 December 2024 02:18:40 -0500 (0:00:00.338) 0:00:13.636 ***** 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-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 28 December 2024 02:18:40 -0500 (0:00:00.018) 0:00:13.654 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] *** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 28 December 2024 02:18:40 -0500 (0:00:00.015) 0:00:13.670 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false] *** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 28 December 2024 02:18:40 -0500 (0:00:00.015) 0:00:13.685 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Reboot the managed node] *************** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 28 December 2024 02:18:41 -0500 (0:00:00.015) 0:00:13.701 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag] *** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 28 December 2024 02:18:41 -0500 (0:00:00.014) 0:00:13.715 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] ********** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 28 December 2024 02:18:41 -0500 (0:00:00.014) 0:00:13.730 ***** ok: [managed-node3] => { "changed": false, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-12-28 02:18:10 EST", "ActiveEnterTimestampMonotonic": "352328120", "ActiveExitTimestamp": "Sat 2024-12-28 02:17:55 EST", "ActiveExitTimestampMonotonic": "337695906", "ActiveState": "active", "After": "system.slice network-online.target basic.target remote-fs.target systemd-journald.socket network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-28 02:17:55 EST", "AssertTimestampMonotonic": "337720909", "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-12-28 02:17:55 EST", "ConditionTimestampMonotonic": "337720887", "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-12-28 02:18:10 EST", "ExecMainExitTimestampMonotonic": "352327570", "ExecMainPID": "8434", "ExecMainStartTimestamp": "Sat 2024-12-28 02:17:55 EST", "ExecMainStartTimestampMonotonic": "337721745", "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-12-28 02:17:55 EST] ; stop_time=[Sat 2024-12-28 02:18:10 EST] ; pid=8434 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-28 02:17:55 EST] ; stop_time=[Sat 2024-12-28 02:17:55 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-12-28 02:17:55 EST", "InactiveEnterTimestampMonotonic": "337720144", "InactiveExitTimestamp": "Sat 2024-12-28 02:17:55 EST", "InactiveExitTimestampMonotonic": "337721780", "InvocationID": "d55d6f2f237d47c696ecb08927b61c20", "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-12-28 02:18:10 EST", "StateChangeTimestampMonotonic": "352328120", "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-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 28 December 2024 02:18:41 -0500 (0:00:00.463) 0:00:14.193 ***** ok: [managed-node3 -> managed-node3] => { "changed": false, "path": "/tmp/tests_ssh", "state": "absent" } RUNNING HANDLER [fedora.linux_system_roles.kdump : Restart kdump] ************** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 28 December 2024 02:18:41 -0500 (0:00:00.341) 0:00:14.534 ***** changed: [managed-node3] => { "changed": true, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-12-28 02:18:10 EST", "ActiveEnterTimestampMonotonic": "352328120", "ActiveExitTimestamp": "Sat 2024-12-28 02:17:55 EST", "ActiveExitTimestampMonotonic": "337695906", "ActiveState": "active", "After": "system.slice network-online.target basic.target remote-fs.target systemd-journald.socket network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-28 02:17:55 EST", "AssertTimestampMonotonic": "337720909", "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-12-28 02:17:55 EST", "ConditionTimestampMonotonic": "337720887", "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-12-28 02:18:10 EST", "ExecMainExitTimestampMonotonic": "352327570", "ExecMainPID": "8434", "ExecMainStartTimestamp": "Sat 2024-12-28 02:17:55 EST", "ExecMainStartTimestampMonotonic": "337721745", "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-12-28 02:17:55 EST] ; stop_time=[Sat 2024-12-28 02:18:10 EST] ; pid=8434 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-28 02:17:55 EST] ; stop_time=[Sat 2024-12-28 02:17:55 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-12-28 02:17:55 EST", "InactiveEnterTimestampMonotonic": "337720144", "InactiveExitTimestamp": "Sat 2024-12-28 02:17:55 EST", "InactiveExitTimestampMonotonic": "337721780", "InvocationID": "d55d6f2f237d47c696ecb08927b61c20", "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-12-28 02:18:10 EST", "StateChangeTimestampMonotonic": "352328120", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } META: ran handlers META: ran handlers PLAY [Run tests_ssh.yml in check_mode] ***************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Saturday 28 December 2024 02:19:00 -0500 (0:00:18.997) 0:00:33.532 ***** ok: [managed-node3] META: ran handlers TASK [Run ansible-playbook with tests_ssh.yml in check mode] ******************* task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 Saturday 28 December 2024 02:19:01 -0500 (0:00:00.604) 0:00:34.136 ***** ok: [managed-node3 -> localhost] => { "changed": false, "cmd": [ "ansible-playbook", "-vvv", "-i", "/tmp/ansible.z6aas9j5.inventory.yaml", "--check", "tests_ssh.yml" ], "delta": "0:00:17.223139", "end": "2024-12-28 02:19:18.860513", "rc": 0, "start": "2024-12-28 02:19:01.637374" } STDOUT: ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults host_list declined parsing /tmp/ansible.z6aas9j5.inventory.yaml as it did not pass its verify_file() method script declined parsing /tmp/ansible.z6aas9j5.inventory.yaml as it did not pass its verify_file() method Parsed /tmp/ansible.z6aas9j5.inventory.yaml inventory source with yaml plugin Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_ssh.yml ******************************************************** 1 plays in tests_ssh.yml PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 28 December 2024 02:19:02 -0500 (0:00:00.020) 0:00:00.020 ***** <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.230> (0, b'/root\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370342.185206-10518-85657071824732 `" && echo ansible-tmp-1735370342.185206-10518-85657071824732="` echo /root/.ansible/tmp/ansible-tmp-1735370342.185206-10518-85657071824732 `" ) && sleep 0'"'"'' <10.31.10.100> (0, b'/root\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370342.1922147-10521-78517765984230 `" && echo ansible-tmp-1735370342.1922147-10521-78517765984230="` echo /root/.ansible/tmp/ansible-tmp-1735370342.1922147-10521-78517765984230 `" ) && sleep 0'"'"'' <10.31.11.12> (0, b'/root\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370342.199425-10519-55825173330556 `" && echo ansible-tmp-1735370342.199425-10519-55825173330556="` echo /root/.ansible/tmp/ansible-tmp-1735370342.199425-10519-55825173330556 `" ) && sleep 0'"'"'' <10.31.11.230> (0, b'ansible-tmp-1735370342.185206-10518-85657071824732=/root/.ansible/tmp/ansible-tmp-1735370342.185206-10518-85657071824732\n', b'') <10.31.10.100> (0, b'ansible-tmp-1735370342.1922147-10521-78517765984230=/root/.ansible/tmp/ansible-tmp-1735370342.1922147-10521-78517765984230\n', b'') <10.31.11.12> (0, b'ansible-tmp-1735370342.199425-10519-55825173330556=/root/.ansible/tmp/ansible-tmp-1735370342.199425-10519-55825173330556\n', b'') Attempting python interpreter discovery <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None Attempting python interpreter discovery <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.5'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.5'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' Attempting python interpreter discovery <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.5'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' <10.31.11.230> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.10.100> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.11.12> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.11.230> (0, b'{"platform_dist_result": ["centos", "8", ""], "osrelease_content": "NAME=\\"CentOS Stream\\"\\nVERSION=\\"8\\"\\nID=\\"centos\\"\\nID_LIKE=\\"rhel fedora\\"\\nVERSION_ID=\\"8\\"\\nPLATFORM_ID=\\"platform:el8\\"\\nPRETTY_NAME=\\"CentOS Stream 8\\"\\nANSI_COLOR=\\"0;31\\"\\nCPE_NAME=\\"cpe:/o:centos:centos:8\\"\\nHOME_URL=\\"https://centos.org/\\"\\nBUG_REPORT_URL=\\"https://bugzilla.redhat.com/\\"\\nREDHAT_SUPPORT_PRODUCT=\\"Red Hat Enterprise Linux 8\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=\\"CentOS Stream\\"\\n"}\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.10.100> (0, b'{"platform_dist_result": ["centos", "8", ""], "osrelease_content": "NAME=\\"CentOS Stream\\"\\nVERSION=\\"8\\"\\nID=\\"centos\\"\\nID_LIKE=\\"rhel fedora\\"\\nVERSION_ID=\\"8\\"\\nPLATFORM_ID=\\"platform:el8\\"\\nPRETTY_NAME=\\"CentOS Stream 8\\"\\nANSI_COLOR=\\"0;31\\"\\nCPE_NAME=\\"cpe:/o:centos:centos:8\\"\\nHOME_URL=\\"https://centos.org/\\"\\nBUG_REPORT_URL=\\"https://bugzilla.redhat.com/\\"\\nREDHAT_SUPPORT_PRODUCT=\\"Red Hat Enterprise Linux 8\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=\\"CentOS Stream\\"\\n"}\n', b'') <10.31.11.230> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpi49qek9f TO /root/.ansible/tmp/ansible-tmp-1735370342.185206-10518-85657071824732/AnsiballZ_setup.py <10.31.11.230> 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/922bc44069 '[10.31.11.230]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.10.100> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpusbe70gw TO /root/.ansible/tmp/ansible-tmp-1735370342.1922147-10521-78517765984230/AnsiballZ_setup.py <10.31.10.100> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a0cb884a17 '[10.31.10.100]' <10.31.11.12> (0, b'{"platform_dist_result": ["centos", "8", ""], "osrelease_content": "NAME=\\"CentOS Stream\\"\\nVERSION=\\"8\\"\\nID=\\"centos\\"\\nID_LIKE=\\"rhel fedora\\"\\nVERSION_ID=\\"8\\"\\nPLATFORM_ID=\\"platform:el8\\"\\nPRETTY_NAME=\\"CentOS Stream 8\\"\\nANSI_COLOR=\\"0;31\\"\\nCPE_NAME=\\"cpe:/o:centos:centos:8\\"\\nHOME_URL=\\"https://centos.org/\\"\\nBUG_REPORT_URL=\\"https://bugzilla.redhat.com/\\"\\nREDHAT_SUPPORT_PRODUCT=\\"Red Hat Enterprise Linux 8\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=\\"CentOS Stream\\"\\n"}\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.11.12> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpo8ykegvn TO /root/.ansible/tmp/ansible-tmp-1735370342.199425-10519-55825173330556/AnsiballZ_setup.py <10.31.11.12> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6fdd3e92f1 '[10.31.11.12]' <10.31.11.230> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpi49qek9f /root/.ansible/tmp/ansible-tmp-1735370342.185206-10518-85657071824732/AnsiballZ_setup.py\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370342.185206-10518-85657071824732/ /root/.ansible/tmp/ansible-tmp-1735370342.185206-10518-85657071824732/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.10.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpusbe70gw /root/.ansible/tmp/ansible-tmp-1735370342.1922147-10521-78517765984230/AnsiballZ_setup.py\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370342.1922147-10521-78517765984230/ /root/.ansible/tmp/ansible-tmp-1735370342.1922147-10521-78517765984230/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 -tt 10.31.11.230 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370342.185206-10518-85657071824732/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 -tt 10.31.10.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370342.1922147-10521-78517765984230/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.11.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpo8ykegvn /root/.ansible/tmp/ansible-tmp-1735370342.199425-10519-55825173330556/AnsiballZ_setup.py\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370342.199425-10519-55825173330556/ /root/.ansible/tmp/ansible-tmp-1735370342.199425-10519-55825173330556/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 -tt 10.31.11.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370342.199425-10519-55825173330556/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.10.100> (0, b'\r\n{"ansible_facts": {"ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.40.52 57886 10.31.10.100 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "5", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.40.52 57886 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_is_chroot": false, "ansible_iscsi_iqn": "", "ansible_lsb": {}, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-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": "0e5302d8aea3444e9008fae1b9507e2f", "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_memtotal_mb": 3539, "ansible_memfree_mb": 2834, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 705, "free": 2834}, "nocache": {"free": 3334, "used": 205}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2c5f50-eca0-7f23-7439-ba2a3b5b0efb", "ansible_product_uuid": "ec2c5f50-eca0-7f23-7439-ba2a3b5b0efb", "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": 404, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560224768, "block_size": 4096, "block_total": 65533179, "block_available": 64345758, "block_used": 1187421, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "12:64:51:21:ba:d5", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.10.100", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::1064:51ff:fe21:bad5", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.10.100", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:64:51:21:ba:d5", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.10.100"], "ansible_all_ipv6_addresses": ["fe80::1064:51ff:fe21:bad5"], "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAIkVT/wXwm7ujEGrZSRvTRN0yUTTSnqHYLfebyAhjbMHrXYfEn1MWjcU49Yxdvgjz/9UZKHK7QGidx9OwF6A7zpwJTVALXcLwvDHtf797P7EIEDKkVcD7aQsBNL+HNk6BcIXGJUN9U4U77gdHp1FCYPexT3pAG2a2PJ+ZuOApK7XAAAAFQCv+zkGEe00hhn10CK6nrJxlYcsCQAAAIBaFhJxGeBsNUA5iBtJ5dNCmVaxw+OSv0rYdz+LTcYbklW5H1F0l5DPN7ROnlsIo95SBKameR2tABkcuEZProozDSg/lcNI5nleZT3p1uqOeZTQNpeweCq3C9dhPO04ER46WZIlcWOVVEj+VfUXIXOJAGzk4zFljFcuLIdZ48KN6wAAAIAJXztJjg068T/P1+O+2clo6hUkpCtl6f9mNgK1yObkxkoEdZ77gNS9/Ja1LkCp0ZDswkneSRPjpfvH5nF3MTf9FuJjCifs4SLswaQsFpi+RB350ni76i+eWgLoXn2dLPdGNXi7JPgSNa1mPJv8CCTj2nQCgSbAidc24fm2bXhn4w==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDO25XZB+Qz9t/bDOMq5zfhXVTHtI7h4tVh0Y2E/y1kmb3kFsLMzAYfIGJ4hcNk2tgejGHk1CZZpBLgY9EWRvUWBPUCpGCFX20HOqnrwdCDI70Z/STkbQ33/l5BrLRP8CwmpwpN7F8rXkq09b1AY5tS1hNgV3naahxnBwM3UcXOGruFW5jGL5JtFeOCVD6gYNDaTCdpTKRQ1IOB8vX4JbDfuL7lZOOd5EtFVdHNZpbaO8o2W2HB7jr58jAYUvBXu3NoY4I9uRU51Iy5oL3LvvzxHnFGl/JDtvTawKKN6ztCVimefnQvTvVnOqM2EI/sdow5EZEgiq+Ua7Y8DBf12bJIJQK1SSNFmffsASVRJoePe7jfZcl4TCiL8KDai3z7GG+5xsUhM6cMTeh6N4zj5JITxZBJXpsHJ5xTJ6mkA/kGBcVODSQOEKTpuqd1My9z8gMlLNOWBMT85Ohl4GW1K/DNc2t2nqtFqegHr0sTuQA5LboLeRliGFMF6aszdBzt5wc=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDc96PjsIVG48nBgLFLgzb8VTs1PG4fTA61amXkhyC4XN3rdFDg73QO80hnba1J+boaOPoDZXLxdn78hGH1MuVA=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIK5dVEiTs/2sbrl806R75H7xJYCdanVjDRliMbJgc8hE", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_apparmor": {"status": "disabled"}, "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_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "ansible_fips": false, "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "52", "day": "28", "hour": "02", "minute": "19", "second": "03", "epoch": "1735370343", "date": "2024-12-28", "time": "02:19:03", "iso8601_micro": "2024-12-28T07:19:03.031949Z", "iso8601": "2024-12-28T07:19:03Z", "iso8601_basic": "20241228T021903031949", "iso8601_basic_short": "20241228T021903", "tz": "EST", "tz_offset": "-0500"}, "ansible_hostnqn": "", "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"}, "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.10.100 closed.\r\n') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370342.1922147-10521-78517765984230/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.230> (0, b'\r\n{"ansible_facts": {"ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAOz/99PWK1eUv7mNtQeHdcgz1oc/sxPSgGydOu3HvMcz0eLO85RTvhwCZ+RBzD3c+SUYSXmW9TCexiy6AgIJSuoqiyzXinENBHTLH1sazE1jxAHl5R5VwACVr1Vvp0siOB7/DaRF4rFzG5ZKhltnvjsFvMXV1g0UY1fhCv++JzefAAAAFQDkHvT/7UoHgjU/Pg8TTFdXThJqUwAAAIBqxTZ5UIcFzFB5a0czHEhe415a8TaI9yQ0VskSVNBLv1J2pz5RxtsKrky3s/WrOHm6giWPt6zw+Wg5VwCJADrxdcRx0hIWC7wMe4xWYJCmJuSs2YPBW3aCzeAwk7RxBa6mHttWvFuBwBWIlQqmOWS0LKO0fNv6bI3B4jwHC94zGQAAAIBExoOFCoK5VAApXkI56amJ9SGDr+DFUppPLXHoGvIEUA/3lo9sgrIpQP5MrcVWYSG+YkPze7HAFr0gmvYoSNMIXbSsdEWc3dSLcFt26TptJZpbOR+Al0qODBH69x4V2NEQiKhGuVWAc7ssFxdL7LSlGEjE+mRYOZxkdhw6mY9xcw==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDQnRYxSs2rvgqbv3zLy/vGCZZ/aUJjKfqLzIw3w65M+0tda8Lt6IyeamWDc4EI/S3u1T2wWzeiKKk3LdaJ6mxWkvxBK8QDqvKZVC4G4UWchS6vITnl047Ofezg85ejln79m4cxYhb5V6EKFMr1xkmscyHQTNl9dmkXMPe5NQNbmdZLG8nvLfDfvDE5Ks5O5DRGzjKvcyah2stg7trsivbRP47IjmSFV5HKLdE4cg3SxZTpT/16pC8dyKHeq+1ld7qAc0Y6R0SP/WReKdjCQ//ftojQ8Nq5tnQH517UbE2p20tnsPh1exrbiXhGACSutXb9NqUvTz7l332bJUrHuXFdOnMpkkx1qbO6QKyY+P6lFj8trEXRZWP9Crrob4Ysgekx7ABBBkKmNGIzfRmibizIXO1w0xUS5MFowC0DPmTCHt7GxN+qrajmoHHi6M6Xy/i+knipfC7hqlFLlCxUXIvI3VFy7oiLMKmgXbnrdvWDU//pDehpXbpjoSZOve504Ps=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKH8NrYq7s4dpr/pik5Pe3cYsijj1z59FWhoGQn4RT6HUNsa58dbuL2L1tKLPBnx2lfL9m2RRl2AxGeBU6Y7OQc=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAICX2ErZ+vRtXPBSWWysKIXWARO56zmUmJ7TPaKrt9+A5", "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_hostnqn": "", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_fibre_channel_wwn": [], "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-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": "edd4623f76fc42aebf52a550c2f3061c", "ansible_iscsi_iqn": "", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "52", "day": "28", "hour": "02", "minute": "19", "second": "02", "epoch": "1735370342", "date": "2024-12-28", "time": "02:19:02", "iso8601_micro": "2024-12-28T07:19:02.892406Z", "iso8601": "2024-12-28T07:19:02Z", "iso8601_basic": "20241228T021902892406", "iso8601_basic_short": "20241228T021902", "tz": "EST", "tz_offset": "-0500"}, "ansible_is_chroot": false, "ansible_local": {}, "ansible_fips": false, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2836, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 703, "free": 2836}, "nocache": {"free": 3336, "used": 203}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec208e8f-92f2-66f1-c2c2-bc712b732e08", "ansible_product_uuid": "ec208e8f-92f2-66f1-c2c2-bc712b732e08", "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": 423, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560245248, "block_size": 4096, "block_total": 65533179, "block_available": 64345763, "block_used": 1187416, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_lsb": {}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.40.52 52456 10.31.11.230 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "5", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.40.52 52456 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "12:e5:89:b0:83:91", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.11.230", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::10e5:89ff:feb0:8391", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.11.230", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:e5:89:b0:83:91", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.11.230"], "ansible_all_ipv6_addresses": ["fe80::10e5:89ff:feb0:8391"], "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_apparmor": {"status": "disabled"}, "ansible_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.11.230 closed.\r\n') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370342.185206-10518-85657071824732/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') <10.31.11.230> (0, b'', b'') ok: [managed-node3] ok: [managed-node1] <10.31.11.12> (0, b'\r\n{"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_apparmor": {"status": "disabled"}, "ansible_fips": false, "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_lsb": {}, "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": "b1f43dd793de4a98a97287b7883e9fa4", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAKedp0aQCmBP38gKT0ejDdTINzxqzNcDIPPfHSeBkbumOSKq8HsL2SbvqiNtxK0xDbonroglTqG6odhLOVIjYhn5Twhis/d8x5q0xyjMkhewogICUAjs8bZ2Y1sJLKeTq3HoCJ0C+H9FXGw/Ut+cZE9rW6fUptZ3d2rg08tgcU4jAAAAFQCN/6NkyQ6SOpjwRTSwrlPRXYgcOwAAAIBCrBVx33cpOqHETx8uROhkTgLJzD/51pxm3K0UKFKKS70d5iX1qv7f+8GAxkxipHCaTChvBKDREOgZJLcnMS7t128zFBUcrVx82ejTXvhM1Ur+5FhFbvMHDJqd0ZeihS4WZUTko2gUap0HChOFuNotUu5QNdCyScLdb6pKPiKLtQAAAIAPBw/1huJTkporODVljxCyMTqOUUQtFvUmmWLCBetYNrnRDpRhadbhapVyXs+7TYLHjJcNiLrPrv1sx+8spPIrs81E1E29dmTfKMRZjutvqYlaTc+9p8ZM1XOCtUuZ5+IWJ+AH0IQkJrjqpEUjo3yr+kTbQuIxV+3FnDDuBLtaCg==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC8kVXZxIsNHkq0AngkH3Q0auPwjeiijBR2lqGOpKugjHD9BtxQYz+c2OAlNkqkt1gzW3FE4xP8anBPOaX+UJ4r5X9QTvv35m4+6r9PFh8Erx3dZP1g8OixhdFVapsvQ2KL0LEs08dILLRY2H3uWZRskueLXK07aHmFTCB0WQ/9MTvx3bOiGnQCSAFjBk1cRgTao6f4cXPheTJojVrnhjH8WdXtumesRf+RLLFfBb6SRV4FDoHji/u5Z/8yAuibbDfmSL2LwJkQD2ecMXh5N7i4ban5K4TuJopeTY48fTqBXA/0Q6nrV6oYkNVnuLPH3qz4nXrK9vFA8as6JDBWyYGVtoEVYJYCM/jug+jZDFB7UYqrUKIxNnabbKdgx5KIdCVKF4s8ZZJXh5mcS3So+YZh31OeC2Mr5O533vewG71hXkQjw+/g+px3j6KTJiMZ975/+y6vVC1sKr0d3qK4xp+Gp+2zXyS/b/iXZKw0sm+Y4bQ39kk8BiH6jvlcxxA2rNE=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDw9c0z/16BbGZ8sOV4rM1PstmI71pso9e4vtxDHwxhBfW8I0GsQJYQ1kqpHOLv3UMbSSlgb/zEQPeNOYSk272s=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIEofcY4gJ+eoFRusI8lZc3OqZrZDQY+GQO3epSi5dkvy", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.40.52 45070 10.31.11.12 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "5", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.40.52 45070 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_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_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_memtotal_mb": 3539, "ansible_memfree_mb": 2817, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 722, "free": 2817}, "nocache": {"free": 3319, "used": 220}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec246985-f6cb-6320-7bae-d2ee5e909e0c", "ansible_product_uuid": "ec246985-f6cb-6320-7bae-d2ee5e909e0c", "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": 428, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263559610368, "block_size": 4096, "block_total": 65533179, "block_available": 64345608, "block_used": 1187571, "inode_total": 131071472, "inode_available": 130996211, "inode_used": 75261, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_local": {}, "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "52", "day": "28", "hour": "02", "minute": "19", "second": "03", "epoch": "1735370343", "date": "2024-12-28", "time": "02:19:03", "iso8601_micro": "2024-12-28T07:19:03.171904Z", "iso8601": "2024-12-28T07:19:03Z", "iso8601_basic": "20241228T021903171904", "iso8601_basic_short": "20241228T021903", "tz": "EST", "tz_offset": "-0500"}, "ansible_hostnqn": "", "ansible_fibre_channel_wwn": [], "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "12:2c:31:94:97:11", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.11.12", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::102c:31ff:fe94:9711", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.11.12", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:2c:31:94:97:11", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.11.12"], "ansible_all_ipv6_addresses": ["fe80::102c:31ff:fe94:9711"], "ansible_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.11.12 closed.\r\n') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370342.199425-10519-55825173330556/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') ok: [managed-node2] META: ran handlers TASK [Gather facts from managed-node1] ***************************************** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 28 December 2024 02:19:03 -0500 (0:00:01.206) 0:00:01.227 ***** <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.230> (0, b'/root\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370343.4053733-10569-258415336106810 `" && echo ansible-tmp-1735370343.4053733-10569-258415336106810="` echo /root/.ansible/tmp/ansible-tmp-1735370343.4053733-10569-258415336106810 `" ) && sleep 0'"'"'' <10.31.11.12> (0, b'/root\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370343.424629-10571-21241838431058 `" && echo ansible-tmp-1735370343.424629-10571-21241838431058="` echo /root/.ansible/tmp/ansible-tmp-1735370343.424629-10571-21241838431058 `" ) && sleep 0'"'"'' <10.31.10.100> (0, b'/root\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370343.4297018-10574-6908985453871 `" && echo ansible-tmp-1735370343.4297018-10574-6908985453871="` echo /root/.ansible/tmp/ansible-tmp-1735370343.4297018-10574-6908985453871 `" ) && sleep 0'"'"'' <10.31.11.230> (0, b'ansible-tmp-1735370343.4053733-10569-258415336106810=/root/.ansible/tmp/ansible-tmp-1735370343.4053733-10569-258415336106810\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.11.230> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpne6i038v TO /root/.ansible/tmp/ansible-tmp-1735370343.4053733-10569-258415336106810/AnsiballZ_setup.py <10.31.11.230> 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/922bc44069 '[10.31.11.230]' <10.31.10.100> (0, b'ansible-tmp-1735370343.4297018-10574-6908985453871=/root/.ansible/tmp/ansible-tmp-1735370343.4297018-10574-6908985453871\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.10.100> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp6kki4ehe TO /root/.ansible/tmp/ansible-tmp-1735370343.4297018-10574-6908985453871/AnsiballZ_setup.py <10.31.10.100> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a0cb884a17 '[10.31.10.100]' <10.31.11.12> (0, b'ansible-tmp-1735370343.424629-10571-21241838431058=/root/.ansible/tmp/ansible-tmp-1735370343.424629-10571-21241838431058\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.11.12> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmppwpa6rmb TO /root/.ansible/tmp/ansible-tmp-1735370343.424629-10571-21241838431058/AnsiballZ_setup.py <10.31.11.12> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6fdd3e92f1 '[10.31.11.12]' <10.31.11.230> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpne6i038v /root/.ansible/tmp/ansible-tmp-1735370343.4053733-10569-258415336106810/AnsiballZ_setup.py\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370343.4053733-10569-258415336106810/ /root/.ansible/tmp/ansible-tmp-1735370343.4053733-10569-258415336106810/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.10.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp6kki4ehe /root/.ansible/tmp/ansible-tmp-1735370343.4297018-10574-6908985453871/AnsiballZ_setup.py\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370343.4297018-10574-6908985453871/ /root/.ansible/tmp/ansible-tmp-1735370343.4297018-10574-6908985453871/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 -tt 10.31.11.230 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370343.4053733-10569-258415336106810/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.11.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmppwpa6rmb /root/.ansible/tmp/ansible-tmp-1735370343.424629-10571-21241838431058/AnsiballZ_setup.py\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370343.424629-10571-21241838431058/ /root/.ansible/tmp/ansible-tmp-1735370343.424629-10571-21241838431058/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 -tt 10.31.10.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370343.4297018-10574-6908985453871/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 -tt 10.31.11.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370343.424629-10571-21241838431058/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.11.230> (0, b'\r\n{"ansible_facts": {"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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "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": "AAAAB3NzaC1kc3MAAACBAOz/99PWK1eUv7mNtQeHdcgz1oc/sxPSgGydOu3HvMcz0eLO85RTvhwCZ+RBzD3c+SUYSXmW9TCexiy6AgIJSuoqiyzXinENBHTLH1sazE1jxAHl5R5VwACVr1Vvp0siOB7/DaRF4rFzG5ZKhltnvjsFvMXV1g0UY1fhCv++JzefAAAAFQDkHvT/7UoHgjU/Pg8TTFdXThJqUwAAAIBqxTZ5UIcFzFB5a0czHEhe415a8TaI9yQ0VskSVNBLv1J2pz5RxtsKrky3s/WrOHm6giWPt6zw+Wg5VwCJADrxdcRx0hIWC7wMe4xWYJCmJuSs2YPBW3aCzeAwk7RxBa6mHttWvFuBwBWIlQqmOWS0LKO0fNv6bI3B4jwHC94zGQAAAIBExoOFCoK5VAApXkI56amJ9SGDr+DFUppPLXHoGvIEUA/3lo9sgrIpQP5MrcVWYSG+YkPze7HAFr0gmvYoSNMIXbSsdEWc3dSLcFt26TptJZpbOR+Al0qODBH69x4V2NEQiKhGuVWAc7ssFxdL7LSlGEjE+mRYOZxkdhw6mY9xcw==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDQnRYxSs2rvgqbv3zLy/vGCZZ/aUJjKfqLzIw3w65M+0tda8Lt6IyeamWDc4EI/S3u1T2wWzeiKKk3LdaJ6mxWkvxBK8QDqvKZVC4G4UWchS6vITnl047Ofezg85ejln79m4cxYhb5V6EKFMr1xkmscyHQTNl9dmkXMPe5NQNbmdZLG8nvLfDfvDE5Ks5O5DRGzjKvcyah2stg7trsivbRP47IjmSFV5HKLdE4cg3SxZTpT/16pC8dyKHeq+1ld7qAc0Y6R0SP/WReKdjCQ//ftojQ8Nq5tnQH517UbE2p20tnsPh1exrbiXhGACSutXb9NqUvTz7l332bJUrHuXFdOnMpkkx1qbO6QKyY+P6lFj8trEXRZWP9Crrob4Ysgekx7ABBBkKmNGIzfRmibizIXO1w0xUS5MFowC0DPmTCHt7GxN+qrajmoHHi6M6Xy/i+knipfC7hqlFLlCxUXIvI3VFy7oiLMKmgXbnrdvWDU//pDehpXbpjoSZOve504Ps=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKH8NrYq7s4dpr/pik5Pe3cYsijj1z59FWhoGQn4RT6HUNsa58dbuL2L1tKLPBnx2lfL9m2RRl2AxGeBU6Y7OQc=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAICX2ErZ+vRtXPBSWWysKIXWARO56zmUmJ7TPaKrt9+A5", "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node1", "ansible_hostname": "managed-node1", "ansible_nodename": "managed-node1", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "edd4623f76fc42aebf52a550c2f3061c", "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_local": {}, "ansible_lsb": {}, "ansible_is_chroot": false, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.40.52 52456 10.31.11.230 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "5", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.40.52 52456 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_iscsi_iqn": "", "ansible_hostnqn": "", "ansible_apparmor": {"status": "disabled"}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2836, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 703, "free": 2836}, "nocache": {"free": 3336, "used": 203}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec208e8f-92f2-66f1-c2c2-bc712b732e08", "ansible_product_uuid": "ec208e8f-92f2-66f1-c2c2-bc712b732e08", "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": 424, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560220672, "block_size": 4096, "block_total": 65533179, "block_available": 64345757, "block_used": 1187422, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "12:e5:89:b0:83:91", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.11.230", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::10e5:89ff:feb0:8391", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.11.230", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:e5:89:b0:83:91", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.11.230"], "ansible_all_ipv6_addresses": ["fe80::10e5:89ff:feb0:8391"], "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "52", "day": "28", "hour": "02", "minute": "19", "second": "03", "epoch": "1735370343", "date": "2024-12-28", "time": "02:19:03", "iso8601_micro": "2024-12-28T07:19:03.944259Z", "iso8601": "2024-12-28T07:19:03Z", "iso8601_basic": "20241228T021903944259", "iso8601_basic_short": "20241228T021903", "tz": "EST", "tz_offset": "-0500"}, "ansible_pkg_mgr": "dnf", "ansible_fips": false, "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.11.230 closed.\r\n') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370343.4053733-10569-258415336106810/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.100> (0, b'\r\n{"ansible_facts": {"ansible_is_chroot": false, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "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": "0e5302d8aea3444e9008fae1b9507e2f", "ansible_apparmor": {"status": "disabled"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAIkVT/wXwm7ujEGrZSRvTRN0yUTTSnqHYLfebyAhjbMHrXYfEn1MWjcU49Yxdvgjz/9UZKHK7QGidx9OwF6A7zpwJTVALXcLwvDHtf797P7EIEDKkVcD7aQsBNL+HNk6BcIXGJUN9U4U77gdHp1FCYPexT3pAG2a2PJ+ZuOApK7XAAAAFQCv+zkGEe00hhn10CK6nrJxlYcsCQAAAIBaFhJxGeBsNUA5iBtJ5dNCmVaxw+OSv0rYdz+LTcYbklW5H1F0l5DPN7ROnlsIo95SBKameR2tABkcuEZProozDSg/lcNI5nleZT3p1uqOeZTQNpeweCq3C9dhPO04ER46WZIlcWOVVEj+VfUXIXOJAGzk4zFljFcuLIdZ48KN6wAAAIAJXztJjg068T/P1+O+2clo6hUkpCtl6f9mNgK1yObkxkoEdZ77gNS9/Ja1LkCp0ZDswkneSRPjpfvH5nF3MTf9FuJjCifs4SLswaQsFpi+RB350ni76i+eWgLoXn2dLPdGNXi7JPgSNa1mPJv8CCTj2nQCgSbAidc24fm2bXhn4w==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDO25XZB+Qz9t/bDOMq5zfhXVTHtI7h4tVh0Y2E/y1kmb3kFsLMzAYfIGJ4hcNk2tgejGHk1CZZpBLgY9EWRvUWBPUCpGCFX20HOqnrwdCDI70Z/STkbQ33/l5BrLRP8CwmpwpN7F8rXkq09b1AY5tS1hNgV3naahxnBwM3UcXOGruFW5jGL5JtFeOCVD6gYNDaTCdpTKRQ1IOB8vX4JbDfuL7lZOOd5EtFVdHNZpbaO8o2W2HB7jr58jAYUvBXu3NoY4I9uRU51Iy5oL3LvvzxHnFGl/JDtvTawKKN6ztCVimefnQvTvVnOqM2EI/sdow5EZEgiq+Ua7Y8DBf12bJIJQK1SSNFmffsASVRJoePe7jfZcl4TCiL8KDai3z7GG+5xsUhM6cMTeh6N4zj5JITxZBJXpsHJ5xTJ6mkA/kGBcVODSQOEKTpuqd1My9z8gMlLNOWBMT85Ohl4GW1K/DNc2t2nqtFqegHr0sTuQA5LboLeRliGFMF6aszdBzt5wc=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDc96PjsIVG48nBgLFLgzb8VTs1PG4fTA61amXkhyC4XN3rdFDg73QO80hnba1J+boaOPoDZXLxdn78hGH1MuVA=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIK5dVEiTs/2sbrl806R75H7xJYCdanVjDRliMbJgc8hE", "ansible_local": {}, "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.40.52 57886 10.31.10.100 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "5", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.40.52 57886 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_fibre_channel_wwn": [], "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_fips": false, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2835, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 704, "free": 2835}, "nocache": {"free": 3335, "used": 204}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2c5f50-eca0-7f23-7439-ba2a3b5b0efb", "ansible_product_uuid": "ec2c5f50-eca0-7f23-7439-ba2a3b5b0efb", "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": 405, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560224768, "block_size": 4096, "block_total": 65533179, "block_available": 64345758, "block_used": 1187421, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "52", "day": "28", "hour": "02", "minute": "19", "second": "03", "epoch": "1735370343", "date": "2024-12-28", "time": "02:19:03", "iso8601_micro": "2024-12-28T07:19:03.921454Z", "iso8601": "2024-12-28T07:19:03Z", "iso8601_basic": "20241228T021903921454", "iso8601_basic_short": "20241228T021903", "tz": "EST", "tz_offset": "-0500"}, "ansible_iscsi_iqn": "", "ansible_lsb": {}, "ansible_hostnqn": "", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_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_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "12:64:51:21:ba:d5", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.10.100", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::1064:51ff:fe21:bad5", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.10.100", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:64:51:21:ba:d5", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.10.100"], "ansible_all_ipv6_addresses": ["fe80::1064:51ff:fe21:bad5"], "ansible_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.10.100 closed.\r\n') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370343.4297018-10574-6908985453871/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') ok: [managed-node1 -> managed-node1] <10.31.10.100> (0, b'', b'') ok: [managed-node3 -> managed-node3] <10.31.11.12> (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": "b1f43dd793de4a98a97287b7883e9fa4", "ansible_local": {}, "ansible_is_chroot": false, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_apparmor": {"status": "disabled"}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2828, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 711, "free": 2828}, "nocache": {"free": 3330, "used": 209}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec246985-f6cb-6320-7bae-d2ee5e909e0c", "ansible_product_uuid": "ec246985-f6cb-6320-7bae-d2ee5e909e0c", "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": 428, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560065024, "block_size": 4096, "block_total": 65533179, "block_available": 64345719, "block_used": 1187460, "inode_total": 131071472, "inode_available": 130996213, "inode_used": 75259, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAKedp0aQCmBP38gKT0ejDdTINzxqzNcDIPPfHSeBkbumOSKq8HsL2SbvqiNtxK0xDbonroglTqG6odhLOVIjYhn5Twhis/d8x5q0xyjMkhewogICUAjs8bZ2Y1sJLKeTq3HoCJ0C+H9FXGw/Ut+cZE9rW6fUptZ3d2rg08tgcU4jAAAAFQCN/6NkyQ6SOpjwRTSwrlPRXYgcOwAAAIBCrBVx33cpOqHETx8uROhkTgLJzD/51pxm3K0UKFKKS70d5iX1qv7f+8GAxkxipHCaTChvBKDREOgZJLcnMS7t128zFBUcrVx82ejTXvhM1Ur+5FhFbvMHDJqd0ZeihS4WZUTko2gUap0HChOFuNotUu5QNdCyScLdb6pKPiKLtQAAAIAPBw/1huJTkporODVljxCyMTqOUUQtFvUmmWLCBetYNrnRDpRhadbhapVyXs+7TYLHjJcNiLrPrv1sx+8spPIrs81E1E29dmTfKMRZjutvqYlaTc+9p8ZM1XOCtUuZ5+IWJ+AH0IQkJrjqpEUjo3yr+kTbQuIxV+3FnDDuBLtaCg==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC8kVXZxIsNHkq0AngkH3Q0auPwjeiijBR2lqGOpKugjHD9BtxQYz+c2OAlNkqkt1gzW3FE4xP8anBPOaX+UJ4r5X9QTvv35m4+6r9PFh8Erx3dZP1g8OixhdFVapsvQ2KL0LEs08dILLRY2H3uWZRskueLXK07aHmFTCB0WQ/9MTvx3bOiGnQCSAFjBk1cRgTao6f4cXPheTJojVrnhjH8WdXtumesRf+RLLFfBb6SRV4FDoHji/u5Z/8yAuibbDfmSL2LwJkQD2ecMXh5N7i4ban5K4TuJopeTY48fTqBXA/0Q6nrV6oYkNVnuLPH3qz4nXrK9vFA8as6JDBWyYGVtoEVYJYCM/jug+jZDFB7UYqrUKIxNnabbKdgx5KIdCVKF4s8ZZJXh5mcS3So+YZh31OeC2Mr5O533vewG71hXkQjw+/g+px3j6KTJiMZ975/+y6vVC1sKr0d3qK4xp+Gp+2zXyS/b/iXZKw0sm+Y4bQ39kk8BiH6jvlcxxA2rNE=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDw9c0z/16BbGZ8sOV4rM1PstmI71pso9e4vtxDHwxhBfW8I0GsQJYQ1kqpHOLv3UMbSSlgb/zEQPeNOYSk272s=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIEofcY4gJ+eoFRusI8lZc3OqZrZDQY+GQO3epSi5dkvy", "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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_iscsi_iqn": "", "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "12:2c:31:94:97:11", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.11.12", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::102c:31ff:fe94:9711", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.11.12", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:2c:31:94:97:11", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.11.12"], "ansible_all_ipv6_addresses": ["fe80::102c:31ff:fe94:9711"], "ansible_fips": false, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_pkg_mgr": "dnf", "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_fibre_channel_wwn": [], "ansible_hostnqn": "", "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "52", "day": "28", "hour": "02", "minute": "19", "second": "04", "epoch": "1735370344", "date": "2024-12-28", "time": "02:19:04", "iso8601_micro": "2024-12-28T07:19:04.114002Z", "iso8601": "2024-12-28T07:19:04Z", "iso8601_basic": "20241228T021904114002", "iso8601_basic_short": "20241228T021904", "tz": "EST", "tz_offset": "-0500"}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.40.52 45070 10.31.11.12 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "5", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.40.52 45070 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_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.11.12 closed.\r\n') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370343.424629-10571-21241838431058/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') ok: [managed-node2 -> managed-node2] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 28 December 2024 02:19:04 -0500 (0:00:00.858) 0:00:02.085 ***** skipping: [managed-node2] => {} skipping: [managed-node1] => {} skipping: [managed-node3] => {} META: end_host conditional evaluated to false, continuing execution for managed-node1 META: end_host conditional evaluated to false, continuing execution for managed-node2 META: end_host conditional evaluated to false, continuing execution for managed-node3 TASK [Run the role. If reboot is not required - the play succeeds.] ************ task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 28 December 2024 02:19:04 -0500 (0:00:00.066) 0:00:02.152 ***** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 28 December 2024 02:19:04 -0500 (0:00:00.116) 0:00:02.268 ***** included: /tmp/collections-ewm/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-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 28 December 2024 02:19:04 -0500 (0:00:00.056) 0:00:02.325 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 28 December 2024 02:19:04 -0500 (0:00:00.047) 0:00:02.372 ***** <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.230> (0, b'/root\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370344.5414715-10645-75713098214961 `" && echo ansible-tmp-1735370344.5414715-10645-75713098214961="` echo /root/.ansible/tmp/ansible-tmp-1735370344.5414715-10645-75713098214961 `" ) && sleep 0'"'"'' <10.31.10.100> (0, b'/root\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370344.560022-10648-92082864897554 `" && echo ansible-tmp-1735370344.560022-10648-92082864897554="` echo /root/.ansible/tmp/ansible-tmp-1735370344.560022-10648-92082864897554 `" ) && sleep 0'"'"'' <10.31.11.12> (0, b'/root\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370344.566864-10646-212536334629889 `" && echo ansible-tmp-1735370344.566864-10646-212536334629889="` echo /root/.ansible/tmp/ansible-tmp-1735370344.566864-10646-212536334629889 `" ) && sleep 0'"'"'' <10.31.11.230> (0, b'ansible-tmp-1735370344.5414715-10645-75713098214961=/root/.ansible/tmp/ansible-tmp-1735370344.5414715-10645-75713098214961\n', b'') <10.31.10.100> (0, b'ansible-tmp-1735370344.560022-10648-92082864897554=/root/.ansible/tmp/ansible-tmp-1735370344.560022-10648-92082864897554\n', b'') <10.31.11.12> (0, b'ansible-tmp-1735370344.566864-10646-212536334629889=/root/.ansible/tmp/ansible-tmp-1735370344.566864-10646-212536334629889\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.11.230> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp1rjk_l7q TO /root/.ansible/tmp/ansible-tmp-1735370344.5414715-10645-75713098214961/AnsiballZ_stat.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.11.230> 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/922bc44069 '[10.31.11.230]' <10.31.10.100> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp8fbfiynj TO /root/.ansible/tmp/ansible-tmp-1735370344.560022-10648-92082864897554/AnsiballZ_stat.py <10.31.10.100> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a0cb884a17 '[10.31.10.100]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.11.12> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpf5ua8kdb TO /root/.ansible/tmp/ansible-tmp-1735370344.566864-10646-212536334629889/AnsiballZ_stat.py <10.31.11.12> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6fdd3e92f1 '[10.31.11.12]' <10.31.11.230> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp1rjk_l7q /root/.ansible/tmp/ansible-tmp-1735370344.5414715-10645-75713098214961/AnsiballZ_stat.py\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp8fbfiynj /root/.ansible/tmp/ansible-tmp-1735370344.560022-10648-92082864897554/AnsiballZ_stat.py\n', b'') <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370344.5414715-10645-75713098214961/ /root/.ansible/tmp/ansible-tmp-1735370344.5414715-10645-75713098214961/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370344.560022-10648-92082864897554/ /root/.ansible/tmp/ansible-tmp-1735370344.560022-10648-92082864897554/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpf5ua8kdb /root/.ansible/tmp/ansible-tmp-1735370344.566864-10646-212536334629889/AnsiballZ_stat.py\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370344.566864-10646-212536334629889/ /root/.ansible/tmp/ansible-tmp-1735370344.566864-10646-212536334629889/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 -tt 10.31.10.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370344.560022-10648-92082864897554/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 -tt 10.31.11.230 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370344.5414715-10645-75713098214961/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 -tt 10.31.11.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370344.566864-10646-212536334629889/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.100> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.10.100 closed.\r\n') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370344.560022-10648-92082864897554/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.230> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.11.230 closed.\r\n') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370344.5414715-10645-75713098214961/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } <10.31.11.230> (0, b'', b'') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } <10.31.11.12> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.11.12 closed.\r\n') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370344.566864-10646-212536334629889/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] *** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 28 December 2024 02:19:05 -0500 (0:00:00.557) 0:00:02.930 ***** 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-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 28 December 2024 02:19:05 -0500 (0:00:00.045) 0:00:02.976 ***** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 28 December 2024 02:19:05 -0500 (0:00:00.081) 0:00:03.057 ***** <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> (0, b'/root\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370345.2997687-10697-11273522857220 `" && echo ansible-tmp-1735370345.2997687-10697-11273522857220="` echo /root/.ansible/tmp/ansible-tmp-1735370345.2997687-10697-11273522857220 `" ) && sleep 0'"'"'' <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.12> (0, b'/root\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370345.326743-10698-112489274790055 `" && echo ansible-tmp-1735370345.326743-10698-112489274790055="` echo /root/.ansible/tmp/ansible-tmp-1735370345.326743-10698-112489274790055 `" ) && sleep 0'"'"'' <10.31.10.100> (0, b'/root\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370345.341802-10699-20532938827029 `" && echo ansible-tmp-1735370345.341802-10699-20532938827029="` echo /root/.ansible/tmp/ansible-tmp-1735370345.341802-10699-20532938827029 `" ) && sleep 0'"'"'' <10.31.11.230> (0, b'ansible-tmp-1735370345.2997687-10697-11273522857220=/root/.ansible/tmp/ansible-tmp-1735370345.2997687-10697-11273522857220\n', b'') <10.31.11.12> (0, b'ansible-tmp-1735370345.326743-10698-112489274790055=/root/.ansible/tmp/ansible-tmp-1735370345.326743-10698-112489274790055\n', b'') <10.31.10.100> (0, b'ansible-tmp-1735370345.341802-10699-20532938827029=/root/.ansible/tmp/ansible-tmp-1735370345.341802-10699-20532938827029\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py <10.31.11.230> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp2tey6tmh TO /root/.ansible/tmp/ansible-tmp-1735370345.2997687-10697-11273522857220/AnsiballZ_dnf.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py <10.31.11.230> 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/922bc44069 '[10.31.11.230]' <10.31.11.12> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp0yzerob_ TO /root/.ansible/tmp/ansible-tmp-1735370345.326743-10698-112489274790055/AnsiballZ_dnf.py <10.31.11.12> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6fdd3e92f1 '[10.31.11.12]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py <10.31.10.100> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp8gm98h9z TO /root/.ansible/tmp/ansible-tmp-1735370345.341802-10699-20532938827029/AnsiballZ_dnf.py <10.31.10.100> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a0cb884a17 '[10.31.10.100]' <10.31.11.230> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp2tey6tmh /root/.ansible/tmp/ansible-tmp-1735370345.2997687-10697-11273522857220/AnsiballZ_dnf.py\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370345.2997687-10697-11273522857220/ /root/.ansible/tmp/ansible-tmp-1735370345.2997687-10697-11273522857220/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.10.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp8gm98h9z /root/.ansible/tmp/ansible-tmp-1735370345.341802-10699-20532938827029/AnsiballZ_dnf.py\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370345.341802-10699-20532938827029/ /root/.ansible/tmp/ansible-tmp-1735370345.341802-10699-20532938827029/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.11.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp0yzerob_ /root/.ansible/tmp/ansible-tmp-1735370345.326743-10698-112489274790055/AnsiballZ_dnf.py\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370345.326743-10698-112489274790055/ /root/.ansible/tmp/ansible-tmp-1735370345.326743-10698-112489274790055/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 -tt 10.31.11.230 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370345.2997687-10697-11273522857220/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 -tt 10.31.10.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370345.341802-10699-20532938827029/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 -tt 10.31.11.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370345.326743-10698-112489274790055/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.10.100> (0, b'\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "lock_timeout": 30, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to 10.31.10.100 closed.\r\n') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370345.341802-10699-20532938827029/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.230> (0, b'\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "lock_timeout": 30, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to 10.31.11.230 closed.\r\n') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370345.2997687-10697-11273522857220/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "autoremove": false, "bugfix": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "releasever": null, "security": false, "skip_broken": false, "state": "present", "update_cache": false, "update_only": false, "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients <10.31.11.230> (0, b'', b'') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "autoremove": false, "bugfix": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "releasever": null, "security": false, "skip_broken": false, "state": "present", "update_cache": false, "update_only": false, "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients <10.31.11.12> (0, b'\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "lock_timeout": 30, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to 10.31.11.12 closed.\r\n') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370345.326743-10698-112489274790055/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "autoremove": false, "bugfix": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "releasever": null, "security": false, "skip_broken": false, "state": "present", "update_cache": false, "update_only": false, "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 28 December 2024 02:19:09 -0500 (0:00:04.533) 0:00:07.591 ***** <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.230> (0, b'/root\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370349.7527394-10825-59606257460112 `" && echo ansible-tmp-1735370349.7527394-10825-59606257460112="` echo /root/.ansible/tmp/ansible-tmp-1735370349.7527394-10825-59606257460112 `" ) && sleep 0'"'"'' <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.100> (0, b'/root\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370349.7919052-10829-165628065211304 `" && echo ansible-tmp-1735370349.7919052-10829-165628065211304="` echo /root/.ansible/tmp/ansible-tmp-1735370349.7919052-10829-165628065211304 `" ) && sleep 0'"'"'' <10.31.11.12> (0, b'/root\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370349.7995384-10826-86292035360582 `" && echo ansible-tmp-1735370349.7995384-10826-86292035360582="` echo /root/.ansible/tmp/ansible-tmp-1735370349.7995384-10826-86292035360582 `" ) && sleep 0'"'"'' <10.31.11.230> (0, b'ansible-tmp-1735370349.7527394-10825-59606257460112=/root/.ansible/tmp/ansible-tmp-1735370349.7527394-10825-59606257460112\n', b'') <10.31.10.100> (0, b'ansible-tmp-1735370349.7919052-10829-165628065211304=/root/.ansible/tmp/ansible-tmp-1735370349.7919052-10829-165628065211304\n', b'') <10.31.11.12> (0, b'ansible-tmp-1735370349.7995384-10826-86292035360582=/root/.ansible/tmp/ansible-tmp-1735370349.7995384-10826-86292035360582\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.11.230> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmplx2915wr TO /root/.ansible/tmp/ansible-tmp-1735370349.7527394-10825-59606257460112/AnsiballZ_systemd.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.11.230> 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/922bc44069 '[10.31.11.230]' <10.31.10.100> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp7xlmdx40 TO /root/.ansible/tmp/ansible-tmp-1735370349.7919052-10829-165628065211304/AnsiballZ_systemd.py <10.31.10.100> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a0cb884a17 '[10.31.10.100]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.11.12> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp04ubgkn8 TO /root/.ansible/tmp/ansible-tmp-1735370349.7995384-10826-86292035360582/AnsiballZ_systemd.py <10.31.11.12> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6fdd3e92f1 '[10.31.11.12]' <10.31.10.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp7xlmdx40 /root/.ansible/tmp/ansible-tmp-1735370349.7919052-10829-165628065211304/AnsiballZ_systemd.py\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370349.7919052-10829-165628065211304/ /root/.ansible/tmp/ansible-tmp-1735370349.7919052-10829-165628065211304/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.11.230> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmplx2915wr /root/.ansible/tmp/ansible-tmp-1735370349.7527394-10825-59606257460112/AnsiballZ_systemd.py\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370349.7527394-10825-59606257460112/ /root/.ansible/tmp/ansible-tmp-1735370349.7527394-10825-59606257460112/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.11.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp04ubgkn8 /root/.ansible/tmp/ansible-tmp-1735370349.7995384-10826-86292035360582/AnsiballZ_systemd.py\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370349.7995384-10826-86292035360582/ /root/.ansible/tmp/ansible-tmp-1735370349.7995384-10826-86292035360582/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') <10.31.11.230> (0, b'', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 -tt 10.31.10.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370349.7919052-10829-165628065211304/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 -tt 10.31.11.230 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370349.7527394-10825-59606257460112/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 -tt 10.31.11.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370349.7995384-10826-86292035360582/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.11.230> (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-12-28 02:18:23 EST", "ExecMainStartTimestampMonotonic": "384172868", "ExecMainExitTimestamp": "Sat 2024-12-28 02:18:42 EST", "ExecMainExitTimestampMonotonic": "403241786", "ExecMainPID": "16438", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-28 02:18:23 EST] ; stop_time=[Sat 2024-12-28 02:18:42 EST] ; pid=16438 ; 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-12-28 02:18:23 EST] ; stop_time=[Sat 2024-12-28 02:18:23 EST] ; pid=16429 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "system.slice network-online.target network.target remote-fs.target basic.target systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-28 02:18:42 EST", "StateChangeTimestampMonotonic": "403242368", "InactiveExitTimestamp": "Sat 2024-12-28 02:18:23 EST", "InactiveExitTimestampMonotonic": "384173040", "ActiveEnterTimestamp": "Sat 2024-12-28 02:18:42 EST", "ActiveEnterTimestampMonotonic": "403242368", "ActiveExitTimestamp": "Sat 2024-12-28 02:18:23 EST", "ActiveExitTimestampMonotonic": "384148967", "InactiveEnterTimestamp": "Sat 2024-12-28 02:18:23 EST", "InactiveEnterTimestampMonotonic": "384171099", "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-12-28 02:18:23 EST", "ConditionTimestampMonotonic": "384171985", "AssertTimestamp": "Sat 2024-12-28 02:18:23 EST", "AssertTimestampMonotonic": "384172023", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "3218e85552f34df0b790a75db6d8d13c", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "no_block": false, "state": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.11.230 closed.\r\n') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-28 02:18:42 EST", "ExecMainStartTimestampMonotonic": "384062712", "ExecMainExitTimestamp": "Sat 2024-12-28 02:19:00 EST", "ExecMainExitTimestampMonotonic": "402541625", "ExecMainPID": "16732", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-28 02:18:42 EST] ; stop_time=[Sat 2024-12-28 02:19:00 EST] ; pid=16732 ; 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-12-28 02:18:42 EST] ; stop_time=[Sat 2024-12-28 02:18:42 EST] ; pid=16723 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "system.slice network-online.target basic.target remote-fs.target systemd-journald.socket network.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-28 02:19:00 EST", "StateChangeTimestampMonotonic": "402542165", "InactiveExitTimestamp": "Sat 2024-12-28 02:18:42 EST", "InactiveExitTimestampMonotonic": "384062743", "ActiveEnterTimestamp": "Sat 2024-12-28 02:19:00 EST", "ActiveEnterTimestampMonotonic": "402542165", "ActiveExitTimestamp": "Sat 2024-12-28 02:18:42 EST", "ActiveExitTimestampMonotonic": "384037280", "InactiveEnterTimestamp": "Sat 2024-12-28 02:18:42 EST", "InactiveEnterTimestampMonotonic": "384060169", "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-12-28 02:18:42 EST", "ConditionTimestampMonotonic": "384061060", "AssertTimestamp": "Sat 2024-12-28 02:18:42 EST", "AssertTimestampMonotonic": "384061084", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "123c9bd07a8241d8af89b95b7311508f", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "no_block": false, "state": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.10.100 closed.\r\n') <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370349.7527394-10825-59606257460112/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370349.7919052-10829-165628065211304/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') <10.31.10.100> (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": null, "state": null, "user": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-12-28 02:18:42 EST", "ActiveEnterTimestampMonotonic": "403242368", "ActiveExitTimestamp": "Sat 2024-12-28 02:18:23 EST", "ActiveExitTimestampMonotonic": "384148967", "ActiveState": "active", "After": "system.slice network-online.target network.target remote-fs.target basic.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-28 02:18:23 EST", "AssertTimestampMonotonic": "384172023", "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-12-28 02:18:23 EST", "ConditionTimestampMonotonic": "384171985", "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-12-28 02:18:42 EST", "ExecMainExitTimestampMonotonic": "403241786", "ExecMainPID": "16438", "ExecMainStartTimestamp": "Sat 2024-12-28 02:18:23 EST", "ExecMainStartTimestampMonotonic": "384172868", "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-12-28 02:18:23 EST] ; stop_time=[Sat 2024-12-28 02:18:42 EST] ; pid=16438 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-28 02:18:23 EST] ; stop_time=[Sat 2024-12-28 02:18:23 EST] ; pid=16429 ; 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-12-28 02:18:23 EST", "InactiveEnterTimestampMonotonic": "384171099", "InactiveExitTimestamp": "Sat 2024-12-28 02:18:23 EST", "InactiveExitTimestampMonotonic": "384173040", "InvocationID": "3218e85552f34df0b790a75db6d8d13c", "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-12-28 02:18:42 EST", "StateChangeTimestampMonotonic": "403242368", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } ok: [managed-node3] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": null, "user": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-12-28 02:19:00 EST", "ActiveEnterTimestampMonotonic": "402542165", "ActiveExitTimestamp": "Sat 2024-12-28 02:18:42 EST", "ActiveExitTimestampMonotonic": "384037280", "ActiveState": "active", "After": "system.slice network-online.target basic.target remote-fs.target systemd-journald.socket network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-28 02:18:42 EST", "AssertTimestampMonotonic": "384061084", "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-12-28 02:18:42 EST", "ConditionTimestampMonotonic": "384061060", "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-12-28 02:19:00 EST", "ExecMainExitTimestampMonotonic": "402541625", "ExecMainPID": "16732", "ExecMainStartTimestamp": "Sat 2024-12-28 02:18:42 EST", "ExecMainStartTimestampMonotonic": "384062712", "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-12-28 02:18:42 EST] ; stop_time=[Sat 2024-12-28 02:19:00 EST] ; pid=16732 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-28 02:18:42 EST] ; stop_time=[Sat 2024-12-28 02:18:42 EST] ; pid=16723 ; 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-12-28 02:18:42 EST", "InactiveEnterTimestampMonotonic": "384060169", "InactiveExitTimestamp": "Sat 2024-12-28 02:18:42 EST", "InactiveExitTimestampMonotonic": "384062743", "InvocationID": "123c9bd07a8241d8af89b95b7311508f", "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-12-28 02:19:00 EST", "StateChangeTimestampMonotonic": "402542165", "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.11.12> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-28 02:18:39 EST", "ExecMainStartTimestampMonotonic": "404147394", "ExecMainExitTimestamp": "Sat 2024-12-28 02:18:58 EST", "ExecMainExitTimestampMonotonic": "423435569", "ExecMainPID": "20397", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-28 02:18:39 EST] ; stop_time=[Sat 2024-12-28 02:18:58 EST] ; pid=20397 ; 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-12-28 02:18:39 EST] ; stop_time=[Sat 2024-12-28 02:18:39 EST] ; pid=20388 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target basic.target systemd-journald.socket network.target network-online.target system.slice", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-28 02:18:58 EST", "StateChangeTimestampMonotonic": "423435939", "InactiveExitTimestamp": "Sat 2024-12-28 02:18:39 EST", "InactiveExitTimestampMonotonic": "404147428", "ActiveEnterTimestamp": "Sat 2024-12-28 02:18:58 EST", "ActiveEnterTimestampMonotonic": "423435939", "ActiveExitTimestamp": "Sat 2024-12-28 02:18:39 EST", "ActiveExitTimestampMonotonic": "404121964", "InactiveEnterTimestamp": "Sat 2024-12-28 02:18:39 EST", "InactiveEnterTimestampMonotonic": "404145238", "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-12-28 02:18:39 EST", "ConditionTimestampMonotonic": "404146283", "AssertTimestamp": "Sat 2024-12-28 02:18:39 EST", "AssertTimestampMonotonic": "404146307", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "9ba68450d8c743d189825ad29ade8df7", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "no_block": false, "state": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.11.12 closed.\r\n') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370349.7995384-10826-86292035360582/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') ok: [managed-node2] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": null, "user": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-12-28 02:18:58 EST", "ActiveEnterTimestampMonotonic": "423435939", "ActiveExitTimestamp": "Sat 2024-12-28 02:18:39 EST", "ActiveExitTimestampMonotonic": "404121964", "ActiveState": "active", "After": "remote-fs.target basic.target systemd-journald.socket network.target network-online.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-28 02:18:39 EST", "AssertTimestampMonotonic": "404146307", "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-12-28 02:18:39 EST", "ConditionTimestampMonotonic": "404146283", "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-12-28 02:18:58 EST", "ExecMainExitTimestampMonotonic": "423435569", "ExecMainPID": "20397", "ExecMainStartTimestamp": "Sat 2024-12-28 02:18:39 EST", "ExecMainStartTimestampMonotonic": "404147394", "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-12-28 02:18:39 EST] ; stop_time=[Sat 2024-12-28 02:18:58 EST] ; pid=20397 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-28 02:18:39 EST] ; stop_time=[Sat 2024-12-28 02:18:39 EST] ; pid=20388 ; 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-12-28 02:18:39 EST", "InactiveEnterTimestampMonotonic": "404145238", "InactiveExitTimestamp": "Sat 2024-12-28 02:18:39 EST", "InactiveExitTimestampMonotonic": "404147428", "InvocationID": "9ba68450d8c743d189825ad29ade8df7", "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-12-28 02:18:58 EST", "StateChangeTimestampMonotonic": "423435939", "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-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 28 December 2024 02:19:10 -0500 (0:00:00.909) 0:00:08.501 ***** included: /tmp/collections-ewm/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-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 28 December 2024 02:19:10 -0500 (0:00:00.113) 0:00:08.615 ***** <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.230> (0, b'/root\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370350.7803288-10878-5798711601723 `" && echo ansible-tmp-1735370350.7803288-10878-5798711601723="` echo /root/.ansible/tmp/ansible-tmp-1735370350.7803288-10878-5798711601723 `" ) && sleep 0'"'"'' <10.31.10.100> (0, b'/root\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370350.8040607-10881-135389850155286 `" && echo ansible-tmp-1735370350.8040607-10881-135389850155286="` echo /root/.ansible/tmp/ansible-tmp-1735370350.8040607-10881-135389850155286 `" ) && sleep 0'"'"'' <10.31.11.230> (0, b'ansible-tmp-1735370350.7803288-10878-5798711601723=/root/.ansible/tmp/ansible-tmp-1735370350.7803288-10878-5798711601723\n', b'') <10.31.11.12> (0, b'/root\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370350.8115861-10879-132218979796556 `" && echo ansible-tmp-1735370350.8115861-10879-132218979796556="` echo /root/.ansible/tmp/ansible-tmp-1735370350.8115861-10879-132218979796556 `" ) && sleep 0'"'"'' <10.31.11.12> (0, b'ansible-tmp-1735370350.8115861-10879-132218979796556=/root/.ansible/tmp/ansible-tmp-1735370350.8115861-10879-132218979796556\n', b'') <10.31.10.100> (0, b'ansible-tmp-1735370350.8040607-10881-135389850155286=/root/.ansible/tmp/ansible-tmp-1735370350.8040607-10881-135389850155286\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py <10.31.11.230> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpir0y_hgf TO /root/.ansible/tmp/ansible-tmp-1735370350.7803288-10878-5798711601723/AnsiballZ_command.py <10.31.11.230> 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/922bc44069 '[10.31.11.230]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py <10.31.11.12> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmplaayosif TO /root/.ansible/tmp/ansible-tmp-1735370350.8115861-10879-132218979796556/AnsiballZ_command.py <10.31.11.12> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6fdd3e92f1 '[10.31.11.12]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py <10.31.10.100> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp3wag5p04 TO /root/.ansible/tmp/ansible-tmp-1735370350.8040607-10881-135389850155286/AnsiballZ_command.py <10.31.10.100> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a0cb884a17 '[10.31.10.100]' <10.31.10.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp3wag5p04 /root/.ansible/tmp/ansible-tmp-1735370350.8040607-10881-135389850155286/AnsiballZ_command.py\n', b'') <10.31.11.230> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpir0y_hgf /root/.ansible/tmp/ansible-tmp-1735370350.7803288-10878-5798711601723/AnsiballZ_command.py\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370350.8040607-10881-135389850155286/ /root/.ansible/tmp/ansible-tmp-1735370350.8040607-10881-135389850155286/AnsiballZ_command.py && sleep 0'"'"'' <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370350.7803288-10878-5798711601723/ /root/.ansible/tmp/ansible-tmp-1735370350.7803288-10878-5798711601723/AnsiballZ_command.py && sleep 0'"'"'' <10.31.11.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmplaayosif /root/.ansible/tmp/ansible-tmp-1735370350.8115861-10879-132218979796556/AnsiballZ_command.py\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370350.8115861-10879-132218979796556/ /root/.ansible/tmp/ansible-tmp-1735370350.8115861-10879-132218979796556/AnsiballZ_command.py && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 -tt 10.31.11.230 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370350.7803288-10878-5798711601723/AnsiballZ_command.py && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 -tt 10.31.10.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370350.8040607-10881-135389850155286/AnsiballZ_command.py && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 -tt 10.31.11.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370350.8115861-10879-132218979796556/AnsiballZ_command.py && sleep 0'"'"'' <10.31.10.100> (0, b'\r\n{"cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "changed": false, "rc": 0, "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "warn": true, "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to 10.31.10.100 closed.\r\n') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370350.8040607-10881-135389850155286/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.230> (0, b'\r\n{"cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "changed": false, "rc": 0, "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "warn": true, "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to 10.31.11.230 closed.\r\n') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370350.7803288-10878-5798711601723/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') <10.31.11.230> (0, b'', b'') ok: [managed-node1] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true } }, "rc": 0 } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists ok: [managed-node3] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true } }, "rc": 0 } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists <10.31.11.12> (0, b'\r\n{"cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "changed": false, "rc": 0, "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "warn": true, "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to 10.31.11.12 closed.\r\n') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370350.8115861-10879-132218979796556/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') ok: [managed-node2] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true } }, "rc": 0 } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 28 December 2024 02:19:11 -0500 (0:00:00.586) 0:00:09.201 ***** <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.100> (0, b'/root\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> (0, b'/root\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370351.3799596-10922-262117944539564 `" && echo ansible-tmp-1735370351.3799596-10922-262117944539564="` echo /root/.ansible/tmp/ansible-tmp-1735370351.3799596-10922-262117944539564 `" ) && sleep 0'"'"'' <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370351.3805804-10919-211378843164035 `" && echo ansible-tmp-1735370351.3805804-10919-211378843164035="` echo /root/.ansible/tmp/ansible-tmp-1735370351.3805804-10919-211378843164035 `" ) && sleep 0'"'"'' <10.31.11.12> (0, b'/root\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370351.3941998-10920-170625888847742 `" && echo ansible-tmp-1735370351.3941998-10920-170625888847742="` echo /root/.ansible/tmp/ansible-tmp-1735370351.3941998-10920-170625888847742 `" ) && sleep 0'"'"'' <10.31.10.100> (0, b'ansible-tmp-1735370351.3799596-10922-262117944539564=/root/.ansible/tmp/ansible-tmp-1735370351.3799596-10922-262117944539564\n', b'') <10.31.11.230> (0, b'ansible-tmp-1735370351.3805804-10919-211378843164035=/root/.ansible/tmp/ansible-tmp-1735370351.3805804-10919-211378843164035\n', b'') <10.31.11.12> (0, b'ansible-tmp-1735370351.3941998-10920-170625888847742=/root/.ansible/tmp/ansible-tmp-1735370351.3941998-10920-170625888847742\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.10.100> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp1micnjy9 TO /root/.ansible/tmp/ansible-tmp-1735370351.3799596-10922-262117944539564/AnsiballZ_slurp.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.11.230> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpoyhtbvo4 TO /root/.ansible/tmp/ansible-tmp-1735370351.3805804-10919-211378843164035/AnsiballZ_slurp.py <10.31.10.100> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a0cb884a17 '[10.31.10.100]' <10.31.11.230> 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/922bc44069 '[10.31.11.230]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.11.12> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpgyok5yaf TO /root/.ansible/tmp/ansible-tmp-1735370351.3941998-10920-170625888847742/AnsiballZ_slurp.py <10.31.11.12> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6fdd3e92f1 '[10.31.11.12]' <10.31.10.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp1micnjy9 /root/.ansible/tmp/ansible-tmp-1735370351.3799596-10922-262117944539564/AnsiballZ_slurp.py\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370351.3799596-10922-262117944539564/ /root/.ansible/tmp/ansible-tmp-1735370351.3799596-10922-262117944539564/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.11.230> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpoyhtbvo4 /root/.ansible/tmp/ansible-tmp-1735370351.3805804-10919-211378843164035/AnsiballZ_slurp.py\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370351.3805804-10919-211378843164035/ /root/.ansible/tmp/ansible-tmp-1735370351.3805804-10919-211378843164035/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.11.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpgyok5yaf /root/.ansible/tmp/ansible-tmp-1735370351.3941998-10920-170625888847742/AnsiballZ_slurp.py\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370351.3941998-10920-170625888847742/ /root/.ansible/tmp/ansible-tmp-1735370351.3941998-10920-170625888847742/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 -tt 10.31.11.230 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370351.3805804-10919-211378843164035/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 -tt 10.31.10.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370351.3799596-10922-262117944539564/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 -tt 10.31.11.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370351.3941998-10920-170625888847742/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.11.230> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEUHkwVnJzQU5tdUVEemc4djV4eTk2RVhDR2VsR3FEaUVjclVUMkVVd0tmdGpVRDVRcy8zN0pVOE5jTlg0RE55ZFoyd0R0bzZlK1VnVFA1QlArNXJWbWhVSExBVEZtZ01RWXdqd2tzU3VDbmZZc1lVMk5IdzUwUE5RekhxcTZNSXF5UnRhZ3liaEVLOGZEZmlhVVc1Y2pvcHNCK0ZqN3h4SUk0QnFUQnBqdmZmcEljckVVaGJrMDBNTzVHWW5wMjFya1RIc24wOGJYUnJDVkcrbEdaYXhUQWEzKzVqaEVldXJQdS9YSjdMT3BRZ0E2TUFzMS82cGV6N0NpZENNcHpidTQrM1g1UlJYTHpKMjBzb0ExQ2hRejd5OFphczdib29OdjJzcW5jR3dmazJxbXJmNWFHNTg2Zzl0TitueVRkWm9Bd2dwWVhUN1JNUmhkV2UveC9mNEJMbU1MWlhVS3R5K3I3Y0txcVgzOGRxWkdzVys0VjhsV2JGM2g0QXBvTUs4bytGbDE0OG1uUi9jWC9yVnR0RSs1ZVhkWmFndzMrWlQ5QWpYS2Q4MWlVU0x6bUZUQW5nQTFmSEprQ2tiVlNtbEtEMXdLK0RrWUZyQThWZkRqMjRUYnpWMzgzbm5Db1JyVEliNDZWR2hmUXhnQnFSaTlUUmxzRUE3MFRqUkpyM0U9IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "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.11.230 closed.\r\n') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370351.3805804-10919-211378843164035/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.100> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEcHpSVDRkbVc3dktlR3dsVmlJdEZkUmlQV3V4MFpabUxGMTg3WWFlVUJBWGowa2pkZ2hIZXNpMXRPMWRrRkJDeFZNN1BSdXhHM21BNlJPdm52dWRSaEQ3RnBCa0dzNHRRT3Y5LzBEYzdzMmJkZ0MyMnYvMkpYbVdjazRRRVJwMjR5Y0tlWHJzM2MrYkEwdUpKYTR5Wlk5K0V3d0t2clpHNGQ3MFQ5UUZtR0hWK2pCZEZNdTlwd0c3ZjZFbjA3S1lSYVQ0WGhVODBOUTJrQ2hIN09GdmprczZ6SGd3VFRESFY4L2w1L1FUcmJrRGI5VlR2YjFyYXF6SU9YKzVDUU1Vd1R4TVBuLzFsN1AwcS9ZOTc5YS9hRGxqcDU3azljWXg5WThvTThFNTJDbEIxMEhJa3czdDFWZjZIb0dCaEVNOGtWWUg3a1Zpa3hQdC9ZNmUzNkxCeExrU2plSmZRVGE2QktIdlJvM0ZFdjgzeVYrQlpka09uT0ZBcGpJdzg3S2VZZmc2TEkvSlFiL3UrUWJaSjBSZERSamJlMGt1eHk5Sk0vaHF3em9ZZDVKRDlUUDkxMnJUYXgzUHp2Lzd0NVk2cExmcHA4dDNaV3pXQkd5aWJoQjcyc3FxZVgzS3U1Z1dYN1JZaFRzamdvamNvc2NYdmVzK3ZNZUhTMnA4SVpjbFU9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}}\r\n', b'Shared connection to 10.31.10.100 closed.\r\n') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370351.3799596-10922-262117944539564/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') <10.31.10.100> (0, b'', b'') ok: [managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEUHkwVnJzQU5tdUVEemc4djV4eTk2RVhDR2VsR3FEaUVjclVUMkVVd0tmdGpVRDVRcy8zN0pVOE5jTlg0RE55ZFoyd0R0bzZlK1VnVFA1QlArNXJWbWhVSExBVEZtZ01RWXdqd2tzU3VDbmZZc1lVMk5IdzUwUE5RekhxcTZNSXF5UnRhZ3liaEVLOGZEZmlhVVc1Y2pvcHNCK0ZqN3h4SUk0QnFUQnBqdmZmcEljckVVaGJrMDBNTzVHWW5wMjFya1RIc24wOGJYUnJDVkcrbEdaYXhUQWEzKzVqaEVldXJQdS9YSjdMT3BRZ0E2TUFzMS82cGV6N0NpZENNcHpidTQrM1g1UlJYTHpKMjBzb0ExQ2hRejd5OFphczdib29OdjJzcW5jR3dmazJxbXJmNWFHNTg2Zzl0TitueVRkWm9Bd2dwWVhUN1JNUmhkV2UveC9mNEJMbU1MWlhVS3R5K3I3Y0txcVgzOGRxWkdzVys0VjhsV2JGM2g0QXBvTUs4bytGbDE0OG1uUi9jWC9yVnR0RSs1ZVhkWmFndzMrWlQ5QWpYS2Q4MWlVU0x6bUZUQW5nQTFmSEprQ2tiVlNtbEtEMXdLK0RrWUZyQThWZkRqMjRUYnpWMzgzbm5Db1JyVEliNDZWR2hmUXhnQnFSaTlUUmxzRUE3MFRqUkpyM0U9IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEcHpSVDRkbVc3dktlR3dsVmlJdEZkUmlQV3V4MFpabUxGMTg3WWFlVUJBWGowa2pkZ2hIZXNpMXRPMWRrRkJDeFZNN1BSdXhHM21BNlJPdm52dWRSaEQ3RnBCa0dzNHRRT3Y5LzBEYzdzMmJkZ0MyMnYvMkpYbVdjazRRRVJwMjR5Y0tlWHJzM2MrYkEwdUpKYTR5Wlk5K0V3d0t2clpHNGQ3MFQ5UUZtR0hWK2pCZEZNdTlwd0c3ZjZFbjA3S1lSYVQ0WGhVODBOUTJrQ2hIN09GdmprczZ6SGd3VFRESFY4L2w1L1FUcmJrRGI5VlR2YjFyYXF6SU9YKzVDUU1Vd1R4TVBuLzFsN1AwcS9ZOTc5YS9hRGxqcDU3azljWXg5WThvTThFNTJDbEIxMEhJa3czdDFWZjZIb0dCaEVNOGtWWUg3a1Zpa3hQdC9ZNmUzNkxCeExrU2plSmZRVGE2QktIdlJvM0ZFdjgzeVYrQlpka09uT0ZBcGpJdzg3S2VZZmc2TEkvSlFiL3UrUWJaSjBSZERSamJlMGt1eHk5Sk0vaHF3em9ZZDVKRDlUUDkxMnJUYXgzUHp2Lzd0NVk2cExmcHA4dDNaV3pXQkd5aWJoQjcyc3FxZVgzS3U1Z1dYN1JZaFRzamdvamNvc2NYdmVzK3ZNZUhTMnA4SVpjbFU9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } <10.31.11.12> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FERWF6ejVkSU1xRGZjWmZDd1NHZG9vMUtvY3dGSHZ4RkNpM0Zzek1Oa042TElTbzYwZ04xZUhWUEdMME9Yczk5RXBEeU5BelkwNWxVZDZ3eVpmN25MTHg2QXZpbGYvSkJVKzRrT0RraEw4QktsdXRlWC9qWnZSd2lVU09RZ0RoQ1UyampIeUVmVE82c2FTYnRRRXpZVnJXRElBMDRnYiswd3RnUy80dHl1MktWeG1zbFkzZGttKzkyeTJ6ZWN1OERLZlVIamVvQlZqQjFNMzZidFhyR09pdGxiWkMyb0pZbzZOWjFpdEU0eHZvQ25jNzFDZCs2UCtnb0VZYkh6Rms3NWxqNHNoV015NHljRzNaeHlsdXJqa25hRUZRMSs4a3hiNTlzT3FsU1NOSEEyQjU0SmNxOVdvTE45V0lDQW9abFhzcXdqeTZYSUxVNDk3YTVVTmQ2RHFTbkZmaFJOcjI1OUJEUXI2ekwyV2tjTzNNY2NpSG5FNFIwRTJiRFpHN093MmRSMHZ2SW1JdVVsdEdRdVlkOU1Xc2RybmdZbXpNU1lUb2orc2RVMlVqaXJQZlN3VEV3NHM3VUVoamlzV3VGeUJ6MDdweENBbGI3UmVZWjFOOS9ET2l0dlBKU1d4YWxGaFozMTRxQVZVVjNwZ1RvZG1RTStNbXZwZUozMjFuZUU9IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "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.11.12 closed.\r\n') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370351.3941998-10920-170625888847742/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') ok: [managed-node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FERWF6ejVkSU1xRGZjWmZDd1NHZG9vMUtvY3dGSHZ4RkNpM0Zzek1Oa042TElTbzYwZ04xZUhWUEdMME9Yczk5RXBEeU5BelkwNWxVZDZ3eVpmN25MTHg2QXZpbGYvSkJVKzRrT0RraEw4QktsdXRlWC9qWnZSd2lVU09RZ0RoQ1UyampIeUVmVE82c2FTYnRRRXpZVnJXRElBMDRnYiswd3RnUy80dHl1MktWeG1zbFkzZGttKzkyeTJ6ZWN1OERLZlVIamVvQlZqQjFNMzZidFhyR09pdGxiWkMyb0pZbzZOWjFpdEU0eHZvQ25jNzFDZCs2UCtnb0VZYkh6Rms3NWxqNHNoV015NHljRzNaeHlsdXJqa25hRUZRMSs4a3hiNTlzT3FsU1NOSEEyQjU0SmNxOVdvTE45V0lDQW9abFhzcXdqeTZYSUxVNDk3YTVVTmQ2RHFTbkZmaFJOcjI1OUJEUXI2ekwyV2tjTzNNY2NpSG5FNFIwRTJiRFpHN093MmRSMHZ2SW1JdVVsdEdRdVlkOU1Xc2RybmdZbXpNU1lUb2orc2RVMlVqaXJQZlN3VEV3NHM3VUVoamlzV3VGeUJ6MDdweENBbGI3UmVZWjFOOS9ET2l0dlBKU1d4YWxGaFozMTRxQVZVVjNwZ1RvZG1RTStNbXZwZUozMjFuZUU9IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "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-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 28 December 2024 02:19:11 -0500 (0:00:00.617) 0:00:09.818 ***** <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.230> (0, b'/root\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370352.0114503-10957-247948391634455 `" && echo ansible-tmp-1735370352.0114503-10957-247948391634455="` echo /root/.ansible/tmp/ansible-tmp-1735370352.0114503-10957-247948391634455 `" ) && sleep 0'"'"'' <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.12> (0, b'/root\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370352.0287988-10958-257165079386434 `" && echo ansible-tmp-1735370352.0287988-10958-257165079386434="` echo /root/.ansible/tmp/ansible-tmp-1735370352.0287988-10958-257165079386434 `" ) && sleep 0'"'"'' <10.31.10.100> (0, b'/root\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370352.0416021-10960-135618906200115 `" && echo ansible-tmp-1735370352.0416021-10960-135618906200115="` echo /root/.ansible/tmp/ansible-tmp-1735370352.0416021-10960-135618906200115 `" ) && sleep 0'"'"'' <10.31.11.230> (0, b'ansible-tmp-1735370352.0114503-10957-247948391634455=/root/.ansible/tmp/ansible-tmp-1735370352.0114503-10957-247948391634455\n', b'') <10.31.11.12> (0, b'ansible-tmp-1735370352.0287988-10958-257165079386434=/root/.ansible/tmp/ansible-tmp-1735370352.0287988-10958-257165079386434\n', b'') <10.31.10.100> (0, b'ansible-tmp-1735370352.0416021-10960-135618906200115=/root/.ansible/tmp/ansible-tmp-1735370352.0416021-10960-135618906200115\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py <10.31.11.230> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp9llvf8ci TO /root/.ansible/tmp/ansible-tmp-1735370352.0114503-10957-247948391634455/AnsiballZ_user.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py <10.31.11.230> 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/922bc44069 '[10.31.11.230]' <10.31.11.12> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp07f0ol0g TO /root/.ansible/tmp/ansible-tmp-1735370352.0287988-10958-257165079386434/AnsiballZ_user.py <10.31.11.12> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6fdd3e92f1 '[10.31.11.12]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py <10.31.10.100> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpv6xids5a TO /root/.ansible/tmp/ansible-tmp-1735370352.0416021-10960-135618906200115/AnsiballZ_user.py <10.31.10.100> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a0cb884a17 '[10.31.10.100]' <10.31.11.230> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp9llvf8ci /root/.ansible/tmp/ansible-tmp-1735370352.0114503-10957-247948391634455/AnsiballZ_user.py\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370352.0114503-10957-247948391634455/ /root/.ansible/tmp/ansible-tmp-1735370352.0114503-10957-247948391634455/AnsiballZ_user.py && sleep 0'"'"'' <10.31.10.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpv6xids5a /root/.ansible/tmp/ansible-tmp-1735370352.0416021-10960-135618906200115/AnsiballZ_user.py\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370352.0416021-10960-135618906200115/ /root/.ansible/tmp/ansible-tmp-1735370352.0416021-10960-135618906200115/AnsiballZ_user.py && sleep 0'"'"'' <10.31.11.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp07f0ol0g /root/.ansible/tmp/ansible-tmp-1735370352.0287988-10958-257165079386434/AnsiballZ_user.py\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370352.0287988-10958-257165079386434/ /root/.ansible/tmp/ansible-tmp-1735370352.0287988-10958-257165079386434/AnsiballZ_user.py && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 -tt 10.31.11.230 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370352.0114503-10957-247948391634455/AnsiballZ_user.py && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 -tt 10.31.10.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370352.0416021-10960-135618906200115/AnsiballZ_user.py && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 -tt 10.31.11.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370352.0287988-10958-257165079386434/AnsiballZ_user.py && sleep 0'"'"'' <10.31.11.230> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on managed-node1", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null}}}\r\n', b'Shared connection to 10.31.11.230 closed.\r\n') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370352.0114503-10957-247948391634455/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.100> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on managed-node3", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null}}}\r\n', b'Shared connection to 10.31.10.100 closed.\r\n') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370352.0416021-10960-135618906200115/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') ok: [managed-node1 -> managed-node1] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on managed-node1", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } <10.31.10.100> (0, b'', b'') ok: [managed-node3 -> managed-node3] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on managed-node3", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } <10.31.11.12> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on managed-node2", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null}}}\r\n', b'Shared connection to 10.31.11.12 closed.\r\n') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370352.0287988-10958-257165079386434/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') ok: [managed-node2 -> managed-node2] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on managed-node2", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] **** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 28 December 2024 02:19:12 -0500 (0:00:00.737) 0:00:10.556 ***** <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.230> (0, b'/root\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370352.7406814-11023-240417646580098 `" && echo ansible-tmp-1735370352.7406814-11023-240417646580098="` echo /root/.ansible/tmp/ansible-tmp-1735370352.7406814-11023-240417646580098 `" ) && sleep 0'"'"'' <10.31.11.12> (0, b'/root\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370352.7443798-11028-53914550148476 `" && echo ansible-tmp-1735370352.7443798-11028-53914550148476="` echo /root/.ansible/tmp/ansible-tmp-1735370352.7443798-11028-53914550148476 `" ) && sleep 0'"'"'' <10.31.10.100> (0, b'/root\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370352.7650914-11031-139796168254123 `" && echo ansible-tmp-1735370352.7650914-11031-139796168254123="` echo /root/.ansible/tmp/ansible-tmp-1735370352.7650914-11031-139796168254123 `" ) && sleep 0'"'"'' <10.31.11.12> (0, b'ansible-tmp-1735370352.7443798-11028-53914550148476=/root/.ansible/tmp/ansible-tmp-1735370352.7443798-11028-53914550148476\n', b'') <10.31.11.230> (0, b'ansible-tmp-1735370352.7406814-11023-240417646580098=/root/.ansible/tmp/ansible-tmp-1735370352.7406814-11023-240417646580098\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.11.12> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpjvmne4kw TO /root/.ansible/tmp/ansible-tmp-1735370352.7443798-11028-53914550148476/AnsiballZ_stat.py <10.31.11.230> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp3nzzbesk TO /root/.ansible/tmp/ansible-tmp-1735370352.7406814-11023-240417646580098/AnsiballZ_stat.py <10.31.11.12> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6fdd3e92f1 '[10.31.11.12]' <10.31.11.230> 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/922bc44069 '[10.31.11.230]' <10.31.10.100> (0, b'ansible-tmp-1735370352.7650914-11031-139796168254123=/root/.ansible/tmp/ansible-tmp-1735370352.7650914-11031-139796168254123\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.10.100> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpxs2mmkbi TO /root/.ansible/tmp/ansible-tmp-1735370352.7650914-11031-139796168254123/AnsiballZ_stat.py <10.31.10.100> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a0cb884a17 '[10.31.10.100]' <10.31.11.230> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp3nzzbesk /root/.ansible/tmp/ansible-tmp-1735370352.7406814-11023-240417646580098/AnsiballZ_stat.py\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370352.7406814-11023-240417646580098/ /root/.ansible/tmp/ansible-tmp-1735370352.7406814-11023-240417646580098/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpjvmne4kw /root/.ansible/tmp/ansible-tmp-1735370352.7443798-11028-53914550148476/AnsiballZ_stat.py\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370352.7443798-11028-53914550148476/ /root/.ansible/tmp/ansible-tmp-1735370352.7443798-11028-53914550148476/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpxs2mmkbi /root/.ansible/tmp/ansible-tmp-1735370352.7650914-11031-139796168254123/AnsiballZ_stat.py\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370352.7650914-11031-139796168254123/ /root/.ansible/tmp/ansible-tmp-1735370352.7650914-11031-139796168254123/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 -tt 10.31.11.230 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370352.7406814-11023-240417646580098/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 -tt 10.31.11.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370352.7443798-11028-53914550148476/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 -tt 10.31.10.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370352.7650914-11031-139796168254123/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.230> (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": 1735369950.783728, "mtime": 1735370298.095823, "ctime": 1735370298.095823, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1339598710", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.11.230 closed.\r\n') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370352.7406814-11023-240417646580098/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.12> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh", "mode": "0700", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 101, "inode": 6856319, "dev": 51713, "nlink": 2, "atime": 1735369932.042847, "mtime": 1735370312.8599494, "ctime": 1735370312.8599494, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1339598710", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.11.12 closed.\r\n') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370352.7443798-11028-53914550148476/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.100> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh", "mode": "0700", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 101, "inode": 6856319, "dev": 51713, "nlink": 2, "atime": 1735369975.3047607, "mtime": 1735370318.638713, "ctime": 1735370318.638713, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1339598710", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.10.100 closed.\r\n') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370352.7650914-11031-139796168254123/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') ok: [managed-node1 -> managed-node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1735369950.783728, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1735370298.095823, "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": 1735370298.095823, "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.11.12> (0, b'', b'') ok: [managed-node2 -> managed-node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1735369932.042847, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1735370312.8599494, "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": 1735370312.8599494, "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.10.100> (0, b'', b'') ok: [managed-node3 -> managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1735369975.3047607, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1735370318.638713, "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": 1735370318.638713, "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-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 28 December 2024 02:19:13 -0500 (0:00:00.416) 0:00:10.972 ***** <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.230> (0, b'/root\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370353.1434605-11079-138463428607693 `" && echo ansible-tmp-1735370353.1434605-11079-138463428607693="` echo /root/.ansible/tmp/ansible-tmp-1735370353.1434605-11079-138463428607693 `" ) && sleep 0'"'"'' <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.12> (0, b'/root\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370353.1636813-11080-71842942933673 `" && echo ansible-tmp-1735370353.1636813-11080-71842942933673="` echo /root/.ansible/tmp/ansible-tmp-1735370353.1636813-11080-71842942933673 `" ) && sleep 0'"'"'' <10.31.11.230> (0, b'ansible-tmp-1735370353.1434605-11079-138463428607693=/root/.ansible/tmp/ansible-tmp-1735370353.1434605-11079-138463428607693\n', b'') <10.31.10.100> (0, b'/root\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370353.1776052-11084-164572149395031 `" && echo ansible-tmp-1735370353.1776052-11084-164572149395031="` echo /root/.ansible/tmp/ansible-tmp-1735370353.1776052-11084-164572149395031 `" ) && sleep 0'"'"'' <10.31.11.230> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmprs89hc57 TO /root/.ansible/tmp/ansible-tmp-1735370353.1434605-11079-138463428607693/AnsiballZ_stat.py <10.31.11.230> 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/922bc44069 '[10.31.11.230]' <10.31.11.12> (0, b'ansible-tmp-1735370353.1636813-11080-71842942933673=/root/.ansible/tmp/ansible-tmp-1735370353.1636813-11080-71842942933673\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.11.12> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpdaev7px1 TO /root/.ansible/tmp/ansible-tmp-1735370353.1636813-11080-71842942933673/AnsiballZ_stat.py <10.31.11.12> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6fdd3e92f1 '[10.31.11.12]' <10.31.10.100> (0, b'ansible-tmp-1735370353.1776052-11084-164572149395031=/root/.ansible/tmp/ansible-tmp-1735370353.1776052-11084-164572149395031\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.10.100> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp7dnwzjqh TO /root/.ansible/tmp/ansible-tmp-1735370353.1776052-11084-164572149395031/AnsiballZ_stat.py <10.31.10.100> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a0cb884a17 '[10.31.10.100]' <10.31.11.230> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmprs89hc57 /root/.ansible/tmp/ansible-tmp-1735370353.1434605-11079-138463428607693/AnsiballZ_stat.py\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370353.1434605-11079-138463428607693/ /root/.ansible/tmp/ansible-tmp-1735370353.1434605-11079-138463428607693/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpdaev7px1 /root/.ansible/tmp/ansible-tmp-1735370353.1636813-11080-71842942933673/AnsiballZ_stat.py\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370353.1636813-11080-71842942933673/ /root/.ansible/tmp/ansible-tmp-1735370353.1636813-11080-71842942933673/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 -tt 10.31.11.230 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370353.1434605-11079-138463428607693/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp7dnwzjqh /root/.ansible/tmp/ansible-tmp-1735370353.1776052-11084-164572149395031/AnsiballZ_stat.py\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370353.1776052-11084-164572149395031/ /root/.ansible/tmp/ansible-tmp-1735370353.1776052-11084-164572149395031/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 -tt 10.31.11.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370353.1636813-11080-71842942933673/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 -tt 10.31.10.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370353.1776052-11084-164572149395031/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.230> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh/authorized_keys", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1562, "inode": 58720451, "dev": 51713, "nlink": 1, "atime": 1735370303.3918455, "mtime": 1735370298.095823, "ctime": 1735370298.096823, "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": "36640c1f1f79a576d1fe0d26dd02f0608d320119", "mimetype": "text/plain", "charset": "us-ascii", "version": "1661486569", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.11.230 closed.\r\n') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370353.1434605-11079-138463428607693/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.12> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh/authorized_keys", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 990, "inode": 1485065, "dev": 51713, "nlink": 1, "atime": 1735370094.4599404, "mtime": 1735369932.041847, "ctime": 1735369932.041847, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "mimetype": "text/plain", "charset": "us-ascii", "version": "1222691786", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.11.12 closed.\r\n') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370353.1636813-11080-71842942933673/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') <10.31.10.100> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh/authorized_keys", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1562, "inode": 85983490, "dev": 51713, "nlink": 1, "atime": 1735370322.5067332, "mtime": 1735370318.638713, "ctime": 1735370318.638713, "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": "b279ede8acb98f499740695adf924f661e50c40c", "mimetype": "text/plain", "charset": "us-ascii", "version": "77443155", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.10.100 closed.\r\n') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370353.1776052-11084-164572149395031/ > /dev/null 2>&1 && sleep 0'"'"'' ok: [managed-node1 -> managed-node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1735370303.3918455, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "36640c1f1f79a576d1fe0d26dd02f0608d320119", "ctime": 1735370298.096823, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 58720451, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1735370298.095823, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1562, "uid": 0, "version": "1661486569", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.11.12> (0, b'', b'') ok: [managed-node2 -> managed-node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1735370094.4599404, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1735369932.041847, "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": 1735369932.041847, "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.10.100> (0, b'', b'') ok: [managed-node3 -> managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1735370322.5067332, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b279ede8acb98f499740695adf924f661e50c40c", "ctime": 1735370318.638713, "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": 1735370318.638713, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1562, "uid": 0, "version": "77443155", "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-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 28 December 2024 02:19:13 -0500 (0:00:00.425) 0:00:11.398 ***** <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.230> (0, b'/root\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370353.608063-11134-136403658037216 `" && echo ansible-tmp-1735370353.608063-11134-136403658037216="` echo /root/.ansible/tmp/ansible-tmp-1735370353.608063-11134-136403658037216 `" ) && sleep 0'"'"'' <10.31.11.12> (0, b'/root\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370353.6313367-11137-179645014598478 `" && echo ansible-tmp-1735370353.6313367-11137-179645014598478="` echo /root/.ansible/tmp/ansible-tmp-1735370353.6313367-11137-179645014598478 `" ) && sleep 0'"'"'' <10.31.10.100> (0, b'/root\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370353.637975-11139-28404556336075 `" && echo ansible-tmp-1735370353.637975-11139-28404556336075="` echo /root/.ansible/tmp/ansible-tmp-1735370353.637975-11139-28404556336075 `" ) && sleep 0'"'"'' <10.31.11.230> (0, b'ansible-tmp-1735370353.608063-11134-136403658037216=/root/.ansible/tmp/ansible-tmp-1735370353.608063-11134-136403658037216\n', b'') <10.31.11.12> (0, b'ansible-tmp-1735370353.6313367-11137-179645014598478=/root/.ansible/tmp/ansible-tmp-1735370353.6313367-11137-179645014598478\n', b'') <10.31.10.100> (0, b'ansible-tmp-1735370353.637975-11139-28404556336075=/root/.ansible/tmp/ansible-tmp-1735370353.637975-11139-28404556336075\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.11.12> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpg9tgokel TO /root/.ansible/tmp/ansible-tmp-1735370353.6313367-11137-179645014598478/AnsiballZ_file.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.10.100> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpr9rz1b8q TO /root/.ansible/tmp/ansible-tmp-1735370353.637975-11139-28404556336075/AnsiballZ_file.py <10.31.11.12> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6fdd3e92f1 '[10.31.11.12]' <10.31.10.100> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a0cb884a17 '[10.31.10.100]' <10.31.11.230> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmplcarya7d TO /root/.ansible/tmp/ansible-tmp-1735370353.608063-11134-136403658037216/AnsiballZ_file.py <10.31.11.230> 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/922bc44069 '[10.31.11.230]' <10.31.11.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpg9tgokel /root/.ansible/tmp/ansible-tmp-1735370353.6313367-11137-179645014598478/AnsiballZ_file.py\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370353.6313367-11137-179645014598478/ /root/.ansible/tmp/ansible-tmp-1735370353.6313367-11137-179645014598478/AnsiballZ_file.py && sleep 0'"'"'' <10.31.11.230> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmplcarya7d /root/.ansible/tmp/ansible-tmp-1735370353.608063-11134-136403658037216/AnsiballZ_file.py\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370353.608063-11134-136403658037216/ /root/.ansible/tmp/ansible-tmp-1735370353.608063-11134-136403658037216/AnsiballZ_file.py && sleep 0'"'"'' <10.31.10.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpr9rz1b8q /root/.ansible/tmp/ansible-tmp-1735370353.637975-11139-28404556336075/AnsiballZ_file.py\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370353.637975-11139-28404556336075/ /root/.ansible/tmp/ansible-tmp-1735370353.637975-11139-28404556336075/AnsiballZ_file.py && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> (0, b'', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 -tt 10.31.11.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370353.6313367-11137-179645014598478/AnsiballZ_file.py && sleep 0'"'"'' <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 -tt 10.31.11.230 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370353.608063-11134-136403658037216/AnsiballZ_file.py && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 -tt 10.31.10.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370353.637975-11139-28404556336075/AnsiballZ_file.py && sleep 0'"'"'' <10.31.11.230> (0, b'\r\n{"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "invocation": {"module_args": {"path": "/root/.ssh", "state": "directory", "group": "root", "owner": "root", "mode": "0700", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.11.230 closed.\r\n') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370353.608063-11134-136403658037216/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.100> (0, b'\r\n{"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "invocation": {"module_args": {"path": "/root/.ssh", "state": "directory", "group": "root", "owner": "root", "mode": "0700", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.10.100 closed.\r\n') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370353.637975-11139-28404556336075/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.12> (0, b'\r\n{"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "invocation": {"module_args": {"path": "/root/.ssh", "state": "directory", "group": "root", "owner": "root", "mode": "0700", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.11.12 closed.\r\n') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370353.6313367-11137-179645014598478/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') <10.31.10.100> (0, b'', b'') ok: [managed-node1 -> managed-node1] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } ok: [managed-node3 -> managed-node3] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } <10.31.11.12> (0, b'', b'') ok: [managed-node2 -> managed-node2] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 28 December 2024 02:19:14 -0500 (0:00:00.569) 0:00:11.968 ***** <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.230> (0, b'/root\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370354.167257-11213-129211383002516 `" && echo ansible-tmp-1735370354.167257-11213-129211383002516="` echo /root/.ansible/tmp/ansible-tmp-1735370354.167257-11213-129211383002516 `" ) && sleep 0'"'"'' <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.230> (0, b'ansible-tmp-1735370354.167257-11213-129211383002516=/root/.ansible/tmp/ansible-tmp-1735370354.167257-11213-129211383002516\n', b'') <10.31.11.12> (0, b'/root\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370354.2080133-11214-172625490090810 `" && echo ansible-tmp-1735370354.2080133-11214-172625490090810="` echo /root/.ansible/tmp/ansible-tmp-1735370354.2080133-11214-172625490090810 `" ) && sleep 0'"'"'' <10.31.10.100> (0, b'/root\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370354.211086-11216-229240577472631 `" && echo ansible-tmp-1735370354.211086-11216-229240577472631="` echo /root/.ansible/tmp/ansible-tmp-1735370354.211086-11216-229240577472631 `" ) && sleep 0'"'"'' <10.31.10.100> (0, b'ansible-tmp-1735370354.211086-11216-229240577472631=/root/.ansible/tmp/ansible-tmp-1735370354.211086-11216-229240577472631\n', b'') <10.31.11.12> (0, b'ansible-tmp-1735370354.2080133-11214-172625490090810=/root/.ansible/tmp/ansible-tmp-1735370354.2080133-11214-172625490090810\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py <10.31.11.230> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpcg6etjqc TO /root/.ansible/tmp/ansible-tmp-1735370354.167257-11213-129211383002516/AnsiballZ_lineinfile.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py <10.31.11.230> 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/922bc44069 '[10.31.11.230]' <10.31.10.100> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpu2q7pfxp TO /root/.ansible/tmp/ansible-tmp-1735370354.211086-11216-229240577472631/AnsiballZ_lineinfile.py <10.31.10.100> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a0cb884a17 '[10.31.10.100]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py <10.31.11.12> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp3pmytqlm TO /root/.ansible/tmp/ansible-tmp-1735370354.2080133-11214-172625490090810/AnsiballZ_lineinfile.py <10.31.11.12> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6fdd3e92f1 '[10.31.11.12]' <10.31.10.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpu2q7pfxp /root/.ansible/tmp/ansible-tmp-1735370354.211086-11216-229240577472631/AnsiballZ_lineinfile.py\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370354.211086-11216-229240577472631/ /root/.ansible/tmp/ansible-tmp-1735370354.211086-11216-229240577472631/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.11.230> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpcg6etjqc /root/.ansible/tmp/ansible-tmp-1735370354.167257-11213-129211383002516/AnsiballZ_lineinfile.py\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370354.167257-11213-129211383002516/ /root/.ansible/tmp/ansible-tmp-1735370354.167257-11213-129211383002516/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.11.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp3pmytqlm /root/.ansible/tmp/ansible-tmp-1735370354.2080133-11214-172625490090810/AnsiballZ_lineinfile.py\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370354.2080133-11214-172625490090810/ /root/.ansible/tmp/ansible-tmp-1735370354.2080133-11214-172625490090810/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 -tt 10.31.10.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370354.211086-11216-229240577472631/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 -tt 10.31.11.230 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370354.167257-11213-129211383002516/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 -tt 10.31.11.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370354.2080133-11214-172625490090810/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.10.100> (0, b'\r\n{"changed": false, "msg": "", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/root/.ssh/authorized_keys (content)", "after_header": "/root/.ssh/authorized_keys (content)"}, {"before_header": "/root/.ssh/authorized_keys (file attributes)", "after_header": "/root/.ssh/authorized_keys (file attributes)"}], "invocation": {"module_args": {"line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpzRT4dmW7vKeGwlViItFdRiPWux0ZZmLF187YaeUBAXj0kjdghHesi1tO1dkFBCxVM7PRuxG3mA6ROvnvudRhD7FpBkGs4tQOv9/0Dc7s2bdgC22v/2JXmWck4QERp24ycKeXrs3c+bA0uJJa4yZY9+EwwKvrZG4d70T9QFmGHV+jBdFMu9pwG7f6En07KYRaT4XhU80NQ2kChH7OFvjks6zHgwTTDHV8/l5/QTrbkDb9VTvb1raqzIOX+5CQMUwTxMPn/1l7P0q/Y979a/aDljp57k9cYx9Y8oM8E52ClB10HIkw3t1Vf6HoGBhEM8kVYH7kVikxPt/Y6e36LBxLkSjeJfQTa6BKHvRo3FEv83yV+BZdkOnOFApjIw87KeYfg6LI/JQb/u+QbZJ0RdDRjbe0kuxy9JM/hqwzoYd5JD9TP912rTax3Pzv/7t5Y6pLfpp8t3ZWzWBGyibhB72sqqeX3Ku5gWX7RYhTsjgojcoscXves+vMeHS2p8IZclU= root@managed-node3", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "follow": false, "unsafe_writes": false, "regexp": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "src": null, "force": null, "content": null, "remote_src": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.10.100 closed.\r\n') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370354.211086-11216-229240577472631/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.230> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDPy0VrsANmuEDzg8v5xy96EXCGelGqDiEcrUT2EUwKftjUD5Qs/37JU8NcNX4DNydZ2wDto6e+UgTP5BP+5rVmhUHLATFmgMQYwjwksSuCnfYsYU2NHw50PNQzHqq6MIqyRtagybhEK8fDfiaUW5cjopsB+Fj7xxII4BqTBpjvffpIcrEUhbk00MO5GYnp21rkTHsn08bXRrCVG+lGZaxTAa3+5jhEeurPu/XJ7LOpQgA6MAs1/6pez7CidCMpzbu4+3X5RRXLzJ20soA1ChQz7y8Zas7booNv2sqncGwfk2qmrf5aG586g9tN+nyTdZoAwgpYXT7RMRhdWe/x/f4BLmMLZXUKty+r7cKqqX38dqZGsW+4V8lWbF3h4ApoMK8o+Fl148mnR/cX/rVttE+5eXdZagw3+ZT9AjXKd81iUSLzmFTAngA1fHJkCkbVSmlKD1wK+DkYFrA8VfDj24TbzV383nnCoRrTIb46VGhfQxgBqRi9TRlsEA70TjRJr3E= root@managed-node1", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "follow": false, "unsafe_writes": false, "regexp": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "src": null, "force": null, "content": null, "remote_src": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.11.230 closed.\r\n') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370354.167257-11213-129211383002516/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.12> (0, b'\r\n{"changed": true, "msg": "line added", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/root/.ssh/authorized_keys (content)", "after_header": "/root/.ssh/authorized_keys (content)"}, {"before_header": "/root/.ssh/authorized_keys (file attributes)", "after_header": "/root/.ssh/authorized_keys (file attributes)"}], "invocation": {"module_args": {"line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDEazz5dIMqDfcZfCwSGdoo1KocwFHvxFCi3FszMNkN6LISo60gN1eHVPGL0OXs99EpDyNAzY05lUd6wyZf7nLLx6Avilf/JBU+4kODkhL8BKluteX/jZvRwiUSOQgDhCU2jjHyEfTO6saSbtQEzYVrWDIA04gb+0wtgS/4tyu2KVxmslY3dkm+92y2zecu8DKfUHjeoBVjB1M36btXrGOitlbZC2oJYo6NZ1itE4xvoCnc71Cd+6P+goEYbHzFk75lj4shWMy4ycG3ZxylurjknaEFQ1+8kxb59sOqlSSNHA2B54Jcq9WoLN9WICAoZlXsqwjy6XILU497a5UNd6DqSnFfhRNr259BDQr6zL2WkcO3McciHnE4R0E2bDZG7Ow2dR0vvImIuUltGQuYd9MWsdrngYmzMSYToj+sdU2UjirPfSwTEw4s7UEhjisWuFyBz07pxCAlb7ReYZ1N9/DOitvPJSWxalFhZ314qAVUV3pgTodmQM+MmvpeJ321neE= root@managed-node2", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "follow": false, "unsafe_writes": false, "regexp": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "src": null, "force": null, "content": null, "remote_src": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.11.12 closed.\r\n') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370354.2080133-11214-172625490090810/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') ok: [managed-node3 -> managed-node3] => { "backup": "", "changed": false, "diff": [ { "after": "", "after_header": "/root/.ssh/authorized_keys (content)", "before": "", "before_header": "/root/.ssh/authorized_keys (content)" }, { "after_header": "/root/.ssh/authorized_keys (file attributes)", "before_header": "/root/.ssh/authorized_keys (file attributes)" } ], "invocation": { "module_args": { "attributes": null, "backrefs": false, "backup": false, "content": null, "create": true, "delimiter": null, "directory_mode": null, "firstmatch": false, "follow": false, "force": null, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpzRT4dmW7vKeGwlViItFdRiPWux0ZZmLF187YaeUBAXj0kjdghHesi1tO1dkFBCxVM7PRuxG3mA6ROvnvudRhD7FpBkGs4tQOv9/0Dc7s2bdgC22v/2JXmWck4QERp24ycKeXrs3c+bA0uJJa4yZY9+EwwKvrZG4d70T9QFmGHV+jBdFMu9pwG7f6En07KYRaT4XhU80NQ2kChH7OFvjks6zHgwTTDHV8/l5/QTrbkDb9VTvb1raqzIOX+5CQMUwTxMPn/1l7P0q/Y979a/aDljp57k9cYx9Y8oM8E52ClB10HIkw3t1Vf6HoGBhEM8kVYH7kVikxPt/Y6e36LBxLkSjeJfQTa6BKHvRo3FEv83yV+BZdkOnOFApjIw87KeYfg6LI/JQb/u+QbZJ0RdDRjbe0kuxy9JM/hqwzoYd5JD9TP912rTax3Pzv/7t5Y6pLfpp8t3ZWzWBGyibhB72sqqeX3Ku5gWX7RYhTsjgojcoscXves+vMeHS2p8IZclU= root@managed-node3", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "present", "unsafe_writes": false, "validate": null } } } <10.31.11.230> (0, b'', b'') ok: [managed-node1 -> managed-node1] => { "backup": "", "changed": false, "diff": [ { "after": "", "after_header": "/root/.ssh/authorized_keys (content)", "before": "", "before_header": "/root/.ssh/authorized_keys (content)" }, { "after_header": "/root/.ssh/authorized_keys (file attributes)", "before_header": "/root/.ssh/authorized_keys (file attributes)" } ], "invocation": { "module_args": { "attributes": null, "backrefs": false, "backup": false, "content": null, "create": true, "delimiter": null, "directory_mode": null, "firstmatch": false, "follow": false, "force": null, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPy0VrsANmuEDzg8v5xy96EXCGelGqDiEcrUT2EUwKftjUD5Qs/37JU8NcNX4DNydZ2wDto6e+UgTP5BP+5rVmhUHLATFmgMQYwjwksSuCnfYsYU2NHw50PNQzHqq6MIqyRtagybhEK8fDfiaUW5cjopsB+Fj7xxII4BqTBpjvffpIcrEUhbk00MO5GYnp21rkTHsn08bXRrCVG+lGZaxTAa3+5jhEeurPu/XJ7LOpQgA6MAs1/6pez7CidCMpzbu4+3X5RRXLzJ20soA1ChQz7y8Zas7booNv2sqncGwfk2qmrf5aG586g9tN+nyTdZoAwgpYXT7RMRhdWe/x/f4BLmMLZXUKty+r7cKqqX38dqZGsW+4V8lWbF3h4ApoMK8o+Fl148mnR/cX/rVttE+5eXdZagw3+ZT9AjXKd81iUSLzmFTAngA1fHJkCkbVSmlKD1wK+DkYFrA8VfDj24TbzV383nnCoRrTIb46VGhfQxgBqRi9TRlsEA70TjRJr3E= root@managed-node1", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "present", "unsafe_writes": false, "validate": null } } } <10.31.11.12> (0, b'', b'') changed: [managed-node2 -> managed-node2] => { "backup": "", "changed": true, "diff": [ { "after": "", "after_header": "/root/.ssh/authorized_keys (content)", "before": "", "before_header": "/root/.ssh/authorized_keys (content)" }, { "after_header": "/root/.ssh/authorized_keys (file attributes)", "before_header": "/root/.ssh/authorized_keys (file attributes)" } ], "invocation": { "module_args": { "attributes": null, "backrefs": false, "backup": false, "content": null, "create": true, "delimiter": null, "directory_mode": null, "firstmatch": false, "follow": false, "force": null, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDEazz5dIMqDfcZfCwSGdoo1KocwFHvxFCi3FszMNkN6LISo60gN1eHVPGL0OXs99EpDyNAzY05lUd6wyZf7nLLx6Avilf/JBU+4kODkhL8BKluteX/jZvRwiUSOQgDhCU2jjHyEfTO6saSbtQEzYVrWDIA04gb+0wtgS/4tyu2KVxmslY3dkm+92y2zecu8DKfUHjeoBVjB1M36btXrGOitlbZC2oJYo6NZ1itE4xvoCnc71Cd+6P+goEYbHzFk75lj4shWMy4ycG3ZxylurjknaEFQ1+8kxb59sOqlSSNHA2B54Jcq9WoLN9WICAoZlXsqwjy6XILU497a5UNd6DqSnFfhRNr259BDQr6zL2WkcO3McciHnE4R0E2bDZG7Ow2dR0vvImIuUltGQuYd9MWsdrngYmzMSYToj+sdU2UjirPfSwTEw4s7UEhjisWuFyBz07pxCAlb7ReYZ1N9/DOitvPJSWxalFhZ314qAVUV3pgTodmQM+MmvpeJ321neE= root@managed-node2", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "present", "unsafe_writes": false, "validate": null } } } MSG: line added TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 28 December 2024 02:19:14 -0500 (0:00:00.549) 0:00:12.517 ***** <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.230> (0, b'/root\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370354.6875346-11243-43901456997952 `" && echo ansible-tmp-1735370354.6875346-11243-43901456997952="` echo /root/.ansible/tmp/ansible-tmp-1735370354.6875346-11243-43901456997952 `" ) && sleep 0'"'"'' <10.31.11.12> (0, b'/root\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370354.6999648-11245-259682208452846 `" && echo ansible-tmp-1735370354.6999648-11245-259682208452846="` echo /root/.ansible/tmp/ansible-tmp-1735370354.6999648-11245-259682208452846 `" ) && sleep 0'"'"'' <10.31.10.100> (0, b'/root\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370354.7133684-11246-15447099352258 `" && echo ansible-tmp-1735370354.7133684-11246-15447099352258="` echo /root/.ansible/tmp/ansible-tmp-1735370354.7133684-11246-15447099352258 `" ) && sleep 0'"'"'' <10.31.11.230> (0, b'ansible-tmp-1735370354.6875346-11243-43901456997952=/root/.ansible/tmp/ansible-tmp-1735370354.6875346-11243-43901456997952\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.11.230> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpe_asjfom TO /root/.ansible/tmp/ansible-tmp-1735370354.6875346-11243-43901456997952/AnsiballZ_slurp.py <10.31.11.230> 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/922bc44069 '[10.31.11.230]' <10.31.11.12> (0, b'ansible-tmp-1735370354.6999648-11245-259682208452846=/root/.ansible/tmp/ansible-tmp-1735370354.6999648-11245-259682208452846\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.11.12> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp1vxqg6u1 TO /root/.ansible/tmp/ansible-tmp-1735370354.6999648-11245-259682208452846/AnsiballZ_slurp.py <10.31.11.12> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6fdd3e92f1 '[10.31.11.12]' <10.31.10.100> (0, b'ansible-tmp-1735370354.7133684-11246-15447099352258=/root/.ansible/tmp/ansible-tmp-1735370354.7133684-11246-15447099352258\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.10.100> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp3vthvtv3 TO /root/.ansible/tmp/ansible-tmp-1735370354.7133684-11246-15447099352258/AnsiballZ_slurp.py <10.31.10.100> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a0cb884a17 '[10.31.10.100]' <10.31.11.230> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpe_asjfom /root/.ansible/tmp/ansible-tmp-1735370354.6875346-11243-43901456997952/AnsiballZ_slurp.py\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370354.6875346-11243-43901456997952/ /root/.ansible/tmp/ansible-tmp-1735370354.6875346-11243-43901456997952/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.11.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp1vxqg6u1 /root/.ansible/tmp/ansible-tmp-1735370354.6999648-11245-259682208452846/AnsiballZ_slurp.py\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370354.6999648-11245-259682208452846/ /root/.ansible/tmp/ansible-tmp-1735370354.6999648-11245-259682208452846/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.10.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp3vthvtv3 /root/.ansible/tmp/ansible-tmp-1735370354.7133684-11246-15447099352258/AnsiballZ_slurp.py\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370354.7133684-11246-15447099352258/ /root/.ansible/tmp/ansible-tmp-1735370354.7133684-11246-15447099352258/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 -tt 10.31.11.230 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370354.6875346-11243-43901456997952/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 -tt 10.31.11.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370354.6999648-11245-259682208452846/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 -tt 10.31.10.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370354.7133684-11246-15447099352258/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.11.230> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEUW5SWXhTczJydmdxYnYzekx5L3ZHQ1paL2FVSmpLZnFMekl3M3c2NU0rMHRkYThMdDZJeWVhbVdEYzRFSS9TM3UxVDJ3V3plaUtLazNMZGFKNm14V2t2eEJLOFFEcXZLWlZDNEc0VVdjaFM2dklUbmwwNDdPZmV6Zzg1ZWpsbjc5bTRjeFloYjVWNkVLRk1yMXhrbXNjeUhRVE5sOWRta1hNUGU1TlFOYm1kWkxHOG52TGZEZnZERTVLczVPNURSR3pqS3ZjeWFoMnN0Zzd0cnNpdmJSUDQ3SWptU0ZWNUhLTGRFNGNnM1N4WlRwVC8xNnBDOGR5S0hlcSsxbGQ3cUFjMFk2UjBTUC9XUmVLZGpDUS8vZnRvalE4TnE1dG5RSDUxN1ViRTJwMjB0bnNQaDFleHJiaVhoR0FDU3V0WGI5TnFVdlR6N2wzMzJiSlVySHVYRmRPbk1wa2t4MXFiTzZRS3lZK1A2bEZqOHRyRVhSWldQOUNycm9iNFlzZ2VreDdBQkJCa0ttTkdJemZSbWliaXpJWE8xdzB4VVM1TUZvd0MwRFBtVENIdDdHeE4rcXJham1vSEhpNk02WHkvaStrbmlwZkM3aHFsRkxsQ3hVWEl2STNWRnk3b2lMTUttZ1hibnJkdldEVS8vcERlaHBYYnBqb1NaT3ZlNTA0UHM9IHJvb3RAaXAtMTAtMzEtMTEtMjMwLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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.11.230 closed.\r\n') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370354.6875346-11243-43901456997952/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.12> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDOGtWWFp4SXNOSGtxMEFuZ2tIM1EwYXVQd2plaWlqQlIybHFHT3BLdWdqSEQ5QnR4UVl6K2MyT0FsTmtxa3QxZ3pXM0ZFNHhQOGFuQlBPYVgrVUo0cjVYOVFUdnYzNW00KzZyOVBGaDhFcngzZFpQMWc4T2l4aGRGVmFwc3ZRMktMMExFczA4ZElMTFJZMkgzdVdaUnNrdWVMWEswN2FIbUZUQ0IwV1EvOU1UdngzYk9pR25RQ1NBRmpCazFjUmdUYW82ZjRjWFBoZVRKb2pWcm5oakg4V2RYdHVtZXNSZitSTExGZkJiNlNSVjRGRG9IamkvdTVaLzh5QXVpYmJEZm1TTDJMd0prUUQyZWNNWGg1TjdpNGJhbjVLNFR1Sm9wZVRZNDhmVHFCWEEvMFE2bnJWNm9Za05WbnVMUEgzcXo0blhySzl2RkE4YXM2SkRCV3lZR1Z0b0VWWUpZQ00vanVnK2paREZCN1VZcXJVS0l4Tm5hYmJLZGd4NUtJZENWS0Y0czhaWkpYaDVtY1MzU28rWVpoMzFPZUMyTXI1TzUzM3Zld0c3MWhYa1FqdysvZytweDNqNktUSmlNWjk3NS8reTZ2VkMxc0tyMGQzcUs0eHArR3ArMnpYeVMvYi9pWFpLdzBzbStZNGJRMzlrazhCaUg2anZsY3h4QTJyTkU9IHJvb3RAaXAtMTAtMzEtMTEtMTIudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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.11.12 closed.\r\n') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370354.6999648-11245-259682208452846/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.100> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FETzI1WFpCK1F6OXQvYkRPTXE1emZoWFZUSHRJN2g0dFZoMFkyRS95MWttYjNrRnNMTXpBWWZJR0o0aGNOazJ0Z2VqR0hrMUNaWnBCTGdZOUVXUnZVV0JQVUNwR0NGWDIwSE9xbnJ3ZENESTcwWi9TVGtiUTMzL2w1QnJMUlA4Q3dtcHdwTjdGOHJYa3EwOWIxQVk1dFMxaE5nVjNuYWFoeG5Cd00zVWNYT0dydUZXNWpHTDVKdEZlT0NWRDZnWU5EYVRDZHBUS1JRMUlPQjh2WDRKYkRmdUw3bFpPT2Q1RXRGVmRITlpwYmFPOG8yVzJIQjdqcjU4akFZVXZCWHUzTm9ZNEk5dVJVNTFJeTVvTDNMdnZ6eEhuRkdsL0pEdHZUYXdLS042enRDVmltZWZuUXZUdlZuT3FNMkVJL3Nkb3c1RVpFZ2lxK1VhN1k4REJmMTJiSklKUUsxU1NORm1mZnNBU1ZSSm9lUGU3amZaY2w0VENpTDhLRGFpM3o3R0crNXhzVWhNNmNNVGVoNk40emo1SklUeFpCSlhwc0hKNXhUSjZta0Eva0dCY1ZPRFNRT0VLVHB1cWQxTXk5ejhnTWxMTk9XQk1UODVPaGw0R1cxSy9ETmMydDJucXRGcWVnSHIwc1R1UUE1TGJvTGVSbGlHRk1GNmFzemRCenQ1d2M9IHJvb3RAaXAtMTAtMzEtMTAtMTAwLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}}\r\n', b'Shared connection to 10.31.10.100 closed.\r\n') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370354.7133684-11246-15447099352258/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') ok: [managed-node1 -> managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEUW5SWXhTczJydmdxYnYzekx5L3ZHQ1paL2FVSmpLZnFMekl3M3c2NU0rMHRkYThMdDZJeWVhbVdEYzRFSS9TM3UxVDJ3V3plaUtLazNMZGFKNm14V2t2eEJLOFFEcXZLWlZDNEc0VVdjaFM2dklUbmwwNDdPZmV6Zzg1ZWpsbjc5bTRjeFloYjVWNkVLRk1yMXhrbXNjeUhRVE5sOWRta1hNUGU1TlFOYm1kWkxHOG52TGZEZnZERTVLczVPNURSR3pqS3ZjeWFoMnN0Zzd0cnNpdmJSUDQ3SWptU0ZWNUhLTGRFNGNnM1N4WlRwVC8xNnBDOGR5S0hlcSsxbGQ3cUFjMFk2UjBTUC9XUmVLZGpDUS8vZnRvalE4TnE1dG5RSDUxN1ViRTJwMjB0bnNQaDFleHJiaVhoR0FDU3V0WGI5TnFVdlR6N2wzMzJiSlVySHVYRmRPbk1wa2t4MXFiTzZRS3lZK1A2bEZqOHRyRVhSWldQOUNycm9iNFlzZ2VreDdBQkJCa0ttTkdJemZSbWliaXpJWE8xdzB4VVM1TUZvd0MwRFBtVENIdDdHeE4rcXJham1vSEhpNk02WHkvaStrbmlwZkM3aHFsRkxsQ3hVWEl2STNWRnk3b2lMTUttZ1hibnJkdldEVS8vcERlaHBYYnBqb1NaT3ZlNTA0UHM9IHJvb3RAaXAtMTAtMzEtMTEtMjMwLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.10.100> (0, b'', b'') <10.31.11.12> (0, b'', b'') ok: [managed-node2 -> managed-node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDOGtWWFp4SXNOSGtxMEFuZ2tIM1EwYXVQd2plaWlqQlIybHFHT3BLdWdqSEQ5QnR4UVl6K2MyT0FsTmtxa3QxZ3pXM0ZFNHhQOGFuQlBPYVgrVUo0cjVYOVFUdnYzNW00KzZyOVBGaDhFcngzZFpQMWc4T2l4aGRGVmFwc3ZRMktMMExFczA4ZElMTFJZMkgzdVdaUnNrdWVMWEswN2FIbUZUQ0IwV1EvOU1UdngzYk9pR25RQ1NBRmpCazFjUmdUYW82ZjRjWFBoZVRKb2pWcm5oakg4V2RYdHVtZXNSZitSTExGZkJiNlNSVjRGRG9IamkvdTVaLzh5QXVpYmJEZm1TTDJMd0prUUQyZWNNWGg1TjdpNGJhbjVLNFR1Sm9wZVRZNDhmVHFCWEEvMFE2bnJWNm9Za05WbnVMUEgzcXo0blhySzl2RkE4YXM2SkRCV3lZR1Z0b0VWWUpZQ00vanVnK2paREZCN1VZcXJVS0l4Tm5hYmJLZGd4NUtJZENWS0Y0czhaWkpYaDVtY1MzU28rWVpoMzFPZUMyTXI1TzUzM3Zld0c3MWhYa1FqdysvZytweDNqNktUSmlNWjk3NS8reTZ2VkMxc0tyMGQzcUs0eHArR3ArMnpYeVMvYi9pWFpLdzBzbStZNGJRMzlrazhCaUg2anZsY3h4QTJyTkU9IHJvb3RAaXAtMTAtMzEtMTEtMTIudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } ok: [managed-node3 -> managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FETzI1WFpCK1F6OXQvYkRPTXE1emZoWFZUSHRJN2g0dFZoMFkyRS95MWttYjNrRnNMTXpBWWZJR0o0aGNOazJ0Z2VqR0hrMUNaWnBCTGdZOUVXUnZVV0JQVUNwR0NGWDIwSE9xbnJ3ZENESTcwWi9TVGtiUTMzL2w1QnJMUlA4Q3dtcHdwTjdGOHJYa3EwOWIxQVk1dFMxaE5nVjNuYWFoeG5Cd00zVWNYT0dydUZXNWpHTDVKdEZlT0NWRDZnWU5EYVRDZHBUS1JRMUlPQjh2WDRKYkRmdUw3bFpPT2Q1RXRGVmRITlpwYmFPOG8yVzJIQjdqcjU4akFZVXZCWHUzTm9ZNEk5dVJVNTFJeTVvTDNMdnZ6eEhuRkdsL0pEdHZUYXdLS042enRDVmltZWZuUXZUdlZuT3FNMkVJL3Nkb3c1RVpFZ2lxK1VhN1k4REJmMTJiSklKUUsxU1NORm1mZnNBU1ZSSm9lUGU3amZaY2w0VENpTDhLRGFpM3o3R0crNXhzVWhNNmNNVGVoNk40emo1SklUeFpCSlhwc0hKNXhUSjZta0Eva0dCY1ZPRFNRT0VLVHB1cWQxTXk5ejhnTWxMTk9XQk1UODVPaGw0R1cxSy9ETmMydDJucXRGcWVnSHIwc1R1UUE1TGJvTGVSbGlHRk1GNmFzemRCenQ1d2M9IHJvb3RAaXAtMTAtMzEtMTAtMTAwLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 28 December 2024 02:19:15 -0500 (0:00:00.383) 0:00:12.901 ***** <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.230> (0, b'/root\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370355.1342192-11270-208527914973389 `" && echo ansible-tmp-1735370355.1342192-11270-208527914973389="` echo /root/.ansible/tmp/ansible-tmp-1735370355.1342192-11270-208527914973389 `" ) && sleep 0'"'"'' <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.12> (0, b'/root\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370355.174801-11271-222021074475536 `" && echo ansible-tmp-1735370355.174801-11271-222021074475536="` echo /root/.ansible/tmp/ansible-tmp-1735370355.174801-11271-222021074475536 `" ) && sleep 0'"'"'' <10.31.10.100> (0, b'/root\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370355.1772678-11272-210896024562032 `" && echo ansible-tmp-1735370355.1772678-11272-210896024562032="` echo /root/.ansible/tmp/ansible-tmp-1735370355.1772678-11272-210896024562032 `" ) && sleep 0'"'"'' <10.31.11.230> (0, b'ansible-tmp-1735370355.1342192-11270-208527914973389=/root/.ansible/tmp/ansible-tmp-1735370355.1342192-11270-208527914973389\n', b'') <10.31.10.100> (0, b'ansible-tmp-1735370355.1772678-11272-210896024562032=/root/.ansible/tmp/ansible-tmp-1735370355.1772678-11272-210896024562032\n', b'') <10.31.11.12> (0, b'ansible-tmp-1735370355.174801-11271-222021074475536=/root/.ansible/tmp/ansible-tmp-1735370355.174801-11271-222021074475536\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py <10.31.11.230> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpabnerysj TO /root/.ansible/tmp/ansible-tmp-1735370355.1342192-11270-208527914973389/AnsiballZ_known_hosts.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py <10.31.10.100> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp76lkfz4e TO /root/.ansible/tmp/ansible-tmp-1735370355.1772678-11272-210896024562032/AnsiballZ_known_hosts.py <10.31.11.230> 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/922bc44069 '[10.31.11.230]' <10.31.10.100> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a0cb884a17 '[10.31.10.100]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py <10.31.11.12> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpe5izuigd TO /root/.ansible/tmp/ansible-tmp-1735370355.174801-11271-222021074475536/AnsiballZ_known_hosts.py <10.31.11.12> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6fdd3e92f1 '[10.31.11.12]' <10.31.11.230> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpabnerysj /root/.ansible/tmp/ansible-tmp-1735370355.1342192-11270-208527914973389/AnsiballZ_known_hosts.py\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370355.1342192-11270-208527914973389/ /root/.ansible/tmp/ansible-tmp-1735370355.1342192-11270-208527914973389/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.10.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp76lkfz4e /root/.ansible/tmp/ansible-tmp-1735370355.1772678-11272-210896024562032/AnsiballZ_known_hosts.py\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpe5izuigd /root/.ansible/tmp/ansible-tmp-1735370355.174801-11271-222021074475536/AnsiballZ_known_hosts.py\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370355.1772678-11272-210896024562032/ /root/.ansible/tmp/ansible-tmp-1735370355.1772678-11272-210896024562032/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370355.174801-11271-222021074475536/ /root/.ansible/tmp/ansible-tmp-1735370355.174801-11271-222021074475536/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 -tt 10.31.11.230 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370355.1342192-11270-208527914973389/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 -tt 10.31.10.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370355.1772678-11272-210896024562032/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 -tt 10.31.11.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370355.174801-11271-222021074475536/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.11.230> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.11.230 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQnRYxSs2rvgqbv3zLy/vGCZZ/aUJjKfqLzIw3w65M+0tda8Lt6IyeamWDc4EI/S3u1T2wWzeiKKk3LdaJ6mxWkvxBK8QDqvKZVC4G4UWchS6vITnl047Ofezg85ejln79m4cxYhb5V6EKFMr1xkmscyHQTNl9dmkXMPe5NQNbmdZLG8nvLfDfvDE5Ks5O5DRGzjKvcyah2stg7trsivbRP47IjmSFV5HKLdE4cg3SxZTpT/16pC8dyKHeq+1ld7qAc0Y6R0SP/WReKdjCQ//ftojQ8Nq5tnQH517UbE2p20tnsPh1exrbiXhGACSutXb9NqUvTz7l332bJUrHuXFdOnMpkkx1qbO6QKyY+P6lFj8trEXRZWP9Crrob4Ysgekx7ABBBkKmNGIzfRmibizIXO1w0xUS5MFowC0DPmTCHt7GxN+qrajmoHHi6M6Xy/i+knipfC7hqlFLlCxUXIvI3VFy7oiLMKmgXbnrdvWDU//pDehpXbpjoSZOve504Ps= root@ip-10-31-11-230.us-east-1.aws.redhat.com\\n", "after": "10.31.11.230 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQnRYxSs2rvgqbv3zLy/vGCZZ/aUJjKfqLzIw3w65M+0tda8Lt6IyeamWDc4EI/S3u1T2wWzeiKKk3LdaJ6mxWkvxBK8QDqvKZVC4G4UWchS6vITnl047Ofezg85ejln79m4cxYhb5V6EKFMr1xkmscyHQTNl9dmkXMPe5NQNbmdZLG8nvLfDfvDE5Ks5O5DRGzjKvcyah2stg7trsivbRP47IjmSFV5HKLdE4cg3SxZTpT/16pC8dyKHeq+1ld7qAc0Y6R0SP/WReKdjCQ//ftojQ8Nq5tnQH517UbE2p20tnsPh1exrbiXhGACSutXb9NqUvTz7l332bJUrHuXFdOnMpkkx1qbO6QKyY+P6lFj8trEXRZWP9Crrob4Ysgekx7ABBBkKmNGIzfRmibizIXO1w0xUS5MFowC0DPmTCHt7GxN+qrajmoHHi6M6Xy/i+knipfC7hqlFLlCxUXIvI3VFy7oiLMKmgXbnrdvWDU//pDehpXbpjoSZOve504Ps= root@ip-10-31-11-230.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.11.230 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQnRYxSs2rvgqbv3zLy/vGCZZ/aUJjKfqLzIw3w65M+0tda8Lt6IyeamWDc4EI/S3u1T2wWzeiKKk3LdaJ6mxWkvxBK8QDqvKZVC4G4UWchS6vITnl047Ofezg85ejln79m4cxYhb5V6EKFMr1xkmscyHQTNl9dmkXMPe5NQNbmdZLG8nvLfDfvDE5Ks5O5DRGzjKvcyah2stg7trsivbRP47IjmSFV5HKLdE4cg3SxZTpT/16pC8dyKHeq+1ld7qAc0Y6R0SP/WReKdjCQ//ftojQ8Nq5tnQH517UbE2p20tnsPh1exrbiXhGACSutXb9NqUvTz7l332bJUrHuXFdOnMpkkx1qbO6QKyY+P6lFj8trEXRZWP9Crrob4Ysgekx7ABBBkKmNGIzfRmibizIXO1w0xUS5MFowC0DPmTCHt7GxN+qrajmoHHi6M6Xy/i+knipfC7hqlFLlCxUXIvI3VFy7oiLMKmgXbnrdvWDU//pDehpXbpjoSZOve504Ps= root@ip-10-31-11-230.us-east-1.aws.redhat.com\\n", "name": "10.31.11.230", "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.11.230 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQnRYxSs2rvgqbv3zLy/vGCZZ/aUJjKfqLzIw3w65M+0tda8Lt6IyeamWDc4EI/S3u1T2wWzeiKKk3LdaJ6mxWkvxBK8QDqvKZVC4G4UWchS6vITnl047Ofezg85ejln79m4cxYhb5V6EKFMr1xkmscyHQTNl9dmkXMPe5NQNbmdZLG8nvLfDfvDE5Ks5O5DRGzjKvcyah2stg7trsivbRP47IjmSFV5HKLdE4cg3SxZTpT/16pC8dyKHeq+1ld7qAc0Y6R0SP/WReKdjCQ//ftojQ8Nq5tnQH517UbE2p20tnsPh1exrbiXhGACSutXb9NqUvTz7l332bJUrHuXFdOnMpkkx1qbO6QKyY+P6lFj8trEXRZWP9Crrob4Ysgekx7ABBBkKmNGIzfRmibizIXO1w0xUS5MFowC0DPmTCHt7GxN+qrajmoHHi6M6Xy/i+knipfC7hqlFLlCxUXIvI3VFy7oiLMKmgXbnrdvWDU//pDehpXbpjoSZOve504Ps= root@ip-10-31-11-230.us-east-1.aws.redhat.com\\n", "after": "10.31.11.230 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQnRYxSs2rvgqbv3zLy/vGCZZ/aUJjKfqLzIw3w65M+0tda8Lt6IyeamWDc4EI/S3u1T2wWzeiKKk3LdaJ6mxWkvxBK8QDqvKZVC4G4UWchS6vITnl047Ofezg85ejln79m4cxYhb5V6EKFMr1xkmscyHQTNl9dmkXMPe5NQNbmdZLG8nvLfDfvDE5Ks5O5DRGzjKvcyah2stg7trsivbRP47IjmSFV5HKLdE4cg3SxZTpT/16pC8dyKHeq+1ld7qAc0Y6R0SP/WReKdjCQ//ftojQ8Nq5tnQH517UbE2p20tnsPh1exrbiXhGACSutXb9NqUvTz7l332bJUrHuXFdOnMpkkx1qbO6QKyY+P6lFj8trEXRZWP9Crrob4Ysgekx7ABBBkKmNGIzfRmibizIXO1w0xUS5MFowC0DPmTCHt7GxN+qrajmoHHi6M6Xy/i+knipfC7hqlFLlCxUXIvI3VFy7oiLMKmgXbnrdvWDU//pDehpXbpjoSZOve504Ps= root@ip-10-31-11-230.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.11.230 closed.\r\n') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370355.1342192-11270-208527914973389/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.100> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.10.100 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDO25XZB+Qz9t/bDOMq5zfhXVTHtI7h4tVh0Y2E/y1kmb3kFsLMzAYfIGJ4hcNk2tgejGHk1CZZpBLgY9EWRvUWBPUCpGCFX20HOqnrwdCDI70Z/STkbQ33/l5BrLRP8CwmpwpN7F8rXkq09b1AY5tS1hNgV3naahxnBwM3UcXOGruFW5jGL5JtFeOCVD6gYNDaTCdpTKRQ1IOB8vX4JbDfuL7lZOOd5EtFVdHNZpbaO8o2W2HB7jr58jAYUvBXu3NoY4I9uRU51Iy5oL3LvvzxHnFGl/JDtvTawKKN6ztCVimefnQvTvVnOqM2EI/sdow5EZEgiq+Ua7Y8DBf12bJIJQK1SSNFmffsASVRJoePe7jfZcl4TCiL8KDai3z7GG+5xsUhM6cMTeh6N4zj5JITxZBJXpsHJ5xTJ6mkA/kGBcVODSQOEKTpuqd1My9z8gMlLNOWBMT85Ohl4GW1K/DNc2t2nqtFqegHr0sTuQA5LboLeRliGFMF6aszdBzt5wc= root@ip-10-31-10-100.us-east-1.aws.redhat.com\\n", "after": "10.31.10.100 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDO25XZB+Qz9t/bDOMq5zfhXVTHtI7h4tVh0Y2E/y1kmb3kFsLMzAYfIGJ4hcNk2tgejGHk1CZZpBLgY9EWRvUWBPUCpGCFX20HOqnrwdCDI70Z/STkbQ33/l5BrLRP8CwmpwpN7F8rXkq09b1AY5tS1hNgV3naahxnBwM3UcXOGruFW5jGL5JtFeOCVD6gYNDaTCdpTKRQ1IOB8vX4JbDfuL7lZOOd5EtFVdHNZpbaO8o2W2HB7jr58jAYUvBXu3NoY4I9uRU51Iy5oL3LvvzxHnFGl/JDtvTawKKN6ztCVimefnQvTvVnOqM2EI/sdow5EZEgiq+Ua7Y8DBf12bJIJQK1SSNFmffsASVRJoePe7jfZcl4TCiL8KDai3z7GG+5xsUhM6cMTeh6N4zj5JITxZBJXpsHJ5xTJ6mkA/kGBcVODSQOEKTpuqd1My9z8gMlLNOWBMT85Ohl4GW1K/DNc2t2nqtFqegHr0sTuQA5LboLeRliGFMF6aszdBzt5wc= root@ip-10-31-10-100.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.10.100 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDO25XZB+Qz9t/bDOMq5zfhXVTHtI7h4tVh0Y2E/y1kmb3kFsLMzAYfIGJ4hcNk2tgejGHk1CZZpBLgY9EWRvUWBPUCpGCFX20HOqnrwdCDI70Z/STkbQ33/l5BrLRP8CwmpwpN7F8rXkq09b1AY5tS1hNgV3naahxnBwM3UcXOGruFW5jGL5JtFeOCVD6gYNDaTCdpTKRQ1IOB8vX4JbDfuL7lZOOd5EtFVdHNZpbaO8o2W2HB7jr58jAYUvBXu3NoY4I9uRU51Iy5oL3LvvzxHnFGl/JDtvTawKKN6ztCVimefnQvTvVnOqM2EI/sdow5EZEgiq+Ua7Y8DBf12bJIJQK1SSNFmffsASVRJoePe7jfZcl4TCiL8KDai3z7GG+5xsUhM6cMTeh6N4zj5JITxZBJXpsHJ5xTJ6mkA/kGBcVODSQOEKTpuqd1My9z8gMlLNOWBMT85Ohl4GW1K/DNc2t2nqtFqegHr0sTuQA5LboLeRliGFMF6aszdBzt5wc= root@ip-10-31-10-100.us-east-1.aws.redhat.com\\n", "name": "10.31.10.100", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.10.100 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDO25XZB+Qz9t/bDOMq5zfhXVTHtI7h4tVh0Y2E/y1kmb3kFsLMzAYfIGJ4hcNk2tgejGHk1CZZpBLgY9EWRvUWBPUCpGCFX20HOqnrwdCDI70Z/STkbQ33/l5BrLRP8CwmpwpN7F8rXkq09b1AY5tS1hNgV3naahxnBwM3UcXOGruFW5jGL5JtFeOCVD6gYNDaTCdpTKRQ1IOB8vX4JbDfuL7lZOOd5EtFVdHNZpbaO8o2W2HB7jr58jAYUvBXu3NoY4I9uRU51Iy5oL3LvvzxHnFGl/JDtvTawKKN6ztCVimefnQvTvVnOqM2EI/sdow5EZEgiq+Ua7Y8DBf12bJIJQK1SSNFmffsASVRJoePe7jfZcl4TCiL8KDai3z7GG+5xsUhM6cMTeh6N4zj5JITxZBJXpsHJ5xTJ6mkA/kGBcVODSQOEKTpuqd1My9z8gMlLNOWBMT85Ohl4GW1K/DNc2t2nqtFqegHr0sTuQA5LboLeRliGFMF6aszdBzt5wc= root@ip-10-31-10-100.us-east-1.aws.redhat.com\\n", "after": "10.31.10.100 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDO25XZB+Qz9t/bDOMq5zfhXVTHtI7h4tVh0Y2E/y1kmb3kFsLMzAYfIGJ4hcNk2tgejGHk1CZZpBLgY9EWRvUWBPUCpGCFX20HOqnrwdCDI70Z/STkbQ33/l5BrLRP8CwmpwpN7F8rXkq09b1AY5tS1hNgV3naahxnBwM3UcXOGruFW5jGL5JtFeOCVD6gYNDaTCdpTKRQ1IOB8vX4JbDfuL7lZOOd5EtFVdHNZpbaO8o2W2HB7jr58jAYUvBXu3NoY4I9uRU51Iy5oL3LvvzxHnFGl/JDtvTawKKN6ztCVimefnQvTvVnOqM2EI/sdow5EZEgiq+Ua7Y8DBf12bJIJQK1SSNFmffsASVRJoePe7jfZcl4TCiL8KDai3z7GG+5xsUhM6cMTeh6N4zj5JITxZBJXpsHJ5xTJ6mkA/kGBcVODSQOEKTpuqd1My9z8gMlLNOWBMT85Ohl4GW1K/DNc2t2nqtFqegHr0sTuQA5LboLeRliGFMF6aszdBzt5wc= root@ip-10-31-10-100.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.10.100 closed.\r\n') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370355.1772678-11272-210896024562032/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.12> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.11.12 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8kVXZxIsNHkq0AngkH3Q0auPwjeiijBR2lqGOpKugjHD9BtxQYz+c2OAlNkqkt1gzW3FE4xP8anBPOaX+UJ4r5X9QTvv35m4+6r9PFh8Erx3dZP1g8OixhdFVapsvQ2KL0LEs08dILLRY2H3uWZRskueLXK07aHmFTCB0WQ/9MTvx3bOiGnQCSAFjBk1cRgTao6f4cXPheTJojVrnhjH8WdXtumesRf+RLLFfBb6SRV4FDoHji/u5Z/8yAuibbDfmSL2LwJkQD2ecMXh5N7i4ban5K4TuJopeTY48fTqBXA/0Q6nrV6oYkNVnuLPH3qz4nXrK9vFA8as6JDBWyYGVtoEVYJYCM/jug+jZDFB7UYqrUKIxNnabbKdgx5KIdCVKF4s8ZZJXh5mcS3So+YZh31OeC2Mr5O533vewG71hXkQjw+/g+px3j6KTJiMZ975/+y6vVC1sKr0d3qK4xp+Gp+2zXyS/b/iXZKw0sm+Y4bQ39kk8BiH6jvlcxxA2rNE= root@ip-10-31-11-12.us-east-1.aws.redhat.com\\n", "after": "10.31.11.12 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8kVXZxIsNHkq0AngkH3Q0auPwjeiijBR2lqGOpKugjHD9BtxQYz+c2OAlNkqkt1gzW3FE4xP8anBPOaX+UJ4r5X9QTvv35m4+6r9PFh8Erx3dZP1g8OixhdFVapsvQ2KL0LEs08dILLRY2H3uWZRskueLXK07aHmFTCB0WQ/9MTvx3bOiGnQCSAFjBk1cRgTao6f4cXPheTJojVrnhjH8WdXtumesRf+RLLFfBb6SRV4FDoHji/u5Z/8yAuibbDfmSL2LwJkQD2ecMXh5N7i4ban5K4TuJopeTY48fTqBXA/0Q6nrV6oYkNVnuLPH3qz4nXrK9vFA8as6JDBWyYGVtoEVYJYCM/jug+jZDFB7UYqrUKIxNnabbKdgx5KIdCVKF4s8ZZJXh5mcS3So+YZh31OeC2Mr5O533vewG71hXkQjw+/g+px3j6KTJiMZ975/+y6vVC1sKr0d3qK4xp+Gp+2zXyS/b/iXZKw0sm+Y4bQ39kk8BiH6jvlcxxA2rNE= root@ip-10-31-11-12.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.11.12 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8kVXZxIsNHkq0AngkH3Q0auPwjeiijBR2lqGOpKugjHD9BtxQYz+c2OAlNkqkt1gzW3FE4xP8anBPOaX+UJ4r5X9QTvv35m4+6r9PFh8Erx3dZP1g8OixhdFVapsvQ2KL0LEs08dILLRY2H3uWZRskueLXK07aHmFTCB0WQ/9MTvx3bOiGnQCSAFjBk1cRgTao6f4cXPheTJojVrnhjH8WdXtumesRf+RLLFfBb6SRV4FDoHji/u5Z/8yAuibbDfmSL2LwJkQD2ecMXh5N7i4ban5K4TuJopeTY48fTqBXA/0Q6nrV6oYkNVnuLPH3qz4nXrK9vFA8as6JDBWyYGVtoEVYJYCM/jug+jZDFB7UYqrUKIxNnabbKdgx5KIdCVKF4s8ZZJXh5mcS3So+YZh31OeC2Mr5O533vewG71hXkQjw+/g+px3j6KTJiMZ975/+y6vVC1sKr0d3qK4xp+Gp+2zXyS/b/iXZKw0sm+Y4bQ39kk8BiH6jvlcxxA2rNE= root@ip-10-31-11-12.us-east-1.aws.redhat.com\\n", "name": "10.31.11.12", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.11.12 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8kVXZxIsNHkq0AngkH3Q0auPwjeiijBR2lqGOpKugjHD9BtxQYz+c2OAlNkqkt1gzW3FE4xP8anBPOaX+UJ4r5X9QTvv35m4+6r9PFh8Erx3dZP1g8OixhdFVapsvQ2KL0LEs08dILLRY2H3uWZRskueLXK07aHmFTCB0WQ/9MTvx3bOiGnQCSAFjBk1cRgTao6f4cXPheTJojVrnhjH8WdXtumesRf+RLLFfBb6SRV4FDoHji/u5Z/8yAuibbDfmSL2LwJkQD2ecMXh5N7i4ban5K4TuJopeTY48fTqBXA/0Q6nrV6oYkNVnuLPH3qz4nXrK9vFA8as6JDBWyYGVtoEVYJYCM/jug+jZDFB7UYqrUKIxNnabbKdgx5KIdCVKF4s8ZZJXh5mcS3So+YZh31OeC2Mr5O533vewG71hXkQjw+/g+px3j6KTJiMZ975/+y6vVC1sKr0d3qK4xp+Gp+2zXyS/b/iXZKw0sm+Y4bQ39kk8BiH6jvlcxxA2rNE= root@ip-10-31-11-12.us-east-1.aws.redhat.com\\n", "after": "10.31.11.12 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8kVXZxIsNHkq0AngkH3Q0auPwjeiijBR2lqGOpKugjHD9BtxQYz+c2OAlNkqkt1gzW3FE4xP8anBPOaX+UJ4r5X9QTvv35m4+6r9PFh8Erx3dZP1g8OixhdFVapsvQ2KL0LEs08dILLRY2H3uWZRskueLXK07aHmFTCB0WQ/9MTvx3bOiGnQCSAFjBk1cRgTao6f4cXPheTJojVrnhjH8WdXtumesRf+RLLFfBb6SRV4FDoHji/u5Z/8yAuibbDfmSL2LwJkQD2ecMXh5N7i4ban5K4TuJopeTY48fTqBXA/0Q6nrV6oYkNVnuLPH3qz4nXrK9vFA8as6JDBWyYGVtoEVYJYCM/jug+jZDFB7UYqrUKIxNnabbKdgx5KIdCVKF4s8ZZJXh5mcS3So+YZh31OeC2Mr5O533vewG71hXkQjw+/g+px3j6KTJiMZ975/+y6vVC1sKr0d3qK4xp+Gp+2zXyS/b/iXZKw0sm+Y4bQ39kk8BiH6jvlcxxA2rNE= root@ip-10-31-11-12.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.11.12 closed.\r\n') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370355.174801-11271-222021074475536/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') ok: [managed-node1] => { "changed": false, "diff": { "after": "10.31.11.230 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQnRYxSs2rvgqbv3zLy/vGCZZ/aUJjKfqLzIw3w65M+0tda8Lt6IyeamWDc4EI/S3u1T2wWzeiKKk3LdaJ6mxWkvxBK8QDqvKZVC4G4UWchS6vITnl047Ofezg85ejln79m4cxYhb5V6EKFMr1xkmscyHQTNl9dmkXMPe5NQNbmdZLG8nvLfDfvDE5Ks5O5DRGzjKvcyah2stg7trsivbRP47IjmSFV5HKLdE4cg3SxZTpT/16pC8dyKHeq+1ld7qAc0Y6R0SP/WReKdjCQ//ftojQ8Nq5tnQH517UbE2p20tnsPh1exrbiXhGACSutXb9NqUvTz7l332bJUrHuXFdOnMpkkx1qbO6QKyY+P6lFj8trEXRZWP9Crrob4Ysgekx7ABBBkKmNGIzfRmibizIXO1w0xUS5MFowC0DPmTCHt7GxN+qrajmoHHi6M6Xy/i+knipfC7hqlFLlCxUXIvI3VFy7oiLMKmgXbnrdvWDU//pDehpXbpjoSZOve504Ps= root@ip-10-31-11-230.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.11.230 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQnRYxSs2rvgqbv3zLy/vGCZZ/aUJjKfqLzIw3w65M+0tda8Lt6IyeamWDc4EI/S3u1T2wWzeiKKk3LdaJ6mxWkvxBK8QDqvKZVC4G4UWchS6vITnl047Ofezg85ejln79m4cxYhb5V6EKFMr1xkmscyHQTNl9dmkXMPe5NQNbmdZLG8nvLfDfvDE5Ks5O5DRGzjKvcyah2stg7trsivbRP47IjmSFV5HKLdE4cg3SxZTpT/16pC8dyKHeq+1ld7qAc0Y6R0SP/WReKdjCQ//ftojQ8Nq5tnQH517UbE2p20tnsPh1exrbiXhGACSutXb9NqUvTz7l332bJUrHuXFdOnMpkkx1qbO6QKyY+P6lFj8trEXRZWP9Crrob4Ysgekx7ABBBkKmNGIzfRmibizIXO1w0xUS5MFowC0DPmTCHt7GxN+qrajmoHHi6M6Xy/i+knipfC7hqlFLlCxUXIvI3VFy7oiLMKmgXbnrdvWDU//pDehpXbpjoSZOve504Ps= root@ip-10-31-11-230.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.11.230 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQnRYxSs2rvgqbv3zLy/vGCZZ/aUJjKfqLzIw3w65M+0tda8Lt6IyeamWDc4EI/S3u1T2wWzeiKKk3LdaJ6mxWkvxBK8QDqvKZVC4G4UWchS6vITnl047Ofezg85ejln79m4cxYhb5V6EKFMr1xkmscyHQTNl9dmkXMPe5NQNbmdZLG8nvLfDfvDE5Ks5O5DRGzjKvcyah2stg7trsivbRP47IjmSFV5HKLdE4cg3SxZTpT/16pC8dyKHeq+1ld7qAc0Y6R0SP/WReKdjCQ//ftojQ8Nq5tnQH517UbE2p20tnsPh1exrbiXhGACSutXb9NqUvTz7l332bJUrHuXFdOnMpkkx1qbO6QKyY+P6lFj8trEXRZWP9Crrob4Ysgekx7ABBBkKmNGIzfRmibizIXO1w0xUS5MFowC0DPmTCHt7GxN+qrajmoHHi6M6Xy/i+knipfC7hqlFLlCxUXIvI3VFy7oiLMKmgXbnrdvWDU//pDehpXbpjoSZOve504Ps= root@ip-10-31-11-230.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.11.230 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQnRYxSs2rvgqbv3zLy/vGCZZ/aUJjKfqLzIw3w65M+0tda8Lt6IyeamWDc4EI/S3u1T2wWzeiKKk3LdaJ6mxWkvxBK8QDqvKZVC4G4UWchS6vITnl047Ofezg85ejln79m4cxYhb5V6EKFMr1xkmscyHQTNl9dmkXMPe5NQNbmdZLG8nvLfDfvDE5Ks5O5DRGzjKvcyah2stg7trsivbRP47IjmSFV5HKLdE4cg3SxZTpT/16pC8dyKHeq+1ld7qAc0Y6R0SP/WReKdjCQ//ftojQ8Nq5tnQH517UbE2p20tnsPh1exrbiXhGACSutXb9NqUvTz7l332bJUrHuXFdOnMpkkx1qbO6QKyY+P6lFj8trEXRZWP9Crrob4Ysgekx7ABBBkKmNGIzfRmibizIXO1w0xUS5MFowC0DPmTCHt7GxN+qrajmoHHi6M6Xy/i+knipfC7hqlFLlCxUXIvI3VFy7oiLMKmgXbnrdvWDU//pDehpXbpjoSZOve504Ps= root@ip-10-31-11-230.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.11.230 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQnRYxSs2rvgqbv3zLy/vGCZZ/aUJjKfqLzIw3w65M+0tda8Lt6IyeamWDc4EI/S3u1T2wWzeiKKk3LdaJ6mxWkvxBK8QDqvKZVC4G4UWchS6vITnl047Ofezg85ejln79m4cxYhb5V6EKFMr1xkmscyHQTNl9dmkXMPe5NQNbmdZLG8nvLfDfvDE5Ks5O5DRGzjKvcyah2stg7trsivbRP47IjmSFV5HKLdE4cg3SxZTpT/16pC8dyKHeq+1ld7qAc0Y6R0SP/WReKdjCQ//ftojQ8Nq5tnQH517UbE2p20tnsPh1exrbiXhGACSutXb9NqUvTz7l332bJUrHuXFdOnMpkkx1qbO6QKyY+P6lFj8trEXRZWP9Crrob4Ysgekx7ABBBkKmNGIzfRmibizIXO1w0xUS5MFowC0DPmTCHt7GxN+qrajmoHHi6M6Xy/i+knipfC7hqlFLlCxUXIvI3VFy7oiLMKmgXbnrdvWDU//pDehpXbpjoSZOve504Ps= root@ip-10-31-11-230.us-east-1.aws.redhat.com\n", "name": "10.31.11.230", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } <10.31.10.100> (0, b'', b'') ok: [managed-node3] => { "changed": false, "diff": { "after": "10.31.10.100 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDO25XZB+Qz9t/bDOMq5zfhXVTHtI7h4tVh0Y2E/y1kmb3kFsLMzAYfIGJ4hcNk2tgejGHk1CZZpBLgY9EWRvUWBPUCpGCFX20HOqnrwdCDI70Z/STkbQ33/l5BrLRP8CwmpwpN7F8rXkq09b1AY5tS1hNgV3naahxnBwM3UcXOGruFW5jGL5JtFeOCVD6gYNDaTCdpTKRQ1IOB8vX4JbDfuL7lZOOd5EtFVdHNZpbaO8o2W2HB7jr58jAYUvBXu3NoY4I9uRU51Iy5oL3LvvzxHnFGl/JDtvTawKKN6ztCVimefnQvTvVnOqM2EI/sdow5EZEgiq+Ua7Y8DBf12bJIJQK1SSNFmffsASVRJoePe7jfZcl4TCiL8KDai3z7GG+5xsUhM6cMTeh6N4zj5JITxZBJXpsHJ5xTJ6mkA/kGBcVODSQOEKTpuqd1My9z8gMlLNOWBMT85Ohl4GW1K/DNc2t2nqtFqegHr0sTuQA5LboLeRliGFMF6aszdBzt5wc= root@ip-10-31-10-100.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.10.100 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDO25XZB+Qz9t/bDOMq5zfhXVTHtI7h4tVh0Y2E/y1kmb3kFsLMzAYfIGJ4hcNk2tgejGHk1CZZpBLgY9EWRvUWBPUCpGCFX20HOqnrwdCDI70Z/STkbQ33/l5BrLRP8CwmpwpN7F8rXkq09b1AY5tS1hNgV3naahxnBwM3UcXOGruFW5jGL5JtFeOCVD6gYNDaTCdpTKRQ1IOB8vX4JbDfuL7lZOOd5EtFVdHNZpbaO8o2W2HB7jr58jAYUvBXu3NoY4I9uRU51Iy5oL3LvvzxHnFGl/JDtvTawKKN6ztCVimefnQvTvVnOqM2EI/sdow5EZEgiq+Ua7Y8DBf12bJIJQK1SSNFmffsASVRJoePe7jfZcl4TCiL8KDai3z7GG+5xsUhM6cMTeh6N4zj5JITxZBJXpsHJ5xTJ6mkA/kGBcVODSQOEKTpuqd1My9z8gMlLNOWBMT85Ohl4GW1K/DNc2t2nqtFqegHr0sTuQA5LboLeRliGFMF6aszdBzt5wc= root@ip-10-31-10-100.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.10.100 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDO25XZB+Qz9t/bDOMq5zfhXVTHtI7h4tVh0Y2E/y1kmb3kFsLMzAYfIGJ4hcNk2tgejGHk1CZZpBLgY9EWRvUWBPUCpGCFX20HOqnrwdCDI70Z/STkbQ33/l5BrLRP8CwmpwpN7F8rXkq09b1AY5tS1hNgV3naahxnBwM3UcXOGruFW5jGL5JtFeOCVD6gYNDaTCdpTKRQ1IOB8vX4JbDfuL7lZOOd5EtFVdHNZpbaO8o2W2HB7jr58jAYUvBXu3NoY4I9uRU51Iy5oL3LvvzxHnFGl/JDtvTawKKN6ztCVimefnQvTvVnOqM2EI/sdow5EZEgiq+Ua7Y8DBf12bJIJQK1SSNFmffsASVRJoePe7jfZcl4TCiL8KDai3z7GG+5xsUhM6cMTeh6N4zj5JITxZBJXpsHJ5xTJ6mkA/kGBcVODSQOEKTpuqd1My9z8gMlLNOWBMT85Ohl4GW1K/DNc2t2nqtFqegHr0sTuQA5LboLeRliGFMF6aszdBzt5wc= root@ip-10-31-10-100.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.10.100 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDO25XZB+Qz9t/bDOMq5zfhXVTHtI7h4tVh0Y2E/y1kmb3kFsLMzAYfIGJ4hcNk2tgejGHk1CZZpBLgY9EWRvUWBPUCpGCFX20HOqnrwdCDI70Z/STkbQ33/l5BrLRP8CwmpwpN7F8rXkq09b1AY5tS1hNgV3naahxnBwM3UcXOGruFW5jGL5JtFeOCVD6gYNDaTCdpTKRQ1IOB8vX4JbDfuL7lZOOd5EtFVdHNZpbaO8o2W2HB7jr58jAYUvBXu3NoY4I9uRU51Iy5oL3LvvzxHnFGl/JDtvTawKKN6ztCVimefnQvTvVnOqM2EI/sdow5EZEgiq+Ua7Y8DBf12bJIJQK1SSNFmffsASVRJoePe7jfZcl4TCiL8KDai3z7GG+5xsUhM6cMTeh6N4zj5JITxZBJXpsHJ5xTJ6mkA/kGBcVODSQOEKTpuqd1My9z8gMlLNOWBMT85Ohl4GW1K/DNc2t2nqtFqegHr0sTuQA5LboLeRliGFMF6aszdBzt5wc= root@ip-10-31-10-100.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.10.100 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDO25XZB+Qz9t/bDOMq5zfhXVTHtI7h4tVh0Y2E/y1kmb3kFsLMzAYfIGJ4hcNk2tgejGHk1CZZpBLgY9EWRvUWBPUCpGCFX20HOqnrwdCDI70Z/STkbQ33/l5BrLRP8CwmpwpN7F8rXkq09b1AY5tS1hNgV3naahxnBwM3UcXOGruFW5jGL5JtFeOCVD6gYNDaTCdpTKRQ1IOB8vX4JbDfuL7lZOOd5EtFVdHNZpbaO8o2W2HB7jr58jAYUvBXu3NoY4I9uRU51Iy5oL3LvvzxHnFGl/JDtvTawKKN6ztCVimefnQvTvVnOqM2EI/sdow5EZEgiq+Ua7Y8DBf12bJIJQK1SSNFmffsASVRJoePe7jfZcl4TCiL8KDai3z7GG+5xsUhM6cMTeh6N4zj5JITxZBJXpsHJ5xTJ6mkA/kGBcVODSQOEKTpuqd1My9z8gMlLNOWBMT85Ohl4GW1K/DNc2t2nqtFqegHr0sTuQA5LboLeRliGFMF6aszdBzt5wc= root@ip-10-31-10-100.us-east-1.aws.redhat.com\n", "name": "10.31.10.100", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } <10.31.11.12> (0, b'', b'') ok: [managed-node2] => { "changed": false, "diff": { "after": "10.31.11.12 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8kVXZxIsNHkq0AngkH3Q0auPwjeiijBR2lqGOpKugjHD9BtxQYz+c2OAlNkqkt1gzW3FE4xP8anBPOaX+UJ4r5X9QTvv35m4+6r9PFh8Erx3dZP1g8OixhdFVapsvQ2KL0LEs08dILLRY2H3uWZRskueLXK07aHmFTCB0WQ/9MTvx3bOiGnQCSAFjBk1cRgTao6f4cXPheTJojVrnhjH8WdXtumesRf+RLLFfBb6SRV4FDoHji/u5Z/8yAuibbDfmSL2LwJkQD2ecMXh5N7i4ban5K4TuJopeTY48fTqBXA/0Q6nrV6oYkNVnuLPH3qz4nXrK9vFA8as6JDBWyYGVtoEVYJYCM/jug+jZDFB7UYqrUKIxNnabbKdgx5KIdCVKF4s8ZZJXh5mcS3So+YZh31OeC2Mr5O533vewG71hXkQjw+/g+px3j6KTJiMZ975/+y6vVC1sKr0d3qK4xp+Gp+2zXyS/b/iXZKw0sm+Y4bQ39kk8BiH6jvlcxxA2rNE= root@ip-10-31-11-12.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.11.12 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8kVXZxIsNHkq0AngkH3Q0auPwjeiijBR2lqGOpKugjHD9BtxQYz+c2OAlNkqkt1gzW3FE4xP8anBPOaX+UJ4r5X9QTvv35m4+6r9PFh8Erx3dZP1g8OixhdFVapsvQ2KL0LEs08dILLRY2H3uWZRskueLXK07aHmFTCB0WQ/9MTvx3bOiGnQCSAFjBk1cRgTao6f4cXPheTJojVrnhjH8WdXtumesRf+RLLFfBb6SRV4FDoHji/u5Z/8yAuibbDfmSL2LwJkQD2ecMXh5N7i4ban5K4TuJopeTY48fTqBXA/0Q6nrV6oYkNVnuLPH3qz4nXrK9vFA8as6JDBWyYGVtoEVYJYCM/jug+jZDFB7UYqrUKIxNnabbKdgx5KIdCVKF4s8ZZJXh5mcS3So+YZh31OeC2Mr5O533vewG71hXkQjw+/g+px3j6KTJiMZ975/+y6vVC1sKr0d3qK4xp+Gp+2zXyS/b/iXZKw0sm+Y4bQ39kk8BiH6jvlcxxA2rNE= root@ip-10-31-11-12.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.11.12 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8kVXZxIsNHkq0AngkH3Q0auPwjeiijBR2lqGOpKugjHD9BtxQYz+c2OAlNkqkt1gzW3FE4xP8anBPOaX+UJ4r5X9QTvv35m4+6r9PFh8Erx3dZP1g8OixhdFVapsvQ2KL0LEs08dILLRY2H3uWZRskueLXK07aHmFTCB0WQ/9MTvx3bOiGnQCSAFjBk1cRgTao6f4cXPheTJojVrnhjH8WdXtumesRf+RLLFfBb6SRV4FDoHji/u5Z/8yAuibbDfmSL2LwJkQD2ecMXh5N7i4ban5K4TuJopeTY48fTqBXA/0Q6nrV6oYkNVnuLPH3qz4nXrK9vFA8as6JDBWyYGVtoEVYJYCM/jug+jZDFB7UYqrUKIxNnabbKdgx5KIdCVKF4s8ZZJXh5mcS3So+YZh31OeC2Mr5O533vewG71hXkQjw+/g+px3j6KTJiMZ975/+y6vVC1sKr0d3qK4xp+Gp+2zXyS/b/iXZKw0sm+Y4bQ39kk8BiH6jvlcxxA2rNE= root@ip-10-31-11-12.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.11.12 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8kVXZxIsNHkq0AngkH3Q0auPwjeiijBR2lqGOpKugjHD9BtxQYz+c2OAlNkqkt1gzW3FE4xP8anBPOaX+UJ4r5X9QTvv35m4+6r9PFh8Erx3dZP1g8OixhdFVapsvQ2KL0LEs08dILLRY2H3uWZRskueLXK07aHmFTCB0WQ/9MTvx3bOiGnQCSAFjBk1cRgTao6f4cXPheTJojVrnhjH8WdXtumesRf+RLLFfBb6SRV4FDoHji/u5Z/8yAuibbDfmSL2LwJkQD2ecMXh5N7i4ban5K4TuJopeTY48fTqBXA/0Q6nrV6oYkNVnuLPH3qz4nXrK9vFA8as6JDBWyYGVtoEVYJYCM/jug+jZDFB7UYqrUKIxNnabbKdgx5KIdCVKF4s8ZZJXh5mcS3So+YZh31OeC2Mr5O533vewG71hXkQjw+/g+px3j6KTJiMZ975/+y6vVC1sKr0d3qK4xp+Gp+2zXyS/b/iXZKw0sm+Y4bQ39kk8BiH6jvlcxxA2rNE= root@ip-10-31-11-12.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.11.12 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8kVXZxIsNHkq0AngkH3Q0auPwjeiijBR2lqGOpKugjHD9BtxQYz+c2OAlNkqkt1gzW3FE4xP8anBPOaX+UJ4r5X9QTvv35m4+6r9PFh8Erx3dZP1g8OixhdFVapsvQ2KL0LEs08dILLRY2H3uWZRskueLXK07aHmFTCB0WQ/9MTvx3bOiGnQCSAFjBk1cRgTao6f4cXPheTJojVrnhjH8WdXtumesRf+RLLFfBb6SRV4FDoHji/u5Z/8yAuibbDfmSL2LwJkQD2ecMXh5N7i4ban5K4TuJopeTY48fTqBXA/0Q6nrV6oYkNVnuLPH3qz4nXrK9vFA8as6JDBWyYGVtoEVYJYCM/jug+jZDFB7UYqrUKIxNnabbKdgx5KIdCVKF4s8ZZJXh5mcS3So+YZh31OeC2Mr5O533vewG71hXkQjw+/g+px3j6KTJiMZ975/+y6vVC1sKr0d3qK4xp+Gp+2zXyS/b/iXZKw0sm+Y4bQ39kk8BiH6jvlcxxA2rNE= root@ip-10-31-11-12.us-east-1.aws.redhat.com\n", "name": "10.31.11.12", "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-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 28 December 2024 02:19:15 -0500 (0:00:00.585) 0:00:13.486 ***** <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.230> (0, b'/root\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370355.6534774-11300-143227514140370 `" && echo ansible-tmp-1735370355.6534774-11300-143227514140370="` echo /root/.ansible/tmp/ansible-tmp-1735370355.6534774-11300-143227514140370 `" ) && sleep 0'"'"'' <10.31.11.12> (0, b'/root\n', b'') <10.31.10.100> (0, b'/root\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370355.6613798-11303-271273457243260 `" && echo ansible-tmp-1735370355.6613798-11303-271273457243260="` echo /root/.ansible/tmp/ansible-tmp-1735370355.6613798-11303-271273457243260 `" ) && sleep 0'"'"'' <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370355.6613927-11301-20783626526462 `" && echo ansible-tmp-1735370355.6613927-11301-20783626526462="` echo /root/.ansible/tmp/ansible-tmp-1735370355.6613927-11301-20783626526462 `" ) && sleep 0'"'"'' <10.31.11.230> (0, b'ansible-tmp-1735370355.6534774-11300-143227514140370=/root/.ansible/tmp/ansible-tmp-1735370355.6534774-11300-143227514140370\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.11.230> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpzqz0t36t TO /root/.ansible/tmp/ansible-tmp-1735370355.6534774-11300-143227514140370/AnsiballZ_stat.py <10.31.11.230> 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/922bc44069 '[10.31.11.230]' <10.31.11.12> (0, b'ansible-tmp-1735370355.6613927-11301-20783626526462=/root/.ansible/tmp/ansible-tmp-1735370355.6613927-11301-20783626526462\n', b'') <10.31.10.100> (0, b'ansible-tmp-1735370355.6613798-11303-271273457243260=/root/.ansible/tmp/ansible-tmp-1735370355.6613798-11303-271273457243260\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.10.100> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp3zj06yiu TO /root/.ansible/tmp/ansible-tmp-1735370355.6613798-11303-271273457243260/AnsiballZ_stat.py <10.31.11.12> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp70g831xp TO /root/.ansible/tmp/ansible-tmp-1735370355.6613927-11301-20783626526462/AnsiballZ_stat.py <10.31.10.100> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a0cb884a17 '[10.31.10.100]' <10.31.11.12> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6fdd3e92f1 '[10.31.11.12]' <10.31.11.230> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpzqz0t36t /root/.ansible/tmp/ansible-tmp-1735370355.6534774-11300-143227514140370/AnsiballZ_stat.py\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370355.6534774-11300-143227514140370/ /root/.ansible/tmp/ansible-tmp-1735370355.6534774-11300-143227514140370/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp70g831xp /root/.ansible/tmp/ansible-tmp-1735370355.6613927-11301-20783626526462/AnsiballZ_stat.py\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370355.6613927-11301-20783626526462/ /root/.ansible/tmp/ansible-tmp-1735370355.6613927-11301-20783626526462/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') <10.31.10.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp3zj06yiu /root/.ansible/tmp/ansible-tmp-1735370355.6613798-11303-271273457243260/AnsiballZ_stat.py\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 -tt 10.31.11.230 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370355.6534774-11300-143227514140370/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370355.6613798-11303-271273457243260/ /root/.ansible/tmp/ansible-tmp-1735370355.6613798-11303-271273457243260/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> (0, b'', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 -tt 10.31.10.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370355.6613798-11303-271273457243260/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 -tt 10.31.11.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370355.6613927-11301-20783626526462/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.230> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 104, "inode": 79692034, "dev": 51713, "nlink": 1, "atime": 1735370301.3638368, "mtime": 1735370300.230832, "ctime": 1735370300.745834, "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": "5576731c228a02eb5ad949588828a3b0142172e6", "mimetype": "text/plain", "charset": "us-ascii", "version": "1752939221", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.11.230 closed.\r\n') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370355.6534774-11300-143227514140370/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.100> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 104, "inode": 102760706, "dev": 51713, "nlink": 1, "atime": 1735370322.304732, "mtime": 1735370320.2847216, "ctime": 1735370320.546723, "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": "416d35bb46dbddebcf56c61e12bf1973d2f2e282", "mimetype": "text/plain", "charset": "us-ascii", "version": "3412195784", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.10.100 closed.\r\n') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> (0, b'', b'') <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370355.6613798-11303-271273457243260/ > /dev/null 2>&1 && sleep 0'"'"'' ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1735370301.3638368, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5576731c228a02eb5ad949588828a3b0142172e6", "ctime": 1735370300.745834, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 79692034, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1735370300.230832, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "1752939221", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.11.12> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 120, "inode": 174063874, "dev": 51713, "nlink": 1, "atime": 1735370319.1510096, "mtime": 1735370317.2389913, "ctime": 1735370317.636995, "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": "7805b20bb8781c238aee081159010289f263f26e", "mimetype": "text/plain", "charset": "us-ascii", "version": "2549639110", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.11.12 closed.\r\n') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370355.6613927-11301-20783626526462/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1735370322.304732, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "416d35bb46dbddebcf56c61e12bf1973d2f2e282", "ctime": 1735370320.546723, "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": 1735370320.2847216, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "3412195784", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.11.12> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1735370319.1510096, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7805b20bb8781c238aee081159010289f263f26e", "ctime": 1735370317.636995, "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": 1735370317.2389913, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 120, "uid": 0, "version": "2549639110", "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-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 28 December 2024 02:19:16 -0500 (0:00:00.402) 0:00:13.889 ***** <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.230> (0, b'/root\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370356.0554473-11327-209469319674075 `" && echo ansible-tmp-1735370356.0554473-11327-209469319674075="` echo /root/.ansible/tmp/ansible-tmp-1735370356.0554473-11327-209469319674075 `" ) && sleep 0'"'"'' <10.31.11.12> (0, b'/root\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370356.0666852-11328-52216084867890 `" && echo ansible-tmp-1735370356.0666852-11328-52216084867890="` echo /root/.ansible/tmp/ansible-tmp-1735370356.0666852-11328-52216084867890 `" ) && sleep 0'"'"'' <10.31.10.100> (0, b'/root\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370356.0705643-11330-239090249481580 `" && echo ansible-tmp-1735370356.0705643-11330-239090249481580="` echo /root/.ansible/tmp/ansible-tmp-1735370356.0705643-11330-239090249481580 `" ) && sleep 0'"'"'' <10.31.11.230> (0, b'ansible-tmp-1735370356.0554473-11327-209469319674075=/root/.ansible/tmp/ansible-tmp-1735370356.0554473-11327-209469319674075\n', b'') <10.31.11.12> (0, b'ansible-tmp-1735370356.0666852-11328-52216084867890=/root/.ansible/tmp/ansible-tmp-1735370356.0666852-11328-52216084867890\n', b'') <10.31.10.100> (0, b'ansible-tmp-1735370356.0705643-11330-239090249481580=/root/.ansible/tmp/ansible-tmp-1735370356.0705643-11330-239090249481580\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.11.230> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmppsllzpj1 TO /root/.ansible/tmp/ansible-tmp-1735370356.0554473-11327-209469319674075/AnsiballZ_stat.py <10.31.11.230> 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/922bc44069 '[10.31.11.230]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.10.100> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp93dyk08c TO /root/.ansible/tmp/ansible-tmp-1735370356.0705643-11330-239090249481580/AnsiballZ_stat.py <10.31.10.100> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a0cb884a17 '[10.31.10.100]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.11.12> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp07c_m2ss TO /root/.ansible/tmp/ansible-tmp-1735370356.0666852-11328-52216084867890/AnsiballZ_stat.py <10.31.11.12> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6fdd3e92f1 '[10.31.11.12]' <10.31.11.230> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmppsllzpj1 /root/.ansible/tmp/ansible-tmp-1735370356.0554473-11327-209469319674075/AnsiballZ_stat.py\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370356.0554473-11327-209469319674075/ /root/.ansible/tmp/ansible-tmp-1735370356.0554473-11327-209469319674075/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 -tt 10.31.11.230 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370356.0554473-11327-209469319674075/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp93dyk08c /root/.ansible/tmp/ansible-tmp-1735370356.0705643-11330-239090249481580/AnsiballZ_stat.py\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370356.0705643-11330-239090249481580/ /root/.ansible/tmp/ansible-tmp-1735370356.0705643-11330-239090249481580/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp07c_m2ss /root/.ansible/tmp/ansible-tmp-1735370356.0666852-11328-52216084867890/AnsiballZ_stat.py\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370356.0666852-11328-52216084867890/ /root/.ansible/tmp/ansible-tmp-1735370356.0666852-11328-52216084867890/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 -tt 10.31.10.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370356.0705643-11330-239090249481580/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 -tt 10.31.11.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370356.0666852-11328-52216084867890/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.230> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 104, "inode": 79692034, "dev": 51713, "nlink": 1, "atime": 1735370301.3638368, "mtime": 1735370300.230832, "ctime": 1735370300.745834, "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": "5576731c228a02eb5ad949588828a3b0142172e6", "mimetype": "text/plain", "charset": "us-ascii", "version": "1752939221", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_md5": false, "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to 10.31.11.230 closed.\r\n') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.11.230> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp2yot933k TO /root/.ansible/tmp/ansible-tmp-1735370356.0554473-11327-209469319674075/AnsiballZ_file.py <10.31.11.230> 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/922bc44069 '[10.31.11.230]' <10.31.10.100> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 104, "inode": 102760706, "dev": 51713, "nlink": 1, "atime": 1735370322.304732, "mtime": 1735370320.2847216, "ctime": 1735370320.546723, "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": "416d35bb46dbddebcf56c61e12bf1973d2f2e282", "mimetype": "text/plain", "charset": "us-ascii", "version": "3412195784", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_md5": false, "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to 10.31.10.100 closed.\r\n') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.10.100> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpdvdfjj_v TO /root/.ansible/tmp/ansible-tmp-1735370356.0705643-11330-239090249481580/AnsiballZ_file.py <10.31.10.100> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a0cb884a17 '[10.31.10.100]' <10.31.11.230> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp2yot933k /root/.ansible/tmp/ansible-tmp-1735370356.0554473-11327-209469319674075/AnsiballZ_file.py\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370356.0554473-11327-209469319674075/ /root/.ansible/tmp/ansible-tmp-1735370356.0554473-11327-209469319674075/AnsiballZ_file.py && sleep 0'"'"'' <10.31.11.12> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 120, "inode": 174063874, "dev": 51713, "nlink": 1, "atime": 1735370319.1510096, "mtime": 1735370317.2389913, "ctime": 1735370317.636995, "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": "7805b20bb8781c238aee081159010289f263f26e", "mimetype": "text/plain", "charset": "us-ascii", "version": "2549639110", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_md5": false, "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to 10.31.11.12 closed.\r\n') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370356.0666852-11328-52216084867890/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpdvdfjj_v /root/.ansible/tmp/ansible-tmp-1735370356.0705643-11330-239090249481580/AnsiballZ_file.py\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370356.0705643-11330-239090249481580/ /root/.ansible/tmp/ansible-tmp-1735370356.0705643-11330-239090249481580/AnsiballZ_file.py && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 -tt 10.31.11.230 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370356.0554473-11327-209469319674075/AnsiballZ_file.py && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed-node2 changed: [managed-node2] => { "changed": true, "diff": [], "invocation": { "backup": true, "dest": "/etc/kdump.conf", "follow": false, "mode": "0644", "module_args": { "backup": true, "dest": "/etc/kdump.conf", "follow": false, "mode": "0644", "src": "/root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmph4ufbb98/kdump.conf.j2" }, "src": "/root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmph4ufbb98/kdump.conf.j2" } } <10.31.10.100> (0, b'', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 -tt 10.31.10.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370356.0705643-11330-239090249481580/AnsiballZ_file.py && sleep 0'"'"'' <10.31.11.230> (0, b'\r\n{"path": "/etc/kdump.conf", "changed": false, "diff": {"before": {"path": "/etc/kdump.conf"}, "after": {"path": "/etc/kdump.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "invocation": {"module_args": {"mode": "0644", "follow": false, "dest": "/etc/kdump.conf", "_original_basename": "kdump.conf.j2", "recurse": false, "state": "file", "path": "/etc/kdump.conf", "force": false, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.11.230 closed.\r\n') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370356.0554473-11327-209469319674075/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') <10.31.10.100> (0, b'\r\n{"path": "/etc/kdump.conf", "changed": false, "diff": {"before": {"path": "/etc/kdump.conf"}, "after": {"path": "/etc/kdump.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "invocation": {"module_args": {"mode": "0644", "follow": false, "dest": "/etc/kdump.conf", "_original_basename": "kdump.conf.j2", "recurse": false, "state": "file", "path": "/etc/kdump.conf", "force": false, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.10.100 closed.\r\n') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370356.0705643-11330-239090249481580/ > /dev/null 2>&1 && sleep 0'"'"'' ok: [managed-node1] => { "changed": false, "checksum": "5576731c228a02eb5ad949588828a3b0142172e6", "dest": "/etc/kdump.conf", "diff": { "after": { "path": "/etc/kdump.conf" }, "before": { "path": "/etc/kdump.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "kdump.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/kdump.conf", "directory_mode": null, "follow": false, "force": false, "group": null, "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/etc/kdump.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/kdump.conf", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "state": "file", "uid": 0 } <10.31.10.100> (0, b'', b'') ok: [managed-node3] => { "changed": false, "checksum": "416d35bb46dbddebcf56c61e12bf1973d2f2e282", "dest": "/etc/kdump.conf", "diff": { "after": { "path": "/etc/kdump.conf" }, "before": { "path": "/etc/kdump.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "kdump.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/kdump.conf", "directory_mode": null, "follow": false, "force": false, "group": null, "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/etc/kdump.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/kdump.conf", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 28 December 2024 02:19:16 -0500 (0:00:00.731) 0:00:14.620 ***** <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.230> (0, b'/root\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> (0, b'/root\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370356.7903266-11365-195280724689449 `" && echo ansible-tmp-1735370356.7903266-11365-195280724689449="` echo /root/.ansible/tmp/ansible-tmp-1735370356.7903266-11365-195280724689449 `" ) && sleep 0'"'"'' <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370356.7909005-11366-151766277252959 `" && echo ansible-tmp-1735370356.7909005-11366-151766277252959="` echo /root/.ansible/tmp/ansible-tmp-1735370356.7909005-11366-151766277252959 `" ) && sleep 0'"'"'' <10.31.10.100> (0, b'/root\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370356.8001692-11368-259411928374468 `" && echo ansible-tmp-1735370356.8001692-11368-259411928374468="` echo /root/.ansible/tmp/ansible-tmp-1735370356.8001692-11368-259411928374468 `" ) && sleep 0'"'"'' <10.31.11.230> (0, b'ansible-tmp-1735370356.7903266-11365-195280724689449=/root/.ansible/tmp/ansible-tmp-1735370356.7903266-11365-195280724689449\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.11.230> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpw66t6csz TO /root/.ansible/tmp/ansible-tmp-1735370356.7903266-11365-195280724689449/AnsiballZ_slurp.py <10.31.11.12> (0, b'ansible-tmp-1735370356.7909005-11366-151766277252959=/root/.ansible/tmp/ansible-tmp-1735370356.7909005-11366-151766277252959\n', b'') <10.31.11.230> 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/922bc44069 '[10.31.11.230]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.11.12> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp_5nl9vi8 TO /root/.ansible/tmp/ansible-tmp-1735370356.7909005-11366-151766277252959/AnsiballZ_slurp.py <10.31.11.12> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6fdd3e92f1 '[10.31.11.12]' <10.31.10.100> (0, b'ansible-tmp-1735370356.8001692-11368-259411928374468=/root/.ansible/tmp/ansible-tmp-1735370356.8001692-11368-259411928374468\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.10.100> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpyyvcbno6 TO /root/.ansible/tmp/ansible-tmp-1735370356.8001692-11368-259411928374468/AnsiballZ_slurp.py <10.31.10.100> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a0cb884a17 '[10.31.10.100]' <10.31.11.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp_5nl9vi8 /root/.ansible/tmp/ansible-tmp-1735370356.7909005-11366-151766277252959/AnsiballZ_slurp.py\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpw66t6csz /root/.ansible/tmp/ansible-tmp-1735370356.7903266-11365-195280724689449/AnsiballZ_slurp.py\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370356.7909005-11366-151766277252959/ /root/.ansible/tmp/ansible-tmp-1735370356.7909005-11366-151766277252959/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370356.7903266-11365-195280724689449/ /root/.ansible/tmp/ansible-tmp-1735370356.7903266-11365-195280724689449/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.10.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpyyvcbno6 /root/.ansible/tmp/ansible-tmp-1735370356.8001692-11368-259411928374468/AnsiballZ_slurp.py\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370356.8001692-11368-259411928374468/ /root/.ansible/tmp/ansible-tmp-1735370356.8001692-11368-259411928374468/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> (0, b'', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 -tt 10.31.10.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370356.8001692-11368-259411928374468/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 -tt 10.31.11.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370356.7909005-11366-151766277252959/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 -tt 10.31.11.230 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370356.7903266-11365-195280724689449/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.10.100> (0, b'\r\n{"content": "MjAxMzI2NTkyCg==", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}}\r\n', b'Shared connection to 10.31.10.100 closed.\r\n') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370356.8001692-11368-259411928374468/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.230> (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.11.230 closed.\r\n') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370356.7903266-11365-195280724689449/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.12> (0, b'\r\n{"content": "MjAxMzI2NTkyCg==", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}}\r\n', b'Shared connection to 10.31.11.12 closed.\r\n') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370356.7909005-11366-151766277252959/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') <10.31.11.230> (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.11.12> (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" } 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-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 28 December 2024 02:19:17 -0500 (0:00:00.402) 0:00:15.022 ***** 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-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 28 December 2024 02:19:17 -0500 (0:00:00.044) 0:00:15.067 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] *** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 28 December 2024 02:19:17 -0500 (0:00:00.040) 0:00:15.107 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false] *** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 28 December 2024 02:19:17 -0500 (0:00:00.039) 0:00:15.147 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Reboot the managed node] *************** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 28 December 2024 02:19:17 -0500 (0:00:00.038) 0:00:15.185 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag] *** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 28 December 2024 02:19:17 -0500 (0:00:00.037) 0:00:15.222 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] ********** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 28 December 2024 02:19:17 -0500 (0:00:00.036) 0:00:15.259 ***** <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.230> (0, b'/root\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370357.4296534-11431-213844865457645 `" && echo ansible-tmp-1735370357.4296534-11431-213844865457645="` echo /root/.ansible/tmp/ansible-tmp-1735370357.4296534-11431-213844865457645 `" ) && sleep 0'"'"'' <10.31.11.12> (0, b'/root\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370357.4391146-11432-229311810557364 `" && echo ansible-tmp-1735370357.4391146-11432-229311810557364="` echo /root/.ansible/tmp/ansible-tmp-1735370357.4391146-11432-229311810557364 `" ) && sleep 0'"'"'' <10.31.10.100> (0, b'/root\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370357.441609-11434-8507692578499 `" && echo ansible-tmp-1735370357.441609-11434-8507692578499="` echo /root/.ansible/tmp/ansible-tmp-1735370357.441609-11434-8507692578499 `" ) && sleep 0'"'"'' <10.31.11.230> (0, b'ansible-tmp-1735370357.4296534-11431-213844865457645=/root/.ansible/tmp/ansible-tmp-1735370357.4296534-11431-213844865457645\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.11.230> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmplbppawgm TO /root/.ansible/tmp/ansible-tmp-1735370357.4296534-11431-213844865457645/AnsiballZ_systemd.py <10.31.11.230> 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/922bc44069 '[10.31.11.230]' <10.31.11.12> (0, b'ansible-tmp-1735370357.4391146-11432-229311810557364=/root/.ansible/tmp/ansible-tmp-1735370357.4391146-11432-229311810557364\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.11.12> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpr51lcmuk TO /root/.ansible/tmp/ansible-tmp-1735370357.4391146-11432-229311810557364/AnsiballZ_systemd.py <10.31.11.12> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6fdd3e92f1 '[10.31.11.12]' <10.31.10.100> (0, b'ansible-tmp-1735370357.441609-11434-8507692578499=/root/.ansible/tmp/ansible-tmp-1735370357.441609-11434-8507692578499\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.10.100> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp5cxcxpnx TO /root/.ansible/tmp/ansible-tmp-1735370357.441609-11434-8507692578499/AnsiballZ_systemd.py <10.31.10.100> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a0cb884a17 '[10.31.10.100]' <10.31.11.230> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmplbppawgm /root/.ansible/tmp/ansible-tmp-1735370357.4296534-11431-213844865457645/AnsiballZ_systemd.py\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370357.4296534-11431-213844865457645/ /root/.ansible/tmp/ansible-tmp-1735370357.4296534-11431-213844865457645/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.11.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpr51lcmuk /root/.ansible/tmp/ansible-tmp-1735370357.4391146-11432-229311810557364/AnsiballZ_systemd.py\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370357.4391146-11432-229311810557364/ /root/.ansible/tmp/ansible-tmp-1735370357.4391146-11432-229311810557364/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.10.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp5cxcxpnx /root/.ansible/tmp/ansible-tmp-1735370357.441609-11434-8507692578499/AnsiballZ_systemd.py\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370357.441609-11434-8507692578499/ /root/.ansible/tmp/ansible-tmp-1735370357.441609-11434-8507692578499/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 -tt 10.31.11.230 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370357.4296534-11431-213844865457645/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 -tt 10.31.11.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370357.4391146-11432-229311810557364/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 -tt 10.31.10.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370357.441609-11434-8507692578499/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.11.230> (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-12-28 02:18:23 EST", "ExecMainStartTimestampMonotonic": "384172868", "ExecMainExitTimestamp": "Sat 2024-12-28 02:18:42 EST", "ExecMainExitTimestampMonotonic": "403241786", "ExecMainPID": "16438", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-28 02:18:23 EST] ; stop_time=[Sat 2024-12-28 02:18:42 EST] ; pid=16438 ; 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-12-28 02:18:23 EST] ; stop_time=[Sat 2024-12-28 02:18:23 EST] ; pid=16429 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "system.slice network-online.target network.target remote-fs.target basic.target systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-28 02:18:42 EST", "StateChangeTimestampMonotonic": "403242368", "InactiveExitTimestamp": "Sat 2024-12-28 02:18:23 EST", "InactiveExitTimestampMonotonic": "384173040", "ActiveEnterTimestamp": "Sat 2024-12-28 02:18:42 EST", "ActiveEnterTimestampMonotonic": "403242368", "ActiveExitTimestamp": "Sat 2024-12-28 02:18:23 EST", "ActiveExitTimestampMonotonic": "384148967", "InactiveEnterTimestamp": "Sat 2024-12-28 02:18:23 EST", "InactiveEnterTimestampMonotonic": "384171099", "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-12-28 02:18:23 EST", "ConditionTimestampMonotonic": "384171985", "AssertTimestamp": "Sat 2024-12-28 02:18:23 EST", "AssertTimestampMonotonic": "384172023", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "3218e85552f34df0b790a75db6d8d13c", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "no_block": false, "enabled": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.11.230 closed.\r\n') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370357.4296534-11431-213844865457645/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.100> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-28 02:18:42 EST", "ExecMainStartTimestampMonotonic": "384062712", "ExecMainExitTimestamp": "Sat 2024-12-28 02:19:00 EST", "ExecMainExitTimestampMonotonic": "402541625", "ExecMainPID": "16732", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-28 02:18:42 EST] ; stop_time=[Sat 2024-12-28 02:19:00 EST] ; pid=16732 ; 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-12-28 02:18:42 EST] ; stop_time=[Sat 2024-12-28 02:18:42 EST] ; pid=16723 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "system.slice network-online.target basic.target remote-fs.target systemd-journald.socket network.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-28 02:19:00 EST", "StateChangeTimestampMonotonic": "402542165", "InactiveExitTimestamp": "Sat 2024-12-28 02:18:42 EST", "InactiveExitTimestampMonotonic": "384062743", "ActiveEnterTimestamp": "Sat 2024-12-28 02:19:00 EST", "ActiveEnterTimestampMonotonic": "402542165", "ActiveExitTimestamp": "Sat 2024-12-28 02:18:42 EST", "ActiveExitTimestampMonotonic": "384037280", "InactiveEnterTimestamp": "Sat 2024-12-28 02:18:42 EST", "InactiveEnterTimestampMonotonic": "384060169", "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-12-28 02:18:42 EST", "ConditionTimestampMonotonic": "384061060", "AssertTimestamp": "Sat 2024-12-28 02:18:42 EST", "AssertTimestampMonotonic": "384061084", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "123c9bd07a8241d8af89b95b7311508f", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "no_block": false, "enabled": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.10.100 closed.\r\n') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370357.441609-11434-8507692578499/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.12> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-28 02:18:39 EST", "ExecMainStartTimestampMonotonic": "404147394", "ExecMainExitTimestamp": "Sat 2024-12-28 02:18:58 EST", "ExecMainExitTimestampMonotonic": "423435569", "ExecMainPID": "20397", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-28 02:18:39 EST] ; stop_time=[Sat 2024-12-28 02:18:58 EST] ; pid=20397 ; 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-12-28 02:18:39 EST] ; stop_time=[Sat 2024-12-28 02:18:39 EST] ; pid=20388 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target basic.target systemd-journald.socket network.target network-online.target system.slice", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-28 02:18:58 EST", "StateChangeTimestampMonotonic": "423435939", "InactiveExitTimestamp": "Sat 2024-12-28 02:18:39 EST", "InactiveExitTimestampMonotonic": "404147428", "ActiveEnterTimestamp": "Sat 2024-12-28 02:18:58 EST", "ActiveEnterTimestampMonotonic": "423435939", "ActiveExitTimestamp": "Sat 2024-12-28 02:18:39 EST", "ActiveExitTimestampMonotonic": "404121964", "InactiveEnterTimestamp": "Sat 2024-12-28 02:18:39 EST", "InactiveEnterTimestampMonotonic": "404145238", "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-12-28 02:18:39 EST", "ConditionTimestampMonotonic": "404146283", "AssertTimestamp": "Sat 2024-12-28 02:18:39 EST", "AssertTimestampMonotonic": "404146307", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "9ba68450d8c743d189825ad29ade8df7", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "no_block": false, "enabled": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.11.12 closed.\r\n') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370357.4391146-11432-229311810557364/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.230> (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": null, "state": "started", "user": null } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-12-28 02:18:42 EST", "ActiveEnterTimestampMonotonic": "403242368", "ActiveExitTimestamp": "Sat 2024-12-28 02:18:23 EST", "ActiveExitTimestampMonotonic": "384148967", "ActiveState": "active", "After": "system.slice network-online.target network.target remote-fs.target basic.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-28 02:18:23 EST", "AssertTimestampMonotonic": "384172023", "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-12-28 02:18:23 EST", "ConditionTimestampMonotonic": "384171985", "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-12-28 02:18:42 EST", "ExecMainExitTimestampMonotonic": "403241786", "ExecMainPID": "16438", "ExecMainStartTimestamp": "Sat 2024-12-28 02:18:23 EST", "ExecMainStartTimestampMonotonic": "384172868", "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-12-28 02:18:23 EST] ; stop_time=[Sat 2024-12-28 02:18:42 EST] ; pid=16438 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-28 02:18:23 EST] ; stop_time=[Sat 2024-12-28 02:18:23 EST] ; pid=16429 ; 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-12-28 02:18:23 EST", "InactiveEnterTimestampMonotonic": "384171099", "InactiveExitTimestamp": "Sat 2024-12-28 02:18:23 EST", "InactiveExitTimestampMonotonic": "384173040", "InvocationID": "3218e85552f34df0b790a75db6d8d13c", "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-12-28 02:18:42 EST", "StateChangeTimestampMonotonic": "403242368", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } <10.31.10.100> (0, b'', b'') <10.31.11.12> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": "started", "user": null } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-12-28 02:19:00 EST", "ActiveEnterTimestampMonotonic": "402542165", "ActiveExitTimestamp": "Sat 2024-12-28 02:18:42 EST", "ActiveExitTimestampMonotonic": "384037280", "ActiveState": "active", "After": "system.slice network-online.target basic.target remote-fs.target systemd-journald.socket network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-28 02:18:42 EST", "AssertTimestampMonotonic": "384061084", "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-12-28 02:18:42 EST", "ConditionTimestampMonotonic": "384061060", "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-12-28 02:19:00 EST", "ExecMainExitTimestampMonotonic": "402541625", "ExecMainPID": "16732", "ExecMainStartTimestamp": "Sat 2024-12-28 02:18:42 EST", "ExecMainStartTimestampMonotonic": "384062712", "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-12-28 02:18:42 EST] ; stop_time=[Sat 2024-12-28 02:19:00 EST] ; pid=16732 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-28 02:18:42 EST] ; stop_time=[Sat 2024-12-28 02:18:42 EST] ; pid=16723 ; 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-12-28 02:18:42 EST", "InactiveEnterTimestampMonotonic": "384060169", "InactiveExitTimestamp": "Sat 2024-12-28 02:18:42 EST", "InactiveExitTimestampMonotonic": "384062743", "InvocationID": "123c9bd07a8241d8af89b95b7311508f", "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-12-28 02:19:00 EST", "StateChangeTimestampMonotonic": "402542165", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": "started", "user": null } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-12-28 02:18:58 EST", "ActiveEnterTimestampMonotonic": "423435939", "ActiveExitTimestamp": "Sat 2024-12-28 02:18:39 EST", "ActiveExitTimestampMonotonic": "404121964", "ActiveState": "active", "After": "remote-fs.target basic.target systemd-journald.socket network.target network-online.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-28 02:18:39 EST", "AssertTimestampMonotonic": "404146307", "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-12-28 02:18:39 EST", "ConditionTimestampMonotonic": "404146283", "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-12-28 02:18:58 EST", "ExecMainExitTimestampMonotonic": "423435569", "ExecMainPID": "20397", "ExecMainStartTimestamp": "Sat 2024-12-28 02:18:39 EST", "ExecMainStartTimestampMonotonic": "404147394", "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-12-28 02:18:39 EST] ; stop_time=[Sat 2024-12-28 02:18:58 EST] ; pid=20397 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-28 02:18:39 EST] ; stop_time=[Sat 2024-12-28 02:18:39 EST] ; pid=20388 ; 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-12-28 02:18:39 EST", "InactiveEnterTimestampMonotonic": "404145238", "InactiveExitTimestamp": "Sat 2024-12-28 02:18:39 EST", "InactiveExitTimestampMonotonic": "404147428", "InvocationID": "9ba68450d8c743d189825ad29ade8df7", "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-12-28 02:18:58 EST", "StateChangeTimestampMonotonic": "423435939", "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-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 28 December 2024 02:19:17 -0500 (0:00:00.520) 0:00:15.780 ***** <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.230> (0, b'/root\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370357.9614823-11458-40220369326989 `" && echo ansible-tmp-1735370357.9614823-11458-40220369326989="` echo /root/.ansible/tmp/ansible-tmp-1735370357.9614823-11458-40220369326989 `" ) && sleep 0'"'"'' <10.31.11.12> (0, b'/root\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370357.9693725-11460-56314049059589 `" && echo ansible-tmp-1735370357.9693725-11460-56314049059589="` echo /root/.ansible/tmp/ansible-tmp-1735370357.9693725-11460-56314049059589 `" ) && sleep 0'"'"'' <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.230> (0, b'ansible-tmp-1735370357.9614823-11458-40220369326989=/root/.ansible/tmp/ansible-tmp-1735370357.9614823-11458-40220369326989\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.11.230> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpx9u85sfk TO /root/.ansible/tmp/ansible-tmp-1735370357.9614823-11458-40220369326989/AnsiballZ_file.py <10.31.11.12> (0, b'ansible-tmp-1735370357.9693725-11460-56314049059589=/root/.ansible/tmp/ansible-tmp-1735370357.9693725-11460-56314049059589\n', b'') <10.31.11.230> 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/922bc44069 '[10.31.11.230]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.11.12> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpdec4n5u3 TO /root/.ansible/tmp/ansible-tmp-1735370357.9693725-11460-56314049059589/AnsiballZ_file.py <10.31.11.12> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6fdd3e92f1 '[10.31.11.12]' <10.31.10.100> (0, b'/root\n', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370358.010495-11462-82830195130026 `" && echo ansible-tmp-1735370358.010495-11462-82830195130026="` echo /root/.ansible/tmp/ansible-tmp-1735370358.010495-11462-82830195130026 `" ) && sleep 0'"'"'' <10.31.10.100> (0, b'ansible-tmp-1735370358.010495-11462-82830195130026=/root/.ansible/tmp/ansible-tmp-1735370358.010495-11462-82830195130026\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.10.100> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp46zu0yf_ TO /root/.ansible/tmp/ansible-tmp-1735370358.010495-11462-82830195130026/AnsiballZ_file.py <10.31.10.100> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a0cb884a17 '[10.31.10.100]' <10.31.11.230> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpx9u85sfk /root/.ansible/tmp/ansible-tmp-1735370357.9614823-11458-40220369326989/AnsiballZ_file.py\n', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370357.9614823-11458-40220369326989/ /root/.ansible/tmp/ansible-tmp-1735370357.9614823-11458-40220369326989/AnsiballZ_file.py && sleep 0'"'"'' <10.31.11.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpdec4n5u3 /root/.ansible/tmp/ansible-tmp-1735370357.9693725-11460-56314049059589/AnsiballZ_file.py\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370357.9693725-11460-56314049059589/ /root/.ansible/tmp/ansible-tmp-1735370357.9693725-11460-56314049059589/AnsiballZ_file.py && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 -tt 10.31.11.230 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370357.9614823-11458-40220369326989/AnsiballZ_file.py && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') <10.31.10.100> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmp46zu0yf_ /root/.ansible/tmp/ansible-tmp-1735370358.010495-11462-82830195130026/AnsiballZ_file.py\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 -tt 10.31.11.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370357.9693725-11460-56314049059589/AnsiballZ_file.py && sleep 0'"'"'' <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370358.010495-11462-82830195130026/ /root/.ansible/tmp/ansible-tmp-1735370358.010495-11462-82830195130026/AnsiballZ_file.py && sleep 0'"'"'' <10.31.10.100> (0, b'', b'') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 -tt 10.31.10.100 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370358.010495-11462-82830195130026/AnsiballZ_file.py && sleep 0'"'"'' <10.31.11.230> (0, b'\r\n{"path": "/tmp/tests_ssh", "changed": true, "diff": {"before": {"path": "/tmp/tests_ssh", "state": "directory", "path_content": {"directories": [], "files": []}}, "after": {"path": "/tmp/tests_ssh", "state": "absent"}}, "state": "directory", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "invocation": {"module_args": {"path": "/tmp/tests_ssh", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.11.230 closed.\r\n') <10.31.11.230> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.230> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/922bc44069 10.31.11.230 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370357.9614823-11458-40220369326989/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.12> (0, b'\r\n{"path": "/tmp/tests_ssh", "changed": false, "state": "absent", "invocation": {"module_args": {"path": "/tmp/tests_ssh", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.11.12 closed.\r\n') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370357.9693725-11460-56314049059589/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.100> (0, b'\r\n{"path": "/tmp/tests_ssh", "changed": true, "diff": {"before": {"path": "/tmp/tests_ssh", "state": "directory", "path_content": {"directories": [], "files": []}}, "after": {"path": "/tmp/tests_ssh", "state": "absent"}}, "state": "directory", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "invocation": {"module_args": {"path": "/tmp/tests_ssh", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.10.100 closed.\r\n') <10.31.10.100> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.100> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/a0cb884a17 10.31.10.100 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370358.010495-11462-82830195130026/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.230> (0, b'', b'') changed: [managed-node1 -> managed-node1] => { "changed": true, "diff": { "after": { "path": "/tmp/tests_ssh", "state": "absent" }, "before": { "path": "/tmp/tests_ssh", "path_content": { "directories": [], "files": [] }, "state": "directory" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/tmp/tests_ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "mode": "0755", "owner": "root", "path": "/tmp/tests_ssh", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } <10.31.11.12> (0, b'', b'') ok: [managed-node2 -> managed-node2] => { "changed": false, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/tmp/tests_ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "path": "/tmp/tests_ssh", "state": "absent" } <10.31.10.100> (0, b'', b'') changed: [managed-node3 -> managed-node3] => { "changed": true, "diff": { "after": { "path": "/tmp/tests_ssh", "state": "absent" }, "before": { "path": "/tmp/tests_ssh", "path_content": { "directories": [], "files": [] }, "state": "directory" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/tmp/tests_ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "mode": "0755", "owner": "root", "path": "/tmp/tests_ssh", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } RUNNING HANDLER [fedora.linux_system_roles.kdump : Restart kdump] ************** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 28 December 2024 02:19:18 -0500 (0:00:00.433) 0:00:16.213 ***** <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.12> (0, b'/root\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1735370358.3741791-11488-21457340693130 `" && echo ansible-tmp-1735370358.3741791-11488-21457340693130="` echo /root/.ansible/tmp/ansible-tmp-1735370358.3741791-11488-21457340693130 `" ) && sleep 0'"'"'' <10.31.11.12> (0, b'ansible-tmp-1735370358.3741791-11488-21457340693130=/root/.ansible/tmp/ansible-tmp-1735370358.3741791-11488-21457340693130\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.11.12> PUT /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpdnn5kssv TO /root/.ansible/tmp/ansible-tmp-1735370358.3741791-11488-21457340693130/AnsiballZ_systemd.py <10.31.11.12> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6fdd3e92f1 '[10.31.11.12]' <10.31.11.12> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10510eo_b6hrp/tmpdnn5kssv /root/.ansible/tmp/ansible-tmp-1735370358.3741791-11488-21457340693130/AnsiballZ_systemd.py\n', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1735370358.3741791-11488-21457340693130/ /root/.ansible/tmp/ansible-tmp-1735370358.3741791-11488-21457340693130/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 -tt 10.31.11.12 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1735370358.3741791-11488-21457340693130/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.11.12> (0, b'\r\n{"name": "kdump", "changed": true, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-28 02:18:39 EST", "ExecMainStartTimestampMonotonic": "404147394", "ExecMainExitTimestamp": "Sat 2024-12-28 02:18:58 EST", "ExecMainExitTimestampMonotonic": "423435569", "ExecMainPID": "20397", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-28 02:18:39 EST] ; stop_time=[Sat 2024-12-28 02:18:58 EST] ; pid=20397 ; 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-12-28 02:18:39 EST] ; stop_time=[Sat 2024-12-28 02:18:39 EST] ; pid=20388 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target basic.target systemd-journald.socket network.target network-online.target system.slice", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-28 02:18:58 EST", "StateChangeTimestampMonotonic": "423435939", "InactiveExitTimestamp": "Sat 2024-12-28 02:18:39 EST", "InactiveExitTimestampMonotonic": "404147428", "ActiveEnterTimestamp": "Sat 2024-12-28 02:18:58 EST", "ActiveEnterTimestampMonotonic": "423435939", "ActiveExitTimestamp": "Sat 2024-12-28 02:18:39 EST", "ActiveExitTimestampMonotonic": "404121964", "InactiveEnterTimestamp": "Sat 2024-12-28 02:18:39 EST", "InactiveEnterTimestampMonotonic": "404145238", "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-12-28 02:18:39 EST", "ConditionTimestampMonotonic": "404146283", "AssertTimestamp": "Sat 2024-12-28 02:18:39 EST", "AssertTimestampMonotonic": "404146307", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "9ba68450d8c743d189825ad29ade8df7", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "restarted", "daemon_reload": false, "daemon_reexec": false, "no_block": false, "enabled": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.11.12 closed.\r\n') <10.31.11.12> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.12> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6fdd3e92f1 10.31.11.12 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1735370358.3741791-11488-21457340693130/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.12> (0, b'', b'') changed: [managed-node2] => { "changed": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": "restarted", "user": null } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-12-28 02:18:58 EST", "ActiveEnterTimestampMonotonic": "423435939", "ActiveExitTimestamp": "Sat 2024-12-28 02:18:39 EST", "ActiveExitTimestampMonotonic": "404121964", "ActiveState": "active", "After": "remote-fs.target basic.target systemd-journald.socket network.target network-online.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-28 02:18:39 EST", "AssertTimestampMonotonic": "404146307", "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-12-28 02:18:39 EST", "ConditionTimestampMonotonic": "404146283", "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-12-28 02:18:58 EST", "ExecMainExitTimestampMonotonic": "423435569", "ExecMainPID": "20397", "ExecMainStartTimestamp": "Sat 2024-12-28 02:18:39 EST", "ExecMainStartTimestampMonotonic": "404147394", "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-12-28 02:18:39 EST] ; stop_time=[Sat 2024-12-28 02:18:58 EST] ; pid=20397 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-28 02:18:39 EST] ; stop_time=[Sat 2024-12-28 02:18:39 EST] ; pid=20388 ; 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-12-28 02:18:39 EST", "InactiveEnterTimestampMonotonic": "404145238", "InactiveExitTimestamp": "Sat 2024-12-28 02:18:39 EST", "InactiveExitTimestampMonotonic": "404147428", "InvocationID": "9ba68450d8c743d189825ad29ade8df7", "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-12-28 02:18:58 EST", "StateChangeTimestampMonotonic": "423435939", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node1 : ok=23 changed=1 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 managed-node2 : ok=24 changed=3 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 managed-node3 : ok=23 changed=1 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 Saturday 28 December 2024 02:19:18 -0500 (0:00:00.481) 0:00:16.695 ***** =============================================================================== fedora.linux_system_roles.kdump : Install required packages ------------- 4.53s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.21s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.91s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Gather facts from managed-node1 ----------------------------------------- 0.86s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.74s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.73s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.62s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.59s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.59s /tmp/collections-ewm/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.57s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.56s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.55s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.52s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Restart kdump ------------------------- 0.48s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Cleanup kdump_path ------------------------------------------------------ 0.43s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.43s /tmp/collections-ewm/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.42s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel --- 0.40s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists --- 0.40s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 fedora.linux_system_roles.kdump : Fetch the servers public key ---------- 0.38s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 STDERR: [WARNING]: running playbook inside collection fedora.linux_system_roles TASK [Remove the temporary file] *********************************************** task path: /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:40 Saturday 28 December 2024 02:19:18 -0500 (0:00:17.491) 0:00:51.628 ***** changed: [managed-node3 -> localhost] => { "changed": true, "path": "/tmp/ansible.z6aas9j5.inventory.yaml", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node3 : ok=30 changed=8 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 Saturday 28 December 2024 02:19:19 -0500 (0:00:00.223) 0:00:51.851 ***** =============================================================================== fedora.linux_system_roles.kdump : Restart kdump ------------------------ 19.00s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Run ansible-playbook with tests_ssh.yml in check mode ------------------ 17.49s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 fedora.linux_system_roles.kdump : Install required packages ------------- 2.95s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 1.01s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Gathering Facts --------------------------------------------------------- 0.92s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Create static inventory from hostvars ----------------------------------- 0.77s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.73s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.70s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Gathering Facts --------------------------------------------------------- 0.62s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gathering Facts --------------------------------------------------------- 0.60s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Gather facts from managed-node3 ----------------------------------------- 0.60s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.56s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.50s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.49s /tmp/collections-ewm/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.48s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.48s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.46s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Create temporary file --------------------------------------------------- 0.45s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7 fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.38s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.38s /tmp/collections-ewm/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30