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-dSl/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-dSl/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Saturday 16 November 2024 02:37:41 -0500 (0:00:00.038) 0:00:00.038 ***** ok: [managed-node3] META: ran handlers TASK [Create temporary file] *************************************************** task path: /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7 Saturday 16 November 2024 02:37:42 -0500 (0:00:00.990) 0:00:01.029 ***** changed: [managed-node3 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.md1ug3wv.inventory.yaml", "size": 0, "state": "file", "uid": 0 } TASK [Create static inventory from hostvars] *********************************** task path: /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 Saturday 16 November 2024 02:37:42 -0500 (0:00:00.385) 0:00:01.415 ***** changed: [managed-node3 -> localhost] => { "changed": true, "checksum": "7ecad8f2d46fb995bd398505e24e83c623862528", "dest": "/tmp/ansible.md1ug3wv.inventory.yaml", "gid": 0, "group": "root", "md5sum": "8335a4b26fa0b5787cdc66fff073ffe7", "mode": "0644", "owner": "root", "size": 30663, "src": "/root/.ansible/tmp/ansible-tmp-1731742662.8389933-9839-142030973636436/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-dSl/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 16 November 2024 02:37:43 -0500 (0:00:00.904) 0:00:02.320 ***** ok: [managed-node3] META: ran handlers TASK [Gather facts from managed-node3] ***************************************** task path: /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 16 November 2024 02:37:44 -0500 (0:00:00.675) 0:00:02.996 ***** ok: [managed-node3 -> managed-node3] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 16 November 2024 02:37:45 -0500 (0:00:00.679) 0:00:03.676 ***** 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-dSl/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 16 November 2024 02:37:45 -0500 (0:00:00.029) 0:00:03.705 ***** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 16 November 2024 02:37:45 -0500 (0:00:00.079) 0:00:03.784 ***** included: /tmp/collections-dSl/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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 16 November 2024 02:37:45 -0500 (0:00:00.040) 0:00:03.824 ***** 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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 16 November 2024 02:37:45 -0500 (0:00:00.031) 0:00:03.856 ***** 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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 16 November 2024 02:37:45 -0500 (0:00:00.420) 0:00:04.277 ***** 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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 16 November 2024 02:37:45 -0500 (0:00:00.023) 0:00:04.301 ***** 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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 16 November 2024 02:37:45 -0500 (0:00:00.043) 0:00:04.344 ***** 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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 16 November 2024 02:37:48 -0500 (0:00:03.204) 0:00:07.549 ***** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-11-16 02:37:21 EST", "ActiveEnterTimestampMonotonic": "459304140", "ActiveExitTimestamp": "Sat 2024-11-16 02:37:05 EST", "ActiveExitTimestampMonotonic": "443331028", "ActiveState": "active", "After": "network-online.target remote-fs.target network.target basic.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-11-16 02:37:05 EST", "AssertTimestampMonotonic": "443357128", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-11-16 02:37:05 EST", "ConditionTimestampMonotonic": "443357101", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-11-16 02:37:21 EST", "ExecMainExitTimestampMonotonic": "459303544", "ExecMainPID": "8415", "ExecMainStartTimestamp": "Sat 2024-11-16 02:37:05 EST", "ExecMainStartTimestampMonotonic": "443358119", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:05 EST] ; stop_time=[Sat 2024-11-16 02:37:21 EST] ; pid=8415 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:05 EST] ; stop_time=[Sat 2024-11-16 02:37:05 EST] ; pid=8406 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-11-16 02:37:05 EST", "InactiveEnterTimestampMonotonic": "443356183", "InactiveExitTimestamp": "Sat 2024-11-16 02:37:05 EST", "InactiveExitTimestampMonotonic": "443358159", "InvocationID": "ae6bff729bf74fe089eab72b91e90bd1", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-11-16 02:37:21 EST", "StateChangeTimestampMonotonic": "459304140", "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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 16 November 2024 02:37:49 -0500 (0:00:00.830) 0:00:08.379 ***** included: /tmp/collections-dSl/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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 16 November 2024 02:37:49 -0500 (0:00:00.062) 0:00:08.441 ***** changed: [managed-node3] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": "0:00:00.542567", "end": "2024-11-16 02:37:50.858956", "rc": 0, "start": "2024-11-16 02:37:50.316389" } 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:/j2CSwf1S5Dk3LSyhWD1g48/GP2gJ3k7kguWUxMmgCI root@managed-node3 The key's randomart image is: +---[RSA 3072]----+ | .. o.o . | |E . . o = B . | | . . . % * | | + @ . | | S * * | | . + O + | | B.*.* . | | o.=+=oo | | ..o+oo | +----[SHA256]-----+ TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 16 November 2024 02:37:50 -0500 (0:00:01.095) 0:00:09.537 ***** ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FER2RWOUZlRldWWFpaMmxEWTBPdWNvcGZxa0Q3TWVDVmtzbzNoblR1aENHam9EQjJraWI1M1VPY0hZc2s1S1VEbnVSc0hMRGxYZkxpRWZFYkpkQlFvM3U3ckdWMURCRThmcXB6RTJQQmZsbmswWFNkSng0Z2w3aVp5V2w5blZ1bXBqOXE4aDNKcUpHYXgwQjJ1U3VXbmhCOSs5RytybzdUYmxGTUM2am1CUGxUZHl2VDZNdXBET1hKMmhnSVczczdWUkl6Sk0zNUZWdnRYQ3ZPa0Nqd1ZBTWdUQVZJYlFMWVR2YXZyOXE0T1c3QnhPZ2p2aFZuSHdyeXZidzFTcEFvQSt4dzJjb0ZEUTkrNTM0OU1HQ1cyUzNOVkVXeXVDWGgvNEpSZ2FwWHF6WHQrT3ZhNVZDcVoyTHBRUHFYMXZKcGlZandrUnVOemFOc1dSaHpnK0pUOEhtMit2TUEyTVdhK0JZYm1LamwySHAxMm9yTDNjNUtONHVNU2VVR2RuMUtSMWEyajV4SjdvWGl3eWFlRUIzWUdxdnlvUGRwYjQ3c0txVEdCem8yT1lPQlg2YjJlNHJOMjJ6cm93cHZOcDlaOHkvRnRxLytTWGNrMWVMM3gvbE84UU5PL3dMMWNaRExVT3hROGhiWHNVM0E5RExiRGplelVEcUovQzRNeVZZaFU9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "encoding": "base64", "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 16 November 2024 02:37:51 -0500 (0:00:00.550) 0:00:10.087 ***** 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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 16 November 2024 02:37:52 -0500 (0:00:00.631) 0:00:10.719 ***** ok: [managed-node3 -> managed-node3] => { "changed": false, "stat": { "atime": 1731742202.4370139, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1731742670.8577487, "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": 1731742670.8577487, "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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 16 November 2024 02:37:52 -0500 (0:00:00.415) 0:00:11.134 ***** ok: [managed-node3 -> managed-node3] => { "changed": false, "stat": { "atime": 1731742514.4735482, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1731742202.4370139, "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": 1731742202.436014, "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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 16 November 2024 02:37:52 -0500 (0:00:00.403) 0:00:11.538 ***** 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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 16 November 2024 02:37:53 -0500 (0:00:00.557) 0:00:12.095 ***** 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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 16 November 2024 02:37:54 -0500 (0:00:00.528) 0:00:12.624 ***** ok: [managed-node3 -> managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEYlhEZ2VEM1Bocmt6TWVCQk03eVdsZ0NmTGl4elUrQjUzTGVoUm93SHF6eVgvSUpwc21LSGFVekE3M3ZhQ3dkYUhRMUkySjRkRXZYVnN4QWFSME9HTUpNRHRib3VHeUI4VE1nTGxjN2F2Wk9ERWcveXcreStBNUh6SVcvOWFuVExkQ2xsMmEybGVNbkQzbFk1NEtRK21Hb0pjbXp4OUx4THFjUUU3Z2xJeWNCSVNoWk1tNU95WW80dlU0TjVNVS85QmJBQ1JzTWRETnF2VllnWEJNVW5tZzNsSXRyRVBvbjBPVjJyclhyUGVwZTM4MGlaUmNHWmNQcmpBai8xOTV2MENGSDJoUEd4VytKVE1nelNMWWtkbERmRTkvcEliM01KZWMzUWNtR3lRdzA2WjBCM3Vqd1FkWDNMc1ZyNWRCMzlXUllmWU0zNHRwUGRjMUZqeVpFQmpLVUJvczkwUDl6MjVONCtNTG5NQVhwc1B1RFBjMjYwQWM4cXY3TXF4dTJoajVxQnRpclBoV0Z4aXU4MWxkRERyV3RvWHNFaVNtaWhpWjRDT0NBM2xacVlobVNEN3JmWkwyZWJpSHl1NU8vZFpyQkd2emNQYmVzZTB5WFUwaHAxSjRrak9rS0xuTDUzNEJVRGpEZC96WnR3TzlXMkdCLzhUS2l4ZFJHZXlpek09IHJvb3RAaXAtMTAtMzEtNDAtMjQ0LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 16 November 2024 02:37:54 -0500 (0:00:00.369) 0:00:12.993 ***** changed: [managed-node3] => { "changed": true, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.40.244 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbXDgeD3PhrkzMeBBM7yWlgCfLixzU+B53LehRowHqzyX/IJpsmKHaUzA73vaCwdaHQ1I2J4dEvXVsxAaR0OGMJMDtbouGyB8TMgLlc7avZODEg/yw+y+A5HzIW/9anTLdCll2a2leMnD3lY54KQ+mGoJcmzx9LxLqcQE7glIycBIShZMm5OyYo4vU4N5MU/9BbACRsMdDNqvVYgXBMUnmg3lItrEPon0OV2rrXrPepe380iZRcGZcPrjAj/195v0CFH2hPGxW+JTMgzSLYkdlDfE9/pIb3MJec3QcmGyQw06Z0B3ujwQdX3LsVr5dB39WRYfYM34tpPdc1FjyZEBjKUBos90P9z25N4+MLnMAXpsPuDPc260Ac8qv7Mqxu2hj5qBtirPhWFxiu81ldDDrWtoXsEiSmihiZ4COCA3lZqYhmSD7rfZL2ebiHyu5O/dZrBGvzcPbese0yXU0hp1J4kjOkKLnL534BUDjDd/zZtwO9W2GB/8TKixdRGeyizM= root@ip-10-31-40-244.us-east-1.aws.redhat.com\n", "mode": "0644", "name": "10.31.40.244", "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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 16 November 2024 02:37:54 -0500 (0:00:00.522) 0:00:13.516 ***** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1731742625.2634208, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5eea1b4829897f2843bafdff6b482ed722029483", "ctime": 1731742623.4104888, "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": 1731742623.1204994, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 77, "uid": 0, "version": "2388659664", "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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 16 November 2024 02:37:55 -0500 (0:00:00.378) 0:00:13.895 ***** NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed-node3 changed: [managed-node3] => { "backup_file": "/etc/kdump.conf.16198.2024-11-16@02:37:55~", "changed": true, "checksum": "49c0504a79ad653ea6c727fe1b37a0b93e76f4ea", "dest": "/etc/kdump.conf", "gid": 0, "group": "root", "md5sum": "78865541b86eea248740df896772ba5a", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1731742675.321549-10210-6320349545156/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 16 November 2024 02:37:56 -0500 (0:00:00.778) 0:00:14.673 ***** 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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 16 November 2024 02:37:56 -0500 (0:00:00.372) 0:00:15.046 ***** 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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 16 November 2024 02:37:56 -0500 (0:00:00.022) 0:00:15.068 ***** 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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 16 November 2024 02:37:56 -0500 (0:00:00.018) 0:00:15.086 ***** 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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 16 November 2024 02:37:56 -0500 (0:00:00.018) 0:00:15.105 ***** 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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 16 November 2024 02:37:56 -0500 (0:00:00.019) 0:00:15.125 ***** 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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 16 November 2024 02:37:56 -0500 (0:00:00.018) 0:00:15.143 ***** 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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 16 November 2024 02:37:56 -0500 (0:00:00.019) 0:00:15.162 ***** ok: [managed-node3] => { "changed": false, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-11-16 02:37:21 EST", "ActiveEnterTimestampMonotonic": "459304140", "ActiveExitTimestamp": "Sat 2024-11-16 02:37:05 EST", "ActiveExitTimestampMonotonic": "443331028", "ActiveState": "active", "After": "network-online.target remote-fs.target network.target basic.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-11-16 02:37:05 EST", "AssertTimestampMonotonic": "443357128", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-11-16 02:37:05 EST", "ConditionTimestampMonotonic": "443357101", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-11-16 02:37:21 EST", "ExecMainExitTimestampMonotonic": "459303544", "ExecMainPID": "8415", "ExecMainStartTimestamp": "Sat 2024-11-16 02:37:05 EST", "ExecMainStartTimestampMonotonic": "443358119", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:05 EST] ; stop_time=[Sat 2024-11-16 02:37:21 EST] ; pid=8415 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:05 EST] ; stop_time=[Sat 2024-11-16 02:37:05 EST] ; pid=8406 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-11-16 02:37:05 EST", "InactiveEnterTimestampMonotonic": "443356183", "InactiveExitTimestamp": "Sat 2024-11-16 02:37:05 EST", "InactiveExitTimestampMonotonic": "443358159", "InvocationID": "ae6bff729bf74fe089eab72b91e90bd1", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-11-16 02:37:21 EST", "StateChangeTimestampMonotonic": "459304140", "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-dSl/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 16 November 2024 02:37:57 -0500 (0:00:00.508) 0:00:15.671 ***** 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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 16 November 2024 02:37:57 -0500 (0:00:00.386) 0:00:16.058 ***** changed: [managed-node3] => { "changed": true, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-11-16 02:37:21 EST", "ActiveEnterTimestampMonotonic": "459304140", "ActiveExitTimestamp": "Sat 2024-11-16 02:37:05 EST", "ActiveExitTimestampMonotonic": "443331028", "ActiveState": "active", "After": "network-online.target remote-fs.target network.target basic.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-11-16 02:37:05 EST", "AssertTimestampMonotonic": "443357128", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-11-16 02:37:05 EST", "ConditionTimestampMonotonic": "443357101", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-11-16 02:37:21 EST", "ExecMainExitTimestampMonotonic": "459303544", "ExecMainPID": "8415", "ExecMainStartTimestamp": "Sat 2024-11-16 02:37:05 EST", "ExecMainStartTimestampMonotonic": "443358119", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:05 EST] ; stop_time=[Sat 2024-11-16 02:37:21 EST] ; pid=8415 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:05 EST] ; stop_time=[Sat 2024-11-16 02:37:05 EST] ; pid=8406 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-11-16 02:37:05 EST", "InactiveEnterTimestampMonotonic": "443356183", "InactiveExitTimestamp": "Sat 2024-11-16 02:37:05 EST", "InactiveExitTimestampMonotonic": "443358159", "InvocationID": "ae6bff729bf74fe089eab72b91e90bd1", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-11-16 02:37:21 EST", "StateChangeTimestampMonotonic": "459304140", "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-dSl/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Saturday 16 November 2024 02:38:19 -0500 (0:00:21.803) 0:00:37.861 ***** ok: [managed-node3] META: ran handlers TASK [Run ansible-playbook with tests_ssh.yml in check mode] ******************* task path: /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 Saturday 16 November 2024 02:38:19 -0500 (0:00:00.659) 0:00:38.521 ***** ok: [managed-node3 -> localhost] => { "changed": false, "cmd": [ "ansible-playbook", "-vvv", "-i", "/tmp/ansible.md1ug3wv.inventory.yaml", "--check", "tests_ssh.yml" ], "delta": "0:00:18.483720", "end": "2024-11-16 02:38:38.674340", "rc": 0, "start": "2024-11-16 02:38:20.190620" } 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.md1ug3wv.inventory.yaml as it did not pass its verify_file() method script declined parsing /tmp/ansible.md1ug3wv.inventory.yaml as it did not pass its verify_file() method Parsed /tmp/ansible.md1ug3wv.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-dSl/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 16 November 2024 02:38:20 -0500 (0:00:00.025) 0:00:00.025 ***** <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.78> (0, b'/root\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742700.8998985-10616-50969146279496 `" && echo ansible-tmp-1731742700.8998985-10616-50969146279496="` echo /root/.ansible/tmp/ansible-tmp-1731742700.8998985-10616-50969146279496 `" ) && sleep 0'"'"'' <10.31.43.177> (0, b'/root\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742700.902974-10617-112064757705067 `" && echo ansible-tmp-1731742700.902974-10617-112064757705067="` echo /root/.ansible/tmp/ansible-tmp-1731742700.902974-10617-112064757705067 `" ) && sleep 0'"'"'' <10.31.40.244> (0, b'/root\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742700.906099-10619-265630077251108 `" && echo ansible-tmp-1731742700.906099-10619-265630077251108="` echo /root/.ansible/tmp/ansible-tmp-1731742700.906099-10619-265630077251108 `" ) && sleep 0'"'"'' <10.31.40.78> (0, b'ansible-tmp-1731742700.8998985-10616-50969146279496=/root/.ansible/tmp/ansible-tmp-1731742700.8998985-10616-50969146279496\n', b'') <10.31.43.177> (0, b'ansible-tmp-1731742700.902974-10617-112064757705067=/root/.ansible/tmp/ansible-tmp-1731742700.902974-10617-112064757705067\n', b'') <10.31.40.244> (0, b'ansible-tmp-1731742700.906099-10619-265630077251108=/root/.ansible/tmp/ansible-tmp-1731742700.906099-10619-265630077251108\n', b'') Attempting python interpreter discovery Attempting python interpreter discovery <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/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.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/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.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.5'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' <10.31.40.78> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.40.244> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.43.177> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.40.78> (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.40.244> (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 Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.40.78> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmp6p3h8rnj TO /root/.ansible/tmp/ansible-tmp-1731742700.8998985-10616-50969146279496/AnsiballZ_setup.py <10.31.40.244> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpyrpty7ms TO /root/.ansible/tmp/ansible-tmp-1731742700.906099-10619-265630077251108/AnsiballZ_setup.py <10.31.40.244> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/01afbd76a0 '[10.31.40.244]' <10.31.40.78> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5fb8715edb '[10.31.40.78]' <10.31.43.177> (0, b'{"platform_dist_result": ["centos", "8", ""], "osrelease_content": "NAME=\\"CentOS Stream\\"\\nVERSION=\\"8\\"\\nID=\\"centos\\"\\nID_LIKE=\\"rhel fedora\\"\\nVERSION_ID=\\"8\\"\\nPLATFORM_ID=\\"platform:el8\\"\\nPRETTY_NAME=\\"CentOS Stream 8\\"\\nANSI_COLOR=\\"0;31\\"\\nCPE_NAME=\\"cpe:/o:centos:centos:8\\"\\nHOME_URL=\\"https://centos.org/\\"\\nBUG_REPORT_URL=\\"https://bugzilla.redhat.com/\\"\\nREDHAT_SUPPORT_PRODUCT=\\"Red Hat Enterprise Linux 8\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=\\"CentOS Stream\\"\\n"}\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.43.177> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpe5pi6r_g TO /root/.ansible/tmp/ansible-tmp-1731742700.902974-10617-112064757705067/AnsiballZ_setup.py <10.31.43.177> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9b88d29d55 '[10.31.43.177]' <10.31.40.78> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmp6p3h8rnj /root/.ansible/tmp/ansible-tmp-1731742700.8998985-10616-50969146279496/AnsiballZ_setup.py\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742700.8998985-10616-50969146279496/ /root/.ansible/tmp/ansible-tmp-1731742700.8998985-10616-50969146279496/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.244> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpyrpty7ms /root/.ansible/tmp/ansible-tmp-1731742700.906099-10619-265630077251108/AnsiballZ_setup.py\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742700.906099-10619-265630077251108/ /root/.ansible/tmp/ansible-tmp-1731742700.906099-10619-265630077251108/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.43.177> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpe5pi6r_g /root/.ansible/tmp/ansible-tmp-1731742700.902974-10617-112064757705067/AnsiballZ_setup.py\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742700.902974-10617-112064757705067/ /root/.ansible/tmp/ansible-tmp-1731742700.902974-10617-112064757705067/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.78> (0, b'', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> (0, b'', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb -tt 10.31.40.78 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742700.8998985-10616-50969146279496/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 -tt 10.31.40.244 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742700.906099-10619-265630077251108/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 -tt 10.31.43.177 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742700.902974-10617-112064757705067/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.78> (0, b'\r\n{"ansible_facts": {"ansible_apparmor": {"status": "disabled"}, "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_local": {}, "ansible_fibre_channel_wwn": [], "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_is_chroot": false, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAKeMCuyIOruvPrsALasPKXaSbnqVoBLwNMp3KR1TT3zGWfGDAVtZ5uywNJm8QLQa65iPejXdV5w6RZubZarNXyQLTtVt4zyo0cDcEjVKPMgRZWOoY/an7mBKhTDAv/NYXzRjAspAMZTTRXJcB2ZyIQ6mU/3OKf/E7R4aetnk81nVAAAAFQCp6n4QzusVehQxovWC3Wj074MTQQAAAIAtotgPch+u7nS2bNbxxoxcRvPq7lEYDIwkO1f5bLJ6jwsz3KvAHf4crQr39NXF5OGsgz9Id8C5gufjuTCah/orqXTjUcXIFGtTj4BlsAsi3gfRh8VO07fWfc6uaGbdNHoUPfdltQ1FA0BuQfkHoIglRMv3gBtwsvxPg7eIirdTdAAAAIB1TCjf/yE/Ki1sCB5I0zeD9oPyPXYaXSyqj8ttYGpMbvQuDbF/dFRcSUPsQmY/C+71v7wgQ57pc8s9SJUTq0khuhJ04i19an+x96ZMfFgEUNxtBcfkmM6Jljdtw8AY/odrcpbkYunsydzSkbnyU7FKHbvkng/BVFqSao6vj3RlFA==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCf5I0jN8YZjy7QBm5kODjqKsVgfaTkybnCa8rBSJqY4G+jkuOUtPBzywBdUXQodn4qIf2K/ZBw71nxAoV/Dc1VEafzuH61UgFHoI8dYVROf8vnvBRZ4MLUC7m6yAEkHm3DCWagigmYtl+33OdZRPfwf/6s9q05clKpFlDARFe8CV36EOPQXJqK1O1XgudZEZWbqaVbWZE9/asQeWYQatWPr4LUh35LYzGmL+NbRAdW1kjLoD8knkPR3TKSevYn8vjSX4cD1uuXHnbNqqnro2T6oonPup5DNB8FooZoQqAKbzUy+XCKquU9NXmPRmBlJRy3qkgyo9uCig29aPIzLoh2F2FgsIiOUeQA7yBftE7WKddB1aqOH/IN50+bFvyKHO67gVDeyDf251jcErpfxIygTolegfCC/QNJGQHtvhEIWOXHPA5tkhN6ZMS8UgpI5W7GSTMV2Oa2wxoawHPjRMs/wvVqtAzw33qjjUdKds/dVChBzMdG1nSFQIZy3dCwAf0=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP+TEJRTAntI+NXQSK+/WNL7fKNy7tlHl3okYngxkRermI9N9Ly2OGrOoxu8LpKu+6ke0C4I5knjEG/usSvNiic=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIIQxT+hzEE04AH1Tx0AswAsfKlr1jEYKxUV4ma2ZlSFY", "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": "64d70053c3434cfc8213553c6003d190", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_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_date_time": {"year": "2024", "month": "11", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "46", "day": "16", "hour": "02", "minute": "38", "second": "21", "epoch": "1731742701", "date": "2024-11-16", "time": "02:38:21", "iso8601_micro": "2024-11-16T07:38:21.760804Z", "iso8601": "2024-11-16T07:38:21Z", "iso8601_basic": "20241116T023821760804", "iso8601_basic_short": "20241116T023821", "tz": "EST", "tz_offset": "-0500"}, "ansible_lsb": {}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.46.229 55132 10.31.40.78 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.46.229 55132 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_fips": false, "ansible_iscsi_iqn": "", "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_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"}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "0e:10:54:4b:21:2b", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.40.78", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0"}, "ipv6": [{"address": "fe80::c10:54ff:fe4b:212b", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.40.78", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "macaddress": "0e:10:54:4b:21:2b", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.40.78"], "ansible_all_ipv6_addresses": ["fe80::c10:54ff:fe4b:212b"], "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": 2837, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 702, "free": 2837}, "nocache": {"free": 3337, "used": 202}, "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": "ec271a43-069b-d040-ba90-c39851628f56", "ansible_product_uuid": "ec271a43-069b-d040-ba90-c39851628f56", "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": 522, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560425472, "block_size": 4096, "block_total": 65533179, "block_available": 64345807, "block_used": 1187372, "inode_total": 131071472, "inode_available": 130996224, "inode_used": 75248, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.40.78 closed.\r\n') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742700.8998985-10616-50969146279496/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.244> (0, b'\r\n{"ansible_facts": {"ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAMppSJTUY18N06A9KqeHuBH/1jVEAlL4K6Fa++qlq1XFMERpgeEnYSQSWV7k8eDXcebJ1VRzs36+FxZfCstku2PtJy2Bu/6OzB3lawF3av7B8yLQcb8skJSvHx71alOlFY0+BW84L1kxELFBZHWgx3XsdWPKxkOkG+20X6tMGQdBAAAAFQDwwhAFLUObVXkB6szbb3q/zT7N5QAAAIEAgR3hkYGrmfUxT79a8acbCtMj+2TQQZZP/W3lWJF1hVweZZAr9bgJFKs0xVgXKZgaYkWYiKhvv/NY4aJQqmCs4VDy2l66g+JQxKF9V3WS8WunDtXOWpkCJiA9YByvuu3tj7he88ls+HxO1EnPAZiIW+hmx+4p1V1Rx815Si4lO5MAAACAI64baTnsZ0rNsLKVgmGB7HmgEeuXFRi+CwtLd3HfQMVpX3F9eeyNffkGXsDLNPlyS352Vf4xMhfOb6Y/QqwErIC06j7XhF+JtCO7ZaLrldsrGGnPpJtwpJ8mqbGutz5iLFOUtqobhCap1RuTjot9HHhjOhDHdXVzP93rCWQ+g58=", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDbXDgeD3PhrkzMeBBM7yWlgCfLixzU+B53LehRowHqzyX/IJpsmKHaUzA73vaCwdaHQ1I2J4dEvXVsxAaR0OGMJMDtbouGyB8TMgLlc7avZODEg/yw+y+A5HzIW/9anTLdCll2a2leMnD3lY54KQ+mGoJcmzx9LxLqcQE7glIycBIShZMm5OyYo4vU4N5MU/9BbACRsMdDNqvVYgXBMUnmg3lItrEPon0OV2rrXrPepe380iZRcGZcPrjAj/195v0CFH2hPGxW+JTMgzSLYkdlDfE9/pIb3MJec3QcmGyQw06Z0B3ujwQdX3LsVr5dB39WRYfYM34tpPdc1FjyZEBjKUBos90P9z25N4+MLnMAXpsPuDPc260Ac8qv7Mqxu2hj5qBtirPhWFxiu81ldDDrWtoXsEiSmihiZ4COCA3lZqYhmSD7rfZL2ebiHyu5O/dZrBGvzcPbese0yXU0hp1J4kjOkKLnL534BUDjDd/zZtwO9W2GB/8TKixdRGeyizM=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPSqmBPTde42NuALUK03kVMLkzd+fs4mIaVhVivDGYCVjxSWRuR21gnNhb5ZeNAqn5qNinFM9YUJyvJ0gyHdy0A=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBKYqzo7fpzJCZX28V+T6OxHH+JSUvE5Skeok6ANZ1zk", "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": "898d775d5cf64d919970b979d3ee4861", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_lsb": {}, "ansible_iscsi_iqn": "", "ansible_apparmor": {"status": "disabled"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_hostnqn": "", "ansible_is_chroot": false, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_local": {}, "ansible_date_time": {"year": "2024", "month": "11", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "46", "day": "16", "hour": "02", "minute": "38", "second": "21", "epoch": "1731742701", "date": "2024-11-16", "time": "02:38:21", "iso8601_micro": "2024-11-16T07:38:21.765058Z", "iso8601": "2024-11-16T07:38:21Z", "iso8601_basic": "20241116T023821765058", "iso8601_basic_short": "20241116T023821", "tz": "EST", "tz_offset": "-0500"}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.46.229 35064 10.31.40.244 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.46.229 35064 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_fibre_channel_wwn": [], "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_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": 2837, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 702, "free": 2837}, "nocache": {"free": 3337, "used": 202}, "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": "ec26ace9-b791-6839-1d99-34d441511edf", "ansible_product_uuid": "ec26ace9-b791-6839-1d99-34d441511edf", "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": 519, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560425472, "block_size": 4096, "block_total": 65533179, "block_available": 64345807, "block_used": 1187372, "inode_total": 131071472, "inode_available": 130996224, "inode_used": 75248, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:a5:78:66:26:91", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.40.244", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0"}, "ipv6": [{"address": "fe80::ca5:78ff:fe66:2691", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.40.244", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "macaddress": "0e:a5:78:66:26:91", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.40.244"], "ansible_all_ipv6_addresses": ["fe80::ca5:78ff:fe66:2691"], "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.40.244 closed.\r\n') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742700.906099-10619-265630077251108/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.78> (0, b'', b'') <10.31.40.244> (0, b'', b'') ok: [managed-node1] ok: [managed-node3] <10.31.43.177> (0, b'\r\n{"ansible_facts": {"ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBANJeiB0yo6UM7Bdql0Iyato4WmVCSHnOOasf3pRPodItGHANrxZeD3DqSphD1inIj6kX09ySZXGW+finZtfsoyoWZZup+8fTmSxZgbnrMUaH1/isTEOeKnU2ATtO5TkrvZuVeFoftuY4PG1xjJFGwjBQmIByavToD+PUBKHDA4FdAAAAFQCnHxnHT/7zIdpANoTzLfPq7lRPUQAAAIA9xNP5yPBVqOIR8wzM4ESrFTg6omGCUYQwq0SXaB/mFCFH+7x91LSOFnihkkn0e2sPlT1k6UIGho7nhBVwC3/R8BSCzwHEYhXzLjk4ylA92kixKgg8m8BUsBunqG4ROKZPATigQIdgBPqGGk5XMNPRW3FRsRRdNiw9LQYh7qrkfwAAAIAjQmYj+FRdrRNPM+b4/cd4Uv2alwmBzqx/9nPZdQihQ+uMUwIaI1ikfuiSTOtBR0tOr4nKnlpspusyQ/xzrYHjuR63uczL9RrpD4tyoD27uAqDJpK+3DwLrKHVPhvP6OIdAvD9bB8LuicH11j4l/yT6V8BC2YUSbsHsdRe7nswcA==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCiExl2ahpKEcdF9NvHs3j4JDIsZGc2cHlWewcigc0EhIyUJUG3g+PRZa4H5YkyoTOwdWFtsJhu7az6mSQeDSWxbrVk5TlU2CHB9vifL3DffsI6I30nav6HtigFgAUjSBN7dFXL4Y309CBYom4poFtQFF2yclKblymWDvqU3eVuPXzMAwoQaAqsWN1FC85ryHPC1oSNsFcL/kr8vcMfZWUjOFTjo6BTj3gglafOxbthqeY4uQJzuiQsP+otYBos87RZli7W+hsEa/LAtyoMcdhHK+vfLuV0T7m6xHyygyZlE75xslNtqJ/4mHhFoRRnyktG5K81w0RUtEtE0JDMaQsH5a+sr5fOXJk4OGG/Vl4eUp4lsjYAvskcTeoFGdn9g10+Ycncdn2YheZZl40QvDqjMtKZfgiNEXjrlno1S0sv1rSqAjpgK9nXVQc0y1JIN4TeSb8F2lgB2EOF/eiMUvf05vWGU8/CQlLBx4zxzvjKQqm5VBPDnGmMfKjZl6Rg2KE=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAUeZGKdpivTCajxMzLu5B5tbtv6o+8oshCHxTBH1UbkyeybFOvSFmboJIn3jLpZBf0H1pU/117o8/9exi4vRrw=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIIl5fa8Wvi1Va53BZzsDTRN7Y1V9fj8sVE8KGwE1PA2G", "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node2", "ansible_hostname": "managed-node2", "ansible_nodename": "managed-node2", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "22de8a69385b4b088aa00902f7e8bb35", "ansible_apparmor": {"status": "disabled"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_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_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_fibre_channel_wwn": [], "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:a1:fd:f3:dc:63", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.43.177", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0"}, "ipv6": [{"address": "fe80::ca1:fdff:fef3:dc63", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.43.177", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "macaddress": "0e:a1:fd:f3:dc:63", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.43.177"], "ansible_all_ipv6_addresses": ["fe80::ca1:fdff:fef3:dc63"], "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_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": 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": "ec282486-1aa2-c661-21ae-6937c3209983", "ansible_product_uuid": "ec282486-1aa2-c661-21ae-6937c3209983", "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": 521, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560232960, "block_size": 4096, "block_total": 65533179, "block_available": 64345760, "block_used": 1187419, "inode_total": 131071472, "inode_available": 130996214, "inode_used": 75258, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_iscsi_iqn": "", "ansible_fips": false, "ansible_date_time": {"year": "2024", "month": "11", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "46", "day": "16", "hour": "02", "minute": "38", "second": "22", "epoch": "1731742702", "date": "2024-11-16", "time": "02:38:22", "iso8601_micro": "2024-11-16T07:38:22.062345Z", "iso8601": "2024-11-16T07:38:22Z", "iso8601_basic": "20241116T023822062345", "iso8601_basic_short": "20241116T023822", "tz": "EST", "tz_offset": "-0500"}, "ansible_hostnqn": "", "ansible_local": {}, "ansible_service_mgr": "systemd", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.46.229 59528 10.31.43.177 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.46.229 59528 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.43.177 closed.\r\n') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742700.902974-10617-112064757705067/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') ok: [managed-node2] META: ran handlers TASK [Gather facts from managed-node1] ***************************************** task path: /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 16 November 2024 02:38:22 -0500 (0:00:01.353) 0:00:01.378 ***** <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.78> (0, b'/root\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742702.2453015-10682-235432288895188 `" && echo ansible-tmp-1731742702.2453015-10682-235432288895188="` echo /root/.ansible/tmp/ansible-tmp-1731742702.2453015-10682-235432288895188 `" ) && sleep 0'"'"'' <10.31.43.177> (0, b'/root\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742702.2699225-10684-235322018037866 `" && echo ansible-tmp-1731742702.2699225-10684-235322018037866="` echo /root/.ansible/tmp/ansible-tmp-1731742702.2699225-10684-235322018037866 `" ) && sleep 0'"'"'' <10.31.40.244> (0, b'/root\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742702.2742913-10685-191443395199131 `" && echo ansible-tmp-1731742702.2742913-10685-191443395199131="` echo /root/.ansible/tmp/ansible-tmp-1731742702.2742913-10685-191443395199131 `" ) && sleep 0'"'"'' <10.31.40.78> (0, b'ansible-tmp-1731742702.2453015-10682-235432288895188=/root/.ansible/tmp/ansible-tmp-1731742702.2453015-10682-235432288895188\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.40.78> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpz0aut81u TO /root/.ansible/tmp/ansible-tmp-1731742702.2453015-10682-235432288895188/AnsiballZ_setup.py <10.31.40.78> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5fb8715edb '[10.31.40.78]' <10.31.40.244> (0, b'ansible-tmp-1731742702.2742913-10685-191443395199131=/root/.ansible/tmp/ansible-tmp-1731742702.2742913-10685-191443395199131\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.40.244> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmprp5h0y6o TO /root/.ansible/tmp/ansible-tmp-1731742702.2742913-10685-191443395199131/AnsiballZ_setup.py <10.31.40.244> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/01afbd76a0 '[10.31.40.244]' <10.31.43.177> (0, b'ansible-tmp-1731742702.2699225-10684-235322018037866=/root/.ansible/tmp/ansible-tmp-1731742702.2699225-10684-235322018037866\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.43.177> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpwb5y7o1z TO /root/.ansible/tmp/ansible-tmp-1731742702.2699225-10684-235322018037866/AnsiballZ_setup.py <10.31.43.177> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9b88d29d55 '[10.31.43.177]' <10.31.40.78> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpz0aut81u /root/.ansible/tmp/ansible-tmp-1731742702.2453015-10682-235432288895188/AnsiballZ_setup.py\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742702.2453015-10682-235432288895188/ /root/.ansible/tmp/ansible-tmp-1731742702.2453015-10682-235432288895188/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.244> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmprp5h0y6o /root/.ansible/tmp/ansible-tmp-1731742702.2742913-10685-191443395199131/AnsiballZ_setup.py\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742702.2742913-10685-191443395199131/ /root/.ansible/tmp/ansible-tmp-1731742702.2742913-10685-191443395199131/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.78> (0, b'', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb -tt 10.31.40.78 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742702.2453015-10682-235432288895188/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.43.177> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpwb5y7o1z /root/.ansible/tmp/ansible-tmp-1731742702.2699225-10684-235322018037866/AnsiballZ_setup.py\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742702.2699225-10684-235322018037866/ /root/.ansible/tmp/ansible-tmp-1731742702.2699225-10684-235322018037866/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.244> (0, b'', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 -tt 10.31.40.244 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742702.2742913-10685-191443395199131/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 -tt 10.31.43.177 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742702.2699225-10684-235322018037866/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.78> (0, b'\r\n{"ansible_facts": {"ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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": "64d70053c3434cfc8213553c6003d190", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAKeMCuyIOruvPrsALasPKXaSbnqVoBLwNMp3KR1TT3zGWfGDAVtZ5uywNJm8QLQa65iPejXdV5w6RZubZarNXyQLTtVt4zyo0cDcEjVKPMgRZWOoY/an7mBKhTDAv/NYXzRjAspAMZTTRXJcB2ZyIQ6mU/3OKf/E7R4aetnk81nVAAAAFQCp6n4QzusVehQxovWC3Wj074MTQQAAAIAtotgPch+u7nS2bNbxxoxcRvPq7lEYDIwkO1f5bLJ6jwsz3KvAHf4crQr39NXF5OGsgz9Id8C5gufjuTCah/orqXTjUcXIFGtTj4BlsAsi3gfRh8VO07fWfc6uaGbdNHoUPfdltQ1FA0BuQfkHoIglRMv3gBtwsvxPg7eIirdTdAAAAIB1TCjf/yE/Ki1sCB5I0zeD9oPyPXYaXSyqj8ttYGpMbvQuDbF/dFRcSUPsQmY/C+71v7wgQ57pc8s9SJUTq0khuhJ04i19an+x96ZMfFgEUNxtBcfkmM6Jljdtw8AY/odrcpbkYunsydzSkbnyU7FKHbvkng/BVFqSao6vj3RlFA==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCf5I0jN8YZjy7QBm5kODjqKsVgfaTkybnCa8rBSJqY4G+jkuOUtPBzywBdUXQodn4qIf2K/ZBw71nxAoV/Dc1VEafzuH61UgFHoI8dYVROf8vnvBRZ4MLUC7m6yAEkHm3DCWagigmYtl+33OdZRPfwf/6s9q05clKpFlDARFe8CV36EOPQXJqK1O1XgudZEZWbqaVbWZE9/asQeWYQatWPr4LUh35LYzGmL+NbRAdW1kjLoD8knkPR3TKSevYn8vjSX4cD1uuXHnbNqqnro2T6oonPup5DNB8FooZoQqAKbzUy+XCKquU9NXmPRmBlJRy3qkgyo9uCig29aPIzLoh2F2FgsIiOUeQA7yBftE7WKddB1aqOH/IN50+bFvyKHO67gVDeyDf251jcErpfxIygTolegfCC/QNJGQHtvhEIWOXHPA5tkhN6ZMS8UgpI5W7GSTMV2Oa2wxoawHPjRMs/wvVqtAzw33qjjUdKds/dVChBzMdG1nSFQIZy3dCwAf0=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP+TEJRTAntI+NXQSK+/WNL7fKNy7tlHl3okYngxkRermI9N9Ly2OGrOoxu8LpKu+6ke0C4I5knjEG/usSvNiic=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIIQxT+hzEE04AH1Tx0AswAsfKlr1jEYKxUV4ma2ZlSFY", "ansible_is_chroot": 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_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_local": {}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.46.229 55132 10.31.40.78 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.46.229 55132 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_lsb": {}, "ansible_hostnqn": "", "ansible_iscsi_iqn": "", "ansible_date_time": {"year": "2024", "month": "11", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "46", "day": "16", "hour": "02", "minute": "38", "second": "22", "epoch": "1731742702", "date": "2024-11-16", "time": "02:38:22", "iso8601_micro": "2024-11-16T07:38:22.694757Z", "iso8601": "2024-11-16T07:38:22Z", "iso8601_basic": "20241116T023822694757", "iso8601_basic_short": "20241116T023822", "tz": "EST", "tz_offset": "-0500"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_fips": false, "ansible_service_mgr": "systemd", "ansible_fibre_channel_wwn": [], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2838, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 701, "free": 2838}, "nocache": {"free": 3338, "used": 201}, "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": "ec271a43-069b-d040-ba90-c39851628f56", "ansible_product_uuid": "ec271a43-069b-d040-ba90-c39851628f56", "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": 523, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560425472, "block_size": 4096, "block_total": 65533179, "block_available": 64345807, "block_used": 1187372, "inode_total": 131071472, "inode_available": 130996224, "inode_used": 75248, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_pkg_mgr": "dnf", "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_apparmor": {"status": "disabled"}, "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "0e:10:54:4b:21:2b", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.40.78", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0"}, "ipv6": [{"address": "fe80::c10:54ff:fe4b:212b", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.40.78", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "macaddress": "0e:10:54:4b:21:2b", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.40.78"], "ansible_all_ipv6_addresses": ["fe80::c10:54ff:fe4b:212b"], "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.40.78 closed.\r\n') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742702.2453015-10682-235432288895188/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.244> (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-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": "898d775d5cf64d919970b979d3ee4861", "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_iscsi_iqn": "", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.46.229 35064 10.31.40.244 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.46.229 35064 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAMppSJTUY18N06A9KqeHuBH/1jVEAlL4K6Fa++qlq1XFMERpgeEnYSQSWV7k8eDXcebJ1VRzs36+FxZfCstku2PtJy2Bu/6OzB3lawF3av7B8yLQcb8skJSvHx71alOlFY0+BW84L1kxELFBZHWgx3XsdWPKxkOkG+20X6tMGQdBAAAAFQDwwhAFLUObVXkB6szbb3q/zT7N5QAAAIEAgR3hkYGrmfUxT79a8acbCtMj+2TQQZZP/W3lWJF1hVweZZAr9bgJFKs0xVgXKZgaYkWYiKhvv/NY4aJQqmCs4VDy2l66g+JQxKF9V3WS8WunDtXOWpkCJiA9YByvuu3tj7he88ls+HxO1EnPAZiIW+hmx+4p1V1Rx815Si4lO5MAAACAI64baTnsZ0rNsLKVgmGB7HmgEeuXFRi+CwtLd3HfQMVpX3F9eeyNffkGXsDLNPlyS352Vf4xMhfOb6Y/QqwErIC06j7XhF+JtCO7ZaLrldsrGGnPpJtwpJ8mqbGutz5iLFOUtqobhCap1RuTjot9HHhjOhDHdXVzP93rCWQ+g58=", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDbXDgeD3PhrkzMeBBM7yWlgCfLixzU+B53LehRowHqzyX/IJpsmKHaUzA73vaCwdaHQ1I2J4dEvXVsxAaR0OGMJMDtbouGyB8TMgLlc7avZODEg/yw+y+A5HzIW/9anTLdCll2a2leMnD3lY54KQ+mGoJcmzx9LxLqcQE7glIycBIShZMm5OyYo4vU4N5MU/9BbACRsMdDNqvVYgXBMUnmg3lItrEPon0OV2rrXrPepe380iZRcGZcPrjAj/195v0CFH2hPGxW+JTMgzSLYkdlDfE9/pIb3MJec3QcmGyQw06Z0B3ujwQdX3LsVr5dB39WRYfYM34tpPdc1FjyZEBjKUBos90P9z25N4+MLnMAXpsPuDPc260Ac8qv7Mqxu2hj5qBtirPhWFxiu81ldDDrWtoXsEiSmihiZ4COCA3lZqYhmSD7rfZL2ebiHyu5O/dZrBGvzcPbese0yXU0hp1J4kjOkKLnL534BUDjDd/zZtwO9W2GB/8TKixdRGeyizM=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPSqmBPTde42NuALUK03kVMLkzd+fs4mIaVhVivDGYCVjxSWRuR21gnNhb5ZeNAqn5qNinFM9YUJyvJ0gyHdy0A=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBKYqzo7fpzJCZX28V+T6OxHH+JSUvE5Skeok6ANZ1zk", "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_is_chroot": false, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_hostnqn": "", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "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": 2837, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 702, "free": 2837}, "nocache": {"free": 3337, "used": 202}, "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": "ec26ace9-b791-6839-1d99-34d441511edf", "ansible_product_uuid": "ec26ace9-b791-6839-1d99-34d441511edf", "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": 520, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560425472, "block_size": 4096, "block_total": 65533179, "block_available": 64345807, "block_used": 1187372, "inode_total": 131071472, "inode_available": 130996224, "inode_used": 75248, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_lsb": {}, "ansible_fips": false, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_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_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:a5:78:66:26:91", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.40.244", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0"}, "ipv6": [{"address": "fe80::ca5:78ff:fe66:2691", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.40.244", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "macaddress": "0e:a5:78:66:26:91", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.40.244"], "ansible_all_ipv6_addresses": ["fe80::ca5:78ff:fe66:2691"], "ansible_local": {}, "ansible_date_time": {"year": "2024", "month": "11", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "46", "day": "16", "hour": "02", "minute": "38", "second": "22", "epoch": "1731742702", "date": "2024-11-16", "time": "02:38:22", "iso8601_micro": "2024-11-16T07:38:22.871337Z", "iso8601": "2024-11-16T07:38:22Z", "iso8601_basic": "20241116T023822871337", "iso8601_basic_short": "20241116T023822", "tz": "EST", "tz_offset": "-0500"}, "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.40.244 closed.\r\n') <10.31.40.78> (0, b'', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742702.2742913-10685-191443395199131/ > /dev/null 2>&1 && sleep 0'"'"'' ok: [managed-node1 -> managed-node1] <10.31.40.244> (0, b'', b'') ok: [managed-node3 -> managed-node3] <10.31.43.177> (0, b'\r\n{"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBANJeiB0yo6UM7Bdql0Iyato4WmVCSHnOOasf3pRPodItGHANrxZeD3DqSphD1inIj6kX09ySZXGW+finZtfsoyoWZZup+8fTmSxZgbnrMUaH1/isTEOeKnU2ATtO5TkrvZuVeFoftuY4PG1xjJFGwjBQmIByavToD+PUBKHDA4FdAAAAFQCnHxnHT/7zIdpANoTzLfPq7lRPUQAAAIA9xNP5yPBVqOIR8wzM4ESrFTg6omGCUYQwq0SXaB/mFCFH+7x91LSOFnihkkn0e2sPlT1k6UIGho7nhBVwC3/R8BSCzwHEYhXzLjk4ylA92kixKgg8m8BUsBunqG4ROKZPATigQIdgBPqGGk5XMNPRW3FRsRRdNiw9LQYh7qrkfwAAAIAjQmYj+FRdrRNPM+b4/cd4Uv2alwmBzqx/9nPZdQihQ+uMUwIaI1ikfuiSTOtBR0tOr4nKnlpspusyQ/xzrYHjuR63uczL9RrpD4tyoD27uAqDJpK+3DwLrKHVPhvP6OIdAvD9bB8LuicH11j4l/yT6V8BC2YUSbsHsdRe7nswcA==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCiExl2ahpKEcdF9NvHs3j4JDIsZGc2cHlWewcigc0EhIyUJUG3g+PRZa4H5YkyoTOwdWFtsJhu7az6mSQeDSWxbrVk5TlU2CHB9vifL3DffsI6I30nav6HtigFgAUjSBN7dFXL4Y309CBYom4poFtQFF2yclKblymWDvqU3eVuPXzMAwoQaAqsWN1FC85ryHPC1oSNsFcL/kr8vcMfZWUjOFTjo6BTj3gglafOxbthqeY4uQJzuiQsP+otYBos87RZli7W+hsEa/LAtyoMcdhHK+vfLuV0T7m6xHyygyZlE75xslNtqJ/4mHhFoRRnyktG5K81w0RUtEtE0JDMaQsH5a+sr5fOXJk4OGG/Vl4eUp4lsjYAvskcTeoFGdn9g10+Ycncdn2YheZZl40QvDqjMtKZfgiNEXjrlno1S0sv1rSqAjpgK9nXVQc0y1JIN4TeSb8F2lgB2EOF/eiMUvf05vWGU8/CQlLBx4zxzvjKQqm5VBPDnGmMfKjZl6Rg2KE=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAUeZGKdpivTCajxMzLu5B5tbtv6o+8oshCHxTBH1UbkyeybFOvSFmboJIn3jLpZBf0H1pU/117o8/9exi4vRrw=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIIl5fa8Wvi1Va53BZzsDTRN7Y1V9fj8sVE8KGwE1PA2G", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_distribution": "CentOS", "ansible_distribution_release": "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_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-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": "22de8a69385b4b088aa00902f7e8bb35", "ansible_is_chroot": false, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_fips": false, "ansible_fibre_channel_wwn": [], "ansible_local": {}, "ansible_apparmor": {"status": "disabled"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_lsb": {}, "ansible_iscsi_iqn": "", "ansible_date_time": {"year": "2024", "month": "11", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "46", "day": "16", "hour": "02", "minute": "38", "second": "22", "epoch": "1731742702", "date": "2024-11-16", "time": "02:38:22", "iso8601_micro": "2024-11-16T07:38:22.879967Z", "iso8601": "2024-11-16T07:38:22Z", "iso8601_basic": "20241116T023822879967", "iso8601_basic_short": "20241116T023822", "tz": "EST", "tz_offset": "-0500"}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.46.229 59528 10.31.43.177 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.46.229 59528 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_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": 2824, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 715, "free": 2824}, "nocache": {"free": 3326, "used": 213}, "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": "ec282486-1aa2-c661-21ae-6937c3209983", "ansible_product_uuid": "ec282486-1aa2-c661-21ae-6937c3209983", "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": 521, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560011776, "block_size": 4096, "block_total": 65533179, "block_available": 64345706, "block_used": 1187473, "inode_total": 131071472, "inode_available": 130996210, "inode_used": 75262, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:a1:fd:f3:dc:63", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.43.177", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0"}, "ipv6": [{"address": "fe80::ca1:fdff:fef3:dc63", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.43.177", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "macaddress": "0e:a1:fd:f3:dc:63", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.43.177"], "ansible_all_ipv6_addresses": ["fe80::ca1:fdff:fef3:dc63"], "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.43.177 closed.\r\n') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742702.2699225-10684-235322018037866/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') ok: [managed-node2 -> managed-node2] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 16 November 2024 02:38:23 -0500 (0:00:00.956) 0:00:02.335 ***** 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-dSl/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 16 November 2024 02:38:23 -0500 (0:00:00.083) 0:00:02.418 ***** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 16 November 2024 02:38:23 -0500 (0:00:00.099) 0:00:02.517 ***** included: /tmp/collections-dSl/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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 16 November 2024 02:38:23 -0500 (0:00:00.063) 0:00:02.581 ***** 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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 16 November 2024 02:38:23 -0500 (0:00:00.069) 0:00:02.650 ***** <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.78> (0, b'/root\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742703.5338435-10757-280405107518610 `" && echo ansible-tmp-1731742703.5338435-10757-280405107518610="` echo /root/.ansible/tmp/ansible-tmp-1731742703.5338435-10757-280405107518610 `" ) && sleep 0'"'"'' <10.31.40.244> (0, b'/root\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742703.5521877-10760-230992903746435 `" && echo ansible-tmp-1731742703.5521877-10760-230992903746435="` echo /root/.ansible/tmp/ansible-tmp-1731742703.5521877-10760-230992903746435 `" ) && sleep 0'"'"'' <10.31.43.177> (0, b'/root\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742703.557653-10759-246222512925044 `" && echo ansible-tmp-1731742703.557653-10759-246222512925044="` echo /root/.ansible/tmp/ansible-tmp-1731742703.557653-10759-246222512925044 `" ) && sleep 0'"'"'' <10.31.40.78> (0, b'ansible-tmp-1731742703.5338435-10757-280405107518610=/root/.ansible/tmp/ansible-tmp-1731742703.5338435-10757-280405107518610\n', b'') <10.31.43.177> (0, b'ansible-tmp-1731742703.557653-10759-246222512925044=/root/.ansible/tmp/ansible-tmp-1731742703.557653-10759-246222512925044\n', b'') <10.31.40.244> (0, b'ansible-tmp-1731742703.5521877-10760-230992903746435=/root/.ansible/tmp/ansible-tmp-1731742703.5521877-10760-230992903746435\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.40.78> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpt1g_4go3 TO /root/.ansible/tmp/ansible-tmp-1731742703.5338435-10757-280405107518610/AnsiballZ_stat.py <10.31.40.78> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5fb8715edb '[10.31.40.78]' 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.43.177> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpmng6_m4l TO /root/.ansible/tmp/ansible-tmp-1731742703.557653-10759-246222512925044/AnsiballZ_stat.py <10.31.40.244> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpii2t8q94 TO /root/.ansible/tmp/ansible-tmp-1731742703.5521877-10760-230992903746435/AnsiballZ_stat.py <10.31.40.244> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/01afbd76a0 '[10.31.40.244]' <10.31.43.177> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9b88d29d55 '[10.31.43.177]' <10.31.40.244> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpii2t8q94 /root/.ansible/tmp/ansible-tmp-1731742703.5521877-10760-230992903746435/AnsiballZ_stat.py\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742703.5521877-10760-230992903746435/ /root/.ansible/tmp/ansible-tmp-1731742703.5521877-10760-230992903746435/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.78> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpt1g_4go3 /root/.ansible/tmp/ansible-tmp-1731742703.5338435-10757-280405107518610/AnsiballZ_stat.py\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpmng6_m4l /root/.ansible/tmp/ansible-tmp-1731742703.557653-10759-246222512925044/AnsiballZ_stat.py\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742703.5338435-10757-280405107518610/ /root/.ansible/tmp/ansible-tmp-1731742703.5338435-10757-280405107518610/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742703.557653-10759-246222512925044/ /root/.ansible/tmp/ansible-tmp-1731742703.557653-10759-246222512925044/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.244> (0, b'', b'') <10.31.40.78> (0, b'', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb -tt 10.31.40.78 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742703.5338435-10757-280405107518610/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 -tt 10.31.40.244 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742703.5521877-10760-230992903746435/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 -tt 10.31.43.177 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742703.557653-10759-246222512925044/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.78> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.40.78 closed.\r\n') <10.31.40.244> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.40.244 closed.\r\n') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742703.5338435-10757-280405107518610/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742703.5521877-10760-230992903746435/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.78> (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.40.244> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } <10.31.43.177> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.43.177 closed.\r\n') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742703.557653-10759-246222512925044/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.177> (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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 16 November 2024 02:38:24 -0500 (0:00:00.705) 0:00:03.356 ***** ok: [managed-node1] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } ok: [managed-node3] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } ok: [managed-node2] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Set platform/version specific variables] *** task path: /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 16 November 2024 02:38:24 -0500 (0:00:00.056) 0:00:03.412 ***** 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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 16 November 2024 02:38:24 -0500 (0:00:00.113) 0:00:03.526 ***** <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.78> (0, b'/root\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742704.5285869-10810-205045766540901 `" && echo ansible-tmp-1731742704.5285869-10810-205045766540901="` echo /root/.ansible/tmp/ansible-tmp-1731742704.5285869-10810-205045766540901 `" ) && sleep 0'"'"'' <10.31.40.244> (0, b'/root\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742704.5329657-10812-7005916720523 `" && echo ansible-tmp-1731742704.5329657-10812-7005916720523="` echo /root/.ansible/tmp/ansible-tmp-1731742704.5329657-10812-7005916720523 `" ) && sleep 0'"'"'' <10.31.43.177> (0, b'/root\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742704.544821-10811-224401649445503 `" && echo ansible-tmp-1731742704.544821-10811-224401649445503="` echo /root/.ansible/tmp/ansible-tmp-1731742704.544821-10811-224401649445503 `" ) && sleep 0'"'"'' <10.31.40.78> (0, b'ansible-tmp-1731742704.5285869-10810-205045766540901=/root/.ansible/tmp/ansible-tmp-1731742704.5285869-10810-205045766540901\n', b'') <10.31.40.244> (0, b'ansible-tmp-1731742704.5329657-10812-7005916720523=/root/.ansible/tmp/ansible-tmp-1731742704.5329657-10812-7005916720523\n', b'') <10.31.43.177> (0, b'ansible-tmp-1731742704.544821-10811-224401649445503=/root/.ansible/tmp/ansible-tmp-1731742704.544821-10811-224401649445503\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py <10.31.40.78> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmp8mf516oc TO /root/.ansible/tmp/ansible-tmp-1731742704.5285869-10810-205045766540901/AnsiballZ_dnf.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py <10.31.40.244> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmp53h85zf5 TO /root/.ansible/tmp/ansible-tmp-1731742704.5329657-10812-7005916720523/AnsiballZ_dnf.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py <10.31.43.177> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmp4464yzvl TO /root/.ansible/tmp/ansible-tmp-1731742704.544821-10811-224401649445503/AnsiballZ_dnf.py <10.31.40.244> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/01afbd76a0 '[10.31.40.244]' <10.31.43.177> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9b88d29d55 '[10.31.43.177]' <10.31.40.78> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5fb8715edb '[10.31.40.78]' <10.31.40.244> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmp53h85zf5 /root/.ansible/tmp/ansible-tmp-1731742704.5329657-10812-7005916720523/AnsiballZ_dnf.py\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742704.5329657-10812-7005916720523/ /root/.ansible/tmp/ansible-tmp-1731742704.5329657-10812-7005916720523/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.40.78> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmp8mf516oc /root/.ansible/tmp/ansible-tmp-1731742704.5285869-10810-205045766540901/AnsiballZ_dnf.py\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742704.5285869-10810-205045766540901/ /root/.ansible/tmp/ansible-tmp-1731742704.5285869-10810-205045766540901/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.43.177> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmp4464yzvl /root/.ansible/tmp/ansible-tmp-1731742704.544821-10811-224401649445503/AnsiballZ_dnf.py\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742704.544821-10811-224401649445503/ /root/.ansible/tmp/ansible-tmp-1731742704.544821-10811-224401649445503/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.40.244> (0, b'', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 -tt 10.31.40.244 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742704.5329657-10812-7005916720523/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.40.78> (0, b'', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb -tt 10.31.40.78 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742704.5285869-10810-205045766540901/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 -tt 10.31.43.177 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742704.544821-10811-224401649445503/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.40.244> (0, b'\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "lock_timeout": 30, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to 10.31.40.244 closed.\r\n') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742704.5329657-10812-7005916720523/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.244> (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.40.78> (0, b'\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "lock_timeout": 30, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to 10.31.40.78 closed.\r\n') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742704.5285869-10810-205045766540901/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.78> (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.43.177> (0, b'\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "lock_timeout": 30, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to 10.31.43.177 closed.\r\n') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742704.544821-10811-224401649445503/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.177> (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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 16 November 2024 02:38:29 -0500 (0:00:04.698) 0:00:08.224 ***** <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.78> (0, b'/root\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742709.0878923-11051-145682145947175 `" && echo ansible-tmp-1731742709.0878923-11051-145682145947175="` echo /root/.ansible/tmp/ansible-tmp-1731742709.0878923-11051-145682145947175 `" ) && sleep 0'"'"'' <10.31.43.177> (0, b'/root\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742709.0987976-11052-182255533372879 `" && echo ansible-tmp-1731742709.0987976-11052-182255533372879="` echo /root/.ansible/tmp/ansible-tmp-1731742709.0987976-11052-182255533372879 `" ) && sleep 0'"'"'' <10.31.40.244> (0, b'/root\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742709.1086113-11054-128271237082831 `" && echo ansible-tmp-1731742709.1086113-11054-128271237082831="` echo /root/.ansible/tmp/ansible-tmp-1731742709.1086113-11054-128271237082831 `" ) && sleep 0'"'"'' <10.31.40.78> (0, b'ansible-tmp-1731742709.0878923-11051-145682145947175=/root/.ansible/tmp/ansible-tmp-1731742709.0878923-11051-145682145947175\n', b'') <10.31.43.177> (0, b'ansible-tmp-1731742709.0987976-11052-182255533372879=/root/.ansible/tmp/ansible-tmp-1731742709.0987976-11052-182255533372879\n', b'') <10.31.40.244> (0, b'ansible-tmp-1731742709.1086113-11054-128271237082831=/root/.ansible/tmp/ansible-tmp-1731742709.1086113-11054-128271237082831\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.40.78> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmp4cf9dsmf TO /root/.ansible/tmp/ansible-tmp-1731742709.0878923-11051-145682145947175/AnsiballZ_systemd.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.40.78> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5fb8715edb '[10.31.40.78]' <10.31.43.177> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpsko4z8lb TO /root/.ansible/tmp/ansible-tmp-1731742709.0987976-11052-182255533372879/AnsiballZ_systemd.py <10.31.43.177> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9b88d29d55 '[10.31.43.177]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.40.244> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmp_w7cu_jx TO /root/.ansible/tmp/ansible-tmp-1731742709.1086113-11054-128271237082831/AnsiballZ_systemd.py <10.31.40.244> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/01afbd76a0 '[10.31.40.244]' <10.31.43.177> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpsko4z8lb /root/.ansible/tmp/ansible-tmp-1731742709.0987976-11052-182255533372879/AnsiballZ_systemd.py\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742709.0987976-11052-182255533372879/ /root/.ansible/tmp/ansible-tmp-1731742709.0987976-11052-182255533372879/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.78> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmp4cf9dsmf /root/.ansible/tmp/ansible-tmp-1731742709.0878923-11051-145682145947175/AnsiballZ_systemd.py\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742709.0878923-11051-145682145947175/ /root/.ansible/tmp/ansible-tmp-1731742709.0878923-11051-145682145947175/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.244> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmp_w7cu_jx /root/.ansible/tmp/ansible-tmp-1731742709.1086113-11054-128271237082831/AnsiballZ_systemd.py\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742709.1086113-11054-128271237082831/ /root/.ansible/tmp/ansible-tmp-1731742709.1086113-11054-128271237082831/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 -tt 10.31.43.177 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742709.0987976-11052-182255533372879/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.78> (0, b'', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb -tt 10.31.40.78 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742709.0878923-11051-145682145947175/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.244> (0, b'', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 -tt 10.31.40.244 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742709.1086113-11054-128271237082831/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.78> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-11-16 02:37:40 EST", "ExecMainStartTimestampMonotonic": "481842172", "ExecMainExitTimestamp": "Sat 2024-11-16 02:38:02 EST", "ExecMainExitTimestampMonotonic": "503253103", "ExecMainPID": "16680", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:40 EST] ; stop_time=[Sat 2024-11-16 02:38:02 EST] ; pid=16680 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:40 EST] ; stop_time=[Sat 2024-11-16 02:37:40 EST] ; pid=16671 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "network-online.target remote-fs.target basic.target system.slice network.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-11-16 02:38:02 EST", "StateChangeTimestampMonotonic": "503253666", "InactiveExitTimestamp": "Sat 2024-11-16 02:37:40 EST", "InactiveExitTimestampMonotonic": "481842215", "ActiveEnterTimestamp": "Sat 2024-11-16 02:38:02 EST", "ActiveEnterTimestampMonotonic": "503253666", "ActiveExitTimestamp": "Sat 2024-11-16 02:37:40 EST", "ActiveExitTimestampMonotonic": "481815636", "InactiveEnterTimestamp": "Sat 2024-11-16 02:37:40 EST", "InactiveEnterTimestampMonotonic": "481839970", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-11-16 02:37:40 EST", "ConditionTimestampMonotonic": "481840999", "AssertTimestamp": "Sat 2024-11-16 02:37:40 EST", "AssertTimestampMonotonic": "481841048", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "5751a042929144ca874fde703c1ce653", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "no_block": false, "state": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.40.78 closed.\r\n') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742709.0878923-11051-145682145947175/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.177> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-11-16 02:37:53 EST", "ExecMainStartTimestampMonotonic": "492509420", "ExecMainExitTimestamp": "Sat 2024-11-16 02:38:13 EST", "ExecMainExitTimestampMonotonic": "512983986", "ExecMainPID": "20377", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:53 EST] ; stop_time=[Sat 2024-11-16 02:38:13 EST] ; pid=20377 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:53 EST] ; stop_time=[Sat 2024-11-16 02:37:53 EST] ; pid=20368 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "network-online.target basic.target network.target remote-fs.target system.slice systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-11-16 02:38:13 EST", "StateChangeTimestampMonotonic": "512984529", "InactiveExitTimestamp": "Sat 2024-11-16 02:37:53 EST", "InactiveExitTimestampMonotonic": "492509458", "ActiveEnterTimestamp": "Sat 2024-11-16 02:38:13 EST", "ActiveEnterTimestampMonotonic": "512984529", "ActiveExitTimestamp": "Sat 2024-11-16 02:37:53 EST", "ActiveExitTimestampMonotonic": "492484436", "InactiveEnterTimestamp": "Sat 2024-11-16 02:37:53 EST", "InactiveEnterTimestampMonotonic": "492507415", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-11-16 02:37:53 EST", "ConditionTimestampMonotonic": "492508344", "AssertTimestamp": "Sat 2024-11-16 02:37:53 EST", "AssertTimestampMonotonic": "492508371", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "fddb38133ced41ebbadc76928e358ebf", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "no_block": false, "state": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.43.177 closed.\r\n') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742709.0987976-11052-182255533372879/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.244> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-11-16 02:37:57 EST", "ExecMainStartTimestampMonotonic": "496039351", "ExecMainExitTimestamp": "Sat 2024-11-16 02:38:19 EST", "ExecMainExitTimestampMonotonic": "517270238", "ExecMainPID": "16713", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:57 EST] ; stop_time=[Sat 2024-11-16 02:38:19 EST] ; pid=16713 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:57 EST] ; stop_time=[Sat 2024-11-16 02:37:57 EST] ; pid=16704 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "network-online.target remote-fs.target network.target basic.target systemd-journald.socket system.slice", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-11-16 02:38:19 EST", "StateChangeTimestampMonotonic": "517270714", "InactiveExitTimestamp": "Sat 2024-11-16 02:37:57 EST", "InactiveExitTimestampMonotonic": "496039394", "ActiveEnterTimestamp": "Sat 2024-11-16 02:38:19 EST", "ActiveEnterTimestampMonotonic": "517270714", "ActiveExitTimestamp": "Sat 2024-11-16 02:37:57 EST", "ActiveExitTimestampMonotonic": "496012866", "InactiveEnterTimestamp": "Sat 2024-11-16 02:37:57 EST", "InactiveEnterTimestampMonotonic": "496037261", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-11-16 02:37:57 EST", "ConditionTimestampMonotonic": "496038241", "AssertTimestamp": "Sat 2024-11-16 02:37:57 EST", "AssertTimestampMonotonic": "496038267", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "17b04f2f5f6f4c339b357d3fed108751", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "no_block": false, "state": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.40.244 closed.\r\n') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742709.1086113-11054-128271237082831/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.78> (0, b'', b'') <10.31.43.177> (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-11-16 02:38:02 EST", "ActiveEnterTimestampMonotonic": "503253666", "ActiveExitTimestamp": "Sat 2024-11-16 02:37:40 EST", "ActiveExitTimestampMonotonic": "481815636", "ActiveState": "active", "After": "network-online.target remote-fs.target basic.target system.slice network.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-11-16 02:37:40 EST", "AssertTimestampMonotonic": "481841048", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-11-16 02:37:40 EST", "ConditionTimestampMonotonic": "481840999", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-11-16 02:38:02 EST", "ExecMainExitTimestampMonotonic": "503253103", "ExecMainPID": "16680", "ExecMainStartTimestamp": "Sat 2024-11-16 02:37:40 EST", "ExecMainStartTimestampMonotonic": "481842172", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:40 EST] ; stop_time=[Sat 2024-11-16 02:38:02 EST] ; pid=16680 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:40 EST] ; stop_time=[Sat 2024-11-16 02:37:40 EST] ; pid=16671 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-11-16 02:37:40 EST", "InactiveEnterTimestampMonotonic": "481839970", "InactiveExitTimestamp": "Sat 2024-11-16 02:37:40 EST", "InactiveExitTimestampMonotonic": "481842215", "InvocationID": "5751a042929144ca874fde703c1ce653", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-11-16 02:38:02 EST", "StateChangeTimestampMonotonic": "503253666", "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.40.244> (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-11-16 02:38:13 EST", "ActiveEnterTimestampMonotonic": "512984529", "ActiveExitTimestamp": "Sat 2024-11-16 02:37:53 EST", "ActiveExitTimestampMonotonic": "492484436", "ActiveState": "active", "After": "network-online.target basic.target network.target remote-fs.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-11-16 02:37:53 EST", "AssertTimestampMonotonic": "492508371", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-11-16 02:37:53 EST", "ConditionTimestampMonotonic": "492508344", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-11-16 02:38:13 EST", "ExecMainExitTimestampMonotonic": "512983986", "ExecMainPID": "20377", "ExecMainStartTimestamp": "Sat 2024-11-16 02:37:53 EST", "ExecMainStartTimestampMonotonic": "492509420", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:53 EST] ; stop_time=[Sat 2024-11-16 02:38:13 EST] ; pid=20377 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:53 EST] ; stop_time=[Sat 2024-11-16 02:37:53 EST] ; pid=20368 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-11-16 02:37:53 EST", "InactiveEnterTimestampMonotonic": "492507415", "InactiveExitTimestamp": "Sat 2024-11-16 02:37:53 EST", "InactiveExitTimestampMonotonic": "492509458", "InvocationID": "fddb38133ced41ebbadc76928e358ebf", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-11-16 02:38:13 EST", "StateChangeTimestampMonotonic": "512984529", "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-11-16 02:38:19 EST", "ActiveEnterTimestampMonotonic": "517270714", "ActiveExitTimestamp": "Sat 2024-11-16 02:37:57 EST", "ActiveExitTimestampMonotonic": "496012866", "ActiveState": "active", "After": "network-online.target remote-fs.target network.target basic.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-11-16 02:37:57 EST", "AssertTimestampMonotonic": "496038267", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-11-16 02:37:57 EST", "ConditionTimestampMonotonic": "496038241", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-11-16 02:38:19 EST", "ExecMainExitTimestampMonotonic": "517270238", "ExecMainPID": "16713", "ExecMainStartTimestamp": "Sat 2024-11-16 02:37:57 EST", "ExecMainStartTimestampMonotonic": "496039351", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:57 EST] ; stop_time=[Sat 2024-11-16 02:38:19 EST] ; pid=16713 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:57 EST] ; stop_time=[Sat 2024-11-16 02:37:57 EST] ; pid=16704 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-11-16 02:37:57 EST", "InactiveEnterTimestampMonotonic": "496037261", "InactiveExitTimestamp": "Sat 2024-11-16 02:37:57 EST", "InactiveExitTimestampMonotonic": "496039394", "InvocationID": "17b04f2f5f6f4c339b357d3fed108751", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-11-16 02:38:19 EST", "StateChangeTimestampMonotonic": "517270714", "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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 16 November 2024 02:38:29 -0500 (0:00:00.838) 0:00:09.063 ***** included: /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml for managed-node2, managed-node1, managed-node3 TASK [fedora.linux_system_roles.kdump : Create key if it does not exist] ******* task path: /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 16 November 2024 02:38:30 -0500 (0:00:00.204) 0:00:09.267 ***** <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.78> (0, b'/root\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742710.1324682-11087-26154437919680 `" && echo ansible-tmp-1731742710.1324682-11087-26154437919680="` echo /root/.ansible/tmp/ansible-tmp-1731742710.1324682-11087-26154437919680 `" ) && sleep 0'"'"'' <10.31.40.244> (0, b'/root\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742710.1508608-11090-10997890901326 `" && echo ansible-tmp-1731742710.1508608-11090-10997890901326="` echo /root/.ansible/tmp/ansible-tmp-1731742710.1508608-11090-10997890901326 `" ) && sleep 0'"'"'' <10.31.43.177> (0, b'/root\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742710.1560695-11088-136677878937332 `" && echo ansible-tmp-1731742710.1560695-11088-136677878937332="` echo /root/.ansible/tmp/ansible-tmp-1731742710.1560695-11088-136677878937332 `" ) && sleep 0'"'"'' <10.31.40.78> (0, b'ansible-tmp-1731742710.1324682-11087-26154437919680=/root/.ansible/tmp/ansible-tmp-1731742710.1324682-11087-26154437919680\n', b'') <10.31.40.244> (0, b'ansible-tmp-1731742710.1508608-11090-10997890901326=/root/.ansible/tmp/ansible-tmp-1731742710.1508608-11090-10997890901326\n', b'') <10.31.43.177> (0, b'ansible-tmp-1731742710.1560695-11088-136677878937332=/root/.ansible/tmp/ansible-tmp-1731742710.1560695-11088-136677878937332\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py <10.31.40.78> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpsuekgi41 TO /root/.ansible/tmp/ansible-tmp-1731742710.1324682-11087-26154437919680/AnsiballZ_command.py <10.31.40.244> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpsy0zv29n TO /root/.ansible/tmp/ansible-tmp-1731742710.1508608-11090-10997890901326/AnsiballZ_command.py <10.31.40.78> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5fb8715edb '[10.31.40.78]' <10.31.40.244> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/01afbd76a0 '[10.31.40.244]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py <10.31.43.177> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpf1um713y TO /root/.ansible/tmp/ansible-tmp-1731742710.1560695-11088-136677878937332/AnsiballZ_command.py <10.31.43.177> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9b88d29d55 '[10.31.43.177]' <10.31.40.78> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpsuekgi41 /root/.ansible/tmp/ansible-tmp-1731742710.1324682-11087-26154437919680/AnsiballZ_command.py\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742710.1324682-11087-26154437919680/ /root/.ansible/tmp/ansible-tmp-1731742710.1324682-11087-26154437919680/AnsiballZ_command.py && sleep 0'"'"'' <10.31.40.244> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpsy0zv29n /root/.ansible/tmp/ansible-tmp-1731742710.1508608-11090-10997890901326/AnsiballZ_command.py\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742710.1508608-11090-10997890901326/ /root/.ansible/tmp/ansible-tmp-1731742710.1508608-11090-10997890901326/AnsiballZ_command.py && sleep 0'"'"'' <10.31.43.177> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpf1um713y /root/.ansible/tmp/ansible-tmp-1731742710.1560695-11088-136677878937332/AnsiballZ_command.py\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742710.1560695-11088-136677878937332/ /root/.ansible/tmp/ansible-tmp-1731742710.1560695-11088-136677878937332/AnsiballZ_command.py && sleep 0'"'"'' <10.31.40.78> (0, b'', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb -tt 10.31.40.78 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742710.1324682-11087-26154437919680/AnsiballZ_command.py && sleep 0'"'"'' <10.31.40.244> (0, b'', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 -tt 10.31.40.244 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742710.1508608-11090-10997890901326/AnsiballZ_command.py && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 -tt 10.31.43.177 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742710.1560695-11088-136677878937332/AnsiballZ_command.py && sleep 0'"'"'' <10.31.40.78> (0, b'\r\n{"cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "changed": false, "rc": 0, "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "warn": true, "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to 10.31.40.78 closed.\r\n') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742710.1324682-11087-26154437919680/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.244> (0, b'\r\n{"cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "changed": false, "rc": 0, "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "warn": true, "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to 10.31.40.244 closed.\r\n') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742710.1508608-11090-10997890901326/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.177> (0, b'\r\n{"cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "changed": false, "rc": 0, "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "warn": true, "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to 10.31.43.177 closed.\r\n') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742710.1560695-11088-136677878937332/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.78> (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 <10.31.40.244> (0, b'', b'') ok: [managed-node3] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true } }, "rc": 0 } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists <10.31.43.177> (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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 16 November 2024 02:38:30 -0500 (0:00:00.514) 0:00:09.781 ***** <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.78> (0, b'/root\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742710.6538851-11117-187128740383260 `" && echo ansible-tmp-1731742710.6538851-11117-187128740383260="` echo /root/.ansible/tmp/ansible-tmp-1731742710.6538851-11117-187128740383260 `" ) && sleep 0'"'"'' <10.31.43.177> (0, b'/root\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742710.6552255-11118-41224491707476 `" && echo ansible-tmp-1731742710.6552255-11118-41224491707476="` echo /root/.ansible/tmp/ansible-tmp-1731742710.6552255-11118-41224491707476 `" ) && sleep 0'"'"'' <10.31.40.244> (0, b'/root\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742710.6657-11120-186775228524464 `" && echo ansible-tmp-1731742710.6657-11120-186775228524464="` echo /root/.ansible/tmp/ansible-tmp-1731742710.6657-11120-186775228524464 `" ) && sleep 0'"'"'' <10.31.40.78> (0, b'ansible-tmp-1731742710.6538851-11117-187128740383260=/root/.ansible/tmp/ansible-tmp-1731742710.6538851-11117-187128740383260\n', b'') <10.31.43.177> (0, b'ansible-tmp-1731742710.6552255-11118-41224491707476=/root/.ansible/tmp/ansible-tmp-1731742710.6552255-11118-41224491707476\n', b'') <10.31.40.244> (0, b'ansible-tmp-1731742710.6657-11120-186775228524464=/root/.ansible/tmp/ansible-tmp-1731742710.6657-11120-186775228524464\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.40.78> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpvs8mq168 TO /root/.ansible/tmp/ansible-tmp-1731742710.6538851-11117-187128740383260/AnsiballZ_slurp.py <10.31.43.177> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpixduzhdu TO /root/.ansible/tmp/ansible-tmp-1731742710.6552255-11118-41224491707476/AnsiballZ_slurp.py <10.31.40.78> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5fb8715edb '[10.31.40.78]' <10.31.43.177> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9b88d29d55 '[10.31.43.177]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.40.244> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmppwskf1ns TO /root/.ansible/tmp/ansible-tmp-1731742710.6657-11120-186775228524464/AnsiballZ_slurp.py <10.31.40.244> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/01afbd76a0 '[10.31.40.244]' <10.31.40.244> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmppwskf1ns /root/.ansible/tmp/ansible-tmp-1731742710.6657-11120-186775228524464/AnsiballZ_slurp.py\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742710.6657-11120-186775228524464/ /root/.ansible/tmp/ansible-tmp-1731742710.6657-11120-186775228524464/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.43.177> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpixduzhdu /root/.ansible/tmp/ansible-tmp-1731742710.6552255-11118-41224491707476/AnsiballZ_slurp.py\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742710.6552255-11118-41224491707476/ /root/.ansible/tmp/ansible-tmp-1731742710.6552255-11118-41224491707476/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.78> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpvs8mq168 /root/.ansible/tmp/ansible-tmp-1731742710.6538851-11117-187128740383260/AnsiballZ_slurp.py\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742710.6538851-11117-187128740383260/ /root/.ansible/tmp/ansible-tmp-1731742710.6538851-11117-187128740383260/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.244> (0, b'', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 -tt 10.31.40.244 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742710.6657-11120-186775228524464/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 -tt 10.31.43.177 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742710.6552255-11118-41224491707476/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.78> (0, b'', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb -tt 10.31.40.78 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742710.6538851-11117-187128740383260/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.43.177> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEd3cxdTVvTXcra2psMFBBTzRQNTZ5MDRmVWZQRXprNzllaExPM2NraWlBQXhJeWFtSjFPZTBkVDBMTkcvM1FVQnI4UFp1QWdSeDY4L2lMcHd5N3kxcVhrYW1STkYxNC84MWpYdUVIMzJLckUvWjc1VC9adnhOd2hZR1dZYUZmTDZuZS84VHZGc0ZrbVhVN0puMVBtNjBQMnhBR0t1a2x6RVFBRTFEVmJuVEw4MUlUSE5sdzE2QVVJU1pkV0dCU1FQbVMvYWhOVjNwRmVGK0lEQis3TzRVTm9YQXFWaWt4QmFrKzI2aEs2VDl4bzdPQ0VsNlRHQ3QwSW5xVEZEaHh1SHlqVFlWTkNiS245UlYrOVdaeDNjdms4dXFrblJJSHROblF4NlVhM3cyS2Qwb3JBMkpiWDJ6dEVZYUhPMVVYL3JRUk15THgzdk9tNHN1WVowM1NZQUlMQmg4UktQZWliL0FIa2JXaDBOSGNocktFV1k3U3ladHdOT09uZTlwQ1JsSzJYclBLcEtjNEJ3LzBPU3d3SzZsVVJsaFRES2dYZFFTMy9vOUwwK0s3QlhYR3JWVDRLbEJ3MDN5ZDZ4bDZNY0UrQmZ0SXEvOXZoWFBBM3VnREw4azczZ1hzUFN3UVB1MGJuMjcyRFUxd2VPM2ZpWi84Y1VUeDJmR1I1d2JReGs9IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}}\r\n', b'Shared connection to 10.31.43.177 closed.\r\n') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742710.6552255-11118-41224491707476/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.244> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FER2RWOUZlRldWWFpaMmxEWTBPdWNvcGZxa0Q3TWVDVmtzbzNoblR1aENHam9EQjJraWI1M1VPY0hZc2s1S1VEbnVSc0hMRGxYZkxpRWZFYkpkQlFvM3U3ckdWMURCRThmcXB6RTJQQmZsbmswWFNkSng0Z2w3aVp5V2w5blZ1bXBqOXE4aDNKcUpHYXgwQjJ1U3VXbmhCOSs5RytybzdUYmxGTUM2am1CUGxUZHl2VDZNdXBET1hKMmhnSVczczdWUkl6Sk0zNUZWdnRYQ3ZPa0Nqd1ZBTWdUQVZJYlFMWVR2YXZyOXE0T1c3QnhPZ2p2aFZuSHdyeXZidzFTcEFvQSt4dzJjb0ZEUTkrNTM0OU1HQ1cyUzNOVkVXeXVDWGgvNEpSZ2FwWHF6WHQrT3ZhNVZDcVoyTHBRUHFYMXZKcGlZandrUnVOemFOc1dSaHpnK0pUOEhtMit2TUEyTVdhK0JZYm1LamwySHAxMm9yTDNjNUtONHVNU2VVR2RuMUtSMWEyajV4SjdvWGl3eWFlRUIzWUdxdnlvUGRwYjQ3c0txVEdCem8yT1lPQlg2YjJlNHJOMjJ6cm93cHZOcDlaOHkvRnRxLytTWGNrMWVMM3gvbE84UU5PL3dMMWNaRExVT3hROGhiWHNVM0E5RExiRGplelVEcUovQzRNeVZZaFU9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}}\r\n', b'Shared connection to 10.31.40.244 closed.\r\n') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742710.6657-11120-186775228524464/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.78> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEVUpIQ0VRajF3ZlRTZUxEUE5yZUtrZ1N0QVhoYWd4NGtLT2xwajdERHNtdVdwUHlXMC81YlFFUjNrRFVPN09Gbi9ERmp0RGpXVG41VURpOHYycFJ2RmZ5a3UreXEzdTROcnl4ZnlrM1pvNVFxRkFJTHBFekdZaDg4VFBYMjYxTElRajhNcDdWQjhYOFVHM1d0WW0vSGtreHo5ZU95VFBTUXU5U1dKanJjVDFVbERmc3dxWEpMSDBrejZRRjdDT0Frd2U2ajdpUDZzaVZFUVlMZGxGTk5jWXh1azFUbHcxbW5vTkxqQkF2RWVPRXNRL29EQ1huNWttR09jRVZ2V3RhUFcrc05xV3dXUGxuamUwczhYaHVWZnpwOWhOL3VuRDhlS294d01aT1ZrTklHblNTZGZiOUkxOFdjU2Y4Mjc2dFZnaWdaUlJUaDQ0SXUxMkJTbFBnV01UaXkwN2FPUVVHTGNmOXcyY1lBMDJpbVhLR3BUZ1U4ZXQ3RlJSODdKZnIvNkd0MkhtZTU0amtXMTZTcmJhWDVVZkY0Yit4a0JnQittb2ppVjdlbnhpMlhPdjVpUm5JeGNnTUwzQkFBK1Q5ZEVzV0w3NDBhRDBPaEtaWGgzbFVEWnhGTldTOHRRZU9XcHFpamQ1SlMwSGRKVmRQRnV4Z3JPdTc1UzRzdzFQenM9IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}}\r\n', b'Shared connection to 10.31.40.78 closed.\r\n') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742710.6538851-11117-187128740383260/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') ok: [managed-node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEd3cxdTVvTXcra2psMFBBTzRQNTZ5MDRmVWZQRXprNzllaExPM2NraWlBQXhJeWFtSjFPZTBkVDBMTkcvM1FVQnI4UFp1QWdSeDY4L2lMcHd5N3kxcVhrYW1STkYxNC84MWpYdUVIMzJLckUvWjc1VC9adnhOd2hZR1dZYUZmTDZuZS84VHZGc0ZrbVhVN0puMVBtNjBQMnhBR0t1a2x6RVFBRTFEVmJuVEw4MUlUSE5sdzE2QVVJU1pkV0dCU1FQbVMvYWhOVjNwRmVGK0lEQis3TzRVTm9YQXFWaWt4QmFrKzI2aEs2VDl4bzdPQ0VsNlRHQ3QwSW5xVEZEaHh1SHlqVFlWTkNiS245UlYrOVdaeDNjdms4dXFrblJJSHROblF4NlVhM3cyS2Qwb3JBMkpiWDJ6dEVZYUhPMVVYL3JRUk15THgzdk9tNHN1WVowM1NZQUlMQmg4UktQZWliL0FIa2JXaDBOSGNocktFV1k3U3ladHdOT09uZTlwQ1JsSzJYclBLcEtjNEJ3LzBPU3d3SzZsVVJsaFRES2dYZFFTMy9vOUwwK0s3QlhYR3JWVDRLbEJ3MDN5ZDZ4bDZNY0UrQmZ0SXEvOXZoWFBBM3VnREw4azczZ1hzUFN3UVB1MGJuMjcyRFUxd2VPM2ZpWi84Y1VUeDJmR1I1d2JReGs9IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } <10.31.40.244> (0, b'', b'') <10.31.40.78> (0, b'', b'') ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FER2RWOUZlRldWWFpaMmxEWTBPdWNvcGZxa0Q3TWVDVmtzbzNoblR1aENHam9EQjJraWI1M1VPY0hZc2s1S1VEbnVSc0hMRGxYZkxpRWZFYkpkQlFvM3U3ckdWMURCRThmcXB6RTJQQmZsbmswWFNkSng0Z2w3aVp5V2w5blZ1bXBqOXE4aDNKcUpHYXgwQjJ1U3VXbmhCOSs5RytybzdUYmxGTUM2am1CUGxUZHl2VDZNdXBET1hKMmhnSVczczdWUkl6Sk0zNUZWdnRYQ3ZPa0Nqd1ZBTWdUQVZJYlFMWVR2YXZyOXE0T1c3QnhPZ2p2aFZuSHdyeXZidzFTcEFvQSt4dzJjb0ZEUTkrNTM0OU1HQ1cyUzNOVkVXeXVDWGgvNEpSZ2FwWHF6WHQrT3ZhNVZDcVoyTHBRUHFYMXZKcGlZandrUnVOemFOc1dSaHpnK0pUOEhtMit2TUEyTVdhK0JZYm1LamwySHAxMm9yTDNjNUtONHVNU2VVR2RuMUtSMWEyajV4SjdvWGl3eWFlRUIzWUdxdnlvUGRwYjQ3c0txVEdCem8yT1lPQlg2YjJlNHJOMjJ6cm93cHZOcDlaOHkvRnRxLytTWGNrMWVMM3gvbE84UU5PL3dMMWNaRExVT3hROGhiWHNVM0E5RExiRGplelVEcUovQzRNeVZZaFU9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } ok: [managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEVUpIQ0VRajF3ZlRTZUxEUE5yZUtrZ1N0QVhoYWd4NGtLT2xwajdERHNtdVdwUHlXMC81YlFFUjNrRFVPN09Gbi9ERmp0RGpXVG41VURpOHYycFJ2RmZ5a3UreXEzdTROcnl4ZnlrM1pvNVFxRkFJTHBFekdZaDg4VFBYMjYxTElRajhNcDdWQjhYOFVHM1d0WW0vSGtreHo5ZU95VFBTUXU5U1dKanJjVDFVbERmc3dxWEpMSDBrejZRRjdDT0Frd2U2ajdpUDZzaVZFUVlMZGxGTk5jWXh1azFUbHcxbW5vTkxqQkF2RWVPRXNRL29EQ1huNWttR09jRVZ2V3RhUFcrc05xV3dXUGxuamUwczhYaHVWZnpwOWhOL3VuRDhlS294d01aT1ZrTklHblNTZGZiOUkxOFdjU2Y4Mjc2dFZnaWdaUlJUaDQ0SXUxMkJTbFBnV01UaXkwN2FPUVVHTGNmOXcyY1lBMDJpbVhLR3BUZ1U4ZXQ3RlJSODdKZnIvNkd0MkhtZTU0amtXMTZTcmJhWDVVZkY0Yit4a0JnQittb2ppVjdlbnhpMlhPdjVpUm5JeGNnTUwzQkFBK1Q5ZEVzV0w3NDBhRDBPaEtaWGgzbFVEWnhGTldTOHRRZU9XcHFpamQ1SlMwSGRKVmRQRnV4Z3JPdTc1UzRzdzFQenM9IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 16 November 2024 02:38:31 -0500 (0:00:00.534) 0:00:10.316 ***** <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.78> (0, b'/root\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742711.217039-11144-101956040070663 `" && echo ansible-tmp-1731742711.217039-11144-101956040070663="` echo /root/.ansible/tmp/ansible-tmp-1731742711.217039-11144-101956040070663 `" ) && sleep 0'"'"'' <10.31.43.177> (0, b'/root\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742711.241651-11147-86232706575113 `" && echo ansible-tmp-1731742711.241651-11147-86232706575113="` echo /root/.ansible/tmp/ansible-tmp-1731742711.241651-11147-86232706575113 `" ) && sleep 0'"'"'' <10.31.40.244> (0, b'/root\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742711.2473562-11150-264766732742744 `" && echo ansible-tmp-1731742711.2473562-11150-264766732742744="` echo /root/.ansible/tmp/ansible-tmp-1731742711.2473562-11150-264766732742744 `" ) && sleep 0'"'"'' <10.31.40.78> (0, b'ansible-tmp-1731742711.217039-11144-101956040070663=/root/.ansible/tmp/ansible-tmp-1731742711.217039-11144-101956040070663\n', b'') <10.31.43.177> (0, b'ansible-tmp-1731742711.241651-11147-86232706575113=/root/.ansible/tmp/ansible-tmp-1731742711.241651-11147-86232706575113\n', b'') <10.31.40.244> (0, b'ansible-tmp-1731742711.2473562-11150-264766732742744=/root/.ansible/tmp/ansible-tmp-1731742711.2473562-11150-264766732742744\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py <10.31.40.78> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpsglbgvcq TO /root/.ansible/tmp/ansible-tmp-1731742711.217039-11144-101956040070663/AnsiballZ_user.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py <10.31.43.177> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpe295phfs TO /root/.ansible/tmp/ansible-tmp-1731742711.241651-11147-86232706575113/AnsiballZ_user.py <10.31.40.78> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5fb8715edb '[10.31.40.78]' <10.31.43.177> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9b88d29d55 '[10.31.43.177]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py <10.31.40.244> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpnagcqw08 TO /root/.ansible/tmp/ansible-tmp-1731742711.2473562-11150-264766732742744/AnsiballZ_user.py <10.31.40.244> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/01afbd76a0 '[10.31.40.244]' <10.31.43.177> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpe295phfs /root/.ansible/tmp/ansible-tmp-1731742711.241651-11147-86232706575113/AnsiballZ_user.py\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742711.241651-11147-86232706575113/ /root/.ansible/tmp/ansible-tmp-1731742711.241651-11147-86232706575113/AnsiballZ_user.py && sleep 0'"'"'' <10.31.40.78> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpsglbgvcq /root/.ansible/tmp/ansible-tmp-1731742711.217039-11144-101956040070663/AnsiballZ_user.py\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742711.217039-11144-101956040070663/ /root/.ansible/tmp/ansible-tmp-1731742711.217039-11144-101956040070663/AnsiballZ_user.py && sleep 0'"'"'' <10.31.40.244> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpnagcqw08 /root/.ansible/tmp/ansible-tmp-1731742711.2473562-11150-264766732742744/AnsiballZ_user.py\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742711.2473562-11150-264766732742744/ /root/.ansible/tmp/ansible-tmp-1731742711.2473562-11150-264766732742744/AnsiballZ_user.py && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 -tt 10.31.43.177 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742711.241651-11147-86232706575113/AnsiballZ_user.py && sleep 0'"'"'' <10.31.40.78> (0, b'', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb -tt 10.31.40.78 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742711.217039-11144-101956040070663/AnsiballZ_user.py && sleep 0'"'"'' <10.31.40.244> (0, b'', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 -tt 10.31.40.244 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742711.2473562-11150-264766732742744/AnsiballZ_user.py && sleep 0'"'"'' <10.31.43.177> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on managed-node2", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null}}}\r\n', b'Shared connection to 10.31.43.177 closed.\r\n') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742711.241651-11147-86232706575113/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.78> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on managed-node1", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null}}}\r\n', b'Shared connection to 10.31.40.78 closed.\r\n') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742711.217039-11144-101956040070663/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.244> (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.40.244 closed.\r\n') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742711.2473562-11150-264766732742744/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') ok: [managed-node2 -> managed-node2] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on managed-node2", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } <10.31.40.78> (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.40.244> (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 } TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] **** task path: /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 16 November 2024 02:38:31 -0500 (0:00:00.674) 0:00:10.990 ***** <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.78> (0, b'/root\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742711.8588405-11174-242450143080713 `" && echo ansible-tmp-1731742711.8588405-11174-242450143080713="` echo /root/.ansible/tmp/ansible-tmp-1731742711.8588405-11174-242450143080713 `" ) && sleep 0'"'"'' <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.177> (0, b'/root\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742711.8783183-11176-34574177785915 `" && echo ansible-tmp-1731742711.8783183-11176-34574177785915="` echo /root/.ansible/tmp/ansible-tmp-1731742711.8783183-11176-34574177785915 `" ) && sleep 0'"'"'' <10.31.40.244> (0, b'/root\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742711.8975945-11177-276238993208300 `" && echo ansible-tmp-1731742711.8975945-11177-276238993208300="` echo /root/.ansible/tmp/ansible-tmp-1731742711.8975945-11177-276238993208300 `" ) && sleep 0'"'"'' <10.31.40.78> (0, b'ansible-tmp-1731742711.8588405-11174-242450143080713=/root/.ansible/tmp/ansible-tmp-1731742711.8588405-11174-242450143080713\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.40.78> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpf57oc6by TO /root/.ansible/tmp/ansible-tmp-1731742711.8588405-11174-242450143080713/AnsiballZ_stat.py <10.31.40.78> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5fb8715edb '[10.31.40.78]' <10.31.43.177> (0, b'ansible-tmp-1731742711.8783183-11176-34574177785915=/root/.ansible/tmp/ansible-tmp-1731742711.8783183-11176-34574177785915\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.43.177> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpjudblk48 TO /root/.ansible/tmp/ansible-tmp-1731742711.8783183-11176-34574177785915/AnsiballZ_stat.py <10.31.43.177> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9b88d29d55 '[10.31.43.177]' <10.31.40.244> (0, b'ansible-tmp-1731742711.8975945-11177-276238993208300=/root/.ansible/tmp/ansible-tmp-1731742711.8975945-11177-276238993208300\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.40.244> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpxfjtkcgz TO /root/.ansible/tmp/ansible-tmp-1731742711.8975945-11177-276238993208300/AnsiballZ_stat.py <10.31.40.244> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/01afbd76a0 '[10.31.40.244]' <10.31.40.78> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpf57oc6by /root/.ansible/tmp/ansible-tmp-1731742711.8588405-11174-242450143080713/AnsiballZ_stat.py\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742711.8588405-11174-242450143080713/ /root/.ansible/tmp/ansible-tmp-1731742711.8588405-11174-242450143080713/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.177> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpjudblk48 /root/.ansible/tmp/ansible-tmp-1731742711.8783183-11176-34574177785915/AnsiballZ_stat.py\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742711.8783183-11176-34574177785915/ /root/.ansible/tmp/ansible-tmp-1731742711.8783183-11176-34574177785915/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.244> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpxfjtkcgz /root/.ansible/tmp/ansible-tmp-1731742711.8975945-11177-276238993208300/AnsiballZ_stat.py\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742711.8975945-11177-276238993208300/ /root/.ansible/tmp/ansible-tmp-1731742711.8975945-11177-276238993208300/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.78> (0, b'', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb -tt 10.31.40.78 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742711.8588405-11174-242450143080713/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 -tt 10.31.43.177 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742711.8783183-11176-34574177785915/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.244> (0, b'', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 -tt 10.31.40.244 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742711.8975945-11177-276238993208300/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.78> (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": 1731742201.9626713, "mtime": 1731742654.6946864, "ctime": 1731742654.6946864, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1339598710", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.40.78 closed.\r\n') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742711.8588405-11174-242450143080713/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.177> (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": 1731742199.0228243, "mtime": 1731742666.5450068, "ctime": 1731742666.5450068, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1339598710", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.43.177 closed.\r\n') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742711.8783183-11176-34574177785915/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.244> (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": 1731742202.4370139, "mtime": 1731742673.9446352, "ctime": 1731742673.9446352, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1339598710", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.40.244 closed.\r\n') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742711.8975945-11177-276238993208300/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.78> (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": 1731742201.9626713, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1731742654.6946864, "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": 1731742654.6946864, "nlink": 2, "path": "/root/.ssh", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 101, "uid": 0, "version": "1339598710", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } <10.31.43.177> (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": 1731742199.0228243, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1731742666.5450068, "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": 1731742666.5450068, "nlink": 2, "path": "/root/.ssh", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 101, "uid": 0, "version": "1339598710", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } <10.31.40.244> (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": 1731742202.4370139, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1731742673.9446352, "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": 1731742673.9446352, "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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 16 November 2024 02:38:32 -0500 (0:00:00.465) 0:00:11.456 ***** <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.78> (0, b'/root\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742712.3354163-11204-23012872048365 `" && echo ansible-tmp-1731742712.3354163-11204-23012872048365="` echo /root/.ansible/tmp/ansible-tmp-1731742712.3354163-11204-23012872048365 `" ) && sleep 0'"'"'' <10.31.43.177> (0, b'/root\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742712.3434718-11206-198958274517285 `" && echo ansible-tmp-1731742712.3434718-11206-198958274517285="` echo /root/.ansible/tmp/ansible-tmp-1731742712.3434718-11206-198958274517285 `" ) && sleep 0'"'"'' <10.31.40.244> (0, b'/root\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742712.358003-11207-119292994883301 `" && echo ansible-tmp-1731742712.358003-11207-119292994883301="` echo /root/.ansible/tmp/ansible-tmp-1731742712.358003-11207-119292994883301 `" ) && sleep 0'"'"'' <10.31.40.78> (0, b'ansible-tmp-1731742712.3354163-11204-23012872048365=/root/.ansible/tmp/ansible-tmp-1731742712.3354163-11204-23012872048365\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.40.78> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmp8vg9x2kt TO /root/.ansible/tmp/ansible-tmp-1731742712.3354163-11204-23012872048365/AnsiballZ_stat.py <10.31.40.78> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5fb8715edb '[10.31.40.78]' <10.31.43.177> (0, b'ansible-tmp-1731742712.3434718-11206-198958274517285=/root/.ansible/tmp/ansible-tmp-1731742712.3434718-11206-198958274517285\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.43.177> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpmzdy6ef5 TO /root/.ansible/tmp/ansible-tmp-1731742712.3434718-11206-198958274517285/AnsiballZ_stat.py <10.31.43.177> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9b88d29d55 '[10.31.43.177]' <10.31.40.244> (0, b'ansible-tmp-1731742712.358003-11207-119292994883301=/root/.ansible/tmp/ansible-tmp-1731742712.358003-11207-119292994883301\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.40.244> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmp4hi1kzah TO /root/.ansible/tmp/ansible-tmp-1731742712.358003-11207-119292994883301/AnsiballZ_stat.py <10.31.40.244> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/01afbd76a0 '[10.31.40.244]' <10.31.40.78> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmp8vg9x2kt /root/.ansible/tmp/ansible-tmp-1731742712.3354163-11204-23012872048365/AnsiballZ_stat.py\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742712.3354163-11204-23012872048365/ /root/.ansible/tmp/ansible-tmp-1731742712.3354163-11204-23012872048365/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.177> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpmzdy6ef5 /root/.ansible/tmp/ansible-tmp-1731742712.3434718-11206-198958274517285/AnsiballZ_stat.py\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742712.3434718-11206-198958274517285/ /root/.ansible/tmp/ansible-tmp-1731742712.3434718-11206-198958274517285/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.244> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmp4hi1kzah /root/.ansible/tmp/ansible-tmp-1731742712.358003-11207-119292994883301/AnsiballZ_stat.py\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742712.358003-11207-119292994883301/ /root/.ansible/tmp/ansible-tmp-1731742712.358003-11207-119292994883301/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.78> (0, b'', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb -tt 10.31.40.78 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742712.3354163-11204-23012872048365/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 -tt 10.31.43.177 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742712.3434718-11206-198958274517285/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.244> (0, b'', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 -tt 10.31.40.244 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742712.358003-11207-119292994883301/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.78> (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": 71303363, "dev": 51713, "nlink": 1, "atime": 1731742661.0036223, "mtime": 1731742654.6946864, "ctime": 1731742654.6956863, "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": "c7fbc31e479d80389507e2677a6ab04e68a2d901", "mimetype": "text/plain", "charset": "us-ascii", "version": "4002347251", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.40.78 closed.\r\n') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742712.3354163-11204-23012872048365/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.177> (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": 1731742491.5140736, "mtime": 1731742199.021741, "ctime": 1731742199.0228243, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "mimetype": "text/plain", "charset": "us-ascii", "version": "1222691786", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.43.177 closed.\r\n') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742712.3434718-11206-198958274517285/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.244> (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": 1731742678.2084785, "mtime": 1731742673.9446352, "ctime": 1731742673.9456353, "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": "b3b1bdfcb8aefc4a318ec8974206e2e8cdd71e2f", "mimetype": "text/plain", "charset": "us-ascii", "version": "3928005398", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.40.244 closed.\r\n') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742712.358003-11207-119292994883301/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.78> (0, b'', b'') ok: [managed-node1 -> managed-node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1731742661.0036223, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c7fbc31e479d80389507e2677a6ab04e68a2d901", "ctime": 1731742654.6956863, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 71303363, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1731742654.6946864, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1562, "uid": 0, "version": "4002347251", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.40.244> (0, b'', b'') <10.31.43.177> (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": 1731742678.2084785, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b3b1bdfcb8aefc4a318ec8974206e2e8cdd71e2f", "ctime": 1731742673.9456353, "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": 1731742673.9446352, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1562, "uid": 0, "version": "3928005398", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node2 -> managed-node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1731742491.5140736, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1731742199.0228243, "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": 1731742199.021741, "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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 16 November 2024 02:38:32 -0500 (0:00:00.464) 0:00:11.920 ***** <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.78> (0, b'/root\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742712.8094587-11231-269910576613713 `" && echo ansible-tmp-1731742712.8094587-11231-269910576613713="` echo /root/.ansible/tmp/ansible-tmp-1731742712.8094587-11231-269910576613713 `" ) && sleep 0'"'"'' <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.177> (0, b'/root\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742712.846825-11232-98922837166917 `" && echo ansible-tmp-1731742712.846825-11232-98922837166917="` echo /root/.ansible/tmp/ansible-tmp-1731742712.846825-11232-98922837166917 `" ) && sleep 0'"'"'' <10.31.40.78> (0, b'ansible-tmp-1731742712.8094587-11231-269910576613713=/root/.ansible/tmp/ansible-tmp-1731742712.8094587-11231-269910576613713\n', b'') <10.31.40.244> (0, b'/root\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742712.8587246-11234-9248412285187 `" && echo ansible-tmp-1731742712.8587246-11234-9248412285187="` echo /root/.ansible/tmp/ansible-tmp-1731742712.8587246-11234-9248412285187 `" ) && sleep 0'"'"'' <10.31.43.177> (0, b'ansible-tmp-1731742712.846825-11232-98922837166917=/root/.ansible/tmp/ansible-tmp-1731742712.846825-11232-98922837166917\n', b'') <10.31.40.244> (0, b'ansible-tmp-1731742712.8587246-11234-9248412285187=/root/.ansible/tmp/ansible-tmp-1731742712.8587246-11234-9248412285187\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.40.78> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmp2rd8mdgv TO /root/.ansible/tmp/ansible-tmp-1731742712.8094587-11231-269910576613713/AnsiballZ_file.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.43.177> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpvpdqk04n TO /root/.ansible/tmp/ansible-tmp-1731742712.846825-11232-98922837166917/AnsiballZ_file.py <10.31.40.78> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5fb8715edb '[10.31.40.78]' <10.31.43.177> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9b88d29d55 '[10.31.43.177]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.40.244> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpff5zuvao TO /root/.ansible/tmp/ansible-tmp-1731742712.8587246-11234-9248412285187/AnsiballZ_file.py <10.31.40.244> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/01afbd76a0 '[10.31.40.244]' <10.31.40.78> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmp2rd8mdgv /root/.ansible/tmp/ansible-tmp-1731742712.8094587-11231-269910576613713/AnsiballZ_file.py\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742712.8094587-11231-269910576613713/ /root/.ansible/tmp/ansible-tmp-1731742712.8094587-11231-269910576613713/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.244> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpff5zuvao /root/.ansible/tmp/ansible-tmp-1731742712.8587246-11234-9248412285187/AnsiballZ_file.py\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742712.8587246-11234-9248412285187/ /root/.ansible/tmp/ansible-tmp-1731742712.8587246-11234-9248412285187/AnsiballZ_file.py && sleep 0'"'"'' <10.31.43.177> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpvpdqk04n /root/.ansible/tmp/ansible-tmp-1731742712.846825-11232-98922837166917/AnsiballZ_file.py\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742712.846825-11232-98922837166917/ /root/.ansible/tmp/ansible-tmp-1731742712.846825-11232-98922837166917/AnsiballZ_file.py && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 -tt 10.31.43.177 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742712.846825-11232-98922837166917/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.244> (0, b'', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 -tt 10.31.40.244 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742712.8587246-11234-9248412285187/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.78> (0, b'', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb -tt 10.31.40.78 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742712.8094587-11231-269910576613713/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.244> (0, b'\r\n{"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "invocation": {"module_args": {"path": "/root/.ssh", "state": "directory", "group": "root", "owner": "root", "mode": "0700", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.40.244 closed.\r\n') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742712.8587246-11234-9248412285187/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.78> (0, b'\r\n{"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "invocation": {"module_args": {"path": "/root/.ssh", "state": "directory", "group": "root", "owner": "root", "mode": "0700", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.40.78 closed.\r\n') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742712.8094587-11231-269910576613713/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.177> (0, b'\r\n{"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "invocation": {"module_args": {"path": "/root/.ssh", "state": "directory", "group": "root", "owner": "root", "mode": "0700", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.43.177 closed.\r\n') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742712.846825-11232-98922837166917/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.244> (0, b'', b'') <10.31.40.78> (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.43.177> (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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 16 November 2024 02:38:33 -0500 (0:00:00.628) 0:00:12.548 ***** <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.78> (0, b'/root\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742713.4472725-11261-133068340782803 `" && echo ansible-tmp-1731742713.4472725-11261-133068340782803="` echo /root/.ansible/tmp/ansible-tmp-1731742713.4472725-11261-133068340782803 `" ) && sleep 0'"'"'' <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.177> (0, b'/root\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742713.4673672-11262-155815956016856 `" && echo ansible-tmp-1731742713.4673672-11262-155815956016856="` echo /root/.ansible/tmp/ansible-tmp-1731742713.4673672-11262-155815956016856 `" ) && sleep 0'"'"'' <10.31.40.78> (0, b'ansible-tmp-1731742713.4472725-11261-133068340782803=/root/.ansible/tmp/ansible-tmp-1731742713.4472725-11261-133068340782803\n', b'') <10.31.40.244> (0, b'/root\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742713.4970326-11264-91124768272408 `" && echo ansible-tmp-1731742713.4970326-11264-91124768272408="` echo /root/.ansible/tmp/ansible-tmp-1731742713.4970326-11264-91124768272408 `" ) && sleep 0'"'"'' <10.31.43.177> (0, b'ansible-tmp-1731742713.4673672-11262-155815956016856=/root/.ansible/tmp/ansible-tmp-1731742713.4673672-11262-155815956016856\n', b'') <10.31.40.244> (0, b'ansible-tmp-1731742713.4970326-11264-91124768272408=/root/.ansible/tmp/ansible-tmp-1731742713.4970326-11264-91124768272408\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py <10.31.40.78> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmph2aapqkl TO /root/.ansible/tmp/ansible-tmp-1731742713.4472725-11261-133068340782803/AnsiballZ_lineinfile.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py <10.31.43.177> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpdymvv7v9 TO /root/.ansible/tmp/ansible-tmp-1731742713.4673672-11262-155815956016856/AnsiballZ_lineinfile.py <10.31.40.78> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5fb8715edb '[10.31.40.78]' <10.31.43.177> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9b88d29d55 '[10.31.43.177]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py <10.31.40.244> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpc8pes3b7 TO /root/.ansible/tmp/ansible-tmp-1731742713.4970326-11264-91124768272408/AnsiballZ_lineinfile.py <10.31.40.244> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/01afbd76a0 '[10.31.40.244]' <10.31.40.244> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpc8pes3b7 /root/.ansible/tmp/ansible-tmp-1731742713.4970326-11264-91124768272408/AnsiballZ_lineinfile.py\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742713.4970326-11264-91124768272408/ /root/.ansible/tmp/ansible-tmp-1731742713.4970326-11264-91124768272408/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.43.177> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpdymvv7v9 /root/.ansible/tmp/ansible-tmp-1731742713.4673672-11262-155815956016856/AnsiballZ_lineinfile.py\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742713.4673672-11262-155815956016856/ /root/.ansible/tmp/ansible-tmp-1731742713.4673672-11262-155815956016856/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.40.78> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmph2aapqkl /root/.ansible/tmp/ansible-tmp-1731742713.4472725-11261-133068340782803/AnsiballZ_lineinfile.py\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742713.4472725-11261-133068340782803/ /root/.ansible/tmp/ansible-tmp-1731742713.4472725-11261-133068340782803/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> (0, b'', b'') <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 -tt 10.31.43.177 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742713.4673672-11262-155815956016856/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 -tt 10.31.40.244 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742713.4970326-11264-91124768272408/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.40.78> (0, b'', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb -tt 10.31.40.78 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742713.4472725-11261-133068340782803/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.43.177> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDww1u5oMw+kjl0PAO4P56y04fUfPEzk79ehLO3ckiiAAxIyamJ1Oe0dT0LNG/3QUBr8PZuAgRx68/iLpwy7y1qXkamRNF14/81jXuEH32KrE/Z75T/ZvxNwhYGWYaFfL6ne/8TvFsFkmXU7Jn1Pm60P2xAGKuklzEQAE1DVbnTL81ITHNlw16AUISZdWGBSQPmS/ahNV3pFeF+IDB+7O4UNoXAqVikxBak+26hK6T9xo7OCEl6TGCt0InqTFDhxuHyjTYVNCbKn9RV+9WZx3cvk8uqknRIHtNnQx6Ua3w2Kd0orA2JbX2ztEYaHO1UX/rQRMyLx3vOm4suYZ03SYAILBh8RKPeib/AHkbWh0NHchrKEWY7SyZtwNOOne9pCRlK2XrPKpKc4Bw/0OSwwK6lURlhTDKgXdQS3/o9L0+K7BXXGrVT4KlBw03yd6xl6McE+BftIq/9vhXPA3ugDL8k73gXsPSwQPu0bn272DU1weO3fiZ/8cUTx2fGR5wbQxk= root@managed-node2", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "follow": false, "unsafe_writes": false, "regexp": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "src": null, "force": null, "content": null, "remote_src": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.43.177 closed.\r\n') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742713.4673672-11262-155815956016856/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.244> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDGdV9FeFWVXZZ2lDY0OucopfqkD7MeCVkso3hnTuhCGjoDB2kib53UOcHYsk5KUDnuRsHLDlXfLiEfEbJdBQo3u7rGV1DBE8fqpzE2PBflnk0XSdJx4gl7iZyWl9nVumpj9q8h3JqJGax0B2uSuWnhB9+9G+ro7TblFMC6jmBPlTdyvT6MupDOXJ2hgIW3s7VRIzJM35FVvtXCvOkCjwVAMgTAVIbQLYTvavr9q4OW7BxOgjvhVnHwryvbw1SpAoA+xw2coFDQ9+5349MGCW2S3NVEWyuCXh/4JRgapXqzXt+Ova5VCqZ2LpQPqX1vJpiYjwkRuNzaNsWRhzg+JT8Hm2+vMA2MWa+BYbmKjl2Hp12orL3c5KN4uMSeUGdn1KR1a2j5xJ7oXiwyaeEB3YGqvyoPdpb47sKqTGBzo2OYOBX6b2e4rN22zrowpvNp9Z8y/Ftq/+SXck1eL3x/lO8QNO/wL1cZDLUOxQ8hbXsU3A9DLbDjezUDqJ/C4MyVYhU= 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.40.244 closed.\r\n') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742713.4970326-11264-91124768272408/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.78> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDUJHCEQj1wfTSeLDPNreKkgStAXhagx4kKOlpj7DDsmuWpPyW0/5bQER3kDUO7OFn/DFjtDjWTn5UDi8v2pRvFfyku+yq3u4Nryxfyk3Zo5QqFAILpEzGYh88TPX261LIQj8Mp7VB8X8UG3WtYm/Hkkxz9eOyTPSQu9SWJjrcT1UlDfswqXJLH0kz6QF7COAkwe6j7iP6siVEQYLdlFNNcYxuk1Tlw1mnoNLjBAvEeOEsQ/oDCXn5kmGOcEVvWtaPW+sNqWwWPlnje0s8XhuVfzp9hN/unD8eKoxwMZOVkNIGnSSdfb9I18WcSf8276tVgigZRRTh44Iu12BSlPgWMTiy07aOQUGLcf9w2cYA02imXKGpTgU8et7FRR87Jfr/6Gt2Hme54jkW16SrbaX5UfF4b+xkBgB+mojiV7enxi2XOv5iRnIxcgML3BAA+T9dEsWL740aD0OhKZXh3lUDZxFNWS8tQeOWpqijd5JS0HdJVdPFuxgrOu75S4sw1Pzs= root@managed-node1", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "follow": false, "unsafe_writes": false, "regexp": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "src": null, "force": null, "content": null, "remote_src": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.40.78 closed.\r\n') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742713.4472725-11261-133068340782803/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.177> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDww1u5oMw+kjl0PAO4P56y04fUfPEzk79ehLO3ckiiAAxIyamJ1Oe0dT0LNG/3QUBr8PZuAgRx68/iLpwy7y1qXkamRNF14/81jXuEH32KrE/Z75T/ZvxNwhYGWYaFfL6ne/8TvFsFkmXU7Jn1Pm60P2xAGKuklzEQAE1DVbnTL81ITHNlw16AUISZdWGBSQPmS/ahNV3pFeF+IDB+7O4UNoXAqVikxBak+26hK6T9xo7OCEl6TGCt0InqTFDhxuHyjTYVNCbKn9RV+9WZx3cvk8uqknRIHtNnQx6Ua3w2Kd0orA2JbX2ztEYaHO1UX/rQRMyLx3vOm4suYZ03SYAILBh8RKPeib/AHkbWh0NHchrKEWY7SyZtwNOOne9pCRlK2XrPKpKc4Bw/0OSwwK6lURlhTDKgXdQS3/o9L0+K7BXXGrVT4KlBw03yd6xl6McE+BftIq/9vhXPA3ugDL8k73gXsPSwQPu0bn272DU1weO3fiZ/8cUTx2fGR5wbQxk= root@managed-node2", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "present", "unsafe_writes": false, "validate": null } } } MSG: line added <10.31.40.244> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDGdV9FeFWVXZZ2lDY0OucopfqkD7MeCVkso3hnTuhCGjoDB2kib53UOcHYsk5KUDnuRsHLDlXfLiEfEbJdBQo3u7rGV1DBE8fqpzE2PBflnk0XSdJx4gl7iZyWl9nVumpj9q8h3JqJGax0B2uSuWnhB9+9G+ro7TblFMC6jmBPlTdyvT6MupDOXJ2hgIW3s7VRIzJM35FVvtXCvOkCjwVAMgTAVIbQLYTvavr9q4OW7BxOgjvhVnHwryvbw1SpAoA+xw2coFDQ9+5349MGCW2S3NVEWyuCXh/4JRgapXqzXt+Ova5VCqZ2LpQPqX1vJpiYjwkRuNzaNsWRhzg+JT8Hm2+vMA2MWa+BYbmKjl2Hp12orL3c5KN4uMSeUGdn1KR1a2j5xJ7oXiwyaeEB3YGqvyoPdpb47sKqTGBzo2OYOBX6b2e4rN22zrowpvNp9Z8y/Ftq/+SXck1eL3x/lO8QNO/wL1cZDLUOxQ8hbXsU3A9DLbDjezUDqJ/C4MyVYhU= 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.40.78> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDUJHCEQj1wfTSeLDPNreKkgStAXhagx4kKOlpj7DDsmuWpPyW0/5bQER3kDUO7OFn/DFjtDjWTn5UDi8v2pRvFfyku+yq3u4Nryxfyk3Zo5QqFAILpEzGYh88TPX261LIQj8Mp7VB8X8UG3WtYm/Hkkxz9eOyTPSQu9SWJjrcT1UlDfswqXJLH0kz6QF7COAkwe6j7iP6siVEQYLdlFNNcYxuk1Tlw1mnoNLjBAvEeOEsQ/oDCXn5kmGOcEVvWtaPW+sNqWwWPlnje0s8XhuVfzp9hN/unD8eKoxwMZOVkNIGnSSdfb9I18WcSf8276tVgigZRRTh44Iu12BSlPgWMTiy07aOQUGLcf9w2cYA02imXKGpTgU8et7FRR87Jfr/6Gt2Hme54jkW16SrbaX5UfF4b+xkBgB+mojiV7enxi2XOv5iRnIxcgML3BAA+T9dEsWL740aD0OhKZXh3lUDZxFNWS8tQeOWpqijd5JS0HdJVdPFuxgrOu75S4sw1Pzs= 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 } } } TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 16 November 2024 02:38:33 -0500 (0:00:00.598) 0:00:13.147 ***** <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.78> (0, b'/root\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742714.0133045-11288-261198709147616 `" && echo ansible-tmp-1731742714.0133045-11288-261198709147616="` echo /root/.ansible/tmp/ansible-tmp-1731742714.0133045-11288-261198709147616 `" ) && sleep 0'"'"'' <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.177> (0, b'/root\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742714.0287368-11290-202824654317442 `" && echo ansible-tmp-1731742714.0287368-11290-202824654317442="` echo /root/.ansible/tmp/ansible-tmp-1731742714.0287368-11290-202824654317442 `" ) && sleep 0'"'"'' <10.31.40.244> (0, b'/root\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742714.0476992-11291-99510963486407 `" && echo ansible-tmp-1731742714.0476992-11291-99510963486407="` echo /root/.ansible/tmp/ansible-tmp-1731742714.0476992-11291-99510963486407 `" ) && sleep 0'"'"'' <10.31.40.78> (0, b'ansible-tmp-1731742714.0133045-11288-261198709147616=/root/.ansible/tmp/ansible-tmp-1731742714.0133045-11288-261198709147616\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.40.78> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmp4zcbnuxy TO /root/.ansible/tmp/ansible-tmp-1731742714.0133045-11288-261198709147616/AnsiballZ_slurp.py <10.31.40.78> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5fb8715edb '[10.31.40.78]' <10.31.43.177> (0, b'ansible-tmp-1731742714.0287368-11290-202824654317442=/root/.ansible/tmp/ansible-tmp-1731742714.0287368-11290-202824654317442\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.43.177> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmp_xvazgdn TO /root/.ansible/tmp/ansible-tmp-1731742714.0287368-11290-202824654317442/AnsiballZ_slurp.py <10.31.43.177> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9b88d29d55 '[10.31.43.177]' <10.31.40.244> (0, b'ansible-tmp-1731742714.0476992-11291-99510963486407=/root/.ansible/tmp/ansible-tmp-1731742714.0476992-11291-99510963486407\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.40.244> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpwdcfnwf1 TO /root/.ansible/tmp/ansible-tmp-1731742714.0476992-11291-99510963486407/AnsiballZ_slurp.py <10.31.40.244> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/01afbd76a0 '[10.31.40.244]' <10.31.40.78> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmp4zcbnuxy /root/.ansible/tmp/ansible-tmp-1731742714.0133045-11288-261198709147616/AnsiballZ_slurp.py\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742714.0133045-11288-261198709147616/ /root/.ansible/tmp/ansible-tmp-1731742714.0133045-11288-261198709147616/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.43.177> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmp_xvazgdn /root/.ansible/tmp/ansible-tmp-1731742714.0287368-11290-202824654317442/AnsiballZ_slurp.py\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742714.0287368-11290-202824654317442/ /root/.ansible/tmp/ansible-tmp-1731742714.0287368-11290-202824654317442/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.244> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpwdcfnwf1 /root/.ansible/tmp/ansible-tmp-1731742714.0476992-11291-99510963486407/AnsiballZ_slurp.py\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742714.0476992-11291-99510963486407/ /root/.ansible/tmp/ansible-tmp-1731742714.0476992-11291-99510963486407/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.78> (0, b'', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb -tt 10.31.40.78 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742714.0133045-11288-261198709147616/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 -tt 10.31.43.177 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742714.0287368-11290-202824654317442/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.244> (0, b'', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 -tt 10.31.40.244 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742714.0476992-11291-99510963486407/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.43.177> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDaUV4bDJhaHBLRWNkRjlOdkhzM2o0SkRJc1pHYzJjSGxXZXdjaWdjMEVoSXlVSlVHM2crUFJaYTRINVlreW9UT3dkV0Z0c0podTdhejZtU1FlRFNXeGJyVms1VGxVMkNIQjl2aWZMM0RmZnNJNkkzMG5hdjZIdGlnRmdBVWpTQk43ZEZYTDRZMzA5Q0JZb200cG9GdFFGRjJ5Y2xLYmx5bVdEdnFVM2VWdVBYek1Bd29RYUFxc1dOMUZDODVyeUhQQzFvU05zRmNML2tyOHZjTWZaV1VqT0ZUam82QlRqM2dnbGFmT3hidGhxZVk0dVFKenVpUXNQK290WUJvczg3UlpsaTdXK2hzRWEvTEF0eW9NY2RoSEsrdmZMdVYwVDdtNnhIeXlneVpsRTc1eHNsTnRxSi80bUhoRm9SUm55a3RHNUs4MXcwUlV0RXRFMEpETWFRc0g1YStzcjVmT1hKazRPR0cvVmw0ZVVwNGxzallBdnNrY1Rlb0ZHZG45ZzEwK1ljbmNkbjJZaGVaWmw0MFF2RHFqTXRLWmZnaU5FWGpybG5vMVMwc3YxclNxQWpwZ0s5blhWUWMweTFKSU40VGVTYjhGMmxnQjJFT0YvZWlNVXZmMDV2V0dVOC9DUWxMQng0enh6dmpLUXFtNVZCUERuR21NZktqWmw2UmcyS0U9IHJvb3RAaXAtMTAtMzEtNDMtMTc3LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}}\r\n', b'Shared connection to 10.31.43.177 closed.\r\n') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742714.0287368-11290-202824654317442/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.78> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDZjVJMGpOOFlaank3UUJtNWtPRGpxS3NWZ2ZhVGt5Ym5DYThyQlNKcVk0Rytqa3VPVXRQQnp5d0JkVVhRb2RuNHFJZjJLL1pCdzcxbnhBb1YvRGMxVkVhZnp1SDYxVWdGSG9JOGRZVlJPZjh2bnZCUlo0TUxVQzdtNnlBRWtIbTNEQ1dhZ2lnbVl0bCszM09kWlJQZndmLzZzOXEwNWNsS3BGbERBUkZlOENWMzZFT1BRWEpxSzFPMVhndWRaRVpXYnFhVmJXWkU5L2FzUWVXWVFhdFdQcjRMVWgzNUxZekdtTCtOYlJBZFcxa2pMb0Q4a25rUFIzVEtTZXZZbjh2alNYNGNEMXV1WEhuYk5xcW5ybzJUNm9vblB1cDVETkI4Rm9vWm9RcUFLYnpVeStYQ0txdVU5TlhtUFJtQmxKUnkzcWtneW85dUNpZzI5YVBJekxvaDJGMkZnc0lpT1VlUUE3eUJmdEU3V0tkZEIxYXFPSC9JTjUwK2JGdnlLSE82N2dWRGV5RGYyNTFqY0VycGZ4SXlnVG9sZWdmQ0MvUU5KR1FIdHZoRUlXT1hIUEE1dGtoTjZaTVM4VWdwSTVXN0dTVE1WMk9hMnd4b2F3SFBqUk1zL3d2VnF0QXp3MzNxampVZEtkcy9kVkNoQnpNZEcxblNGUUlaeTNkQ3dBZjA9IHJvb3RAaXAtMTAtMzEtNDAtNzgudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}}\r\n', b'Shared connection to 10.31.40.78 closed.\r\n') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742714.0133045-11288-261198709147616/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.244> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEYlhEZ2VEM1Bocmt6TWVCQk03eVdsZ0NmTGl4elUrQjUzTGVoUm93SHF6eVgvSUpwc21LSGFVekE3M3ZhQ3dkYUhRMUkySjRkRXZYVnN4QWFSME9HTUpNRHRib3VHeUI4VE1nTGxjN2F2Wk9ERWcveXcreStBNUh6SVcvOWFuVExkQ2xsMmEybGVNbkQzbFk1NEtRK21Hb0pjbXp4OUx4THFjUUU3Z2xJeWNCSVNoWk1tNU95WW80dlU0TjVNVS85QmJBQ1JzTWRETnF2VllnWEJNVW5tZzNsSXRyRVBvbjBPVjJyclhyUGVwZTM4MGlaUmNHWmNQcmpBai8xOTV2MENGSDJoUEd4VytKVE1nelNMWWtkbERmRTkvcEliM01KZWMzUWNtR3lRdzA2WjBCM3Vqd1FkWDNMc1ZyNWRCMzlXUllmWU0zNHRwUGRjMUZqeVpFQmpLVUJvczkwUDl6MjVONCtNTG5NQVhwc1B1RFBjMjYwQWM4cXY3TXF4dTJoajVxQnRpclBoV0Z4aXU4MWxkRERyV3RvWHNFaVNtaWhpWjRDT0NBM2xacVlobVNEN3JmWkwyZWJpSHl1NU8vZFpyQkd2emNQYmVzZTB5WFUwaHAxSjRrak9rS0xuTDUzNEJVRGpEZC96WnR3TzlXMkdCLzhUS2l4ZFJHZXlpek09IHJvb3RAaXAtMTAtMzEtNDAtMjQ0LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}}\r\n', b'Shared connection to 10.31.40.244 closed.\r\n') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742714.0476992-11291-99510963486407/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') <10.31.40.78> (0, b'', b'') ok: [managed-node2 -> managed-node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDaUV4bDJhaHBLRWNkRjlOdkhzM2o0SkRJc1pHYzJjSGxXZXdjaWdjMEVoSXlVSlVHM2crUFJaYTRINVlreW9UT3dkV0Z0c0podTdhejZtU1FlRFNXeGJyVms1VGxVMkNIQjl2aWZMM0RmZnNJNkkzMG5hdjZIdGlnRmdBVWpTQk43ZEZYTDRZMzA5Q0JZb200cG9GdFFGRjJ5Y2xLYmx5bVdEdnFVM2VWdVBYek1Bd29RYUFxc1dOMUZDODVyeUhQQzFvU05zRmNML2tyOHZjTWZaV1VqT0ZUam82QlRqM2dnbGFmT3hidGhxZVk0dVFKenVpUXNQK290WUJvczg3UlpsaTdXK2hzRWEvTEF0eW9NY2RoSEsrdmZMdVYwVDdtNnhIeXlneVpsRTc1eHNsTnRxSi80bUhoRm9SUm55a3RHNUs4MXcwUlV0RXRFMEpETWFRc0g1YStzcjVmT1hKazRPR0cvVmw0ZVVwNGxzallBdnNrY1Rlb0ZHZG45ZzEwK1ljbmNkbjJZaGVaWmw0MFF2RHFqTXRLWmZnaU5FWGpybG5vMVMwc3YxclNxQWpwZ0s5blhWUWMweTFKSU40VGVTYjhGMmxnQjJFT0YvZWlNVXZmMDV2V0dVOC9DUWxMQng0enh6dmpLUXFtNVZCUERuR21NZktqWmw2UmcyS0U9IHJvb3RAaXAtMTAtMzEtNDMtMTc3LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } ok: [managed-node1 -> managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDZjVJMGpOOFlaank3UUJtNWtPRGpxS3NWZ2ZhVGt5Ym5DYThyQlNKcVk0Rytqa3VPVXRQQnp5d0JkVVhRb2RuNHFJZjJLL1pCdzcxbnhBb1YvRGMxVkVhZnp1SDYxVWdGSG9JOGRZVlJPZjh2bnZCUlo0TUxVQzdtNnlBRWtIbTNEQ1dhZ2lnbVl0bCszM09kWlJQZndmLzZzOXEwNWNsS3BGbERBUkZlOENWMzZFT1BRWEpxSzFPMVhndWRaRVpXYnFhVmJXWkU5L2FzUWVXWVFhdFdQcjRMVWgzNUxZekdtTCtOYlJBZFcxa2pMb0Q4a25rUFIzVEtTZXZZbjh2alNYNGNEMXV1WEhuYk5xcW5ybzJUNm9vblB1cDVETkI4Rm9vWm9RcUFLYnpVeStYQ0txdVU5TlhtUFJtQmxKUnkzcWtneW85dUNpZzI5YVBJekxvaDJGMkZnc0lpT1VlUUE3eUJmdEU3V0tkZEIxYXFPSC9JTjUwK2JGdnlLSE82N2dWRGV5RGYyNTFqY0VycGZ4SXlnVG9sZWdmQ0MvUU5KR1FIdHZoRUlXT1hIUEE1dGtoTjZaTVM4VWdwSTVXN0dTVE1WMk9hMnd4b2F3SFBqUk1zL3d2VnF0QXp3MzNxampVZEtkcy9kVkNoQnpNZEcxblNGUUlaeTNkQ3dBZjA9IHJvb3RAaXAtMTAtMzEtNDAtNzgudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.40.244> (0, b'', b'') ok: [managed-node3 -> managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEYlhEZ2VEM1Bocmt6TWVCQk03eVdsZ0NmTGl4elUrQjUzTGVoUm93SHF6eVgvSUpwc21LSGFVekE3M3ZhQ3dkYUhRMUkySjRkRXZYVnN4QWFSME9HTUpNRHRib3VHeUI4VE1nTGxjN2F2Wk9ERWcveXcreStBNUh6SVcvOWFuVExkQ2xsMmEybGVNbkQzbFk1NEtRK21Hb0pjbXp4OUx4THFjUUU3Z2xJeWNCSVNoWk1tNU95WW80dlU0TjVNVS85QmJBQ1JzTWRETnF2VllnWEJNVW5tZzNsSXRyRVBvbjBPVjJyclhyUGVwZTM4MGlaUmNHWmNQcmpBai8xOTV2MENGSDJoUEd4VytKVE1nelNMWWtkbERmRTkvcEliM01KZWMzUWNtR3lRdzA2WjBCM3Vqd1FkWDNMc1ZyNWRCMzlXUllmWU0zNHRwUGRjMUZqeVpFQmpLVUJvczkwUDl6MjVONCtNTG5NQVhwc1B1RFBjMjYwQWM4cXY3TXF4dTJoajVxQnRpclBoV0Z4aXU4MWxkRERyV3RvWHNFaVNtaWhpWjRDT0NBM2xacVlobVNEN3JmWkwyZWJpSHl1NU8vZFpyQkd2emNQYmVzZTB5WFUwaHAxSjRrak9rS0xuTDUzNEJVRGpEZC96WnR3TzlXMkdCLzhUS2l4ZFJHZXlpek09IHJvb3RAaXAtMTAtMzEtNDAtMjQ0LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 16 November 2024 02:38:34 -0500 (0:00:00.435) 0:00:13.582 ***** <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> (0, b'/root\n', b'') <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742714.544402-11318-122890398142411 `" && echo ansible-tmp-1731742714.544402-11318-122890398142411="` echo /root/.ansible/tmp/ansible-tmp-1731742714.544402-11318-122890398142411 `" ) && sleep 0'"'"'' <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.177> (0, b'/root\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742714.5846887-11319-83291186783857 `" && echo ansible-tmp-1731742714.5846887-11319-83291186783857="` echo /root/.ansible/tmp/ansible-tmp-1731742714.5846887-11319-83291186783857 `" ) && sleep 0'"'"'' <10.31.40.244> (0, b'/root\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742714.5883272-11320-54069366113057 `" && echo ansible-tmp-1731742714.5883272-11320-54069366113057="` echo /root/.ansible/tmp/ansible-tmp-1731742714.5883272-11320-54069366113057 `" ) && sleep 0'"'"'' <10.31.40.78> (0, b'ansible-tmp-1731742714.544402-11318-122890398142411=/root/.ansible/tmp/ansible-tmp-1731742714.544402-11318-122890398142411\n', b'') <10.31.40.244> (0, b'ansible-tmp-1731742714.5883272-11320-54069366113057=/root/.ansible/tmp/ansible-tmp-1731742714.5883272-11320-54069366113057\n', b'') <10.31.43.177> (0, b'ansible-tmp-1731742714.5846887-11319-83291186783857=/root/.ansible/tmp/ansible-tmp-1731742714.5846887-11319-83291186783857\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py <10.31.40.78> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpxk8ne1hf TO /root/.ansible/tmp/ansible-tmp-1731742714.544402-11318-122890398142411/AnsiballZ_known_hosts.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py <10.31.40.244> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmp3ld87uu4 TO /root/.ansible/tmp/ansible-tmp-1731742714.5883272-11320-54069366113057/AnsiballZ_known_hosts.py <10.31.40.78> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5fb8715edb '[10.31.40.78]' <10.31.40.244> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/01afbd76a0 '[10.31.40.244]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py <10.31.43.177> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmp2qugryou TO /root/.ansible/tmp/ansible-tmp-1731742714.5846887-11319-83291186783857/AnsiballZ_known_hosts.py <10.31.43.177> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9b88d29d55 '[10.31.43.177]' <10.31.40.244> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmp3ld87uu4 /root/.ansible/tmp/ansible-tmp-1731742714.5883272-11320-54069366113057/AnsiballZ_known_hosts.py\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742714.5883272-11320-54069366113057/ /root/.ansible/tmp/ansible-tmp-1731742714.5883272-11320-54069366113057/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.43.177> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmp2qugryou /root/.ansible/tmp/ansible-tmp-1731742714.5846887-11319-83291186783857/AnsiballZ_known_hosts.py\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742714.5846887-11319-83291186783857/ /root/.ansible/tmp/ansible-tmp-1731742714.5846887-11319-83291186783857/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.40.78> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpxk8ne1hf /root/.ansible/tmp/ansible-tmp-1731742714.544402-11318-122890398142411/AnsiballZ_known_hosts.py\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742714.544402-11318-122890398142411/ /root/.ansible/tmp/ansible-tmp-1731742714.544402-11318-122890398142411/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.40.244> (0, b'', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 -tt 10.31.40.244 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742714.5883272-11320-54069366113057/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 -tt 10.31.43.177 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742714.5846887-11319-83291186783857/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.40.78> (0, b'', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb -tt 10.31.40.78 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742714.544402-11318-122890398142411/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.40.244> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.244 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbXDgeD3PhrkzMeBBM7yWlgCfLixzU+B53LehRowHqzyX/IJpsmKHaUzA73vaCwdaHQ1I2J4dEvXVsxAaR0OGMJMDtbouGyB8TMgLlc7avZODEg/yw+y+A5HzIW/9anTLdCll2a2leMnD3lY54KQ+mGoJcmzx9LxLqcQE7glIycBIShZMm5OyYo4vU4N5MU/9BbACRsMdDNqvVYgXBMUnmg3lItrEPon0OV2rrXrPepe380iZRcGZcPrjAj/195v0CFH2hPGxW+JTMgzSLYkdlDfE9/pIb3MJec3QcmGyQw06Z0B3ujwQdX3LsVr5dB39WRYfYM34tpPdc1FjyZEBjKUBos90P9z25N4+MLnMAXpsPuDPc260Ac8qv7Mqxu2hj5qBtirPhWFxiu81ldDDrWtoXsEiSmihiZ4COCA3lZqYhmSD7rfZL2ebiHyu5O/dZrBGvzcPbese0yXU0hp1J4kjOkKLnL534BUDjDd/zZtwO9W2GB/8TKixdRGeyizM= root@ip-10-31-40-244.us-east-1.aws.redhat.com\\n", "after": "10.31.40.244 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbXDgeD3PhrkzMeBBM7yWlgCfLixzU+B53LehRowHqzyX/IJpsmKHaUzA73vaCwdaHQ1I2J4dEvXVsxAaR0OGMJMDtbouGyB8TMgLlc7avZODEg/yw+y+A5HzIW/9anTLdCll2a2leMnD3lY54KQ+mGoJcmzx9LxLqcQE7glIycBIShZMm5OyYo4vU4N5MU/9BbACRsMdDNqvVYgXBMUnmg3lItrEPon0OV2rrXrPepe380iZRcGZcPrjAj/195v0CFH2hPGxW+JTMgzSLYkdlDfE9/pIb3MJec3QcmGyQw06Z0B3ujwQdX3LsVr5dB39WRYfYM34tpPdc1FjyZEBjKUBos90P9z25N4+MLnMAXpsPuDPc260Ac8qv7Mqxu2hj5qBtirPhWFxiu81ldDDrWtoXsEiSmihiZ4COCA3lZqYhmSD7rfZL2ebiHyu5O/dZrBGvzcPbese0yXU0hp1J4kjOkKLnL534BUDjDd/zZtwO9W2GB/8TKixdRGeyizM= root@ip-10-31-40-244.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.40.244 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbXDgeD3PhrkzMeBBM7yWlgCfLixzU+B53LehRowHqzyX/IJpsmKHaUzA73vaCwdaHQ1I2J4dEvXVsxAaR0OGMJMDtbouGyB8TMgLlc7avZODEg/yw+y+A5HzIW/9anTLdCll2a2leMnD3lY54KQ+mGoJcmzx9LxLqcQE7glIycBIShZMm5OyYo4vU4N5MU/9BbACRsMdDNqvVYgXBMUnmg3lItrEPon0OV2rrXrPepe380iZRcGZcPrjAj/195v0CFH2hPGxW+JTMgzSLYkdlDfE9/pIb3MJec3QcmGyQw06Z0B3ujwQdX3LsVr5dB39WRYfYM34tpPdc1FjyZEBjKUBos90P9z25N4+MLnMAXpsPuDPc260Ac8qv7Mqxu2hj5qBtirPhWFxiu81ldDDrWtoXsEiSmihiZ4COCA3lZqYhmSD7rfZL2ebiHyu5O/dZrBGvzcPbese0yXU0hp1J4kjOkKLnL534BUDjDd/zZtwO9W2GB/8TKixdRGeyizM= root@ip-10-31-40-244.us-east-1.aws.redhat.com\\n", "name": "10.31.40.244", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.244 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbXDgeD3PhrkzMeBBM7yWlgCfLixzU+B53LehRowHqzyX/IJpsmKHaUzA73vaCwdaHQ1I2J4dEvXVsxAaR0OGMJMDtbouGyB8TMgLlc7avZODEg/yw+y+A5HzIW/9anTLdCll2a2leMnD3lY54KQ+mGoJcmzx9LxLqcQE7glIycBIShZMm5OyYo4vU4N5MU/9BbACRsMdDNqvVYgXBMUnmg3lItrEPon0OV2rrXrPepe380iZRcGZcPrjAj/195v0CFH2hPGxW+JTMgzSLYkdlDfE9/pIb3MJec3QcmGyQw06Z0B3ujwQdX3LsVr5dB39WRYfYM34tpPdc1FjyZEBjKUBos90P9z25N4+MLnMAXpsPuDPc260Ac8qv7Mqxu2hj5qBtirPhWFxiu81ldDDrWtoXsEiSmihiZ4COCA3lZqYhmSD7rfZL2ebiHyu5O/dZrBGvzcPbese0yXU0hp1J4kjOkKLnL534BUDjDd/zZtwO9W2GB/8TKixdRGeyizM= root@ip-10-31-40-244.us-east-1.aws.redhat.com\\n", "after": "10.31.40.244 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbXDgeD3PhrkzMeBBM7yWlgCfLixzU+B53LehRowHqzyX/IJpsmKHaUzA73vaCwdaHQ1I2J4dEvXVsxAaR0OGMJMDtbouGyB8TMgLlc7avZODEg/yw+y+A5HzIW/9anTLdCll2a2leMnD3lY54KQ+mGoJcmzx9LxLqcQE7glIycBIShZMm5OyYo4vU4N5MU/9BbACRsMdDNqvVYgXBMUnmg3lItrEPon0OV2rrXrPepe380iZRcGZcPrjAj/195v0CFH2hPGxW+JTMgzSLYkdlDfE9/pIb3MJec3QcmGyQw06Z0B3ujwQdX3LsVr5dB39WRYfYM34tpPdc1FjyZEBjKUBos90P9z25N4+MLnMAXpsPuDPc260Ac8qv7Mqxu2hj5qBtirPhWFxiu81ldDDrWtoXsEiSmihiZ4COCA3lZqYhmSD7rfZL2ebiHyu5O/dZrBGvzcPbese0yXU0hp1J4kjOkKLnL534BUDjDd/zZtwO9W2GB/8TKixdRGeyizM= root@ip-10-31-40-244.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.40.244 closed.\r\n') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742714.5883272-11320-54069366113057/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.177> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.43.177 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCiExl2ahpKEcdF9NvHs3j4JDIsZGc2cHlWewcigc0EhIyUJUG3g+PRZa4H5YkyoTOwdWFtsJhu7az6mSQeDSWxbrVk5TlU2CHB9vifL3DffsI6I30nav6HtigFgAUjSBN7dFXL4Y309CBYom4poFtQFF2yclKblymWDvqU3eVuPXzMAwoQaAqsWN1FC85ryHPC1oSNsFcL/kr8vcMfZWUjOFTjo6BTj3gglafOxbthqeY4uQJzuiQsP+otYBos87RZli7W+hsEa/LAtyoMcdhHK+vfLuV0T7m6xHyygyZlE75xslNtqJ/4mHhFoRRnyktG5K81w0RUtEtE0JDMaQsH5a+sr5fOXJk4OGG/Vl4eUp4lsjYAvskcTeoFGdn9g10+Ycncdn2YheZZl40QvDqjMtKZfgiNEXjrlno1S0sv1rSqAjpgK9nXVQc0y1JIN4TeSb8F2lgB2EOF/eiMUvf05vWGU8/CQlLBx4zxzvjKQqm5VBPDnGmMfKjZl6Rg2KE= root@ip-10-31-43-177.us-east-1.aws.redhat.com\\n", "after": "10.31.43.177 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCiExl2ahpKEcdF9NvHs3j4JDIsZGc2cHlWewcigc0EhIyUJUG3g+PRZa4H5YkyoTOwdWFtsJhu7az6mSQeDSWxbrVk5TlU2CHB9vifL3DffsI6I30nav6HtigFgAUjSBN7dFXL4Y309CBYom4poFtQFF2yclKblymWDvqU3eVuPXzMAwoQaAqsWN1FC85ryHPC1oSNsFcL/kr8vcMfZWUjOFTjo6BTj3gglafOxbthqeY4uQJzuiQsP+otYBos87RZli7W+hsEa/LAtyoMcdhHK+vfLuV0T7m6xHyygyZlE75xslNtqJ/4mHhFoRRnyktG5K81w0RUtEtE0JDMaQsH5a+sr5fOXJk4OGG/Vl4eUp4lsjYAvskcTeoFGdn9g10+Ycncdn2YheZZl40QvDqjMtKZfgiNEXjrlno1S0sv1rSqAjpgK9nXVQc0y1JIN4TeSb8F2lgB2EOF/eiMUvf05vWGU8/CQlLBx4zxzvjKQqm5VBPDnGmMfKjZl6Rg2KE= root@ip-10-31-43-177.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.43.177 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCiExl2ahpKEcdF9NvHs3j4JDIsZGc2cHlWewcigc0EhIyUJUG3g+PRZa4H5YkyoTOwdWFtsJhu7az6mSQeDSWxbrVk5TlU2CHB9vifL3DffsI6I30nav6HtigFgAUjSBN7dFXL4Y309CBYom4poFtQFF2yclKblymWDvqU3eVuPXzMAwoQaAqsWN1FC85ryHPC1oSNsFcL/kr8vcMfZWUjOFTjo6BTj3gglafOxbthqeY4uQJzuiQsP+otYBos87RZli7W+hsEa/LAtyoMcdhHK+vfLuV0T7m6xHyygyZlE75xslNtqJ/4mHhFoRRnyktG5K81w0RUtEtE0JDMaQsH5a+sr5fOXJk4OGG/Vl4eUp4lsjYAvskcTeoFGdn9g10+Ycncdn2YheZZl40QvDqjMtKZfgiNEXjrlno1S0sv1rSqAjpgK9nXVQc0y1JIN4TeSb8F2lgB2EOF/eiMUvf05vWGU8/CQlLBx4zxzvjKQqm5VBPDnGmMfKjZl6Rg2KE= root@ip-10-31-43-177.us-east-1.aws.redhat.com\\n", "name": "10.31.43.177", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.43.177 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCiExl2ahpKEcdF9NvHs3j4JDIsZGc2cHlWewcigc0EhIyUJUG3g+PRZa4H5YkyoTOwdWFtsJhu7az6mSQeDSWxbrVk5TlU2CHB9vifL3DffsI6I30nav6HtigFgAUjSBN7dFXL4Y309CBYom4poFtQFF2yclKblymWDvqU3eVuPXzMAwoQaAqsWN1FC85ryHPC1oSNsFcL/kr8vcMfZWUjOFTjo6BTj3gglafOxbthqeY4uQJzuiQsP+otYBos87RZli7W+hsEa/LAtyoMcdhHK+vfLuV0T7m6xHyygyZlE75xslNtqJ/4mHhFoRRnyktG5K81w0RUtEtE0JDMaQsH5a+sr5fOXJk4OGG/Vl4eUp4lsjYAvskcTeoFGdn9g10+Ycncdn2YheZZl40QvDqjMtKZfgiNEXjrlno1S0sv1rSqAjpgK9nXVQc0y1JIN4TeSb8F2lgB2EOF/eiMUvf05vWGU8/CQlLBx4zxzvjKQqm5VBPDnGmMfKjZl6Rg2KE= root@ip-10-31-43-177.us-east-1.aws.redhat.com\\n", "after": "10.31.43.177 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCiExl2ahpKEcdF9NvHs3j4JDIsZGc2cHlWewcigc0EhIyUJUG3g+PRZa4H5YkyoTOwdWFtsJhu7az6mSQeDSWxbrVk5TlU2CHB9vifL3DffsI6I30nav6HtigFgAUjSBN7dFXL4Y309CBYom4poFtQFF2yclKblymWDvqU3eVuPXzMAwoQaAqsWN1FC85ryHPC1oSNsFcL/kr8vcMfZWUjOFTjo6BTj3gglafOxbthqeY4uQJzuiQsP+otYBos87RZli7W+hsEa/LAtyoMcdhHK+vfLuV0T7m6xHyygyZlE75xslNtqJ/4mHhFoRRnyktG5K81w0RUtEtE0JDMaQsH5a+sr5fOXJk4OGG/Vl4eUp4lsjYAvskcTeoFGdn9g10+Ycncdn2YheZZl40QvDqjMtKZfgiNEXjrlno1S0sv1rSqAjpgK9nXVQc0y1JIN4TeSb8F2lgB2EOF/eiMUvf05vWGU8/CQlLBx4zxzvjKQqm5VBPDnGmMfKjZl6Rg2KE= root@ip-10-31-43-177.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.43.177 closed.\r\n') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742714.5846887-11319-83291186783857/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.78> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.78 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCf5I0jN8YZjy7QBm5kODjqKsVgfaTkybnCa8rBSJqY4G+jkuOUtPBzywBdUXQodn4qIf2K/ZBw71nxAoV/Dc1VEafzuH61UgFHoI8dYVROf8vnvBRZ4MLUC7m6yAEkHm3DCWagigmYtl+33OdZRPfwf/6s9q05clKpFlDARFe8CV36EOPQXJqK1O1XgudZEZWbqaVbWZE9/asQeWYQatWPr4LUh35LYzGmL+NbRAdW1kjLoD8knkPR3TKSevYn8vjSX4cD1uuXHnbNqqnro2T6oonPup5DNB8FooZoQqAKbzUy+XCKquU9NXmPRmBlJRy3qkgyo9uCig29aPIzLoh2F2FgsIiOUeQA7yBftE7WKddB1aqOH/IN50+bFvyKHO67gVDeyDf251jcErpfxIygTolegfCC/QNJGQHtvhEIWOXHPA5tkhN6ZMS8UgpI5W7GSTMV2Oa2wxoawHPjRMs/wvVqtAzw33qjjUdKds/dVChBzMdG1nSFQIZy3dCwAf0= root@ip-10-31-40-78.us-east-1.aws.redhat.com\\n", "after": "10.31.40.78 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCf5I0jN8YZjy7QBm5kODjqKsVgfaTkybnCa8rBSJqY4G+jkuOUtPBzywBdUXQodn4qIf2K/ZBw71nxAoV/Dc1VEafzuH61UgFHoI8dYVROf8vnvBRZ4MLUC7m6yAEkHm3DCWagigmYtl+33OdZRPfwf/6s9q05clKpFlDARFe8CV36EOPQXJqK1O1XgudZEZWbqaVbWZE9/asQeWYQatWPr4LUh35LYzGmL+NbRAdW1kjLoD8knkPR3TKSevYn8vjSX4cD1uuXHnbNqqnro2T6oonPup5DNB8FooZoQqAKbzUy+XCKquU9NXmPRmBlJRy3qkgyo9uCig29aPIzLoh2F2FgsIiOUeQA7yBftE7WKddB1aqOH/IN50+bFvyKHO67gVDeyDf251jcErpfxIygTolegfCC/QNJGQHtvhEIWOXHPA5tkhN6ZMS8UgpI5W7GSTMV2Oa2wxoawHPjRMs/wvVqtAzw33qjjUdKds/dVChBzMdG1nSFQIZy3dCwAf0= root@ip-10-31-40-78.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.40.78 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCf5I0jN8YZjy7QBm5kODjqKsVgfaTkybnCa8rBSJqY4G+jkuOUtPBzywBdUXQodn4qIf2K/ZBw71nxAoV/Dc1VEafzuH61UgFHoI8dYVROf8vnvBRZ4MLUC7m6yAEkHm3DCWagigmYtl+33OdZRPfwf/6s9q05clKpFlDARFe8CV36EOPQXJqK1O1XgudZEZWbqaVbWZE9/asQeWYQatWPr4LUh35LYzGmL+NbRAdW1kjLoD8knkPR3TKSevYn8vjSX4cD1uuXHnbNqqnro2T6oonPup5DNB8FooZoQqAKbzUy+XCKquU9NXmPRmBlJRy3qkgyo9uCig29aPIzLoh2F2FgsIiOUeQA7yBftE7WKddB1aqOH/IN50+bFvyKHO67gVDeyDf251jcErpfxIygTolegfCC/QNJGQHtvhEIWOXHPA5tkhN6ZMS8UgpI5W7GSTMV2Oa2wxoawHPjRMs/wvVqtAzw33qjjUdKds/dVChBzMdG1nSFQIZy3dCwAf0= root@ip-10-31-40-78.us-east-1.aws.redhat.com\\n", "name": "10.31.40.78", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.78 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCf5I0jN8YZjy7QBm5kODjqKsVgfaTkybnCa8rBSJqY4G+jkuOUtPBzywBdUXQodn4qIf2K/ZBw71nxAoV/Dc1VEafzuH61UgFHoI8dYVROf8vnvBRZ4MLUC7m6yAEkHm3DCWagigmYtl+33OdZRPfwf/6s9q05clKpFlDARFe8CV36EOPQXJqK1O1XgudZEZWbqaVbWZE9/asQeWYQatWPr4LUh35LYzGmL+NbRAdW1kjLoD8knkPR3TKSevYn8vjSX4cD1uuXHnbNqqnro2T6oonPup5DNB8FooZoQqAKbzUy+XCKquU9NXmPRmBlJRy3qkgyo9uCig29aPIzLoh2F2FgsIiOUeQA7yBftE7WKddB1aqOH/IN50+bFvyKHO67gVDeyDf251jcErpfxIygTolegfCC/QNJGQHtvhEIWOXHPA5tkhN6ZMS8UgpI5W7GSTMV2Oa2wxoawHPjRMs/wvVqtAzw33qjjUdKds/dVChBzMdG1nSFQIZy3dCwAf0= root@ip-10-31-40-78.us-east-1.aws.redhat.com\\n", "after": "10.31.40.78 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCf5I0jN8YZjy7QBm5kODjqKsVgfaTkybnCa8rBSJqY4G+jkuOUtPBzywBdUXQodn4qIf2K/ZBw71nxAoV/Dc1VEafzuH61UgFHoI8dYVROf8vnvBRZ4MLUC7m6yAEkHm3DCWagigmYtl+33OdZRPfwf/6s9q05clKpFlDARFe8CV36EOPQXJqK1O1XgudZEZWbqaVbWZE9/asQeWYQatWPr4LUh35LYzGmL+NbRAdW1kjLoD8knkPR3TKSevYn8vjSX4cD1uuXHnbNqqnro2T6oonPup5DNB8FooZoQqAKbzUy+XCKquU9NXmPRmBlJRy3qkgyo9uCig29aPIzLoh2F2FgsIiOUeQA7yBftE7WKddB1aqOH/IN50+bFvyKHO67gVDeyDf251jcErpfxIygTolegfCC/QNJGQHtvhEIWOXHPA5tkhN6ZMS8UgpI5W7GSTMV2Oa2wxoawHPjRMs/wvVqtAzw33qjjUdKds/dVChBzMdG1nSFQIZy3dCwAf0= root@ip-10-31-40-78.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.40.78 closed.\r\n') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742714.544402-11318-122890398142411/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.244> (0, b'', b'') <10.31.43.177> (0, b'', b'') ok: [managed-node3] => { "changed": false, "diff": { "after": "10.31.40.244 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbXDgeD3PhrkzMeBBM7yWlgCfLixzU+B53LehRowHqzyX/IJpsmKHaUzA73vaCwdaHQ1I2J4dEvXVsxAaR0OGMJMDtbouGyB8TMgLlc7avZODEg/yw+y+A5HzIW/9anTLdCll2a2leMnD3lY54KQ+mGoJcmzx9LxLqcQE7glIycBIShZMm5OyYo4vU4N5MU/9BbACRsMdDNqvVYgXBMUnmg3lItrEPon0OV2rrXrPepe380iZRcGZcPrjAj/195v0CFH2hPGxW+JTMgzSLYkdlDfE9/pIb3MJec3QcmGyQw06Z0B3ujwQdX3LsVr5dB39WRYfYM34tpPdc1FjyZEBjKUBos90P9z25N4+MLnMAXpsPuDPc260Ac8qv7Mqxu2hj5qBtirPhWFxiu81ldDDrWtoXsEiSmihiZ4COCA3lZqYhmSD7rfZL2ebiHyu5O/dZrBGvzcPbese0yXU0hp1J4kjOkKLnL534BUDjDd/zZtwO9W2GB/8TKixdRGeyizM= root@ip-10-31-40-244.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.244 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbXDgeD3PhrkzMeBBM7yWlgCfLixzU+B53LehRowHqzyX/IJpsmKHaUzA73vaCwdaHQ1I2J4dEvXVsxAaR0OGMJMDtbouGyB8TMgLlc7avZODEg/yw+y+A5HzIW/9anTLdCll2a2leMnD3lY54KQ+mGoJcmzx9LxLqcQE7glIycBIShZMm5OyYo4vU4N5MU/9BbACRsMdDNqvVYgXBMUnmg3lItrEPon0OV2rrXrPepe380iZRcGZcPrjAj/195v0CFH2hPGxW+JTMgzSLYkdlDfE9/pIb3MJec3QcmGyQw06Z0B3ujwQdX3LsVr5dB39WRYfYM34tpPdc1FjyZEBjKUBos90P9z25N4+MLnMAXpsPuDPc260Ac8qv7Mqxu2hj5qBtirPhWFxiu81ldDDrWtoXsEiSmihiZ4COCA3lZqYhmSD7rfZL2ebiHyu5O/dZrBGvzcPbese0yXU0hp1J4kjOkKLnL534BUDjDd/zZtwO9W2GB/8TKixdRGeyizM= root@ip-10-31-40-244.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.40.244 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbXDgeD3PhrkzMeBBM7yWlgCfLixzU+B53LehRowHqzyX/IJpsmKHaUzA73vaCwdaHQ1I2J4dEvXVsxAaR0OGMJMDtbouGyB8TMgLlc7avZODEg/yw+y+A5HzIW/9anTLdCll2a2leMnD3lY54KQ+mGoJcmzx9LxLqcQE7glIycBIShZMm5OyYo4vU4N5MU/9BbACRsMdDNqvVYgXBMUnmg3lItrEPon0OV2rrXrPepe380iZRcGZcPrjAj/195v0CFH2hPGxW+JTMgzSLYkdlDfE9/pIb3MJec3QcmGyQw06Z0B3ujwQdX3LsVr5dB39WRYfYM34tpPdc1FjyZEBjKUBos90P9z25N4+MLnMAXpsPuDPc260Ac8qv7Mqxu2hj5qBtirPhWFxiu81ldDDrWtoXsEiSmihiZ4COCA3lZqYhmSD7rfZL2ebiHyu5O/dZrBGvzcPbese0yXU0hp1J4kjOkKLnL534BUDjDd/zZtwO9W2GB/8TKixdRGeyizM= root@ip-10-31-40-244.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.244 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbXDgeD3PhrkzMeBBM7yWlgCfLixzU+B53LehRowHqzyX/IJpsmKHaUzA73vaCwdaHQ1I2J4dEvXVsxAaR0OGMJMDtbouGyB8TMgLlc7avZODEg/yw+y+A5HzIW/9anTLdCll2a2leMnD3lY54KQ+mGoJcmzx9LxLqcQE7glIycBIShZMm5OyYo4vU4N5MU/9BbACRsMdDNqvVYgXBMUnmg3lItrEPon0OV2rrXrPepe380iZRcGZcPrjAj/195v0CFH2hPGxW+JTMgzSLYkdlDfE9/pIb3MJec3QcmGyQw06Z0B3ujwQdX3LsVr5dB39WRYfYM34tpPdc1FjyZEBjKUBos90P9z25N4+MLnMAXpsPuDPc260Ac8qv7Mqxu2hj5qBtirPhWFxiu81ldDDrWtoXsEiSmihiZ4COCA3lZqYhmSD7rfZL2ebiHyu5O/dZrBGvzcPbese0yXU0hp1J4kjOkKLnL534BUDjDd/zZtwO9W2GB/8TKixdRGeyizM= root@ip-10-31-40-244.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.40.244 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbXDgeD3PhrkzMeBBM7yWlgCfLixzU+B53LehRowHqzyX/IJpsmKHaUzA73vaCwdaHQ1I2J4dEvXVsxAaR0OGMJMDtbouGyB8TMgLlc7avZODEg/yw+y+A5HzIW/9anTLdCll2a2leMnD3lY54KQ+mGoJcmzx9LxLqcQE7glIycBIShZMm5OyYo4vU4N5MU/9BbACRsMdDNqvVYgXBMUnmg3lItrEPon0OV2rrXrPepe380iZRcGZcPrjAj/195v0CFH2hPGxW+JTMgzSLYkdlDfE9/pIb3MJec3QcmGyQw06Z0B3ujwQdX3LsVr5dB39WRYfYM34tpPdc1FjyZEBjKUBos90P9z25N4+MLnMAXpsPuDPc260Ac8qv7Mqxu2hj5qBtirPhWFxiu81ldDDrWtoXsEiSmihiZ4COCA3lZqYhmSD7rfZL2ebiHyu5O/dZrBGvzcPbese0yXU0hp1J4kjOkKLnL534BUDjDd/zZtwO9W2GB/8TKixdRGeyizM= root@ip-10-31-40-244.us-east-1.aws.redhat.com\n", "name": "10.31.40.244", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } ok: [managed-node2] => { "changed": false, "diff": { "after": "10.31.43.177 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCiExl2ahpKEcdF9NvHs3j4JDIsZGc2cHlWewcigc0EhIyUJUG3g+PRZa4H5YkyoTOwdWFtsJhu7az6mSQeDSWxbrVk5TlU2CHB9vifL3DffsI6I30nav6HtigFgAUjSBN7dFXL4Y309CBYom4poFtQFF2yclKblymWDvqU3eVuPXzMAwoQaAqsWN1FC85ryHPC1oSNsFcL/kr8vcMfZWUjOFTjo6BTj3gglafOxbthqeY4uQJzuiQsP+otYBos87RZli7W+hsEa/LAtyoMcdhHK+vfLuV0T7m6xHyygyZlE75xslNtqJ/4mHhFoRRnyktG5K81w0RUtEtE0JDMaQsH5a+sr5fOXJk4OGG/Vl4eUp4lsjYAvskcTeoFGdn9g10+Ycncdn2YheZZl40QvDqjMtKZfgiNEXjrlno1S0sv1rSqAjpgK9nXVQc0y1JIN4TeSb8F2lgB2EOF/eiMUvf05vWGU8/CQlLBx4zxzvjKQqm5VBPDnGmMfKjZl6Rg2KE= root@ip-10-31-43-177.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.43.177 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCiExl2ahpKEcdF9NvHs3j4JDIsZGc2cHlWewcigc0EhIyUJUG3g+PRZa4H5YkyoTOwdWFtsJhu7az6mSQeDSWxbrVk5TlU2CHB9vifL3DffsI6I30nav6HtigFgAUjSBN7dFXL4Y309CBYom4poFtQFF2yclKblymWDvqU3eVuPXzMAwoQaAqsWN1FC85ryHPC1oSNsFcL/kr8vcMfZWUjOFTjo6BTj3gglafOxbthqeY4uQJzuiQsP+otYBos87RZli7W+hsEa/LAtyoMcdhHK+vfLuV0T7m6xHyygyZlE75xslNtqJ/4mHhFoRRnyktG5K81w0RUtEtE0JDMaQsH5a+sr5fOXJk4OGG/Vl4eUp4lsjYAvskcTeoFGdn9g10+Ycncdn2YheZZl40QvDqjMtKZfgiNEXjrlno1S0sv1rSqAjpgK9nXVQc0y1JIN4TeSb8F2lgB2EOF/eiMUvf05vWGU8/CQlLBx4zxzvjKQqm5VBPDnGmMfKjZl6Rg2KE= root@ip-10-31-43-177.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.43.177 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCiExl2ahpKEcdF9NvHs3j4JDIsZGc2cHlWewcigc0EhIyUJUG3g+PRZa4H5YkyoTOwdWFtsJhu7az6mSQeDSWxbrVk5TlU2CHB9vifL3DffsI6I30nav6HtigFgAUjSBN7dFXL4Y309CBYom4poFtQFF2yclKblymWDvqU3eVuPXzMAwoQaAqsWN1FC85ryHPC1oSNsFcL/kr8vcMfZWUjOFTjo6BTj3gglafOxbthqeY4uQJzuiQsP+otYBos87RZli7W+hsEa/LAtyoMcdhHK+vfLuV0T7m6xHyygyZlE75xslNtqJ/4mHhFoRRnyktG5K81w0RUtEtE0JDMaQsH5a+sr5fOXJk4OGG/Vl4eUp4lsjYAvskcTeoFGdn9g10+Ycncdn2YheZZl40QvDqjMtKZfgiNEXjrlno1S0sv1rSqAjpgK9nXVQc0y1JIN4TeSb8F2lgB2EOF/eiMUvf05vWGU8/CQlLBx4zxzvjKQqm5VBPDnGmMfKjZl6Rg2KE= root@ip-10-31-43-177.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.43.177 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCiExl2ahpKEcdF9NvHs3j4JDIsZGc2cHlWewcigc0EhIyUJUG3g+PRZa4H5YkyoTOwdWFtsJhu7az6mSQeDSWxbrVk5TlU2CHB9vifL3DffsI6I30nav6HtigFgAUjSBN7dFXL4Y309CBYom4poFtQFF2yclKblymWDvqU3eVuPXzMAwoQaAqsWN1FC85ryHPC1oSNsFcL/kr8vcMfZWUjOFTjo6BTj3gglafOxbthqeY4uQJzuiQsP+otYBos87RZli7W+hsEa/LAtyoMcdhHK+vfLuV0T7m6xHyygyZlE75xslNtqJ/4mHhFoRRnyktG5K81w0RUtEtE0JDMaQsH5a+sr5fOXJk4OGG/Vl4eUp4lsjYAvskcTeoFGdn9g10+Ycncdn2YheZZl40QvDqjMtKZfgiNEXjrlno1S0sv1rSqAjpgK9nXVQc0y1JIN4TeSb8F2lgB2EOF/eiMUvf05vWGU8/CQlLBx4zxzvjKQqm5VBPDnGmMfKjZl6Rg2KE= root@ip-10-31-43-177.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.43.177 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCiExl2ahpKEcdF9NvHs3j4JDIsZGc2cHlWewcigc0EhIyUJUG3g+PRZa4H5YkyoTOwdWFtsJhu7az6mSQeDSWxbrVk5TlU2CHB9vifL3DffsI6I30nav6HtigFgAUjSBN7dFXL4Y309CBYom4poFtQFF2yclKblymWDvqU3eVuPXzMAwoQaAqsWN1FC85ryHPC1oSNsFcL/kr8vcMfZWUjOFTjo6BTj3gglafOxbthqeY4uQJzuiQsP+otYBos87RZli7W+hsEa/LAtyoMcdhHK+vfLuV0T7m6xHyygyZlE75xslNtqJ/4mHhFoRRnyktG5K81w0RUtEtE0JDMaQsH5a+sr5fOXJk4OGG/Vl4eUp4lsjYAvskcTeoFGdn9g10+Ycncdn2YheZZl40QvDqjMtKZfgiNEXjrlno1S0sv1rSqAjpgK9nXVQc0y1JIN4TeSb8F2lgB2EOF/eiMUvf05vWGU8/CQlLBx4zxzvjKQqm5VBPDnGmMfKjZl6Rg2KE= root@ip-10-31-43-177.us-east-1.aws.redhat.com\n", "name": "10.31.43.177", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } <10.31.40.78> (0, b'', b'') ok: [managed-node1] => { "changed": false, "diff": { "after": "10.31.40.78 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCf5I0jN8YZjy7QBm5kODjqKsVgfaTkybnCa8rBSJqY4G+jkuOUtPBzywBdUXQodn4qIf2K/ZBw71nxAoV/Dc1VEafzuH61UgFHoI8dYVROf8vnvBRZ4MLUC7m6yAEkHm3DCWagigmYtl+33OdZRPfwf/6s9q05clKpFlDARFe8CV36EOPQXJqK1O1XgudZEZWbqaVbWZE9/asQeWYQatWPr4LUh35LYzGmL+NbRAdW1kjLoD8knkPR3TKSevYn8vjSX4cD1uuXHnbNqqnro2T6oonPup5DNB8FooZoQqAKbzUy+XCKquU9NXmPRmBlJRy3qkgyo9uCig29aPIzLoh2F2FgsIiOUeQA7yBftE7WKddB1aqOH/IN50+bFvyKHO67gVDeyDf251jcErpfxIygTolegfCC/QNJGQHtvhEIWOXHPA5tkhN6ZMS8UgpI5W7GSTMV2Oa2wxoawHPjRMs/wvVqtAzw33qjjUdKds/dVChBzMdG1nSFQIZy3dCwAf0= root@ip-10-31-40-78.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.78 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCf5I0jN8YZjy7QBm5kODjqKsVgfaTkybnCa8rBSJqY4G+jkuOUtPBzywBdUXQodn4qIf2K/ZBw71nxAoV/Dc1VEafzuH61UgFHoI8dYVROf8vnvBRZ4MLUC7m6yAEkHm3DCWagigmYtl+33OdZRPfwf/6s9q05clKpFlDARFe8CV36EOPQXJqK1O1XgudZEZWbqaVbWZE9/asQeWYQatWPr4LUh35LYzGmL+NbRAdW1kjLoD8knkPR3TKSevYn8vjSX4cD1uuXHnbNqqnro2T6oonPup5DNB8FooZoQqAKbzUy+XCKquU9NXmPRmBlJRy3qkgyo9uCig29aPIzLoh2F2FgsIiOUeQA7yBftE7WKddB1aqOH/IN50+bFvyKHO67gVDeyDf251jcErpfxIygTolegfCC/QNJGQHtvhEIWOXHPA5tkhN6ZMS8UgpI5W7GSTMV2Oa2wxoawHPjRMs/wvVqtAzw33qjjUdKds/dVChBzMdG1nSFQIZy3dCwAf0= root@ip-10-31-40-78.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.40.78 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCf5I0jN8YZjy7QBm5kODjqKsVgfaTkybnCa8rBSJqY4G+jkuOUtPBzywBdUXQodn4qIf2K/ZBw71nxAoV/Dc1VEafzuH61UgFHoI8dYVROf8vnvBRZ4MLUC7m6yAEkHm3DCWagigmYtl+33OdZRPfwf/6s9q05clKpFlDARFe8CV36EOPQXJqK1O1XgudZEZWbqaVbWZE9/asQeWYQatWPr4LUh35LYzGmL+NbRAdW1kjLoD8knkPR3TKSevYn8vjSX4cD1uuXHnbNqqnro2T6oonPup5DNB8FooZoQqAKbzUy+XCKquU9NXmPRmBlJRy3qkgyo9uCig29aPIzLoh2F2FgsIiOUeQA7yBftE7WKddB1aqOH/IN50+bFvyKHO67gVDeyDf251jcErpfxIygTolegfCC/QNJGQHtvhEIWOXHPA5tkhN6ZMS8UgpI5W7GSTMV2Oa2wxoawHPjRMs/wvVqtAzw33qjjUdKds/dVChBzMdG1nSFQIZy3dCwAf0= root@ip-10-31-40-78.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.78 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCf5I0jN8YZjy7QBm5kODjqKsVgfaTkybnCa8rBSJqY4G+jkuOUtPBzywBdUXQodn4qIf2K/ZBw71nxAoV/Dc1VEafzuH61UgFHoI8dYVROf8vnvBRZ4MLUC7m6yAEkHm3DCWagigmYtl+33OdZRPfwf/6s9q05clKpFlDARFe8CV36EOPQXJqK1O1XgudZEZWbqaVbWZE9/asQeWYQatWPr4LUh35LYzGmL+NbRAdW1kjLoD8knkPR3TKSevYn8vjSX4cD1uuXHnbNqqnro2T6oonPup5DNB8FooZoQqAKbzUy+XCKquU9NXmPRmBlJRy3qkgyo9uCig29aPIzLoh2F2FgsIiOUeQA7yBftE7WKddB1aqOH/IN50+bFvyKHO67gVDeyDf251jcErpfxIygTolegfCC/QNJGQHtvhEIWOXHPA5tkhN6ZMS8UgpI5W7GSTMV2Oa2wxoawHPjRMs/wvVqtAzw33qjjUdKds/dVChBzMdG1nSFQIZy3dCwAf0= root@ip-10-31-40-78.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.40.78 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCf5I0jN8YZjy7QBm5kODjqKsVgfaTkybnCa8rBSJqY4G+jkuOUtPBzywBdUXQodn4qIf2K/ZBw71nxAoV/Dc1VEafzuH61UgFHoI8dYVROf8vnvBRZ4MLUC7m6yAEkHm3DCWagigmYtl+33OdZRPfwf/6s9q05clKpFlDARFe8CV36EOPQXJqK1O1XgudZEZWbqaVbWZE9/asQeWYQatWPr4LUh35LYzGmL+NbRAdW1kjLoD8knkPR3TKSevYn8vjSX4cD1uuXHnbNqqnro2T6oonPup5DNB8FooZoQqAKbzUy+XCKquU9NXmPRmBlJRy3qkgyo9uCig29aPIzLoh2F2FgsIiOUeQA7yBftE7WKddB1aqOH/IN50+bFvyKHO67gVDeyDf251jcErpfxIygTolegfCC/QNJGQHtvhEIWOXHPA5tkhN6ZMS8UgpI5W7GSTMV2Oa2wxoawHPjRMs/wvVqtAzw33qjjUdKds/dVChBzMdG1nSFQIZy3dCwAf0= root@ip-10-31-40-78.us-east-1.aws.redhat.com\n", "name": "10.31.40.78", "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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 16 November 2024 02:38:35 -0500 (0:00:00.669) 0:00:14.251 ***** <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.78> (0, b'/root\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742715.1145058-11345-49274912372918 `" && echo ansible-tmp-1731742715.1145058-11345-49274912372918="` echo /root/.ansible/tmp/ansible-tmp-1731742715.1145058-11345-49274912372918 `" ) && sleep 0'"'"'' <10.31.43.177> (0, b'/root\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742715.121071-11346-273606375164094 `" && echo ansible-tmp-1731742715.121071-11346-273606375164094="` echo /root/.ansible/tmp/ansible-tmp-1731742715.121071-11346-273606375164094 `" ) && sleep 0'"'"'' <10.31.40.244> (0, b'/root\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742715.1300297-11348-31502899318731 `" && echo ansible-tmp-1731742715.1300297-11348-31502899318731="` echo /root/.ansible/tmp/ansible-tmp-1731742715.1300297-11348-31502899318731 `" ) && sleep 0'"'"'' <10.31.40.78> (0, b'ansible-tmp-1731742715.1145058-11345-49274912372918=/root/.ansible/tmp/ansible-tmp-1731742715.1145058-11345-49274912372918\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.43.177> (0, b'ansible-tmp-1731742715.121071-11346-273606375164094=/root/.ansible/tmp/ansible-tmp-1731742715.121071-11346-273606375164094\n', b'') <10.31.40.78> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpgol249gh TO /root/.ansible/tmp/ansible-tmp-1731742715.1145058-11345-49274912372918/AnsiballZ_stat.py <10.31.40.78> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5fb8715edb '[10.31.40.78]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.43.177> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpan48onhy TO /root/.ansible/tmp/ansible-tmp-1731742715.121071-11346-273606375164094/AnsiballZ_stat.py <10.31.43.177> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9b88d29d55 '[10.31.43.177]' <10.31.40.244> (0, b'ansible-tmp-1731742715.1300297-11348-31502899318731=/root/.ansible/tmp/ansible-tmp-1731742715.1300297-11348-31502899318731\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.40.244> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmp8l5quwr2 TO /root/.ansible/tmp/ansible-tmp-1731742715.1300297-11348-31502899318731/AnsiballZ_stat.py <10.31.40.244> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/01afbd76a0 '[10.31.40.244]' <10.31.40.78> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpgol249gh /root/.ansible/tmp/ansible-tmp-1731742715.1145058-11345-49274912372918/AnsiballZ_stat.py\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742715.1145058-11345-49274912372918/ /root/.ansible/tmp/ansible-tmp-1731742715.1145058-11345-49274912372918/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.244> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmp8l5quwr2 /root/.ansible/tmp/ansible-tmp-1731742715.1300297-11348-31502899318731/AnsiballZ_stat.py\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742715.1300297-11348-31502899318731/ /root/.ansible/tmp/ansible-tmp-1731742715.1300297-11348-31502899318731/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.177> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpan48onhy /root/.ansible/tmp/ansible-tmp-1731742715.121071-11346-273606375164094/AnsiballZ_stat.py\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742715.121071-11346-273606375164094/ /root/.ansible/tmp/ansible-tmp-1731742715.121071-11346-273606375164094/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.78> (0, b'', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb -tt 10.31.40.78 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742715.1145058-11345-49274912372918/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.244> (0, b'', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 -tt 10.31.40.244 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742715.1300297-11348-31502899318731/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 -tt 10.31.43.177 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742715.121071-11346-273606375164094/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.177> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 121, "inode": 174063874, "dev": 51713, "nlink": 1, "atime": 1731742673.4219623, "mtime": 1731742671.3449757, "ctime": 1731742671.8089726, "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": "2d211cfcc989abc8315d71ec131a9929dbaea00a", "mimetype": "text/plain", "charset": "us-ascii", "version": "3965619861", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.43.177 closed.\r\n') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742715.121071-11346-273606375164094/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.244> (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": 1731742677.9454882, "mtime": 1731742675.7085705, "ctime": 1731742675.99556, "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": "49c0504a79ad653ea6c727fe1b37a0b93e76f4ea", "mimetype": "text/plain", "charset": "us-ascii", "version": "2640910858", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.40.244 closed.\r\n') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742715.1300297-11348-31502899318731/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.78> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 103, "inode": 98566466, "dev": 51713, "nlink": 1, "atime": 1731742660.739625, "mtime": 1731742657.786655, "ctime": 1731742658.4196484, "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": "e324ed2965caf3a6f1212422e71157f8546a142b", "mimetype": "text/plain", "charset": "us-ascii", "version": "2148039157", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.40.78 closed.\r\n') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742715.1145058-11345-49274912372918/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.177> (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": 1731742673.4219623, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "2d211cfcc989abc8315d71ec131a9929dbaea00a", "ctime": 1731742671.8089726, "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": 1731742671.3449757, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 121, "uid": 0, "version": "3965619861", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.40.244> (0, b'', b'') <10.31.40.78> (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": 1731742677.9454882, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "49c0504a79ad653ea6c727fe1b37a0b93e76f4ea", "ctime": 1731742675.99556, "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": 1731742675.7085705, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "2640910858", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1731742660.739625, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e324ed2965caf3a6f1212422e71157f8546a142b", "ctime": 1731742658.4196484, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 98566466, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1731742657.786655, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 103, "uid": 0, "version": "2148039157", "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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 16 November 2024 02:38:35 -0500 (0:00:00.456) 0:00:14.708 ***** <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.78> (0, b'/root\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742715.5662892-11375-219568069254016 `" && echo ansible-tmp-1731742715.5662892-11375-219568069254016="` echo /root/.ansible/tmp/ansible-tmp-1731742715.5662892-11375-219568069254016 `" ) && sleep 0'"'"'' <10.31.43.177> (0, b'/root\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742715.5845888-11376-266038698815330 `" && echo ansible-tmp-1731742715.5845888-11376-266038698815330="` echo /root/.ansible/tmp/ansible-tmp-1731742715.5845888-11376-266038698815330 `" ) && sleep 0'"'"'' <10.31.40.244> (0, b'/root\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742715.5930555-11378-56763947730181 `" && echo ansible-tmp-1731742715.5930555-11378-56763947730181="` echo /root/.ansible/tmp/ansible-tmp-1731742715.5930555-11378-56763947730181 `" ) && sleep 0'"'"'' <10.31.40.78> (0, b'ansible-tmp-1731742715.5662892-11375-219568069254016=/root/.ansible/tmp/ansible-tmp-1731742715.5662892-11375-219568069254016\n', b'') <10.31.43.177> (0, b'ansible-tmp-1731742715.5845888-11376-266038698815330=/root/.ansible/tmp/ansible-tmp-1731742715.5845888-11376-266038698815330\n', b'') <10.31.40.244> (0, b'ansible-tmp-1731742715.5930555-11378-56763947730181=/root/.ansible/tmp/ansible-tmp-1731742715.5930555-11378-56763947730181\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.40.78> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpfd5akl0m TO /root/.ansible/tmp/ansible-tmp-1731742715.5662892-11375-219568069254016/AnsiballZ_stat.py <10.31.40.78> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5fb8715edb '[10.31.40.78]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.40.244> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpqfvs0p8p TO /root/.ansible/tmp/ansible-tmp-1731742715.5930555-11378-56763947730181/AnsiballZ_stat.py <10.31.40.244> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/01afbd76a0 '[10.31.40.244]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.43.177> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpnepq9si8 TO /root/.ansible/tmp/ansible-tmp-1731742715.5845888-11376-266038698815330/AnsiballZ_stat.py <10.31.43.177> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9b88d29d55 '[10.31.43.177]' <10.31.43.177> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpnepq9si8 /root/.ansible/tmp/ansible-tmp-1731742715.5845888-11376-266038698815330/AnsiballZ_stat.py\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742715.5845888-11376-266038698815330/ /root/.ansible/tmp/ansible-tmp-1731742715.5845888-11376-266038698815330/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.78> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpfd5akl0m /root/.ansible/tmp/ansible-tmp-1731742715.5662892-11375-219568069254016/AnsiballZ_stat.py\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742715.5662892-11375-219568069254016/ /root/.ansible/tmp/ansible-tmp-1731742715.5662892-11375-219568069254016/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.244> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpqfvs0p8p /root/.ansible/tmp/ansible-tmp-1731742715.5930555-11378-56763947730181/AnsiballZ_stat.py\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742715.5930555-11378-56763947730181/ /root/.ansible/tmp/ansible-tmp-1731742715.5930555-11378-56763947730181/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 -tt 10.31.43.177 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742715.5845888-11376-266038698815330/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.78> (0, b'', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb -tt 10.31.40.78 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742715.5662892-11375-219568069254016/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.244> (0, b'', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 -tt 10.31.40.244 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742715.5930555-11378-56763947730181/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.177> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 121, "inode": 174063874, "dev": 51713, "nlink": 1, "atime": 1731742673.4219623, "mtime": 1731742671.3449757, "ctime": 1731742671.8089726, "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": "2d211cfcc989abc8315d71ec131a9929dbaea00a", "mimetype": "text/plain", "charset": "us-ascii", "version": "3965619861", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_md5": false, "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to 10.31.43.177 closed.\r\n') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742715.5845888-11376-266038698815330/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.78> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 103, "inode": 98566466, "dev": 51713, "nlink": 1, "atime": 1731742660.739625, "mtime": 1731742657.786655, "ctime": 1731742658.4196484, "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": "e324ed2965caf3a6f1212422e71157f8546a142b", "mimetype": "text/plain", "charset": "us-ascii", "version": "2148039157", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_md5": false, "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to 10.31.40.78 closed.\r\n') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.40.78> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpo4emu549 TO /root/.ansible/tmp/ansible-tmp-1731742715.5662892-11375-219568069254016/AnsiballZ_file.py <10.31.40.78> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5fb8715edb '[10.31.40.78]' <10.31.40.244> (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": 1731742677.9454882, "mtime": 1731742675.7085705, "ctime": 1731742675.99556, "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": "49c0504a79ad653ea6c727fe1b37a0b93e76f4ea", "mimetype": "text/plain", "charset": "us-ascii", "version": "2640910858", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_md5": false, "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to 10.31.40.244 closed.\r\n') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.40.244> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpvx3tt1cd TO /root/.ansible/tmp/ansible-tmp-1731742715.5930555-11378-56763947730181/AnsiballZ_file.py <10.31.40.244> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/01afbd76a0 '[10.31.40.244]' <10.31.43.177> (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-1060141294pxf/tmp1__x3f6v/kdump.conf.j2" }, "src": "/root/.ansible/tmp/ansible-local-1060141294pxf/tmp1__x3f6v/kdump.conf.j2" } } <10.31.40.78> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpo4emu549 /root/.ansible/tmp/ansible-tmp-1731742715.5662892-11375-219568069254016/AnsiballZ_file.py\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742715.5662892-11375-219568069254016/ /root/.ansible/tmp/ansible-tmp-1731742715.5662892-11375-219568069254016/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.244> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpvx3tt1cd /root/.ansible/tmp/ansible-tmp-1731742715.5930555-11378-56763947730181/AnsiballZ_file.py\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742715.5930555-11378-56763947730181/ /root/.ansible/tmp/ansible-tmp-1731742715.5930555-11378-56763947730181/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.78> (0, b'', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb -tt 10.31.40.78 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742715.5662892-11375-219568069254016/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.244> (0, b'', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 -tt 10.31.40.244 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742715.5930555-11378-56763947730181/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.78> (0, b'\r\n{"path": "/etc/kdump.conf", "changed": false, "diff": {"before": {"path": "/etc/kdump.conf"}, "after": {"path": "/etc/kdump.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 103, "invocation": {"module_args": {"mode": "0644", "follow": false, "dest": "/etc/kdump.conf", "_original_basename": "kdump.conf.j2", "recurse": false, "state": "file", "path": "/etc/kdump.conf", "force": false, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.40.78 closed.\r\n') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742715.5662892-11375-219568069254016/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.244> (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.40.244 closed.\r\n') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742715.5930555-11378-56763947730181/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.78> (0, b'', b'') ok: [managed-node1] => { "changed": false, "checksum": "e324ed2965caf3a6f1212422e71157f8546a142b", "dest": "/etc/kdump.conf", "diff": { "after": { "path": "/etc/kdump.conf" }, "before": { "path": "/etc/kdump.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "kdump.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/kdump.conf", "directory_mode": null, "follow": false, "force": false, "group": null, "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/etc/kdump.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/kdump.conf", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 103, "state": "file", "uid": 0 } <10.31.40.244> (0, b'', b'') ok: [managed-node3] => { "changed": false, "checksum": "49c0504a79ad653ea6c727fe1b37a0b93e76f4ea", "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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 16 November 2024 02:38:36 -0500 (0:00:00.835) 0:00:15.543 ***** <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.78> (0, b'/root\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742716.396422-11413-35060491731976 `" && echo ansible-tmp-1731742716.396422-11413-35060491731976="` echo /root/.ansible/tmp/ansible-tmp-1731742716.396422-11413-35060491731976 `" ) && sleep 0'"'"'' <10.31.43.177> (0, b'/root\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> (0, b'/root\n', b'') <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742716.418081-11414-53503541751862 `" && echo ansible-tmp-1731742716.418081-11414-53503541751862="` echo /root/.ansible/tmp/ansible-tmp-1731742716.418081-11414-53503541751862 `" ) && sleep 0'"'"'' <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742716.419297-11416-229102432879225 `" && echo ansible-tmp-1731742716.419297-11416-229102432879225="` echo /root/.ansible/tmp/ansible-tmp-1731742716.419297-11416-229102432879225 `" ) && sleep 0'"'"'' <10.31.40.78> (0, b'ansible-tmp-1731742716.396422-11413-35060491731976=/root/.ansible/tmp/ansible-tmp-1731742716.396422-11413-35060491731976\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.40.78> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpz5mb0o00 TO /root/.ansible/tmp/ansible-tmp-1731742716.396422-11413-35060491731976/AnsiballZ_slurp.py <10.31.40.78> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5fb8715edb '[10.31.40.78]' <10.31.43.177> (0, b'ansible-tmp-1731742716.418081-11414-53503541751862=/root/.ansible/tmp/ansible-tmp-1731742716.418081-11414-53503541751862\n', b'') <10.31.40.244> (0, b'ansible-tmp-1731742716.419297-11416-229102432879225=/root/.ansible/tmp/ansible-tmp-1731742716.419297-11416-229102432879225\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.43.177> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmp032t5xaj TO /root/.ansible/tmp/ansible-tmp-1731742716.418081-11414-53503541751862/AnsiballZ_slurp.py <10.31.40.244> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmp9sq0vtmy TO /root/.ansible/tmp/ansible-tmp-1731742716.419297-11416-229102432879225/AnsiballZ_slurp.py <10.31.40.244> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/01afbd76a0 '[10.31.40.244]' <10.31.43.177> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9b88d29d55 '[10.31.43.177]' <10.31.40.78> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpz5mb0o00 /root/.ansible/tmp/ansible-tmp-1731742716.396422-11413-35060491731976/AnsiballZ_slurp.py\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742716.396422-11413-35060491731976/ /root/.ansible/tmp/ansible-tmp-1731742716.396422-11413-35060491731976/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.43.177> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmp032t5xaj /root/.ansible/tmp/ansible-tmp-1731742716.418081-11414-53503541751862/AnsiballZ_slurp.py\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742716.418081-11414-53503541751862/ /root/.ansible/tmp/ansible-tmp-1731742716.418081-11414-53503541751862/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.244> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmp9sq0vtmy /root/.ansible/tmp/ansible-tmp-1731742716.419297-11416-229102432879225/AnsiballZ_slurp.py\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742716.419297-11416-229102432879225/ /root/.ansible/tmp/ansible-tmp-1731742716.419297-11416-229102432879225/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.78> (0, b'', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb -tt 10.31.40.78 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742716.396422-11413-35060491731976/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 -tt 10.31.43.177 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742716.418081-11414-53503541751862/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.244> (0, b'', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 -tt 10.31.40.244 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742716.419297-11416-229102432879225/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.78> (0, b'\r\n{"content": "MjAxMzI2NTkyCg==", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}}\r\n', b'Shared connection to 10.31.40.78 closed.\r\n') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742716.396422-11413-35060491731976/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.177> (0, b'\r\n{"content": "MjAxMzI2NTkyCg==", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}}\r\n', b'Shared connection to 10.31.43.177 closed.\r\n') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742716.418081-11414-53503541751862/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.244> (0, b'\r\n{"content": "MjAxMzI2NTkyCg==", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}}\r\n', b'Shared connection to 10.31.40.244 closed.\r\n') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742716.419297-11416-229102432879225/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.78> (0, b'', b'') <10.31.43.177> (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" } <10.31.40.244> (0, b'', b'') ok: [managed-node3] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] **** task path: /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 16 November 2024 02:38:36 -0500 (0:00:00.429) 0:00:15.973 ***** 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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 16 November 2024 02:38:36 -0500 (0:00:00.051) 0:00:16.025 ***** 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 : Use grubby to update crashkernel=auto if needed] *** task path: /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 16 November 2024 02:38:36 -0500 (0:00:00.044) 0:00:16.069 ***** 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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 16 November 2024 02:38:36 -0500 (0:00:00.047) 0:00:16.117 ***** 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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 16 November 2024 02:38:36 -0500 (0:00:00.046) 0:00:16.163 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag] *** task path: /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 16 November 2024 02:38:37 -0500 (0:00:00.045) 0:00:16.209 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] ********** task path: /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 16 November 2024 02:38:37 -0500 (0:00:00.046) 0:00:16.255 ***** <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.78> (0, b'/root\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742717.1131344-11476-83677698163664 `" && echo ansible-tmp-1731742717.1131344-11476-83677698163664="` echo /root/.ansible/tmp/ansible-tmp-1731742717.1131344-11476-83677698163664 `" ) && sleep 0'"'"'' <10.31.40.244> (0, b'/root\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> (0, b'/root\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742717.1422148-11479-574972751048 `" && echo ansible-tmp-1731742717.1422148-11479-574972751048="` echo /root/.ansible/tmp/ansible-tmp-1731742717.1422148-11479-574972751048 `" ) && sleep 0'"'"'' <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742717.1429532-11477-69262325933055 `" && echo ansible-tmp-1731742717.1429532-11477-69262325933055="` echo /root/.ansible/tmp/ansible-tmp-1731742717.1429532-11477-69262325933055 `" ) && sleep 0'"'"'' <10.31.40.78> (0, b'ansible-tmp-1731742717.1131344-11476-83677698163664=/root/.ansible/tmp/ansible-tmp-1731742717.1131344-11476-83677698163664\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.40.78> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpdti1ma8i TO /root/.ansible/tmp/ansible-tmp-1731742717.1131344-11476-83677698163664/AnsiballZ_systemd.py <10.31.40.78> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5fb8715edb '[10.31.40.78]' <10.31.43.177> (0, b'ansible-tmp-1731742717.1429532-11477-69262325933055=/root/.ansible/tmp/ansible-tmp-1731742717.1429532-11477-69262325933055\n', b'') <10.31.40.244> (0, b'ansible-tmp-1731742717.1422148-11479-574972751048=/root/.ansible/tmp/ansible-tmp-1731742717.1422148-11479-574972751048\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.43.177> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpqq6212w4 TO /root/.ansible/tmp/ansible-tmp-1731742717.1429532-11477-69262325933055/AnsiballZ_systemd.py <10.31.43.177> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9b88d29d55 '[10.31.43.177]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.40.244> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpaefk701q TO /root/.ansible/tmp/ansible-tmp-1731742717.1422148-11479-574972751048/AnsiballZ_systemd.py <10.31.40.244> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/01afbd76a0 '[10.31.40.244]' <10.31.40.78> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpdti1ma8i /root/.ansible/tmp/ansible-tmp-1731742717.1131344-11476-83677698163664/AnsiballZ_systemd.py\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742717.1131344-11476-83677698163664/ /root/.ansible/tmp/ansible-tmp-1731742717.1131344-11476-83677698163664/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.43.177> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpqq6212w4 /root/.ansible/tmp/ansible-tmp-1731742717.1429532-11477-69262325933055/AnsiballZ_systemd.py\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742717.1429532-11477-69262325933055/ /root/.ansible/tmp/ansible-tmp-1731742717.1429532-11477-69262325933055/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.78> (0, b'', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb -tt 10.31.40.78 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742717.1131344-11476-83677698163664/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.244> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpaefk701q /root/.ansible/tmp/ansible-tmp-1731742717.1422148-11479-574972751048/AnsiballZ_systemd.py\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742717.1422148-11479-574972751048/ /root/.ansible/tmp/ansible-tmp-1731742717.1422148-11479-574972751048/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 -tt 10.31.43.177 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742717.1429532-11477-69262325933055/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.244> (0, b'', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 -tt 10.31.40.244 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742717.1422148-11479-574972751048/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.78> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-11-16 02:37:40 EST", "ExecMainStartTimestampMonotonic": "481842172", "ExecMainExitTimestamp": "Sat 2024-11-16 02:38:02 EST", "ExecMainExitTimestampMonotonic": "503253103", "ExecMainPID": "16680", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:40 EST] ; stop_time=[Sat 2024-11-16 02:38:02 EST] ; pid=16680 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:40 EST] ; stop_time=[Sat 2024-11-16 02:37:40 EST] ; pid=16671 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "network-online.target remote-fs.target basic.target system.slice network.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-11-16 02:38:02 EST", "StateChangeTimestampMonotonic": "503253666", "InactiveExitTimestamp": "Sat 2024-11-16 02:37:40 EST", "InactiveExitTimestampMonotonic": "481842215", "ActiveEnterTimestamp": "Sat 2024-11-16 02:38:02 EST", "ActiveEnterTimestampMonotonic": "503253666", "ActiveExitTimestamp": "Sat 2024-11-16 02:37:40 EST", "ActiveExitTimestampMonotonic": "481815636", "InactiveEnterTimestamp": "Sat 2024-11-16 02:37:40 EST", "InactiveEnterTimestampMonotonic": "481839970", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-11-16 02:37:40 EST", "ConditionTimestampMonotonic": "481840999", "AssertTimestamp": "Sat 2024-11-16 02:37:40 EST", "AssertTimestampMonotonic": "481841048", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "5751a042929144ca874fde703c1ce653", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "no_block": false, "enabled": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.40.78 closed.\r\n') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742717.1131344-11476-83677698163664/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.177> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-11-16 02:37:53 EST", "ExecMainStartTimestampMonotonic": "492509420", "ExecMainExitTimestamp": "Sat 2024-11-16 02:38:13 EST", "ExecMainExitTimestampMonotonic": "512983986", "ExecMainPID": "20377", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:53 EST] ; stop_time=[Sat 2024-11-16 02:38:13 EST] ; pid=20377 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:53 EST] ; stop_time=[Sat 2024-11-16 02:37:53 EST] ; pid=20368 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "network-online.target basic.target network.target remote-fs.target system.slice systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-11-16 02:38:13 EST", "StateChangeTimestampMonotonic": "512984529", "InactiveExitTimestamp": "Sat 2024-11-16 02:37:53 EST", "InactiveExitTimestampMonotonic": "492509458", "ActiveEnterTimestamp": "Sat 2024-11-16 02:38:13 EST", "ActiveEnterTimestampMonotonic": "512984529", "ActiveExitTimestamp": "Sat 2024-11-16 02:37:53 EST", "ActiveExitTimestampMonotonic": "492484436", "InactiveEnterTimestamp": "Sat 2024-11-16 02:37:53 EST", "InactiveEnterTimestampMonotonic": "492507415", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-11-16 02:37:53 EST", "ConditionTimestampMonotonic": "492508344", "AssertTimestamp": "Sat 2024-11-16 02:37:53 EST", "AssertTimestampMonotonic": "492508371", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "fddb38133ced41ebbadc76928e358ebf", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "no_block": false, "enabled": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.43.177 closed.\r\n') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742717.1429532-11477-69262325933055/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.78> (0, b'', b'') <10.31.40.244> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-11-16 02:37:57 EST", "ExecMainStartTimestampMonotonic": "496039351", "ExecMainExitTimestamp": "Sat 2024-11-16 02:38:19 EST", "ExecMainExitTimestampMonotonic": "517270238", "ExecMainPID": "16713", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:57 EST] ; stop_time=[Sat 2024-11-16 02:38:19 EST] ; pid=16713 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:57 EST] ; stop_time=[Sat 2024-11-16 02:37:57 EST] ; pid=16704 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "network-online.target remote-fs.target network.target basic.target systemd-journald.socket system.slice", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-11-16 02:38:19 EST", "StateChangeTimestampMonotonic": "517270714", "InactiveExitTimestamp": "Sat 2024-11-16 02:37:57 EST", "InactiveExitTimestampMonotonic": "496039394", "ActiveEnterTimestamp": "Sat 2024-11-16 02:38:19 EST", "ActiveEnterTimestampMonotonic": "517270714", "ActiveExitTimestamp": "Sat 2024-11-16 02:37:57 EST", "ActiveExitTimestampMonotonic": "496012866", "InactiveEnterTimestamp": "Sat 2024-11-16 02:37:57 EST", "InactiveEnterTimestampMonotonic": "496037261", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-11-16 02:37:57 EST", "ConditionTimestampMonotonic": "496038241", "AssertTimestamp": "Sat 2024-11-16 02:37:57 EST", "AssertTimestampMonotonic": "496038267", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "17b04f2f5f6f4c339b357d3fed108751", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "no_block": false, "enabled": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.40.244 closed.\r\n') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": "started", "user": null } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-11-16 02:38:02 EST", "ActiveEnterTimestampMonotonic": "503253666", "ActiveExitTimestamp": "Sat 2024-11-16 02:37:40 EST", "ActiveExitTimestampMonotonic": "481815636", "ActiveState": "active", "After": "network-online.target remote-fs.target basic.target system.slice network.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-11-16 02:37:40 EST", "AssertTimestampMonotonic": "481841048", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-11-16 02:37:40 EST", "ConditionTimestampMonotonic": "481840999", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-11-16 02:38:02 EST", "ExecMainExitTimestampMonotonic": "503253103", "ExecMainPID": "16680", "ExecMainStartTimestamp": "Sat 2024-11-16 02:37:40 EST", "ExecMainStartTimestampMonotonic": "481842172", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:40 EST] ; stop_time=[Sat 2024-11-16 02:38:02 EST] ; pid=16680 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:40 EST] ; stop_time=[Sat 2024-11-16 02:37:40 EST] ; pid=16671 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-11-16 02:37:40 EST", "InactiveEnterTimestampMonotonic": "481839970", "InactiveExitTimestamp": "Sat 2024-11-16 02:37:40 EST", "InactiveExitTimestampMonotonic": "481842215", "InvocationID": "5751a042929144ca874fde703c1ce653", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-11-16 02:38:02 EST", "StateChangeTimestampMonotonic": "503253666", "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.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742717.1422148-11479-574972751048/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": "started", "user": null } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-11-16 02:38:13 EST", "ActiveEnterTimestampMonotonic": "512984529", "ActiveExitTimestamp": "Sat 2024-11-16 02:37:53 EST", "ActiveExitTimestampMonotonic": "492484436", "ActiveState": "active", "After": "network-online.target basic.target network.target remote-fs.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-11-16 02:37:53 EST", "AssertTimestampMonotonic": "492508371", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-11-16 02:37:53 EST", "ConditionTimestampMonotonic": "492508344", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-11-16 02:38:13 EST", "ExecMainExitTimestampMonotonic": "512983986", "ExecMainPID": "20377", "ExecMainStartTimestamp": "Sat 2024-11-16 02:37:53 EST", "ExecMainStartTimestampMonotonic": "492509420", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:53 EST] ; stop_time=[Sat 2024-11-16 02:38:13 EST] ; pid=20377 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:53 EST] ; stop_time=[Sat 2024-11-16 02:37:53 EST] ; pid=20368 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-11-16 02:37:53 EST", "InactiveEnterTimestampMonotonic": "492507415", "InactiveExitTimestamp": "Sat 2024-11-16 02:37:53 EST", "InactiveExitTimestampMonotonic": "492509458", "InvocationID": "fddb38133ced41ebbadc76928e358ebf", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-11-16 02:38:13 EST", "StateChangeTimestampMonotonic": "512984529", "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.40.244> (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-11-16 02:38:19 EST", "ActiveEnterTimestampMonotonic": "517270714", "ActiveExitTimestamp": "Sat 2024-11-16 02:37:57 EST", "ActiveExitTimestampMonotonic": "496012866", "ActiveState": "active", "After": "network-online.target remote-fs.target network.target basic.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-11-16 02:37:57 EST", "AssertTimestampMonotonic": "496038267", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-11-16 02:37:57 EST", "ConditionTimestampMonotonic": "496038241", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-11-16 02:38:19 EST", "ExecMainExitTimestampMonotonic": "517270238", "ExecMainPID": "16713", "ExecMainStartTimestamp": "Sat 2024-11-16 02:37:57 EST", "ExecMainStartTimestampMonotonic": "496039351", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:57 EST] ; stop_time=[Sat 2024-11-16 02:38:19 EST] ; pid=16713 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:57 EST] ; stop_time=[Sat 2024-11-16 02:37:57 EST] ; pid=16704 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-11-16 02:37:57 EST", "InactiveEnterTimestampMonotonic": "496037261", "InactiveExitTimestamp": "Sat 2024-11-16 02:37:57 EST", "InactiveExitTimestampMonotonic": "496039394", "InvocationID": "17b04f2f5f6f4c339b357d3fed108751", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-11-16 02:38:19 EST", "StateChangeTimestampMonotonic": "517270714", "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-dSl/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 16 November 2024 02:38:37 -0500 (0:00:00.590) 0:00:16.846 ***** <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.78> (0, b'/root\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742717.714085-11506-182397566652664 `" && echo ansible-tmp-1731742717.714085-11506-182397566652664="` echo /root/.ansible/tmp/ansible-tmp-1731742717.714085-11506-182397566652664 `" ) && sleep 0'"'"'' <10.31.43.177> (0, b'/root\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742717.7297144-11508-229027510186935 `" && echo ansible-tmp-1731742717.7297144-11508-229027510186935="` echo /root/.ansible/tmp/ansible-tmp-1731742717.7297144-11508-229027510186935 `" ) && sleep 0'"'"'' <10.31.40.244> (0, b'/root\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742717.7481508-11509-106613991776511 `" && echo ansible-tmp-1731742717.7481508-11509-106613991776511="` echo /root/.ansible/tmp/ansible-tmp-1731742717.7481508-11509-106613991776511 `" ) && sleep 0'"'"'' <10.31.40.78> (0, b'ansible-tmp-1731742717.714085-11506-182397566652664=/root/.ansible/tmp/ansible-tmp-1731742717.714085-11506-182397566652664\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.40.78> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmp3pltsoz5 TO /root/.ansible/tmp/ansible-tmp-1731742717.714085-11506-182397566652664/AnsiballZ_file.py <10.31.40.78> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5fb8715edb '[10.31.40.78]' <10.31.43.177> (0, b'ansible-tmp-1731742717.7297144-11508-229027510186935=/root/.ansible/tmp/ansible-tmp-1731742717.7297144-11508-229027510186935\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.43.177> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpjeykw2mp TO /root/.ansible/tmp/ansible-tmp-1731742717.7297144-11508-229027510186935/AnsiballZ_file.py <10.31.43.177> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9b88d29d55 '[10.31.43.177]' <10.31.40.244> (0, b'ansible-tmp-1731742717.7481508-11509-106613991776511=/root/.ansible/tmp/ansible-tmp-1731742717.7481508-11509-106613991776511\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.40.244> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmpjx72hcr0 TO /root/.ansible/tmp/ansible-tmp-1731742717.7481508-11509-106613991776511/AnsiballZ_file.py <10.31.40.244> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/01afbd76a0 '[10.31.40.244]' <10.31.40.78> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmp3pltsoz5 /root/.ansible/tmp/ansible-tmp-1731742717.714085-11506-182397566652664/AnsiballZ_file.py\n', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742717.714085-11506-182397566652664/ /root/.ansible/tmp/ansible-tmp-1731742717.714085-11506-182397566652664/AnsiballZ_file.py && sleep 0'"'"'' <10.31.43.177> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpjeykw2mp /root/.ansible/tmp/ansible-tmp-1731742717.7297144-11508-229027510186935/AnsiballZ_file.py\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742717.7297144-11508-229027510186935/ /root/.ansible/tmp/ansible-tmp-1731742717.7297144-11508-229027510186935/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.244> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmpjx72hcr0 /root/.ansible/tmp/ansible-tmp-1731742717.7481508-11509-106613991776511/AnsiballZ_file.py\n', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742717.7481508-11509-106613991776511/ /root/.ansible/tmp/ansible-tmp-1731742717.7481508-11509-106613991776511/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.78> (0, b'', b'') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb -tt 10.31.40.78 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742717.714085-11506-182397566652664/AnsiballZ_file.py && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 -tt 10.31.43.177 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742717.7297144-11508-229027510186935/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.244> (0, b'', b'') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 -tt 10.31.40.244 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742717.7481508-11509-106613991776511/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.78> (0, b'\r\n{"path": "/tmp/tests_ssh", "changed": true, "diff": {"before": {"path": "/tmp/tests_ssh", "state": "directory", "path_content": {"directories": [], "files": []}}, "after": {"path": "/tmp/tests_ssh", "state": "absent"}}, "state": "directory", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "invocation": {"module_args": {"path": "/tmp/tests_ssh", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.40.78 closed.\r\n') <10.31.40.78> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5fb8715edb 10.31.40.78 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742717.714085-11506-182397566652664/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.177> (0, b'\r\n{"path": "/tmp/tests_ssh", "changed": false, "state": "absent", "invocation": {"module_args": {"path": "/tmp/tests_ssh", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.43.177 closed.\r\n') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742717.7297144-11508-229027510186935/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.244> (0, b'\r\n{"path": "/tmp/tests_ssh", "changed": true, "diff": {"before": {"path": "/tmp/tests_ssh", "state": "directory", "path_content": {"directories": [], "files": []}}, "after": {"path": "/tmp/tests_ssh", "state": "absent"}}, "state": "directory", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "invocation": {"module_args": {"path": "/tmp/tests_ssh", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.40.244 closed.\r\n') <10.31.40.244> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.244> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/01afbd76a0 10.31.40.244 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742717.7481508-11509-106613991776511/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.78> (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.43.177> (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.40.244> (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-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 16 November 2024 02:38:38 -0500 (0:00:00.456) 0:00:17.303 ***** <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.177> (0, b'/root\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1731742718.157688-11533-105892416908545 `" && echo ansible-tmp-1731742718.157688-11533-105892416908545="` echo /root/.ansible/tmp/ansible-tmp-1731742718.157688-11533-105892416908545 `" ) && sleep 0'"'"'' <10.31.43.177> (0, b'ansible-tmp-1731742718.157688-11533-105892416908545=/root/.ansible/tmp/ansible-tmp-1731742718.157688-11533-105892416908545\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.43.177> PUT /root/.ansible/tmp/ansible-local-1060141294pxf/tmp7irneqlr TO /root/.ansible/tmp/ansible-tmp-1731742718.157688-11533-105892416908545/AnsiballZ_systemd.py <10.31.43.177> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9b88d29d55 '[10.31.43.177]' <10.31.43.177> (0, b'sftp> put /root/.ansible/tmp/ansible-local-1060141294pxf/tmp7irneqlr /root/.ansible/tmp/ansible-tmp-1731742718.157688-11533-105892416908545/AnsiballZ_systemd.py\n', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1731742718.157688-11533-105892416908545/ /root/.ansible/tmp/ansible-tmp-1731742718.157688-11533-105892416908545/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.43.177> (0, b'', b'') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 -tt 10.31.43.177 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1731742718.157688-11533-105892416908545/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.43.177> (0, b'\r\n{"name": "kdump", "changed": true, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-11-16 02:37:53 EST", "ExecMainStartTimestampMonotonic": "492509420", "ExecMainExitTimestamp": "Sat 2024-11-16 02:38:13 EST", "ExecMainExitTimestampMonotonic": "512983986", "ExecMainPID": "20377", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:53 EST] ; stop_time=[Sat 2024-11-16 02:38:13 EST] ; pid=20377 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:53 EST] ; stop_time=[Sat 2024-11-16 02:37:53 EST] ; pid=20368 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "network-online.target basic.target network.target remote-fs.target system.slice systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-11-16 02:38:13 EST", "StateChangeTimestampMonotonic": "512984529", "InactiveExitTimestamp": "Sat 2024-11-16 02:37:53 EST", "InactiveExitTimestampMonotonic": "492509458", "ActiveEnterTimestamp": "Sat 2024-11-16 02:38:13 EST", "ActiveEnterTimestampMonotonic": "512984529", "ActiveExitTimestamp": "Sat 2024-11-16 02:37:53 EST", "ActiveExitTimestampMonotonic": "492484436", "InactiveEnterTimestamp": "Sat 2024-11-16 02:37:53 EST", "InactiveEnterTimestampMonotonic": "492507415", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-11-16 02:37:53 EST", "ConditionTimestampMonotonic": "492508344", "AssertTimestamp": "Sat 2024-11-16 02:37:53 EST", "AssertTimestampMonotonic": "492508371", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "fddb38133ced41ebbadc76928e358ebf", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "restarted", "daemon_reload": false, "daemon_reexec": false, "no_block": false, "enabled": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.43.177 closed.\r\n') <10.31.43.177> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.177> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9b88d29d55 10.31.43.177 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1731742718.157688-11533-105892416908545/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.177> (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-11-16 02:38:13 EST", "ActiveEnterTimestampMonotonic": "512984529", "ActiveExitTimestamp": "Sat 2024-11-16 02:37:53 EST", "ActiveExitTimestampMonotonic": "492484436", "ActiveState": "active", "After": "network-online.target basic.target network.target remote-fs.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-11-16 02:37:53 EST", "AssertTimestampMonotonic": "492508371", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-11-16 02:37:53 EST", "ConditionTimestampMonotonic": "492508344", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-11-16 02:38:13 EST", "ExecMainExitTimestampMonotonic": "512983986", "ExecMainPID": "20377", "ExecMainStartTimestamp": "Sat 2024-11-16 02:37:53 EST", "ExecMainStartTimestampMonotonic": "492509420", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:53 EST] ; stop_time=[Sat 2024-11-16 02:38:13 EST] ; pid=20377 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-16 02:37:53 EST] ; stop_time=[Sat 2024-11-16 02:37:53 EST] ; pid=20368 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-11-16 02:37:53 EST", "InactiveEnterTimestampMonotonic": "492507415", "InactiveExitTimestamp": "Sat 2024-11-16 02:37:53 EST", "InactiveExitTimestampMonotonic": "492509458", "InvocationID": "fddb38133ced41ebbadc76928e358ebf", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-11-16 02:38:13 EST", "StateChangeTimestampMonotonic": "512984529", "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 16 November 2024 02:38:38 -0500 (0:00:00.506) 0:00:17.809 ***** =============================================================================== fedora.linux_system_roles.kdump : Install required packages ------------- 4.70s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.35s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gather facts from managed-node1 ----------------------------------------- 0.96s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.84s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.84s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.71s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.67s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.67s /tmp/collections-dSl/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.63s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.60s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.59s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.53s /tmp/collections-dSl/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.51s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Restart kdump ------------------------- 0.51s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.47s /tmp/collections-dSl/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.46s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists --- 0.46s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Cleanup kdump_path ------------------------------------------------------ 0.46s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 fedora.linux_system_roles.kdump : Fetch the servers public key ---------- 0.44s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel --- 0.43s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 STDERR: [WARNING]: running playbook inside collection fedora.linux_system_roles TASK [Remove the temporary file] *********************************************** task path: /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:40 Saturday 16 November 2024 02:38:38 -0500 (0:00:18.844) 0:00:57.365 ***** changed: [managed-node3 -> localhost] => { "changed": true, "path": "/tmp/ansible.md1ug3wv.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 16 November 2024 02:38:39 -0500 (0:00:00.255) 0:00:57.621 ***** =============================================================================== fedora.linux_system_roles.kdump : Restart kdump ------------------------ 21.80s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Run ansible-playbook with tests_ssh.yml in check mode ------------------ 18.84s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 fedora.linux_system_roles.kdump : Install required packages ------------- 3.20s /tmp/collections-dSl/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.10s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Gathering Facts --------------------------------------------------------- 0.99s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Create static inventory from hostvars ----------------------------------- 0.90s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.83s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.78s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Gather facts from managed-node3 ----------------------------------------- 0.68s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Gathering Facts --------------------------------------------------------- 0.68s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gathering Facts --------------------------------------------------------- 0.66s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.63s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.56s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.55s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.53s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.52s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.51s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.42s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.42s /tmp/collections-dSl/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.40s /tmp/collections-dSl/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30