ansible-playbook [core 2.16.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-eA4 executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_ssh_wrapper.yml ************************************************ 3 plays in /tmp/collections-eA4/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-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Saturday 21 December 2024 02:16:45 -0500 (0:00:00.007) 0:00:00.007 ***** ok: [managed-node3] TASK [Create temporary file] *************************************************** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7 Saturday 21 December 2024 02:16:46 -0500 (0:00:01.035) 0:00:01.042 ***** changed: [managed-node3 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.o8ioabk7.inventory.yaml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Create static inventory from hostvars] *********************************** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 Saturday 21 December 2024 02:16:46 -0500 (0:00:00.305) 0:00:01.347 ***** changed: [managed-node3 -> localhost] => { "changed": true, "checksum": "138acc267dfa29bf8e50fe8907dfb947e9572686", "dest": "/tmp/ansible.o8ioabk7.inventory.yaml", "gid": 0, "group": "root", "md5sum": "7d1cdd16f4b55eebe0c9a7edeb79c24e", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 33785, "src": "/root/.ansible/tmp/ansible-tmp-1734765406.67557-9895-128791957723051/source", "state": "file", "uid": 0 } PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 21 December 2024 02:16:47 -0500 (0:00:00.645) 0:00:01.993 ***** ok: [managed-node3] TASK [Gather facts from managed-node3] ***************************************** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 21 December 2024 02:16:48 -0500 (0:00:00.735) 0:00:02.729 ***** ok: [managed-node3] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 21 December 2024 02:16:48 -0500 (0:00:00.799) 0:00:03.528 ***** skipping: [managed-node3] => { "false_condition": "ansible_distribution_major_version == '6'" } TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 21 December 2024 02:16:48 -0500 (0:00:00.013) 0:00:03.542 ***** META: end_host conditional evaluated to False, continuing execution for managed-node3 skipping: [managed-node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node3" } MSG: end_host conditional evaluated to false, continuing execution for managed-node3 TASK [Run the role. If reboot is not required - the play succeeds.] ************ task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 21 December 2024 02:16:48 -0500 (0:00:00.009) 0:00:03.551 ***** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 21 December 2024 02:16:48 -0500 (0:00:00.048) 0:00:03.600 ***** included: /tmp/collections-eA4/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-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 21 December 2024 02:16:48 -0500 (0:00:00.030) 0:00:03.630 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 21 December 2024 02:16:48 -0500 (0:00:00.048) 0:00:03.678 ***** 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-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 21 December 2024 02:16:49 -0500 (0:00:00.343) 0:00:04.022 ***** 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-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 21 December 2024 02:16:49 -0500 (0:00:00.024) 0:00:04.047 ***** skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 21 December 2024 02:16:49 -0500 (0:00:00.036) 0:00:04.084 ***** 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-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 21 December 2024 02:16:52 -0500 (0:00:02.999) 0:00:07.083 ***** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-12-21 02:16:27 EST", "ActiveEnterTimestampMonotonic": "270207427", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:12 EST", "ActiveExitTimestampMonotonic": "255491321", "ActiveState": "active", "After": "basic.target network.target network-online.target system.slice systemd-journald.socket remote-fs.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-21 02:16:12 EST", "AssertTimestampMonotonic": "255515255", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:12 EST", "ConditionTimestampMonotonic": "255515204", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-12-21 02:16:27 EST", "ExecMainExitTimestampMonotonic": "270206848", "ExecMainPID": "8434", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:12 EST", "ExecMainStartTimestampMonotonic": "255516486", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:12 EST] ; stop_time=[Sat 2024-12-21 02:16:27 EST] ; pid=8434 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:12 EST] ; stop_time=[Sat 2024-12-21 02:16:12 EST] ; pid=8426 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:12 EST", "InactiveEnterTimestampMonotonic": "255514491", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:12 EST", "InactiveExitTimestampMonotonic": "255516525", "InvocationID": "2a1cc11b821b428f878673706c1efb2d", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-12-21 02:16:27 EST", "StateChangeTimestampMonotonic": "270207427", "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-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 21 December 2024 02:16:53 -0500 (0:00:00.718) 0:00:07.802 ***** included: /tmp/collections-eA4/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-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 21 December 2024 02:16:53 -0500 (0:00:00.063) 0:00:07.865 ***** changed: [managed-node3] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": "0:00:00.403797", "end": "2024-12-21 02:16:54.014205", "rc": 0, "start": "2024-12-21 02:16:53.610408" } 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:iJOwRSQLAtP2skCVSpfAXxhfuw3IBZ/+dH6G6tenMpM root@managed-node3 The key's randomart image is: +---[RSA 3072]----+ |Bo++B..o | |.*oOo.= o | |o.*.o+ = | |...=.o..+ | | ..o+ .oSo . | | . . o o . | | . ooo | | .Eo. . | | .o. +.o | +----[SHA256]-----+ TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 21 December 2024 02:16:54 -0500 (0:00:00.897) 0:00:08.763 ***** ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDd1RpTTJMUU0rblRXWHJoRklTdmkwaXJkYVhqK0huNVJPUUthOTlLaDJNUlZpbTNQQjRxWXNrK3dBVjc4WjhzOHJjUWZLYzRXTDdXZnpDbWErMURZeVBXRlNINWVyYTZ3NDZXaTFUMHFXZWx6RWVEYllvV2xwaEYyQzVhQTUvNUlydGtnQ2M0S29KVU40Q3h5cng5TXhuaGdabjVIOXlDQThTNTNtamxrUVZjOHBwSjFlc3lxRjJqVS9JVGFmWTBNQk9vYXpSY0krOG95WDdUeW1UdW53dGxBYndabStDdi9zMWN6Mm9pOGxGcGQvY3dNWm5kTHhUMVZiV1hoemZKb2lSR3AvdlNna2l6c2ljakkwaktsQW10TDB0N1hXc2Nnbk0yUFcyRUVma0Z4NkhlUm40cUxTV21YazM1YjRJMFIyOElSVVo4Z0YwV2ZneW9DenZCdnJlM1p2K05BM2dKQUNENjFqelRyaFFLbUdRM1RuRmd5VGRuUXBsTzhzR05oV3I3bEhZQkZ4aEdvaDlzZ0VYMDlma2NYUys5Q3hwV1ovdTBJMzUrdThLVWIwV0lPNWdQc3IxVk5SdDJtNWhsS011ODcvT3lXUnpoRVU4cnFzWm5xK2ZuSGE2M0ZTU1lCdzhXaFBwbG8vVitKNGRDWERIZmhaSEVhakU5L3JTelU9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "encoding": "base64", "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 21 December 2024 02:16:54 -0500 (0:00:00.457) 0:00:09.220 ***** ok: [managed-node3] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] **** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 21 December 2024 02:16:55 -0500 (0:00:00.557) 0:00:09.777 ***** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1734765130.297362, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1734765414.0121477, "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": 1734765414.0121477, "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-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 21 December 2024 02:16:55 -0500 (0:00:00.338) 0:00:10.116 ***** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1734765289.9479852, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1734765130.297362, "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": 1734765130.297362, "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-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 21 December 2024 02:16:55 -0500 (0:00:00.342) 0:00:10.458 ***** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 21 December 2024 02:16:56 -0500 (0:00:00.469) 0:00:10.928 ***** changed: [managed-node3] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 21 December 2024 02:16:56 -0500 (0:00:00.464) 0:00:11.392 ***** ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FETGZKSFhjTXQ0YmhmMjkvUHN6R1l1RVk2TzVLTkl3T05hNGRhZEdBb3pWeFJIK3lha0ROMEE2YmNQUnZmLzZLeVlIa0xOMXFJQXpRVi9oOHM1VXlubGkzd1ZZQXZyYjFkWVZpTmg3YjIxYjFQWlZFNnpER0U1eDJITVFiR1BoMDNaQ25FbkQ0R1l1bnNaakJwdGpJU0RPbUR4SDFiN0RTUEZJWE9iZWVsc1NPbDNBUXgzVmFiKzdzd3dpd0tsQmVHMmhKeWdMVE8rVmYxbXdSYjMxTjkrelZtK0g4SVlkUGJWeWY3UnI5b1N4VUF0WitZZktRS0FCSDBlVWlaVG44a0lkNHpBY2UxT3BEWjc4bTRlUTMyS04wcm9uZ3lFcDVGY2pxSVpYV1JJdEpxOVU5V2FIMXpuQjhtam40SkwvdkRQc2NDb3c4MFRKMTE1MVhldkg5MlJxYk94RWNicHhYdUdCZDZXSkViUzYxSm4rNU51SXRGRE9SL3R4QVg3aUtHUHE0T1MxdWVsbGVsZEhEWERzVUN1VWNsS2tCUFMwWmw3Q3V3anlPSDBOdWJhRU1CTXlPc1crQ0U4RlcyM1B1OCtXWVhpUUc0ekRsRGZ5RXFmNVBlVGswL3BJOEFXUVRJK1ZMRFhNNmdVQkpMcWJPd21RUGpqYTB1eEFZaHIwN0U9IHJvb3RAaXAtMTAtMzEtNDUtMTI4LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 21 December 2024 02:16:57 -0500 (0:00:00.323) 0:00:11.716 ***** changed: [managed-node3] => { "changed": true, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.45.128 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLfJHXcMt4bhf29/PszGYuEY6O5KNIwONa4dadGAozVxRH+yakDN0A6bcPRvf/6KyYHkLN1qIAzQV/h8s5Uynli3wVYAvrb1dYViNh7b21b1PZVE6zDGE5x2HMQbGPh03ZCnEnD4GYunsZjBptjISDOmDxH1b7DSPFIXObeelsSOl3AQx3Vab+7swwiwKlBeG2hJygLTO+Vf1mwRb31N9+zVm+H8IYdPbVyf7Rr9oSxUAtZ+YfKQKABH0eUiZTn8kId4zAce1OpDZ78m4eQ32KN0rongyEp5FcjqIZXWRItJq9U9WaH1znB8mjn4JL/vDPscCow80TJ1151XevH92RqbOxEcbpxXuGBd6WJEbS61Jn+5NuItFDOR/txAX7iKGPq4OS1uelleldHDXDsUCuUclKkBPS0Zl7CuwjyOH0NubaEMBMyOsW+CE8FW23Pu8+WYXiQG4zDlDfyEqf5PeTk0/pI8AWQTI+VLDXM6gUBJLqbOwmQPjja0uxAYhr07E= root@ip-10-31-45-128.us-east-1.aws.redhat.com\n", "mode": "0644", "name": "10.31.45.128", "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-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 21 December 2024 02:16:57 -0500 (0:00:00.481) 0:00:12.198 ***** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1734765372.5230231, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5eea1b4829897f2843bafdff6b482ed722029483", "ctime": 1734765370.857018, "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": 1734765370.5990171, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 77, "uid": 0, "version": "3136377415", "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-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 21 December 2024 02:16:57 -0500 (0:00:00.335) 0:00:12.533 ***** Notification for handler Restart kdump has been saved. changed: [managed-node3] => { "backup_file": "/etc/kdump.conf.16239.2024-12-21@02:16:58~", "changed": true, "checksum": "d3554b61034bb036a6184d1107f0a7f1d442183b", "dest": "/etc/kdump.conf", "gid": 0, "group": "root", "md5sum": "30ce148397d0c0dda94757b506e6a720", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1734765417.9028227-10216-24780877842500/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 21 December 2024 02:16:58 -0500 (0:00:00.705) 0:00:13.238 ***** 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-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 21 December 2024 02:16:58 -0500 (0:00:00.329) 0:00:13.568 ***** 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-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 21 December 2024 02:16:58 -0500 (0:00:00.036) 0:00:13.604 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] *** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 21 December 2024 02:16:58 -0500 (0:00:00.031) 0:00:13.636 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false] *** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 21 December 2024 02:16:58 -0500 (0:00:00.031) 0:00:13.668 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Reboot the managed node] *************** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 21 December 2024 02:16:59 -0500 (0:00:00.033) 0:00:13.702 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag] *** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 21 December 2024 02:16:59 -0500 (0:00:00.029) 0:00:13.731 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] ********** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 21 December 2024 02:16:59 -0500 (0:00:00.029) 0:00:13.761 ***** ok: [managed-node3] => { "changed": false, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-12-21 02:16:27 EST", "ActiveEnterTimestampMonotonic": "270207427", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:12 EST", "ActiveExitTimestampMonotonic": "255491321", "ActiveState": "active", "After": "basic.target network.target network-online.target system.slice systemd-journald.socket remote-fs.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-21 02:16:12 EST", "AssertTimestampMonotonic": "255515255", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:12 EST", "ConditionTimestampMonotonic": "255515204", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-12-21 02:16:27 EST", "ExecMainExitTimestampMonotonic": "270206848", "ExecMainPID": "8434", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:12 EST", "ExecMainStartTimestampMonotonic": "255516486", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:12 EST] ; stop_time=[Sat 2024-12-21 02:16:27 EST] ; pid=8434 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:12 EST] ; stop_time=[Sat 2024-12-21 02:16:12 EST] ; pid=8426 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:12 EST", "InactiveEnterTimestampMonotonic": "255514491", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:12 EST", "InactiveExitTimestampMonotonic": "255516525", "InvocationID": "2a1cc11b821b428f878673706c1efb2d", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-12-21 02:16:27 EST", "StateChangeTimestampMonotonic": "270207427", "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-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 21 December 2024 02:16:59 -0500 (0:00:00.476) 0:00:14.237 ***** ok: [managed-node3] => { "changed": false, "path": "/tmp/tests_ssh", "state": "absent" } NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed-node3 RUNNING HANDLER [fedora.linux_system_roles.kdump : Restart kdump] ************** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 21 December 2024 02:16:59 -0500 (0:00:00.340) 0:00:14.578 ***** changed: [managed-node3] => { "changed": true, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-12-21 02:16:27 EST", "ActiveEnterTimestampMonotonic": "270207427", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:12 EST", "ActiveExitTimestampMonotonic": "255491321", "ActiveState": "active", "After": "basic.target network.target network-online.target system.slice systemd-journald.socket remote-fs.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-21 02:16:12 EST", "AssertTimestampMonotonic": "255515255", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:12 EST", "ConditionTimestampMonotonic": "255515204", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-12-21 02:16:27 EST", "ExecMainExitTimestampMonotonic": "270206848", "ExecMainPID": "8434", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:12 EST", "ExecMainStartTimestampMonotonic": "255516486", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:12 EST] ; stop_time=[Sat 2024-12-21 02:16:27 EST] ; pid=8434 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:12 EST] ; stop_time=[Sat 2024-12-21 02:16:12 EST] ; pid=8426 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:12 EST", "InactiveEnterTimestampMonotonic": "255514491", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:12 EST", "InactiveExitTimestampMonotonic": "255516525", "InvocationID": "2a1cc11b821b428f878673706c1efb2d", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-12-21 02:16:27 EST", "StateChangeTimestampMonotonic": "270207427", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } PLAY [Run tests_ssh.yml in check_mode] ***************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Saturday 21 December 2024 02:17:19 -0500 (0:00:19.228) 0:00:33.806 ***** ok: [managed-node3] TASK [Run ansible-playbook with tests_ssh.yml in check mode] ******************* task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 Saturday 21 December 2024 02:17:19 -0500 (0:00:00.743) 0:00:34.549 ***** fatal: [managed-node3 -> localhost]: FAILED! => { "changed": false, "cmd": [ "ansible-playbook", "-vvv", "-i", "/tmp/ansible.o8ioabk7.inventory.yaml", "--check", "tests_ssh.yml" ], "delta": "0:00:17.941322", "end": "2024-12-21 02:17:37.983493", "rc": 2, "start": "2024-12-21 02:17:20.042171" } STDOUT: ansible-playbook [core 2.16.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-eA4 executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults host_list declined parsing /tmp/ansible.o8ioabk7.inventory.yaml as it did not pass its verify_file() method script declined parsing /tmp/ansible.o8ioabk7.inventory.yaml as it did not pass its verify_file() method Parsed /tmp/ansible.o8ioabk7.inventory.yaml inventory source with yaml plugin running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_ssh.yml ******************************************************** 1 plays in tests_ssh.yml PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 21 December 2024 02:17:20 -0500 (0:00:00.008) 0:00:00.008 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765440.5824873-10582-206671713743787 `" && echo ansible-tmp-1734765440.5824873-10582-206671713743787="` echo /root/.ansible/tmp/ansible-tmp-1734765440.5824873-10582-206671713743787 `" ) && sleep 0' <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.247> (0, b'/root\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765440.6314046-10583-1611316395521 `" && echo ansible-tmp-1734765440.6314046-10583-1611316395521="` echo /root/.ansible/tmp/ansible-tmp-1734765440.6314046-10583-1611316395521 `" ) && sleep 0'"'"'' <10.31.40.65> (0, b'/root\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765440.6380148-10585-238966905576326 `" && echo ansible-tmp-1734765440.6380148-10585-238966905576326="` echo /root/.ansible/tmp/ansible-tmp-1734765440.6380148-10585-238966905576326 `" ) && sleep 0'"'"'' <10.31.45.128> (0, b'/root\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765440.6520317-10587-167298839003886 `" && echo ansible-tmp-1734765440.6520317-10587-167298839003886="` echo /root/.ansible/tmp/ansible-tmp-1734765440.6520317-10587-167298839003886 `" ) && sleep 0'"'"'' <10.31.45.128> (0, b'ansible-tmp-1734765440.6520317-10587-167298839003886=/root/.ansible/tmp/ansible-tmp-1734765440.6520317-10587-167298839003886\n', b'') <10.31.42.247> (0, b'ansible-tmp-1734765440.6314046-10583-1611316395521=/root/.ansible/tmp/ansible-tmp-1734765440.6314046-10583-1611316395521\n', b'') <10.31.40.65> (0, b'ansible-tmp-1734765440.6380148-10585-238966905576326=/root/.ansible/tmp/ansible-tmp-1734765440.6380148-10585-238966905576326\n', b'') Attempting python interpreter discovery <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'python3.12'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.11'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.10'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.9'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.8'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' Attempting python interpreter discovery Attempting python interpreter discovery <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'python3.12'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.11'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.10'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.9'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.8'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'python3.12'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.11'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.10'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.9'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.8'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmplxksrzi6 TO /root/.ansible/tmp/ansible-tmp-1734765440.5824873-10582-206671713743787/AnsiballZ_setup.py EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765440.5824873-10582-206671713743787/ /root/.ansible/tmp/ansible-tmp-1734765440.5824873-10582-206671713743787/AnsiballZ_setup.py && sleep 0' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1734765440.5824873-10582-206671713743787/AnsiballZ_setup.py && sleep 0' <10.31.42.247> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/bin/python3\n/usr/libexec/platform-python\nENDFOUND\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.45.128> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/bin/python3\n/usr/libexec/platform-python\nENDFOUND\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.40.65> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/bin/python3\n/usr/libexec/platform-python\nENDFOUND\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.42.247> (0, b'{"platform_dist_result": ["centos", "8", ""], "osrelease_content": "NAME=\\"CentOS Stream\\"\\nVERSION=\\"8\\"\\nID=\\"centos\\"\\nID_LIKE=\\"rhel fedora\\"\\nVERSION_ID=\\"8\\"\\nPLATFORM_ID=\\"platform:el8\\"\\nPRETTY_NAME=\\"CentOS Stream 8\\"\\nANSI_COLOR=\\"0;31\\"\\nCPE_NAME=\\"cpe:/o:centos:centos:8\\"\\nHOME_URL=\\"https://centos.org/\\"\\nBUG_REPORT_URL=\\"https://bugzilla.redhat.com/\\"\\nREDHAT_SUPPORT_PRODUCT=\\"Red Hat Enterprise Linux 8\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=\\"CentOS Stream\\"\\n"}\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.42.247> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpyygqfi3l TO /root/.ansible/tmp/ansible-tmp-1734765440.6314046-10583-1611316395521/AnsiballZ_setup.py <10.31.42.247> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/43510ce736"' '[10.31.42.247]' <10.31.45.128> (0, b'{"platform_dist_result": ["centos", "8", ""], "osrelease_content": "NAME=\\"CentOS Stream\\"\\nVERSION=\\"8\\"\\nID=\\"centos\\"\\nID_LIKE=\\"rhel fedora\\"\\nVERSION_ID=\\"8\\"\\nPLATFORM_ID=\\"platform:el8\\"\\nPRETTY_NAME=\\"CentOS Stream 8\\"\\nANSI_COLOR=\\"0;31\\"\\nCPE_NAME=\\"cpe:/o:centos:centos:8\\"\\nHOME_URL=\\"https://centos.org/\\"\\nBUG_REPORT_URL=\\"https://bugzilla.redhat.com/\\"\\nREDHAT_SUPPORT_PRODUCT=\\"Red Hat Enterprise Linux 8\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=\\"CentOS Stream\\"\\n"}\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.45.128> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp9smpm_bu TO /root/.ansible/tmp/ansible-tmp-1734765440.6520317-10587-167298839003886/AnsiballZ_setup.py <10.31.45.128> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' '[10.31.45.128]' <10.31.40.65> (0, b'{"platform_dist_result": ["centos", "8", ""], "osrelease_content": "NAME=\\"CentOS Stream\\"\\nVERSION=\\"8\\"\\nID=\\"centos\\"\\nID_LIKE=\\"rhel fedora\\"\\nVERSION_ID=\\"8\\"\\nPLATFORM_ID=\\"platform:el8\\"\\nPRETTY_NAME=\\"CentOS Stream 8\\"\\nANSI_COLOR=\\"0;31\\"\\nCPE_NAME=\\"cpe:/o:centos:centos:8\\"\\nHOME_URL=\\"https://centos.org/\\"\\nBUG_REPORT_URL=\\"https://bugzilla.redhat.com/\\"\\nREDHAT_SUPPORT_PRODUCT=\\"Red Hat Enterprise Linux 8\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=\\"CentOS Stream\\"\\n"}\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.40.65> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpmkg6hrij TO /root/.ansible/tmp/ansible-tmp-1734765440.6380148-10585-238966905576326/AnsiballZ_setup.py <10.31.40.65> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' '[10.31.40.65]' <10.31.45.128> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp9smpm_bu /root/.ansible/tmp/ansible-tmp-1734765440.6520317-10587-167298839003886/AnsiballZ_setup.py\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765440.6520317-10587-167298839003886/ /root/.ansible/tmp/ansible-tmp-1734765440.6520317-10587-167298839003886/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.65> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpmkg6hrij /root/.ansible/tmp/ansible-tmp-1734765440.6380148-10585-238966905576326/AnsiballZ_setup.py\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765440.6380148-10585-238966905576326/ /root/.ansible/tmp/ansible-tmp-1734765440.6380148-10585-238966905576326/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.45.128> (0, b'', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' -tt 10.31.45.128 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765440.6520317-10587-167298839003886/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.42.247> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpyygqfi3l /root/.ansible/tmp/ansible-tmp-1734765440.6314046-10583-1611316395521/AnsiballZ_setup.py\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765440.6314046-10583-1611316395521/ /root/.ansible/tmp/ansible-tmp-1734765440.6314046-10583-1611316395521/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> (0, b'', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' -tt 10.31.42.247 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765440.6314046-10583-1611316395521/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' -tt 10.31.40.65 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765440.6380148-10585-238966905576326/AnsiballZ_setup.py && sleep 0'"'"'' EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765440.5824873-10582-206671713743787/ > /dev/null 2>&1 && sleep 0' ok: [localhost] <10.31.45.128> (0, b'\r\n{"ansible_facts": {"ansible_loadavg": {"1m": 1.73, "5m": 0.73, "15m": 0.3}, "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "51", "day": "21", "hour": "02", "minute": "17", "second": "21", "epoch": "1734765441", "epoch_int": "1734765441", "date": "2024-12-21", "time": "02:17:21", "iso8601_micro": "2024-12-21T07:17:21.362076Z", "iso8601": "2024-12-21T07:17:21Z", "iso8601_basic": "20241221T021721362076", "iso8601_basic_short": "20241221T021721", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_fibre_channel_wwn": [], "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-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": "a3a6b56f46064e73bfe3f91a54b2c72b", "ansible_is_chroot": false, "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_iscsi_iqn": "", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAJw+PwTiCTYpTS6gTHsNYtP2G5HhvNP2SxotfO3AfFE5cYX+DQNFeIadQAYdZdj2+c6R/byjvCSbplYv11Sn5ZWelZW6aXaSLy/RzuFzBdAhtWkdDKjm/EjvNMw98Rh3Cj6GO4LD/Sni5Hsf1daqOxWIxlDdDo4gR/4rXbaJOSy7AAAAFQCPmy5ESpuy9OWAscC5TmwY5o7VlQAAAIBJpt5jakkjLiOXJigrS5FtM45tN55ve2rrKwSsJI2hGKVbAkv/HPFh9U2hF71JPqMvpZwY8LPqkn9N5R/KQKCsb4KHdw5PxgpvEAr1lMTozYeFBN2wOG7oD/PsfNFKacplvuESyTQjf94XDRpDFoYXHmpn7LLo2Vo/hUXVbckdAQAAAIAOLZiuampNKi9m6hHlJFSun6k1cmadc3nhEA0dmubQGpWop7sNz76m59APMGODFWaVDt+HcrFbqa+pj8L72KpRZPY6aHam5ZgQompJk8WlDwI/N0P0V+qAC5yADepOhrRa7SC+IdtZtJoSV99f8K5ojc3Z3QMOJ0lrA0YK3at17w==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDLfJHXcMt4bhf29/PszGYuEY6O5KNIwONa4dadGAozVxRH+yakDN0A6bcPRvf/6KyYHkLN1qIAzQV/h8s5Uynli3wVYAvrb1dYViNh7b21b1PZVE6zDGE5x2HMQbGPh03ZCnEnD4GYunsZjBptjISDOmDxH1b7DSPFIXObeelsSOl3AQx3Vab+7swwiwKlBeG2hJygLTO+Vf1mwRb31N9+zVm+H8IYdPbVyf7Rr9oSxUAtZ+YfKQKABH0eUiZTn8kId4zAce1OpDZ78m4eQ32KN0rongyEp5FcjqIZXWRItJq9U9WaH1znB8mjn4JL/vDPscCow80TJ1151XevH92RqbOxEcbpxXuGBd6WJEbS61Jn+5NuItFDOR/txAX7iKGPq4OS1uelleldHDXDsUCuUclKkBPS0Zl7CuwjyOH0NubaEMBMyOsW+CE8FW23Pu8+WYXiQG4zDlDfyEqf5PeTk0/pI8AWQTI+VLDXM6gUBJLqbOwmQPjja0uxAYhr07E=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEczue46U7VMXJe7bFuV0zZtEzEA0rbri5D4db62rszSvfBdVEiQIesycZA8oFOhki1tdd/HmgQnZ4O+l3S/NcI=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIK5+OJFEofLq08NOoc9Q8pLjjhp7OpE13o41YaIuLMEd", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_apparmor": {"status": "disabled"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_lsb": {}, "ansible_local": {}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_fips": false, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2828, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 711, "free": 2828}, "nocache": {"free": 3336, "used": 203}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec23a2b3-509a-a7bd-6664-2c3f12cb2a2d", "ansible_product_uuid": "ec23a2b3-509a-a7bd-6664-2c3f12cb2a2d", "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": 324, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263559999488, "block_size": 4096, "block_total": 65533179, "block_available": 64345703, "block_used": 1187476, "inode_total": 131071472, "inode_available": 130996219, "inode_used": 75253, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_service_mgr": "systemd", "ansible_hostnqn": "", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.41.213 59534 10.31.45.128 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.41.213 59534 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_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:48:96:68:ca:d1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.45.128", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::48:96ff:fe68:cad1", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.45.128", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:48:96:68:ca:d1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.45.128"], "ansible_all_ipv6_addresses": ["fe80::48:96ff:fe68:cad1"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.45.128", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::48:96ff:fe68:cad1"]}, "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.45.128 closed.\r\n') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765440.6520317-10587-167298839003886/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.128> (0, b'', b'') ok: [managed-node3] <10.31.42.247> (0, b'\r\n{"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-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": "b07ac2c47d4f458aaaebe14ef6a64e0f", "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "51", "day": "21", "hour": "02", "minute": "17", "second": "21", "epoch": "1734765441", "epoch_int": "1734765441", "date": "2024-12-21", "time": "02:17:21", "iso8601_micro": "2024-12-21T07:17:21.407855Z", "iso8601": "2024-12-21T07:17:21Z", "iso8601_basic": "20241221T021721407855", "iso8601_basic_short": "20241221T021721", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBALgl1KB1iAidNCz63T8wbTIVoQhsOAG011oEwUSwZVuAGvlxZUzNrDglM1zhnwRic+qdKDq6WbuKsD0D41WWVuambv5NtohQoz1o3XvwREN9c4wzd3EeaQSQjZGEXi41bbP1rFmvbEsjRt/oqgsJzu/s7znkouXmZQz1nVMXPvcdAAAAFQC2jef4E8Z5Hd9Sf7GO2UW36YTIuQAAAIEAtIKxPQ1ophGJXHrrgX1pcch/gfgQg4YJhLlQqaERNsRGQLyRSM9r2ZJiECcHBMJjS3NZ8v9UhV7Jgk1KJ9fkf9fP5za9qaKRBV5Huf3yM9Q8UYpYV9tk9PLy2U5j23KFJG2m4XpdpLb6H/db26kRYfgrK1Ld5xanjU6gBLFZ0eMAAACAYb9pMhMm2vw0/3e3pSTsUn3W4c1sGvHZjbNybXCCvZ65n/+RNuz9vXWgLtvuX398YnjL/oXWeZ+CJ/DMdXzJpCh0Nu7tUTK31M/n3+sL1njVREz4q9jJkBVgRF0dvhwb+SR3KuDnmmVdQe3z8HTcH/h3SY/GulniLx+hCO+9tk4=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDapSeA1Vz5SpiWdWV/5ydbSgYnHWbVSHcb+j3tx2nZFBpk9irpP0qT6PVr0sBSIcsAVeXkzi8wnELvLg3FHXSPxSLgN3sPuqLI+wbkpum6xTqpGX+r6Rgk9yC/uZ+QYyQhVpDpjGQ0BmIsSdVRhL907fvSJkcyLpnUrNJlyrcEnR2CljsLtXxdOui4LhuIUDv9sNBVh+7xUTrGOksbUfTIWClxarfdmM51umay8Zf/ALVuQ2QB3e5/sZ60QK/cU/YIenIC0Wj8vyiNMTGXTy5wE5gtCO47Hvz3Ka3YfhiQ8sbqWRrIDd1v0cZHi4Ik0xAvnFDns+3zT64vzjJfiosyqj5mOxqwFmlOAJ/+6NKhCazU6gxhkpZYXsGY8/uzo+yxTG2xwwnWkXcDkdnkWT3Yg7tJCPq0S8q4b30l9pm/Iw7ld7P3bWdagR0ckRvBaoMRDWDBYn7ySTQSH4PNpkKlQF7GAydxByXi7iXa43KDsYrxV+KhFrQywcPu03MdNQc=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDLOK1NPnd9xasB9Y2MI1bAsCXyjIodrqhSd8IsiTnSYG/yWL/M4GuDtH9gXvRwVQRXLBqPT33vHir5psVmFLrs=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAINFoWvTakxrIzgaxKp6J+7z9gcVpSHaqQqWu4QJOui/9", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_apparmor": {"status": "disabled"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.41.213 39538 10.31.42.247 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.41.213 39538 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_is_chroot": false, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_loadavg": {"1m": 1.0, "5m": 0.54, "15m": 0.23}, "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_fips": false, "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:58:75:ed:e5:d3", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.42.247", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::c58:75ff:feed:e5d3", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.42.247", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:58:75:ed:e5:d3", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.42.247"], "ansible_all_ipv6_addresses": ["fe80::c58:75ff:feed:e5d3"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.42.247", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::c58:75ff:feed:e5d3"]}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2826, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 713, "free": 2826}, "nocache": {"free": 3333, "used": 206}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2142ff-8f61-e351-380a-2e2f3e79b81a", "ansible_product_uuid": "ec2142ff-8f61-e351-380a-2e2f3e79b81a", "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": 264, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560019968, "block_size": 4096, "block_total": 65533179, "block_available": 64345708, "block_used": 1187471, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_local": {}, "ansible_lsb": {}, "ansible_fibre_channel_wwn": [], "ansible_hostnqn": "", "ansible_iscsi_iqn": "", "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.42.247 closed.\r\n') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765440.6314046-10583-1611316395521/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') ok: [managed-node1] <10.31.40.65> (0, b'\r\n{"ansible_facts": {"ansible_loadavg": {"1m": 1.39, "5m": 0.56, "15m": 0.23}, "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": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBANnGyN12o7n9v8bCrk6yKHDojFlA12aEf4d1OMrQYAxmZXIhSZNu0Lsh/3MI9jCP141Cy+t1kZwodUCEzZI3LF5REvszMShMCWzUvUKr4iZMnQUNLJUpzXZMTw6J2RO1nX0X3Rv/2McvIQKQBKCxEz4Evs/VPJhD8OjuZspYQrZDAAAAFQCxRCbWbrLIMatsZoOi8cu+faFN5wAAAIBUbVM81IozQPOxdqCMQgT9RejbfmEhzquF1+iihpxdJdMBPGXfyGF2L5puHX54vNKEFfiOtdXKn/zbLp50uOFrQcxlEUSUKr5SmYE2KXjv/TuKfdVWlAJ8LGwA6qWoTp5ttpy73u61tCR7tljbFymofbMnwD4hTDHvGi/02DSw1QAAAIEAu/I2RlDL62NFCskAPuW+OaTuS5ne1qWqzAsmjOIsLa113ZGF7ja3XuisObfu7bnuEmDSdvly6yoWXS1CKk7qYUdH9nHY1Dyw0ps+j5Lz3BqRlrIzi1sItj88wDRH+XMcTEtotiCpbaGS5pVsDCzf81XlpbLheaIklL1xY8BCR/E=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDlcXnINNOb9gpi94qnAO7mNEATXNT5QN+aAztRFm5SOn6hIMH+pw3dHZA/iXuqJvb0iVrxm/htoJhErz9jk/YgqQVBLa/ZQyOFT8qCAn+Yg1nRQiU/9xHVw8cyLg4MmhVVnoZDEV8n4B9H7xSFSuU0siOpiK8n72NOJUZL5G4abd8xxatP9BYiHdDvO+fPPmXTwPuVIADhK6zyrwexy32cMQ34P+A0z0LucB3CNcVEFcyohM2N3tHJQNJod3sitxmFD6DUEbAqeXA7MmO2QxRB+A6w0QKpwOd4beWqy+waoTxmu/mG6rwWXxwCA6D6Y/XNzkWQ/7tC/knqfqCxotVyerh5o8m88InnPmHdxfHPu+08xNlAknJUrN2LZrd0+AyY8ralaL98BUROazuU5IR8TwXmzlgUn8yx4mHCREnLvIXQ5+u5+BS/9r8WZ4CkeD0VUnJCvxJbVuLzbB/PpsjNwuZYfyyHIqCdKRqZCu/uutXRdYXyC4W/j2qIGqZNqLU=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKD/6f62VjBuQlO8MaG5lb2ILxonGLWsz5Co/I05UyMMRpjnAEb88XbMHpfssOJc/eSsG9fSexV1LUST4JJKvRA=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIMHcedwO/wXwShjP/vrr6VibXBxxW2Z6xeNnS9nZidvR", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_is_chroot": false, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.41.213 54522 10.31.40.65 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.41.213 54522 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_iscsi_iqn": "", "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": "c96cb7e281d04a9a9faaab8b88668a0f", "ansible_local": {}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_fips": false, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_lsb": {}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "51", "day": "21", "hour": "02", "minute": "17", "second": "21", "epoch": "1734765441", "epoch_int": "1734765441", "date": "2024-12-21", "time": "02:17:21", "iso8601_micro": "2024-12-21T07:17:21.541922Z", "iso8601": "2024-12-21T07:17:21Z", "iso8601_basic": "20241221T021721541922", "iso8601_basic_short": "20241221T021721", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2823, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 716, "free": 2823}, "nocache": {"free": 3332, "used": 207}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2c0995-1adb-03e0-fa1c-64dab8da152a", "ansible_product_uuid": "ec2c0995-1adb-03e0-fa1c-64dab8da152a", "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": 332, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263559888896, "block_size": 4096, "block_total": 65533179, "block_available": 64345676, "block_used": 1187503, "inode_total": 131071472, "inode_available": 130996215, "inode_used": 75257, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "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_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:8b:42:23:08:9b", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.40.65", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::c8b:42ff:fe23:89b", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.40.65", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:8b:42:23:08:9b", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.40.65"], "ansible_all_ipv6_addresses": ["fe80::c8b:42ff:fe23:89b"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.40.65", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::c8b:42ff:fe23:89b"]}, "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_apparmor": {"status": "disabled"}, "ansible_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.40.65 closed.\r\n') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765440.6380148-10585-238966905576326/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') ok: [managed-node2] TASK [Gather facts from localhost] ********************************************* task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 21 December 2024 02:17:21 -0500 (0:00:01.347) 0:00:01.355 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765441.9759152-10679-12547827871015 `" && echo ansible-tmp-1734765441.9759152-10679-12547827871015="` echo /root/.ansible/tmp/ansible-tmp-1734765441.9759152-10679-12547827871015 `" ) && sleep 0' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmppzokcebo TO /root/.ansible/tmp/ansible-tmp-1734765441.9759152-10679-12547827871015/AnsiballZ_setup.py EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765441.9759152-10679-12547827871015/ /root/.ansible/tmp/ansible-tmp-1734765441.9759152-10679-12547827871015/AnsiballZ_setup.py && sleep 0' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1734765441.9759152-10679-12547827871015/AnsiballZ_setup.py && sleep 0' <10.31.45.128> (0, b'/root\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> (0, b'/root\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765442.0054228-10683-142615638064858 `" && echo ansible-tmp-1734765442.0054228-10683-142615638064858="` echo /root/.ansible/tmp/ansible-tmp-1734765442.0054228-10683-142615638064858 `" ) && sleep 0'"'"'' <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765442.0056543-10680-88081317760404 `" && echo ansible-tmp-1734765442.0056543-10680-88081317760404="` echo /root/.ansible/tmp/ansible-tmp-1734765442.0056543-10680-88081317760404 `" ) && sleep 0'"'"'' <10.31.40.65> (0, b'/root\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765442.0145779-10681-87667557931181 `" && echo ansible-tmp-1734765442.0145779-10681-87667557931181="` echo /root/.ansible/tmp/ansible-tmp-1734765442.0145779-10681-87667557931181 `" ) && sleep 0'"'"'' <10.31.42.247> (0, b'ansible-tmp-1734765442.0056543-10680-88081317760404=/root/.ansible/tmp/ansible-tmp-1734765442.0056543-10680-88081317760404\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.42.247> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpqnagzjjn TO /root/.ansible/tmp/ansible-tmp-1734765442.0056543-10680-88081317760404/AnsiballZ_setup.py <10.31.42.247> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/43510ce736"' '[10.31.42.247]' <10.31.45.128> (0, b'ansible-tmp-1734765442.0054228-10683-142615638064858=/root/.ansible/tmp/ansible-tmp-1734765442.0054228-10683-142615638064858\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.45.128> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpn81o5zdk TO /root/.ansible/tmp/ansible-tmp-1734765442.0054228-10683-142615638064858/AnsiballZ_setup.py <10.31.45.128> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' '[10.31.45.128]' <10.31.40.65> (0, b'ansible-tmp-1734765442.0145779-10681-87667557931181=/root/.ansible/tmp/ansible-tmp-1734765442.0145779-10681-87667557931181\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.40.65> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp2ctmouf5 TO /root/.ansible/tmp/ansible-tmp-1734765442.0145779-10681-87667557931181/AnsiballZ_setup.py <10.31.40.65> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' '[10.31.40.65]' <10.31.45.128> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpn81o5zdk /root/.ansible/tmp/ansible-tmp-1734765442.0054228-10683-142615638064858/AnsiballZ_setup.py\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765442.0054228-10683-142615638064858/ /root/.ansible/tmp/ansible-tmp-1734765442.0054228-10683-142615638064858/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.42.247> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpqnagzjjn /root/.ansible/tmp/ansible-tmp-1734765442.0056543-10680-88081317760404/AnsiballZ_setup.py\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765442.0056543-10680-88081317760404/ /root/.ansible/tmp/ansible-tmp-1734765442.0056543-10680-88081317760404/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.65> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp2ctmouf5 /root/.ansible/tmp/ansible-tmp-1734765442.0145779-10681-87667557931181/AnsiballZ_setup.py\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765442.0145779-10681-87667557931181/ /root/.ansible/tmp/ansible-tmp-1734765442.0145779-10681-87667557931181/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.45.128> (0, b'', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' -tt 10.31.45.128 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765442.0054228-10683-142615638064858/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' -tt 10.31.42.247 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765442.0056543-10680-88081317760404/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' -tt 10.31.40.65 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765442.0145779-10681-87667557931181/AnsiballZ_setup.py && sleep 0'"'"'' EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765441.9759152-10679-12547827871015/ > /dev/null 2>&1 && sleep 0' ok: [localhost] <10.31.45.128> (0, b'\r\n{"ansible_facts": {"ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_loadavg": {"1m": 1.59, "5m": 0.72, "15m": 0.3}, "ansible_is_chroot": false, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAJw+PwTiCTYpTS6gTHsNYtP2G5HhvNP2SxotfO3AfFE5cYX+DQNFeIadQAYdZdj2+c6R/byjvCSbplYv11Sn5ZWelZW6aXaSLy/RzuFzBdAhtWkdDKjm/EjvNMw98Rh3Cj6GO4LD/Sni5Hsf1daqOxWIxlDdDo4gR/4rXbaJOSy7AAAAFQCPmy5ESpuy9OWAscC5TmwY5o7VlQAAAIBJpt5jakkjLiOXJigrS5FtM45tN55ve2rrKwSsJI2hGKVbAkv/HPFh9U2hF71JPqMvpZwY8LPqkn9N5R/KQKCsb4KHdw5PxgpvEAr1lMTozYeFBN2wOG7oD/PsfNFKacplvuESyTQjf94XDRpDFoYXHmpn7LLo2Vo/hUXVbckdAQAAAIAOLZiuampNKi9m6hHlJFSun6k1cmadc3nhEA0dmubQGpWop7sNz76m59APMGODFWaVDt+HcrFbqa+pj8L72KpRZPY6aHam5ZgQompJk8WlDwI/N0P0V+qAC5yADepOhrRa7SC+IdtZtJoSV99f8K5ojc3Z3QMOJ0lrA0YK3at17w==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDLfJHXcMt4bhf29/PszGYuEY6O5KNIwONa4dadGAozVxRH+yakDN0A6bcPRvf/6KyYHkLN1qIAzQV/h8s5Uynli3wVYAvrb1dYViNh7b21b1PZVE6zDGE5x2HMQbGPh03ZCnEnD4GYunsZjBptjISDOmDxH1b7DSPFIXObeelsSOl3AQx3Vab+7swwiwKlBeG2hJygLTO+Vf1mwRb31N9+zVm+H8IYdPbVyf7Rr9oSxUAtZ+YfKQKABH0eUiZTn8kId4zAce1OpDZ78m4eQ32KN0rongyEp5FcjqIZXWRItJq9U9WaH1znB8mjn4JL/vDPscCow80TJ1151XevH92RqbOxEcbpxXuGBd6WJEbS61Jn+5NuItFDOR/txAX7iKGPq4OS1uelleldHDXDsUCuUclKkBPS0Zl7CuwjyOH0NubaEMBMyOsW+CE8FW23Pu8+WYXiQG4zDlDfyEqf5PeTk0/pI8AWQTI+VLDXM6gUBJLqbOwmQPjja0uxAYhr07E=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEczue46U7VMXJe7bFuV0zZtEzEA0rbri5D4db62rszSvfBdVEiQIesycZA8oFOhki1tdd/HmgQnZ4O+l3S/NcI=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIK5+OJFEofLq08NOoc9Q8pLjjhp7OpE13o41YaIuLMEd", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "51", "day": "21", "hour": "02", "minute": "17", "second": "22", "epoch": "1734765442", "epoch_int": "1734765442", "date": "2024-12-21", "time": "02:17:22", "iso8601_micro": "2024-12-21T07:17:22.481723Z", "iso8601": "2024-12-21T07:17:22Z", "iso8601_basic": "20241221T021722481723", "iso8601_basic_short": "20241221T021722", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "ansible_iscsi_iqn": "", "ansible_local": {}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_lsb": {}, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-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": "a3a6b56f46064e73bfe3f91a54b2c72b", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.41.213 59534 10.31.45.128 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.41.213 59534 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_apparmor": {"status": "disabled"}, "ansible_pkg_mgr": "dnf", "ansible_fibre_channel_wwn": [], "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:48:96:68:ca:d1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.45.128", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::48:96ff:fe68:cad1", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.45.128", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:48:96:68:ca:d1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.45.128"], "ansible_all_ipv6_addresses": ["fe80::48:96ff:fe68:cad1"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.45.128", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::48:96ff:fe68:cad1"]}, "ansible_fips": false, "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_service_mgr": "systemd", "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2828, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 711, "free": 2828}, "nocache": {"free": 3336, "used": 203}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec23a2b3-509a-a7bd-6664-2c3f12cb2a2d", "ansible_product_uuid": "ec23a2b3-509a-a7bd-6664-2c3f12cb2a2d", "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": 325, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263559999488, "block_size": 4096, "block_total": 65533179, "block_available": 64345703, "block_used": 1187476, "inode_total": 131071472, "inode_available": 130996219, "inode_used": 75253, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "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.45.128 closed.\r\n') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765442.0054228-10683-142615638064858/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.247> (0, b'\r\n{"ansible_facts": {"ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_apparmor": {"status": "disabled"}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.41.213 39538 10.31.42.247 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.41.213 39538 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_loadavg": {"1m": 0.92, "5m": 0.53, "15m": 0.23}, "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": "b07ac2c47d4f458aaaebe14ef6a64e0f", "ansible_is_chroot": false, "ansible_hostnqn": "", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBALgl1KB1iAidNCz63T8wbTIVoQhsOAG011oEwUSwZVuAGvlxZUzNrDglM1zhnwRic+qdKDq6WbuKsD0D41WWVuambv5NtohQoz1o3XvwREN9c4wzd3EeaQSQjZGEXi41bbP1rFmvbEsjRt/oqgsJzu/s7znkouXmZQz1nVMXPvcdAAAAFQC2jef4E8Z5Hd9Sf7GO2UW36YTIuQAAAIEAtIKxPQ1ophGJXHrrgX1pcch/gfgQg4YJhLlQqaERNsRGQLyRSM9r2ZJiECcHBMJjS3NZ8v9UhV7Jgk1KJ9fkf9fP5za9qaKRBV5Huf3yM9Q8UYpYV9tk9PLy2U5j23KFJG2m4XpdpLb6H/db26kRYfgrK1Ld5xanjU6gBLFZ0eMAAACAYb9pMhMm2vw0/3e3pSTsUn3W4c1sGvHZjbNybXCCvZ65n/+RNuz9vXWgLtvuX398YnjL/oXWeZ+CJ/DMdXzJpCh0Nu7tUTK31M/n3+sL1njVREz4q9jJkBVgRF0dvhwb+SR3KuDnmmVdQe3z8HTcH/h3SY/GulniLx+hCO+9tk4=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDapSeA1Vz5SpiWdWV/5ydbSgYnHWbVSHcb+j3tx2nZFBpk9irpP0qT6PVr0sBSIcsAVeXkzi8wnELvLg3FHXSPxSLgN3sPuqLI+wbkpum6xTqpGX+r6Rgk9yC/uZ+QYyQhVpDpjGQ0BmIsSdVRhL907fvSJkcyLpnUrNJlyrcEnR2CljsLtXxdOui4LhuIUDv9sNBVh+7xUTrGOksbUfTIWClxarfdmM51umay8Zf/ALVuQ2QB3e5/sZ60QK/cU/YIenIC0Wj8vyiNMTGXTy5wE5gtCO47Hvz3Ka3YfhiQ8sbqWRrIDd1v0cZHi4Ik0xAvnFDns+3zT64vzjJfiosyqj5mOxqwFmlOAJ/+6NKhCazU6gxhkpZYXsGY8/uzo+yxTG2xwwnWkXcDkdnkWT3Yg7tJCPq0S8q4b30l9pm/Iw7ld7P3bWdagR0ckRvBaoMRDWDBYn7ySTQSH4PNpkKlQF7GAydxByXi7iXa43KDsYrxV+KhFrQywcPu03MdNQc=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDLOK1NPnd9xasB9Y2MI1bAsCXyjIodrqhSd8IsiTnSYG/yWL/M4GuDtH9gXvRwVQRXLBqPT33vHir5psVmFLrs=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAINFoWvTakxrIzgaxKp6J+7z9gcVpSHaqQqWu4QJOui/9", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_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_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_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "51", "day": "21", "hour": "02", "minute": "17", "second": "22", "epoch": "1734765442", "epoch_int": "1734765442", "date": "2024-12-21", "time": "02:17:22", "iso8601_micro": "2024-12-21T07:17:22.493215Z", "iso8601": "2024-12-21T07:17:22Z", "iso8601_basic": "20241221T021722493215", "iso8601_basic_short": "20241221T021722", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "ansible_iscsi_iqn": "", "ansible_lsb": {}, "ansible_fips": false, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_fibre_channel_wwn": [], "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:58:75:ed:e5:d3", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.42.247", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::c58:75ff:feed:e5d3", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.42.247", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:58:75:ed:e5:d3", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.42.247"], "ansible_all_ipv6_addresses": ["fe80::c58:75ff:feed:e5d3"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.42.247", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::c58:75ff:feed:e5d3"]}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2826, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 713, "free": 2826}, "nocache": {"free": 3333, "used": 206}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2142ff-8f61-e351-380a-2e2f3e79b81a", "ansible_product_uuid": "ec2142ff-8f61-e351-380a-2e2f3e79b81a", "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": 265, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560019968, "block_size": 4096, "block_total": 65533179, "block_available": 64345708, "block_used": 1187471, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "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.42.247 closed.\r\n') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765442.0056543-10680-88081317760404/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.128> (0, b'', b'') ok: [managed-node3] <10.31.42.247> (0, b'', b'') ok: [managed-node1] <10.31.40.65> (0, b'\r\n{"ansible_facts": {"ansible_lsb": {}, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_hostnqn": "", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_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": "c96cb7e281d04a9a9faaab8b88668a0f", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBANnGyN12o7n9v8bCrk6yKHDojFlA12aEf4d1OMrQYAxmZXIhSZNu0Lsh/3MI9jCP141Cy+t1kZwodUCEzZI3LF5REvszMShMCWzUvUKr4iZMnQUNLJUpzXZMTw6J2RO1nX0X3Rv/2McvIQKQBKCxEz4Evs/VPJhD8OjuZspYQrZDAAAAFQCxRCbWbrLIMatsZoOi8cu+faFN5wAAAIBUbVM81IozQPOxdqCMQgT9RejbfmEhzquF1+iihpxdJdMBPGXfyGF2L5puHX54vNKEFfiOtdXKn/zbLp50uOFrQcxlEUSUKr5SmYE2KXjv/TuKfdVWlAJ8LGwA6qWoTp5ttpy73u61tCR7tljbFymofbMnwD4hTDHvGi/02DSw1QAAAIEAu/I2RlDL62NFCskAPuW+OaTuS5ne1qWqzAsmjOIsLa113ZGF7ja3XuisObfu7bnuEmDSdvly6yoWXS1CKk7qYUdH9nHY1Dyw0ps+j5Lz3BqRlrIzi1sItj88wDRH+XMcTEtotiCpbaGS5pVsDCzf81XlpbLheaIklL1xY8BCR/E=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDlcXnINNOb9gpi94qnAO7mNEATXNT5QN+aAztRFm5SOn6hIMH+pw3dHZA/iXuqJvb0iVrxm/htoJhErz9jk/YgqQVBLa/ZQyOFT8qCAn+Yg1nRQiU/9xHVw8cyLg4MmhVVnoZDEV8n4B9H7xSFSuU0siOpiK8n72NOJUZL5G4abd8xxatP9BYiHdDvO+fPPmXTwPuVIADhK6zyrwexy32cMQ34P+A0z0LucB3CNcVEFcyohM2N3tHJQNJod3sitxmFD6DUEbAqeXA7MmO2QxRB+A6w0QKpwOd4beWqy+waoTxmu/mG6rwWXxwCA6D6Y/XNzkWQ/7tC/knqfqCxotVyerh5o8m88InnPmHdxfHPu+08xNlAknJUrN2LZrd0+AyY8ralaL98BUROazuU5IR8TwXmzlgUn8yx4mHCREnLvIXQ5+u5+BS/9r8WZ4CkeD0VUnJCvxJbVuLzbB/PpsjNwuZYfyyHIqCdKRqZCu/uutXRdYXyC4W/j2qIGqZNqLU=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKD/6f62VjBuQlO8MaG5lb2ILxonGLWsz5Co/I05UyMMRpjnAEb88XbMHpfssOJc/eSsG9fSexV1LUST4JJKvRA=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIMHcedwO/wXwShjP/vrr6VibXBxxW2Z6xeNnS9nZidvR", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2824, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 715, "free": 2824}, "nocache": {"free": 3333, "used": 206}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2c0995-1adb-03e0-fa1c-64dab8da152a", "ansible_product_uuid": "ec2c0995-1adb-03e0-fa1c-64dab8da152a", "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": 333, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263559942144, "block_size": 4096, "block_total": 65533179, "block_available": 64345689, "block_used": 1187490, "inode_total": 131071472, "inode_available": 130996213, "inode_used": 75259, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_iscsi_iqn": "", "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "51", "day": "21", "hour": "02", "minute": "17", "second": "22", "epoch": "1734765442", "epoch_int": "1734765442", "date": "2024-12-21", "time": "02:17:22", "iso8601_micro": "2024-12-21T07:17:22.861113Z", "iso8601": "2024-12-21T07:17:22Z", "iso8601_basic": "20241221T021722861113", "iso8601_basic_short": "20241221T021722", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "ansible_is_chroot": false, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_fips": false, "ansible_local": {}, "ansible_fibre_channel_wwn": [], "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.41.213 54522 10.31.40.65 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.41.213 54522 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/1", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_apparmor": {"status": "disabled"}, "ansible_loadavg": {"1m": 1.39, "5m": 0.56, "15m": 0.23}, "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:8b:42:23:08:9b", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.40.65", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::c8b:42ff:fe23:89b", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.40.65", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:8b:42:23:08:9b", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.40.65"], "ansible_all_ipv6_addresses": ["fe80::c8b:42ff:fe23:89b"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.40.65", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::c8b:42ff:fe23:89b"]}, "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.65 closed.\r\n') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765442.0145779-10681-87667557931181/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') ok: [managed-node2] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 21 December 2024 02:17:22 -0500 (0:00:01.081) 0:00:02.436 ***** skipping: [localhost] => { "false_condition": "ansible_distribution_major_version == '6'" } skipping: [managed-node1] => { "false_condition": "ansible_distribution_major_version == '6'" } skipping: [managed-node2] => { "false_condition": "ansible_distribution_major_version == '6'" } skipping: [managed-node3] => { "false_condition": "ansible_distribution_major_version == '6'" } TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 21 December 2024 02:17:23 -0500 (0:00:00.070) 0:00:02.507 ***** META: end_host conditional evaluated to False, continuing execution for localhost skipping: [localhost] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for localhost" } MSG: end_host conditional evaluated to false, continuing execution for localhost TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 21 December 2024 02:17:23 -0500 (0:00:00.011) 0:00:02.518 ***** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 21 December 2024 02:17:23 -0500 (0:00:00.007) 0:00:02.525 ***** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 21 December 2024 02:17:23 -0500 (0:00:00.006) 0:00:02.531 ***** META: end_host conditional evaluated to False, continuing execution for managed-node3 skipping: [managed-node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node3" } MSG: end_host conditional evaluated to false, continuing execution for managed-node3 TASK [Run the role. If reboot is not required - the play succeeds.] ************ task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 21 December 2024 02:17:23 -0500 (0:00:00.006) 0:00:02.538 ***** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 21 December 2024 02:17:23 -0500 (0:00:00.075) 0:00:02.614 ***** included: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for localhost, managed-node1, managed-node2, managed-node3 TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 21 December 2024 02:17:23 -0500 (0:00:00.062) 0:00:02.676 ***** skipping: [localhost] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 21 December 2024 02:17:23 -0500 (0:00:00.106) 0:00:02.783 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765443.388725-10789-140322787074162 `" && echo ansible-tmp-1734765443.388725-10789-140322787074162="` echo /root/.ansible/tmp/ansible-tmp-1734765443.388725-10789-140322787074162 `" ) && sleep 0' <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.247> (0, b'/root\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765443.4221766-10790-199329179574643 `" && echo ansible-tmp-1734765443.4221766-10790-199329179574643="` echo /root/.ansible/tmp/ansible-tmp-1734765443.4221766-10790-199329179574643 `" ) && sleep 0'"'"'' <10.31.40.65> (0, b'/root\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765443.439789-10791-217661407174168 `" && echo ansible-tmp-1734765443.439789-10791-217661407174168="` echo /root/.ansible/tmp/ansible-tmp-1734765443.439789-10791-217661407174168 `" ) && sleep 0'"'"'' <10.31.45.128> (0, b'/root\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765443.4452226-10795-247615817154223 `" && echo ansible-tmp-1734765443.4452226-10795-247615817154223="` echo /root/.ansible/tmp/ansible-tmp-1734765443.4452226-10795-247615817154223 `" ) && sleep 0'"'"'' <10.31.42.247> (0, b'ansible-tmp-1734765443.4221766-10790-199329179574643=/root/.ansible/tmp/ansible-tmp-1734765443.4221766-10790-199329179574643\n', b'') <10.31.45.128> (0, b'ansible-tmp-1734765443.4452226-10795-247615817154223=/root/.ansible/tmp/ansible-tmp-1734765443.4452226-10795-247615817154223\n', b'') <10.31.40.65> (0, b'ansible-tmp-1734765443.439789-10791-217661407174168=/root/.ansible/tmp/ansible-tmp-1734765443.439789-10791-217661407174168\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp_ybs9_cv TO /root/.ansible/tmp/ansible-tmp-1734765443.388725-10789-140322787074162/AnsiballZ_stat.py <10.31.42.247> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpt19_b07a TO /root/.ansible/tmp/ansible-tmp-1734765443.4221766-10790-199329179574643/AnsiballZ_stat.py EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765443.388725-10789-140322787074162/ /root/.ansible/tmp/ansible-tmp-1734765443.388725-10789-140322787074162/AnsiballZ_stat.py && sleep 0' <10.31.42.247> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/43510ce736"' '[10.31.42.247]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.45.128> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpc0a9z3fq TO /root/.ansible/tmp/ansible-tmp-1734765443.4452226-10795-247615817154223/AnsiballZ_stat.py <10.31.45.128> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' '[10.31.45.128]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.40.65> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp0dh1v9zq TO /root/.ansible/tmp/ansible-tmp-1734765443.439789-10791-217661407174168/AnsiballZ_stat.py <10.31.40.65> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' '[10.31.40.65]' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1734765443.388725-10789-140322787074162/AnsiballZ_stat.py && sleep 0' <10.31.42.247> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpt19_b07a /root/.ansible/tmp/ansible-tmp-1734765443.4221766-10790-199329179574643/AnsiballZ_stat.py\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765443.4221766-10790-199329179574643/ /root/.ansible/tmp/ansible-tmp-1734765443.4221766-10790-199329179574643/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.65> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp0dh1v9zq /root/.ansible/tmp/ansible-tmp-1734765443.439789-10791-217661407174168/AnsiballZ_stat.py\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765443.439789-10791-217661407174168/ /root/.ansible/tmp/ansible-tmp-1734765443.439789-10791-217661407174168/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.128> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpc0a9z3fq /root/.ansible/tmp/ansible-tmp-1734765443.4452226-10795-247615817154223/AnsiballZ_stat.py\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765443.4452226-10795-247615817154223/ /root/.ansible/tmp/ansible-tmp-1734765443.4452226-10795-247615817154223/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' -tt 10.31.42.247 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765443.4221766-10790-199329179574643/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' -tt 10.31.40.65 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765443.439789-10791-217661407174168/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.128> (0, b'', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' -tt 10.31.45.128 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765443.4452226-10795-247615817154223/AnsiballZ_stat.py && sleep 0'"'"'' EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765443.388725-10789-140322787074162/ > /dev/null 2>&1 && sleep 0' ok: [localhost] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } <10.31.42.247> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.42.247 closed.\r\n') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765443.4221766-10790-199329179574643/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.128> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.45.128 closed.\r\n') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765443.4452226-10795-247615817154223/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } <10.31.45.128> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } <10.31.40.65> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.40.65 closed.\r\n') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765443.439789-10791-217661407174168/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] *** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 21 December 2024 02:17:23 -0500 (0:00:00.572) 0:00:03.355 ***** ok: [localhost] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } ok: [managed-node1] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } ok: [managed-node2] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } ok: [managed-node3] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Set platform/version specific variables] *** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 21 December 2024 02:17:23 -0500 (0:00:00.075) 0:00:03.431 ***** skipping: [localhost] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [localhost] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [localhost] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [localhost] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [localhost] => { "changed": false } MSG: All items skipped skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 21 December 2024 02:17:24 -0500 (0:00:00.104) 0:00:03.535 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765444.1418555-10851-196103956433283 `" && echo ansible-tmp-1734765444.1418555-10851-196103956433283="` echo /root/.ansible/tmp/ansible-tmp-1734765444.1418555-10851-196103956433283 `" ) && sleep 0' <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.65> (0, b'/root\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765444.2629735-10853-49380173695275 `" && echo ansible-tmp-1734765444.2629735-10853-49380173695275="` echo /root/.ansible/tmp/ansible-tmp-1734765444.2629735-10853-49380173695275 `" ) && sleep 0'"'"'' <10.31.40.65> (0, b'ansible-tmp-1734765444.2629735-10853-49380173695275=/root/.ansible/tmp/ansible-tmp-1734765444.2629735-10853-49380173695275\n', b'') <10.31.42.247> (0, b'/root\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765444.3201675-10852-248513768317451 `" && echo ansible-tmp-1734765444.3201675-10852-248513768317451="` echo /root/.ansible/tmp/ansible-tmp-1734765444.3201675-10852-248513768317451 `" ) && sleep 0'"'"'' <10.31.45.128> (0, b'/root\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765444.3214166-10854-157263482627771 `" && echo ansible-tmp-1734765444.3214166-10854-157263482627771="` echo /root/.ansible/tmp/ansible-tmp-1734765444.3214166-10854-157263482627771 `" ) && sleep 0'"'"'' <10.31.42.247> (0, b'ansible-tmp-1734765444.3201675-10852-248513768317451=/root/.ansible/tmp/ansible-tmp-1734765444.3201675-10852-248513768317451\n', b'') <10.31.45.128> (0, b'ansible-tmp-1734765444.3214166-10854-157263482627771=/root/.ansible/tmp/ansible-tmp-1734765444.3214166-10854-157263482627771\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpfjymevcb TO /root/.ansible/tmp/ansible-tmp-1734765444.1418555-10851-196103956433283/AnsiballZ_dnf.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py <10.31.40.65> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpjyyr1tr7 TO /root/.ansible/tmp/ansible-tmp-1734765444.2629735-10853-49380173695275/AnsiballZ_dnf.py <10.31.40.65> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' '[10.31.40.65]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py <10.31.42.247> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpye5it640 TO /root/.ansible/tmp/ansible-tmp-1734765444.3201675-10852-248513768317451/AnsiballZ_dnf.py <10.31.42.247> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/43510ce736"' '[10.31.42.247]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py <10.31.45.128> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpxw_bvm17 TO /root/.ansible/tmp/ansible-tmp-1734765444.3214166-10854-157263482627771/AnsiballZ_dnf.py <10.31.45.128> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' '[10.31.45.128]' EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765444.1418555-10851-196103956433283/ /root/.ansible/tmp/ansible-tmp-1734765444.1418555-10851-196103956433283/AnsiballZ_dnf.py && sleep 0' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1734765444.1418555-10851-196103956433283/AnsiballZ_dnf.py && sleep 0' <10.31.45.128> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpxw_bvm17 /root/.ansible/tmp/ansible-tmp-1734765444.3214166-10854-157263482627771/AnsiballZ_dnf.py\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765444.3214166-10854-157263482627771/ /root/.ansible/tmp/ansible-tmp-1734765444.3214166-10854-157263482627771/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.42.247> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpye5it640 /root/.ansible/tmp/ansible-tmp-1734765444.3201675-10852-248513768317451/AnsiballZ_dnf.py\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765444.3201675-10852-248513768317451/ /root/.ansible/tmp/ansible-tmp-1734765444.3201675-10852-248513768317451/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.40.65> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpjyyr1tr7 /root/.ansible/tmp/ansible-tmp-1734765444.2629735-10853-49380173695275/AnsiballZ_dnf.py\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765444.2629735-10853-49380173695275/ /root/.ansible/tmp/ansible-tmp-1734765444.2629735-10853-49380173695275/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.45.128> (0, b'', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' -tt 10.31.45.128 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765444.3214166-10854-157263482627771/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' -tt 10.31.42.247 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765444.3201675-10852-248513768317451/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' -tt 10.31.40.65 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765444.2629735-10853-49380173695275/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.45.128> (0, b'\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "allowerasing": false, "nobest": false, "use_backend": "auto", "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to 10.31.45.128 closed.\r\n') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765444.3214166-10854-157263482627771/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.247> (0, b'\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "allowerasing": false, "nobest": false, "use_backend": "auto", "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to 10.31.42.247 closed.\r\n') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765444.3201675-10852-248513768317451/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.128> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "nobest": false, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": "present", "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients <10.31.42.247> (0, b'', b'') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "nobest": false, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": "present", "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765444.1418555-10851-196103956433283/ > /dev/null 2>&1 && sleep 0' ok: [localhost] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "nobest": false, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": "present", "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients <10.31.40.65> (0, b'\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "allowerasing": false, "nobest": false, "use_backend": "auto", "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to 10.31.40.65 closed.\r\n') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765444.2629735-10853-49380173695275/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "nobest": false, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": "present", "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 21 December 2024 02:17:28 -0500 (0:00:04.138) 0:00:07.673 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765448.2552495-11086-81264565040615 `" && echo ansible-tmp-1734765448.2552495-11086-81264565040615="` echo /root/.ansible/tmp/ansible-tmp-1734765448.2552495-11086-81264565040615 `" ) && sleep 0' <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.247> (0, b'/root\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765448.29654-11087-85404686331013 `" && echo ansible-tmp-1734765448.29654-11087-85404686331013="` echo /root/.ansible/tmp/ansible-tmp-1734765448.29654-11087-85404686331013 `" ) && sleep 0'"'"'' <10.31.40.65> (0, b'/root\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765448.3106537-11089-60001010771661 `" && echo ansible-tmp-1734765448.3106537-11089-60001010771661="` echo /root/.ansible/tmp/ansible-tmp-1734765448.3106537-11089-60001010771661 `" ) && sleep 0'"'"'' <10.31.45.128> (0, b'/root\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765448.3176246-11092-133672602577234 `" && echo ansible-tmp-1734765448.3176246-11092-133672602577234="` echo /root/.ansible/tmp/ansible-tmp-1734765448.3176246-11092-133672602577234 `" ) && sleep 0'"'"'' <10.31.42.247> (0, b'ansible-tmp-1734765448.29654-11087-85404686331013=/root/.ansible/tmp/ansible-tmp-1734765448.29654-11087-85404686331013\n', b'') <10.31.40.65> (0, b'ansible-tmp-1734765448.3106537-11089-60001010771661=/root/.ansible/tmp/ansible-tmp-1734765448.3106537-11089-60001010771661\n', b'') <10.31.45.128> (0, b'ansible-tmp-1734765448.3176246-11092-133672602577234=/root/.ansible/tmp/ansible-tmp-1734765448.3176246-11092-133672602577234\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpihlz4wu2 TO /root/.ansible/tmp/ansible-tmp-1734765448.2552495-11086-81264565040615/AnsiballZ_systemd.py <10.31.42.247> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpjwtyp_7j TO /root/.ansible/tmp/ansible-tmp-1734765448.29654-11087-85404686331013/AnsiballZ_systemd.py EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765448.2552495-11086-81264565040615/ /root/.ansible/tmp/ansible-tmp-1734765448.2552495-11086-81264565040615/AnsiballZ_systemd.py && sleep 0' <10.31.42.247> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/43510ce736"' '[10.31.42.247]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.40.65> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp_dxrer4b TO /root/.ansible/tmp/ansible-tmp-1734765448.3106537-11089-60001010771661/AnsiballZ_systemd.py <10.31.40.65> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' '[10.31.40.65]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.45.128> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp04znjmpx TO /root/.ansible/tmp/ansible-tmp-1734765448.3176246-11092-133672602577234/AnsiballZ_systemd.py <10.31.45.128> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' '[10.31.45.128]' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1734765448.2552495-11086-81264565040615/AnsiballZ_systemd.py && sleep 0' <10.31.42.247> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpjwtyp_7j /root/.ansible/tmp/ansible-tmp-1734765448.29654-11087-85404686331013/AnsiballZ_systemd.py\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765448.29654-11087-85404686331013/ /root/.ansible/tmp/ansible-tmp-1734765448.29654-11087-85404686331013/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.65> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp_dxrer4b /root/.ansible/tmp/ansible-tmp-1734765448.3106537-11089-60001010771661/AnsiballZ_systemd.py\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765448.3106537-11089-60001010771661/ /root/.ansible/tmp/ansible-tmp-1734765448.3106537-11089-60001010771661/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.45.128> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp04znjmpx /root/.ansible/tmp/ansible-tmp-1734765448.3176246-11092-133672602577234/AnsiballZ_systemd.py\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765448.3176246-11092-133672602577234/ /root/.ansible/tmp/ansible-tmp-1734765448.3176246-11092-133672602577234/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' -tt 10.31.42.247 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765448.29654-11087-85404686331013/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' -tt 10.31.40.65 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765448.3106537-11089-60001010771661/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.45.128> (0, b'', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' -tt 10.31.45.128 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765448.3176246-11092-133672602577234/AnsiballZ_systemd.py && sleep 0'"'"'' EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765448.2552495-11086-81264565040615/ > /dev/null 2>&1 && sleep 0' ok: [localhost] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-12-21 02:12:20 EST", "ActiveEnterTimestampMonotonic": "30265095", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target network-online.target system.slice systemd-journald.socket basic.target remote-fs.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-21 02:12:04 EST", "AssertTimestampMonotonic": "15162043", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:12:04 EST", "ConditionTimestampMonotonic": "15162023", "ConfigurationDirectoryMode": "0755", "ControlGroup": "/system.slice/kdump.service", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-12-21 02:12:20 EST", "ExecMainExitTimestampMonotonic": "30264590", "ExecMainPID": "1021", "ExecMainStartTimestamp": "Sat 2024-12-21 02:12:04 EST", "ExecMainStartTimestampMonotonic": "15162823", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:12:04 EST] ; stop_time=[Sat 2024-12-21 02:12:20 EST] ; pid=1021 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-12-21 02:12:04 EST", "InactiveExitTimestampMonotonic": "15162853", "InvocationID": "6e0d3e879c8f427188f1d553f8bf2db1", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "0", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-12-21 02:12:20 EST", "StateChangeTimestampMonotonic": "30265095", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "0", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } <10.31.40.65> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:55 EST", "ExecMainStartTimestampMonotonic": "306142690", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:14 EST", "ExecMainExitTimestampMonotonic": "325168711", "ExecMainPID": "20411", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:55 EST] ; stop_time=[Sat 2024-12-21 02:17:14 EST] ; pid=20411 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:55 EST] ; stop_time=[Sat 2024-12-21 02:16:55 EST] ; pid=20402 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "network.target basic.target remote-fs.target system.slice systemd-journald.socket network-online.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-21 02:17:14 EST", "StateChangeTimestampMonotonic": "325169140", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:55 EST", "InactiveExitTimestampMonotonic": "306142726", "ActiveEnterTimestamp": "Sat 2024-12-21 02:17:14 EST", "ActiveEnterTimestampMonotonic": "325169140", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:55 EST", "ActiveExitTimestampMonotonic": "306117714", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:55 EST", "InactiveEnterTimestampMonotonic": "306140685", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:55 EST", "ConditionTimestampMonotonic": "306141735", "AssertTimestamp": "Sat 2024-12-21 02:16:55 EST", "AssertTimestampMonotonic": "306141758", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "bb790486694e48ecb0f59a175aeb9bd6", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "state": null, "force": null, "masked": null}}}\r\n', b'Shared connection to 10.31.40.65 closed.\r\n') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765448.3106537-11089-60001010771661/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.247> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:43 EST", "ExecMainStartTimestampMonotonic": "226940853", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:02 EST", "ExecMainExitTimestampMonotonic": "245827340", "ExecMainPID": "16725", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:43 EST] ; stop_time=[Sat 2024-12-21 02:17:02 EST] ; pid=16725 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:43 EST] ; stop_time=[Sat 2024-12-21 02:16:43 EST] ; pid=16716 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22406", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "basic.target systemd-journald.socket system.slice remote-fs.target network.target network-online.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-21 02:17:02 EST", "StateChangeTimestampMonotonic": "245827777", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:43 EST", "InactiveExitTimestampMonotonic": "226941042", "ActiveEnterTimestamp": "Sat 2024-12-21 02:17:02 EST", "ActiveEnterTimestampMonotonic": "245827777", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:43 EST", "ActiveExitTimestampMonotonic": "226915765", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:43 EST", "InactiveEnterTimestampMonotonic": "226939033", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:43 EST", "ConditionTimestampMonotonic": "226939871", "AssertTimestamp": "Sat 2024-12-21 02:16:43 EST", "AssertTimestampMonotonic": "226939894", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "705a2c5f692f4123ba35e8a09aae892a", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "state": null, "force": null, "masked": null}}}\r\n', b'Shared connection to 10.31.42.247 closed.\r\n') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765448.29654-11087-85404686331013/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.128> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-21 02:17:00 EST", "ExecMainStartTimestampMonotonic": "303367950", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:19 EST", "ExecMainExitTimestampMonotonic": "322063183", "ExecMainPID": "16754", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:17:00 EST] ; stop_time=[Sat 2024-12-21 02:17:19 EST] ; pid=16754 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:17:00 EST] ; stop_time=[Sat 2024-12-21 02:17:00 EST] ; pid=16745 ; 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": "basic.target network.target network-online.target system.slice systemd-journald.socket remote-fs.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-21 02:17:19 EST", "StateChangeTimestampMonotonic": "322063542", "InactiveExitTimestamp": "Sat 2024-12-21 02:17:00 EST", "InactiveExitTimestampMonotonic": "303368167", "ActiveEnterTimestamp": "Sat 2024-12-21 02:17:19 EST", "ActiveEnterTimestampMonotonic": "322063542", "ActiveExitTimestamp": "Sat 2024-12-21 02:17:00 EST", "ActiveExitTimestampMonotonic": "303343240", "InactiveEnterTimestamp": "Sat 2024-12-21 02:17:00 EST", "InactiveEnterTimestampMonotonic": "303365485", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:17:00 EST", "ConditionTimestampMonotonic": "303366352", "AssertTimestamp": "Sat 2024-12-21 02:17:00 EST", "AssertTimestampMonotonic": "303366376", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "c0761ceccf3a4269bfa560cd629aff75", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "state": null, "force": null, "masked": null}}}\r\n', b'Shared connection to 10.31.45.128 closed.\r\n') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765448.3176246-11092-133672602577234/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') ok: [managed-node2] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-12-21 02:17:14 EST", "ActiveEnterTimestampMonotonic": "325169140", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:55 EST", "ActiveExitTimestampMonotonic": "306117714", "ActiveState": "active", "After": "network.target basic.target remote-fs.target system.slice systemd-journald.socket network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-21 02:16:55 EST", "AssertTimestampMonotonic": "306141758", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:55 EST", "ConditionTimestampMonotonic": "306141735", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:14 EST", "ExecMainExitTimestampMonotonic": "325168711", "ExecMainPID": "20411", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:55 EST", "ExecMainStartTimestampMonotonic": "306142690", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:55 EST] ; stop_time=[Sat 2024-12-21 02:17:14 EST] ; pid=20411 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:55 EST] ; stop_time=[Sat 2024-12-21 02:16:55 EST] ; pid=20402 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:55 EST", "InactiveEnterTimestampMonotonic": "306140685", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:55 EST", "InactiveExitTimestampMonotonic": "306142726", "InvocationID": "bb790486694e48ecb0f59a175aeb9bd6", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-12-21 02:17:14 EST", "StateChangeTimestampMonotonic": "325169140", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } <10.31.42.247> (0, b'', b'') ok: [managed-node1] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-12-21 02:17:02 EST", "ActiveEnterTimestampMonotonic": "245827777", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:43 EST", "ActiveExitTimestampMonotonic": "226915765", "ActiveState": "active", "After": "basic.target systemd-journald.socket system.slice remote-fs.target network.target network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-21 02:16:43 EST", "AssertTimestampMonotonic": "226939894", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:43 EST", "ConditionTimestampMonotonic": "226939871", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:02 EST", "ExecMainExitTimestampMonotonic": "245827340", "ExecMainPID": "16725", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:43 EST", "ExecMainStartTimestampMonotonic": "226940853", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:43 EST] ; stop_time=[Sat 2024-12-21 02:17:02 EST] ; pid=16725 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:43 EST] ; stop_time=[Sat 2024-12-21 02:16:43 EST] ; pid=16716 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:43 EST", "InactiveEnterTimestampMonotonic": "226939033", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:43 EST", "InactiveExitTimestampMonotonic": "226941042", "InvocationID": "705a2c5f692f4123ba35e8a09aae892a", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-12-21 02:17:02 EST", "StateChangeTimestampMonotonic": "245827777", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } <10.31.45.128> (0, b'', b'') ok: [managed-node3] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-12-21 02:17:19 EST", "ActiveEnterTimestampMonotonic": "322063542", "ActiveExitTimestamp": "Sat 2024-12-21 02:17:00 EST", "ActiveExitTimestampMonotonic": "303343240", "ActiveState": "active", "After": "basic.target network.target network-online.target system.slice systemd-journald.socket remote-fs.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-21 02:17:00 EST", "AssertTimestampMonotonic": "303366376", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:17:00 EST", "ConditionTimestampMonotonic": "303366352", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:19 EST", "ExecMainExitTimestampMonotonic": "322063183", "ExecMainPID": "16754", "ExecMainStartTimestamp": "Sat 2024-12-21 02:17:00 EST", "ExecMainStartTimestampMonotonic": "303367950", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:17:00 EST] ; stop_time=[Sat 2024-12-21 02:17:19 EST] ; pid=16754 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:17:00 EST] ; stop_time=[Sat 2024-12-21 02:17:00 EST] ; pid=16745 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-12-21 02:17:00 EST", "InactiveEnterTimestampMonotonic": "303365485", "InactiveExitTimestamp": "Sat 2024-12-21 02:17:00 EST", "InactiveExitTimestampMonotonic": "303368167", "InvocationID": "c0761ceccf3a4269bfa560cd629aff75", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-12-21 02:17:19 EST", "StateChangeTimestampMonotonic": "322063542", "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-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 21 December 2024 02:17:28 -0500 (0:00:00.763) 0:00:08.436 ***** included: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml for localhost, managed-node1, managed-node2, managed-node3 TASK [fedora.linux_system_roles.kdump : Create key if it does not exist] ******* task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 21 December 2024 02:17:29 -0500 (0:00:00.183) 0:00:08.620 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765449.2060745-11134-185136499467522 `" && echo ansible-tmp-1734765449.2060745-11134-185136499467522="` echo /root/.ansible/tmp/ansible-tmp-1734765449.2060745-11134-185136499467522 `" ) && sleep 0' <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.247> (0, b'/root\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765449.2339103-11135-35896591843955 `" && echo ansible-tmp-1734765449.2339103-11135-35896591843955="` echo /root/.ansible/tmp/ansible-tmp-1734765449.2339103-11135-35896591843955 `" ) && sleep 0'"'"'' <10.31.40.65> (0, b'/root\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765449.2514126-11137-206158717332059 `" && echo ansible-tmp-1734765449.2514126-11137-206158717332059="` echo /root/.ansible/tmp/ansible-tmp-1734765449.2514126-11137-206158717332059 `" ) && sleep 0'"'"'' <10.31.45.128> (0, b'/root\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765449.262108-11140-146613814368519 `" && echo ansible-tmp-1734765449.262108-11140-146613814368519="` echo /root/.ansible/tmp/ansible-tmp-1734765449.262108-11140-146613814368519 `" ) && sleep 0'"'"'' <10.31.42.247> (0, b'ansible-tmp-1734765449.2339103-11135-35896591843955=/root/.ansible/tmp/ansible-tmp-1734765449.2339103-11135-35896591843955\n', b'') <10.31.40.65> (0, b'ansible-tmp-1734765449.2514126-11137-206158717332059=/root/.ansible/tmp/ansible-tmp-1734765449.2514126-11137-206158717332059\n', b'') <10.31.45.128> (0, b'ansible-tmp-1734765449.262108-11140-146613814368519=/root/.ansible/tmp/ansible-tmp-1734765449.262108-11140-146613814368519\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpmbx1ioub TO /root/.ansible/tmp/ansible-tmp-1734765449.2060745-11134-185136499467522/AnsiballZ_command.py <10.31.42.247> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp4u6il9ek TO /root/.ansible/tmp/ansible-tmp-1734765449.2339103-11135-35896591843955/AnsiballZ_command.py EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765449.2060745-11134-185136499467522/ /root/.ansible/tmp/ansible-tmp-1734765449.2060745-11134-185136499467522/AnsiballZ_command.py && sleep 0' <10.31.42.247> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/43510ce736"' '[10.31.42.247]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py <10.31.40.65> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpjv42jsac TO /root/.ansible/tmp/ansible-tmp-1734765449.2514126-11137-206158717332059/AnsiballZ_command.py <10.31.40.65> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' '[10.31.40.65]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py <10.31.45.128> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmplbbsbxb6 TO /root/.ansible/tmp/ansible-tmp-1734765449.262108-11140-146613814368519/AnsiballZ_command.py <10.31.45.128> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' '[10.31.45.128]' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1734765449.2060745-11134-185136499467522/AnsiballZ_command.py && sleep 0' <10.31.42.247> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp4u6il9ek /root/.ansible/tmp/ansible-tmp-1734765449.2339103-11135-35896591843955/AnsiballZ_command.py\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765449.2339103-11135-35896591843955/ /root/.ansible/tmp/ansible-tmp-1734765449.2339103-11135-35896591843955/AnsiballZ_command.py && sleep 0'"'"'' <10.31.40.65> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpjv42jsac /root/.ansible/tmp/ansible-tmp-1734765449.2514126-11137-206158717332059/AnsiballZ_command.py\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765449.2514126-11137-206158717332059/ /root/.ansible/tmp/ansible-tmp-1734765449.2514126-11137-206158717332059/AnsiballZ_command.py && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' -tt 10.31.42.247 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765449.2339103-11135-35896591843955/AnsiballZ_command.py && sleep 0'"'"'' <10.31.45.128> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmplbbsbxb6 /root/.ansible/tmp/ansible-tmp-1734765449.262108-11140-146613814368519/AnsiballZ_command.py\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765449.262108-11140-146613814368519/ /root/.ansible/tmp/ansible-tmp-1734765449.262108-11140-146613814368519/AnsiballZ_command.py && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' -tt 10.31.40.65 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765449.2514126-11137-206158717332059/AnsiballZ_command.py && sleep 0'"'"'' <10.31.45.128> (0, b'', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' -tt 10.31.45.128 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765449.262108-11140-146613814368519/AnsiballZ_command.py && sleep 0'"'"'' EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765449.2060745-11134-185136499467522/ > /dev/null 2>&1 && sleep 0' changed: [localhost] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": null, "end": null, "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } MSG: Command would have run if not in check mode <10.31.42.247> (0, b'\r\n{"changed": false, "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "stderr": "", "rc": 0, "cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "start": null, "end": null, "delta": null, "msg": "Would not run command since \'/root/.ssh/kdump_id_rsa\' exists", "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to 10.31.42.247 closed.\r\n') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765449.2339103-11135-35896591843955/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') ok: [managed-node1] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": null, "end": null, "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists MSG: Would not run command since '/root/.ssh/kdump_id_rsa' exists <10.31.40.65> (0, b'\r\n{"changed": false, "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "stderr": "", "rc": 0, "cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "start": null, "end": null, "delta": null, "msg": "Would not run command since \'/root/.ssh/kdump_id_rsa\' exists", "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to 10.31.40.65 closed.\r\n') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765449.2514126-11137-206158717332059/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.128> (0, b'\r\n{"changed": false, "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "stderr": "", "rc": 0, "cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "start": null, "end": null, "delta": null, "msg": "Would not run command since \'/root/.ssh/kdump_id_rsa\' exists", "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to 10.31.45.128 closed.\r\n') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765449.262108-11140-146613814368519/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') ok: [managed-node2] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": null, "end": null, "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists MSG: Would not run command since '/root/.ssh/kdump_id_rsa' exists <10.31.45.128> (0, b'', b'') ok: [managed-node3] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": null, "end": null, "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists MSG: Would not run command since '/root/.ssh/kdump_id_rsa' exists TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 21 December 2024 02:17:29 -0500 (0:00:00.478) 0:00:09.098 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765449.669006-11173-2554931475243 `" && echo ansible-tmp-1734765449.669006-11173-2554931475243="` echo /root/.ansible/tmp/ansible-tmp-1734765449.669006-11173-2554931475243 `" ) && sleep 0' <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.247> (0, b'/root\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765449.7366579-11174-250972327927321 `" && echo ansible-tmp-1734765449.7366579-11174-250972327927321="` echo /root/.ansible/tmp/ansible-tmp-1734765449.7366579-11174-250972327927321 `" ) && sleep 0'"'"'' <10.31.45.128> (0, b'/root\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765449.7390318-11184-27074343644052 `" && echo ansible-tmp-1734765449.7390318-11184-27074343644052="` echo /root/.ansible/tmp/ansible-tmp-1734765449.7390318-11184-27074343644052 `" ) && sleep 0'"'"'' <10.31.40.65> (0, b'/root\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765449.745554-11177-129136352987952 `" && echo ansible-tmp-1734765449.745554-11177-129136352987952="` echo /root/.ansible/tmp/ansible-tmp-1734765449.745554-11177-129136352987952 `" ) && sleep 0'"'"'' <10.31.45.128> (0, b'ansible-tmp-1734765449.7390318-11184-27074343644052=/root/.ansible/tmp/ansible-tmp-1734765449.7390318-11184-27074343644052\n', b'') <10.31.42.247> (0, b'ansible-tmp-1734765449.7366579-11174-250972327927321=/root/.ansible/tmp/ansible-tmp-1734765449.7366579-11174-250972327927321\n', b'') <10.31.40.65> (0, b'ansible-tmp-1734765449.745554-11177-129136352987952=/root/.ansible/tmp/ansible-tmp-1734765449.745554-11177-129136352987952\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.45.128> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpi0x4lul4 TO /root/.ansible/tmp/ansible-tmp-1734765449.7390318-11184-27074343644052/AnsiballZ_slurp.py PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp8f5ynbo2 TO /root/.ansible/tmp/ansible-tmp-1734765449.669006-11173-2554931475243/AnsiballZ_slurp.py EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765449.669006-11173-2554931475243/ /root/.ansible/tmp/ansible-tmp-1734765449.669006-11173-2554931475243/AnsiballZ_slurp.py && sleep 0' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.42.247> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpdcqmung7 TO /root/.ansible/tmp/ansible-tmp-1734765449.7366579-11174-250972327927321/AnsiballZ_slurp.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.42.247> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/43510ce736"' '[10.31.42.247]' <10.31.45.128> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' '[10.31.45.128]' <10.31.40.65> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpqgrnd2b4 TO /root/.ansible/tmp/ansible-tmp-1734765449.745554-11177-129136352987952/AnsiballZ_slurp.py <10.31.40.65> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' '[10.31.40.65]' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1734765449.669006-11173-2554931475243/AnsiballZ_slurp.py && sleep 0' <10.31.42.247> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpdcqmung7 /root/.ansible/tmp/ansible-tmp-1734765449.7366579-11174-250972327927321/AnsiballZ_slurp.py\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765449.7366579-11174-250972327927321/ /root/.ansible/tmp/ansible-tmp-1734765449.7366579-11174-250972327927321/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.65> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpqgrnd2b4 /root/.ansible/tmp/ansible-tmp-1734765449.745554-11177-129136352987952/AnsiballZ_slurp.py\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765449.745554-11177-129136352987952/ /root/.ansible/tmp/ansible-tmp-1734765449.745554-11177-129136352987952/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' -tt 10.31.42.247 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765449.7366579-11174-250972327927321/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.128> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpi0x4lul4 /root/.ansible/tmp/ansible-tmp-1734765449.7390318-11184-27074343644052/AnsiballZ_slurp.py\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765449.7390318-11184-27074343644052/ /root/.ansible/tmp/ansible-tmp-1734765449.7390318-11184-27074343644052/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' -tt 10.31.40.65 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765449.745554-11177-129136352987952/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.128> (0, b'', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' -tt 10.31.45.128 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765449.7390318-11184-27074343644052/AnsiballZ_slurp.py && sleep 0'"'"'' EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765449.669006-11173-2554931475243/ > /dev/null 2>&1 && sleep 0' The full traceback is: File "/tmp/ansible_slurp_payload_yxoetckj/ansible_slurp_payload.zip/ansible/modules/slurp.py", line 102, in main fatal: [localhost]: FAILED! => { "changed": false, "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } } } MSG: file not found: /root/.ssh/kdump_id_rsa.pub <10.31.42.247> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEUGdUWHpDNlJhNEljY094Q1lQSEg4Tm1RenlUcjRsbVpjVm1McnZTZUVoNUZEUTVpdDdhRmlOUFBZc3Ewb3hBVXZ1eUpjdWIrZ3hJY2MyYnp0ZUJ5UVZKYWRVSmVxVlBaaEovZm1Na0s4Mit5T1RNRFFJcVFIWUhVcFZTblovZXQxNGMwcTJQV3I1MU5aT0ozNWpUMXdScVh5dHNsd011bzFSN3BCL29WSDR2TVhCUVlROWp4dkJoWnpiZXpXcGpYdGlYcUVpQnd5cEhramlOZGROTWEzVWtrS216N05Pc0ltSytiMlowdk9KSEdnSmR5M2h4clpEbkpLWXpjZFQycy8xRE1qQUVHUDl1K3YvUE1mRWFyUklrcmE5RWFVWTh2MnU5SklsbThUdG1MRnM1RkJmZ0tnZ3AxUFE4R0ROTEF6YXlpcVJOS0N6Y09VeG41SFJFeXNRa1RlK0NKV045YVltcSsvREZ4MzFYZXlyd2tjaFlBVU8rcUFtVlo1STYzRWg1MzhpaWNNb2E0VXFSbFZVdlhUWFJOeUw2UDBZRFJhRHkxSGRKaklhZ2ViK2xqcG9sNTFWeFo4RjkzSWhuWGxEcnZtaDY4TVpnQ1VYUFNTN0RTYlN0OGlqelNtK05EbGtwc3hoYWF2eS9VaWdaMXRjb1JYVU52SXc1dkpzclU9IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}}\r\n', b'Shared connection to 10.31.42.247 closed.\r\n') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765449.7366579-11174-250972327927321/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.65> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEdzR2Mm41YjhybExGUUtMYnQ3S05MZW9zdmVVSDk0c2h4dUlBVEZDUjVVQTF0bFExSnJXbldFeGZoNXk0eHBpSTVJYjRzaGdQNVlscU5Gc1hyUEpHWU5CWXhuRm40elFNZTlYMTg3Z0hEYjNNR3JxNHIxYk5uZThpTDFmb3QzQ3Q4aWM5RFRGSHNCS0k3ZFlkSjRSaG5VamVEczNMTjUzcWxQeUN1T3NsUzMxT0FSRkVLZHlmczU3dU92dkc3RGRTdU1zTGRlMyt6b1VUM0VrZ3E0Rk1neXlEckc4Tzd6Y3JSRjQyYjNJZGdlajUzRHM2TDY1eGxwS0hrcGlTU29hL0JYa1huQzNTQlEvY0x5VmN5YTkwM3NQcUdEenZDMWZucUkyc0ZBUHNpN0wycElHc25EQWhrRDgzOGpiL2djdmt6U3JRSzJFQUJoRUN4dUVQQVJQdFZsQnFSbWI1UXQ3UHdWTFM1WTJJYU5HV2Y3TThKWlFYKzlzTmNoaFQvc256Yk16TkRXVEdzNUtUM08xWndVdzRjcWlVbzUrcHJQTm04b2YrdFJMc2RZUk1aT3BtdE5kTVJhV2VLTEpEZVNjWUkyQjdhamdWWGhWaHNmbUlDUHVhT1VoZnBSdStHQk9nd2Y4YXExTHE3SXNtOXFSMWZpNVJPVklvZDhzUlcvUTg9IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "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.65 closed.\r\n') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765449.745554-11177-129136352987952/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') ok: [managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEUGdUWHpDNlJhNEljY094Q1lQSEg4Tm1RenlUcjRsbVpjVm1McnZTZUVoNUZEUTVpdDdhRmlOUFBZc3Ewb3hBVXZ1eUpjdWIrZ3hJY2MyYnp0ZUJ5UVZKYWRVSmVxVlBaaEovZm1Na0s4Mit5T1RNRFFJcVFIWUhVcFZTblovZXQxNGMwcTJQV3I1MU5aT0ozNWpUMXdScVh5dHNsd011bzFSN3BCL29WSDR2TVhCUVlROWp4dkJoWnpiZXpXcGpYdGlYcUVpQnd5cEhramlOZGROTWEzVWtrS216N05Pc0ltSytiMlowdk9KSEdnSmR5M2h4clpEbkpLWXpjZFQycy8xRE1qQUVHUDl1K3YvUE1mRWFyUklrcmE5RWFVWTh2MnU5SklsbThUdG1MRnM1RkJmZ0tnZ3AxUFE4R0ROTEF6YXlpcVJOS0N6Y09VeG41SFJFeXNRa1RlK0NKV045YVltcSsvREZ4MzFYZXlyd2tjaFlBVU8rcUFtVlo1STYzRWg1MzhpaWNNb2E0VXFSbFZVdlhUWFJOeUw2UDBZRFJhRHkxSGRKaklhZ2ViK2xqcG9sNTFWeFo4RjkzSWhuWGxEcnZtaDY4TVpnQ1VYUFNTN0RTYlN0OGlqelNtK05EbGtwc3hoYWF2eS9VaWdaMXRjb1JYVU52SXc1dkpzclU9IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } <10.31.40.65> (0, b'', b'') ok: [managed-node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEdzR2Mm41YjhybExGUUtMYnQ3S05MZW9zdmVVSDk0c2h4dUlBVEZDUjVVQTF0bFExSnJXbldFeGZoNXk0eHBpSTVJYjRzaGdQNVlscU5Gc1hyUEpHWU5CWXhuRm40elFNZTlYMTg3Z0hEYjNNR3JxNHIxYk5uZThpTDFmb3QzQ3Q4aWM5RFRGSHNCS0k3ZFlkSjRSaG5VamVEczNMTjUzcWxQeUN1T3NsUzMxT0FSRkVLZHlmczU3dU92dkc3RGRTdU1zTGRlMyt6b1VUM0VrZ3E0Rk1neXlEckc4Tzd6Y3JSRjQyYjNJZGdlajUzRHM2TDY1eGxwS0hrcGlTU29hL0JYa1huQzNTQlEvY0x5VmN5YTkwM3NQcUdEenZDMWZucUkyc0ZBUHNpN0wycElHc25EQWhrRDgzOGpiL2djdmt6U3JRSzJFQUJoRUN4dUVQQVJQdFZsQnFSbWI1UXQ3UHdWTFM1WTJJYU5HV2Y3TThKWlFYKzlzTmNoaFQvc256Yk16TkRXVEdzNUtUM08xWndVdzRjcWlVbzUrcHJQTm04b2YrdFJMc2RZUk1aT3BtdE5kTVJhV2VLTEpEZVNjWUkyQjdhamdWWGhWaHNmbUlDUHVhT1VoZnBSdStHQk9nd2Y4YXExTHE3SXNtOXFSMWZpNVJPVklvZDhzUlcvUTg9IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } <10.31.45.128> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDd1RpTTJMUU0rblRXWHJoRklTdmkwaXJkYVhqK0huNVJPUUthOTlLaDJNUlZpbTNQQjRxWXNrK3dBVjc4WjhzOHJjUWZLYzRXTDdXZnpDbWErMURZeVBXRlNINWVyYTZ3NDZXaTFUMHFXZWx6RWVEYllvV2xwaEYyQzVhQTUvNUlydGtnQ2M0S29KVU40Q3h5cng5TXhuaGdabjVIOXlDQThTNTNtamxrUVZjOHBwSjFlc3lxRjJqVS9JVGFmWTBNQk9vYXpSY0krOG95WDdUeW1UdW53dGxBYndabStDdi9zMWN6Mm9pOGxGcGQvY3dNWm5kTHhUMVZiV1hoemZKb2lSR3AvdlNna2l6c2ljakkwaktsQW10TDB0N1hXc2Nnbk0yUFcyRUVma0Z4NkhlUm40cUxTV21YazM1YjRJMFIyOElSVVo4Z0YwV2ZneW9DenZCdnJlM1p2K05BM2dKQUNENjFqelRyaFFLbUdRM1RuRmd5VGRuUXBsTzhzR05oV3I3bEhZQkZ4aEdvaDlzZ0VYMDlma2NYUys5Q3hwV1ovdTBJMzUrdThLVWIwV0lPNWdQc3IxVk5SdDJtNWhsS011ODcvT3lXUnpoRVU4cnFzWm5xK2ZuSGE2M0ZTU1lCdzhXaFBwbG8vVitKNGRDWERIZmhaSEVhakU5L3JTelU9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "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.45.128 closed.\r\n') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765449.7390318-11184-27074343644052/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.128> (0, b'', b'') ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDd1RpTTJMUU0rblRXWHJoRklTdmkwaXJkYVhqK0huNVJPUUthOTlLaDJNUlZpbTNQQjRxWXNrK3dBVjc4WjhzOHJjUWZLYzRXTDdXZnpDbWErMURZeVBXRlNINWVyYTZ3NDZXaTFUMHFXZWx6RWVEYllvV2xwaEYyQzVhQTUvNUlydGtnQ2M0S29KVU40Q3h5cng5TXhuaGdabjVIOXlDQThTNTNtamxrUVZjOHBwSjFlc3lxRjJqVS9JVGFmWTBNQk9vYXpSY0krOG95WDdUeW1UdW53dGxBYndabStDdi9zMWN6Mm9pOGxGcGQvY3dNWm5kTHhUMVZiV1hoemZKb2lSR3AvdlNna2l6c2ljakkwaktsQW10TDB0N1hXc2Nnbk0yUFcyRUVma0Z4NkhlUm40cUxTV21YazM1YjRJMFIyOElSVVo4Z0YwV2ZneW9DenZCdnJlM1p2K05BM2dKQUNENjFqelRyaFFLbUdRM1RuRmd5VGRuUXBsTzhzR05oV3I3bEhZQkZ4aEdvaDlzZ0VYMDlma2NYUys5Q3hwV1ovdTBJMzUrdThLVWIwV0lPNWdQc3IxVk5SdDJtNWhsS011ODcvT3lXUnpoRVU4cnFzWm5xK2ZuSGE2M0ZTU1lCdzhXaFBwbG8vVitKNGRDWERIZmhaSEVhakU5L3JTelU9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "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-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 21 December 2024 02:17:30 -0500 (0:00:00.506) 0:00:09.605 ***** <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.247> (0, b'/root\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> (0, b'/root\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765450.227008-11215-71963735214581 `" && echo ansible-tmp-1734765450.227008-11215-71963735214581="` echo /root/.ansible/tmp/ansible-tmp-1734765450.227008-11215-71963735214581 `" ) && sleep 0'"'"'' <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765450.2275584-11216-141389925336608 `" && echo ansible-tmp-1734765450.2275584-11216-141389925336608="` echo /root/.ansible/tmp/ansible-tmp-1734765450.2275584-11216-141389925336608 `" ) && sleep 0'"'"'' <10.31.45.128> (0, b'/root\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765450.2378063-11217-79638017732567 `" && echo ansible-tmp-1734765450.2378063-11217-79638017732567="` echo /root/.ansible/tmp/ansible-tmp-1734765450.2378063-11217-79638017732567 `" ) && sleep 0'"'"'' <10.31.42.247> (0, b'ansible-tmp-1734765450.227008-11215-71963735214581=/root/.ansible/tmp/ansible-tmp-1734765450.227008-11215-71963735214581\n', b'') <10.31.40.65> (0, b'ansible-tmp-1734765450.2275584-11216-141389925336608=/root/.ansible/tmp/ansible-tmp-1734765450.2275584-11216-141389925336608\n', b'') <10.31.45.128> (0, b'ansible-tmp-1734765450.2378063-11217-79638017732567=/root/.ansible/tmp/ansible-tmp-1734765450.2378063-11217-79638017732567\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/user.py <10.31.42.247> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp14ppew43 TO /root/.ansible/tmp/ansible-tmp-1734765450.227008-11215-71963735214581/AnsiballZ_user.py <10.31.42.247> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/43510ce736"' '[10.31.42.247]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/user.py <10.31.40.65> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpv5650a_2 TO /root/.ansible/tmp/ansible-tmp-1734765450.2275584-11216-141389925336608/AnsiballZ_user.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/user.py <10.31.40.65> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' '[10.31.40.65]' <10.31.45.128> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp58bb8z9l TO /root/.ansible/tmp/ansible-tmp-1734765450.2378063-11217-79638017732567/AnsiballZ_user.py <10.31.45.128> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' '[10.31.45.128]' <10.31.42.247> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp14ppew43 /root/.ansible/tmp/ansible-tmp-1734765450.227008-11215-71963735214581/AnsiballZ_user.py\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765450.227008-11215-71963735214581/ /root/.ansible/tmp/ansible-tmp-1734765450.227008-11215-71963735214581/AnsiballZ_user.py && sleep 0'"'"'' <10.31.40.65> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpv5650a_2 /root/.ansible/tmp/ansible-tmp-1734765450.2275584-11216-141389925336608/AnsiballZ_user.py\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765450.2275584-11216-141389925336608/ /root/.ansible/tmp/ansible-tmp-1734765450.2275584-11216-141389925336608/AnsiballZ_user.py && sleep 0'"'"'' <10.31.45.128> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp58bb8z9l /root/.ansible/tmp/ansible-tmp-1734765450.2378063-11217-79638017732567/AnsiballZ_user.py\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765450.2378063-11217-79638017732567/ /root/.ansible/tmp/ansible-tmp-1734765450.2378063-11217-79638017732567/AnsiballZ_user.py && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') <10.31.42.247> (0, b'', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' -tt 10.31.40.65 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765450.2275584-11216-141389925336608/AnsiballZ_user.py && sleep 0'"'"'' <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' -tt 10.31.42.247 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765450.227008-11215-71963735214581/AnsiballZ_user.py && sleep 0'"'"'' <10.31.45.128> (0, b'', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' -tt 10.31.45.128 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765450.2378063-11217-79638017732567/AnsiballZ_user.py && sleep 0'"'"'' <10.31.40.65> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on managed-node2", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null, "umask": null}}}\r\n', b'Shared connection to 10.31.40.65 closed.\r\n') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on managed-node1", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null, "umask": null}}}\r\n', b'Shared connection to 10.31.42.247 closed.\r\n') <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765450.2275584-11216-141389925336608/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765450.227008-11215-71963735214581/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.128> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on managed-node3", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null, "umask": null}}}\r\n', b'Shared connection to 10.31.45.128 closed.\r\n') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765450.2378063-11217-79638017732567/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') ok: [managed-node2] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on managed-node2", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "umask": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } <10.31.42.247> (0, b'', b'') ok: [managed-node1] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on managed-node1", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "umask": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } <10.31.45.128> (0, b'', b'') ok: [managed-node3] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on managed-node3", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "umask": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] **** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 21 December 2024 02:17:30 -0500 (0:00:00.573) 0:00:10.178 ***** <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.247> (0, b'/root\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765450.7801905-11239-6955128317097 `" && echo ansible-tmp-1734765450.7801905-11239-6955128317097="` echo /root/.ansible/tmp/ansible-tmp-1734765450.7801905-11239-6955128317097 `" ) && sleep 0'"'"'' <10.31.40.65> (0, b'/root\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765450.7961369-11240-66341961609169 `" && echo ansible-tmp-1734765450.7961369-11240-66341961609169="` echo /root/.ansible/tmp/ansible-tmp-1734765450.7961369-11240-66341961609169 `" ) && sleep 0'"'"'' <10.31.45.128> (0, b'/root\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765450.8049552-11241-259840828987381 `" && echo ansible-tmp-1734765450.8049552-11241-259840828987381="` echo /root/.ansible/tmp/ansible-tmp-1734765450.8049552-11241-259840828987381 `" ) && sleep 0'"'"'' <10.31.42.247> (0, b'ansible-tmp-1734765450.7801905-11239-6955128317097=/root/.ansible/tmp/ansible-tmp-1734765450.7801905-11239-6955128317097\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.42.247> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpxbb71284 TO /root/.ansible/tmp/ansible-tmp-1734765450.7801905-11239-6955128317097/AnsiballZ_stat.py <10.31.42.247> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/43510ce736"' '[10.31.42.247]' <10.31.40.65> (0, b'ansible-tmp-1734765450.7961369-11240-66341961609169=/root/.ansible/tmp/ansible-tmp-1734765450.7961369-11240-66341961609169\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.40.65> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpmte1wah4 TO /root/.ansible/tmp/ansible-tmp-1734765450.7961369-11240-66341961609169/AnsiballZ_stat.py <10.31.40.65> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' '[10.31.40.65]' <10.31.45.128> (0, b'ansible-tmp-1734765450.8049552-11241-259840828987381=/root/.ansible/tmp/ansible-tmp-1734765450.8049552-11241-259840828987381\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.45.128> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpka0xs818 TO /root/.ansible/tmp/ansible-tmp-1734765450.8049552-11241-259840828987381/AnsiballZ_stat.py <10.31.45.128> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' '[10.31.45.128]' <10.31.42.247> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpxbb71284 /root/.ansible/tmp/ansible-tmp-1734765450.7801905-11239-6955128317097/AnsiballZ_stat.py\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765450.7801905-11239-6955128317097/ /root/.ansible/tmp/ansible-tmp-1734765450.7801905-11239-6955128317097/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.65> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpmte1wah4 /root/.ansible/tmp/ansible-tmp-1734765450.7961369-11240-66341961609169/AnsiballZ_stat.py\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765450.7961369-11240-66341961609169/ /root/.ansible/tmp/ansible-tmp-1734765450.7961369-11240-66341961609169/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' -tt 10.31.42.247 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765450.7801905-11239-6955128317097/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.128> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpka0xs818 /root/.ansible/tmp/ansible-tmp-1734765450.8049552-11241-259840828987381/AnsiballZ_stat.py\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765450.8049552-11241-259840828987381/ /root/.ansible/tmp/ansible-tmp-1734765450.8049552-11241-259840828987381/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' -tt 10.31.40.65 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765450.7961369-11240-66341961609169/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.128> (0, b'', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' -tt 10.31.45.128 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765450.8049552-11241-259840828987381/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.247> (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": 1734765228.1130934, "mtime": 1734765397.7381237, "ctime": 1734765397.7381237, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1339598710", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.42.247 closed.\r\n') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765450.7801905-11239-6955128317097/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.65> (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": 1734765123.9551346, "mtime": 1734765409.2597318, "ctime": 1734765409.2597318, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1339598710", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.40.65 closed.\r\n') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765450.7961369-11240-66341961609169/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1734765228.1130934, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1734765397.7381237, "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": 1734765397.7381237, "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.45.128> (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": 1734765130.297362, "mtime": 1734765416.6561556, "ctime": 1734765416.6561556, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1339598710", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.45.128 closed.\r\n') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765450.8049552-11241-259840828987381/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1734765123.9551346, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1734765409.2597318, "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": 1734765409.2597318, "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.45.128> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1734765130.297362, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1734765416.6561556, "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": 1734765416.6561556, "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-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 21 December 2024 02:17:31 -0500 (0:00:00.386) 0:00:10.564 ***** <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.247> (0, b'/root\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765451.1746547-11263-138979429850039 `" && echo ansible-tmp-1734765451.1746547-11263-138979429850039="` echo /root/.ansible/tmp/ansible-tmp-1734765451.1746547-11263-138979429850039 `" ) && sleep 0'"'"'' <10.31.40.65> (0, b'/root\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765451.1891448-11264-32824167556301 `" && echo ansible-tmp-1734765451.1891448-11264-32824167556301="` echo /root/.ansible/tmp/ansible-tmp-1734765451.1891448-11264-32824167556301 `" ) && sleep 0'"'"'' <10.31.45.128> (0, b'/root\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765451.1956828-11266-260784746485100 `" && echo ansible-tmp-1734765451.1956828-11266-260784746485100="` echo /root/.ansible/tmp/ansible-tmp-1734765451.1956828-11266-260784746485100 `" ) && sleep 0'"'"'' <10.31.42.247> (0, b'ansible-tmp-1734765451.1746547-11263-138979429850039=/root/.ansible/tmp/ansible-tmp-1734765451.1746547-11263-138979429850039\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.42.247> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp9b_74qm8 TO /root/.ansible/tmp/ansible-tmp-1734765451.1746547-11263-138979429850039/AnsiballZ_stat.py <10.31.42.247> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/43510ce736"' '[10.31.42.247]' <10.31.40.65> (0, b'ansible-tmp-1734765451.1891448-11264-32824167556301=/root/.ansible/tmp/ansible-tmp-1734765451.1891448-11264-32824167556301\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.40.65> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpdja_z2qc TO /root/.ansible/tmp/ansible-tmp-1734765451.1891448-11264-32824167556301/AnsiballZ_stat.py <10.31.40.65> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' '[10.31.40.65]' <10.31.45.128> (0, b'ansible-tmp-1734765451.1956828-11266-260784746485100=/root/.ansible/tmp/ansible-tmp-1734765451.1956828-11266-260784746485100\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.45.128> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpw076h6eo TO /root/.ansible/tmp/ansible-tmp-1734765451.1956828-11266-260784746485100/AnsiballZ_stat.py <10.31.45.128> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' '[10.31.45.128]' <10.31.42.247> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp9b_74qm8 /root/.ansible/tmp/ansible-tmp-1734765451.1746547-11263-138979429850039/AnsiballZ_stat.py\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765451.1746547-11263-138979429850039/ /root/.ansible/tmp/ansible-tmp-1734765451.1746547-11263-138979429850039/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.65> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpdja_z2qc /root/.ansible/tmp/ansible-tmp-1734765451.1891448-11264-32824167556301/AnsiballZ_stat.py\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765451.1891448-11264-32824167556301/ /root/.ansible/tmp/ansible-tmp-1734765451.1891448-11264-32824167556301/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' -tt 10.31.42.247 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765451.1746547-11263-138979429850039/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.128> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpw076h6eo /root/.ansible/tmp/ansible-tmp-1734765451.1956828-11266-260784746485100/AnsiballZ_stat.py\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765451.1956828-11266-260784746485100/ /root/.ansible/tmp/ansible-tmp-1734765451.1956828-11266-260784746485100/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' -tt 10.31.40.65 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765451.1891448-11264-32824167556301/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.128> (0, b'', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' -tt 10.31.45.128 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765451.1956828-11266-260784746485100/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.247> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh/authorized_keys", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1562, "inode": 62914755, "dev": 51713, "nlink": 1, "atime": 1734765404.16012, "mtime": 1734765397.7371237, "ctime": 1734765397.7381237, "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": "b6c9057d144be34dfbab7edbc0abfba1b21558cc", "mimetype": "text/plain", "charset": "us-ascii", "version": "2624957706", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.42.247 closed.\r\n') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765451.1746547-11263-138979429850039/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.65> (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": 1734765274.900236, "mtime": 1734765123.9541345, "ctime": 1734765123.9551346, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "mimetype": "text/plain", "charset": "us-ascii", "version": "1222691786", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.40.65 closed.\r\n') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765451.1891448-11264-32824167556301/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1734765404.16012, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b6c9057d144be34dfbab7edbc0abfba1b21558cc", "ctime": 1734765397.7381237, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 62914755, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1734765397.7371237, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1562, "uid": 0, "version": "2624957706", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.45.128> (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": 1734765420.596167, "mtime": 1734765416.6561556, "ctime": 1734765416.6561556, "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": "632f11324a33f1e772827da66b5ad5667ed0772d", "mimetype": "text/plain", "charset": "us-ascii", "version": "2368534389", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.45.128 closed.\r\n') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765451.1956828-11266-260784746485100/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1734765274.900236, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1734765123.9551346, "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": 1734765123.9541345, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 990, "uid": 0, "version": "1222691786", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.45.128> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1734765420.596167, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "632f11324a33f1e772827da66b5ad5667ed0772d", "ctime": 1734765416.6561556, "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": 1734765416.6561556, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1562, "uid": 0, "version": "2368534389", "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-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 21 December 2024 02:17:31 -0500 (0:00:00.397) 0:00:10.961 ***** <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.247> (0, b'/root\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765451.6276674-11290-138381720679919 `" && echo ansible-tmp-1734765451.6276674-11290-138381720679919="` echo /root/.ansible/tmp/ansible-tmp-1734765451.6276674-11290-138381720679919 `" ) && sleep 0'"'"'' <10.31.40.65> (0, b'/root\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765451.6402452-11291-208131969526295 `" && echo ansible-tmp-1734765451.6402452-11291-208131969526295="` echo /root/.ansible/tmp/ansible-tmp-1734765451.6402452-11291-208131969526295 `" ) && sleep 0'"'"'' <10.31.45.128> (0, b'/root\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765451.646906-11292-33262871102496 `" && echo ansible-tmp-1734765451.646906-11292-33262871102496="` echo /root/.ansible/tmp/ansible-tmp-1734765451.646906-11292-33262871102496 `" ) && sleep 0'"'"'' <10.31.42.247> (0, b'ansible-tmp-1734765451.6276674-11290-138381720679919=/root/.ansible/tmp/ansible-tmp-1734765451.6276674-11290-138381720679919\n', b'') <10.31.40.65> (0, b'ansible-tmp-1734765451.6402452-11291-208131969526295=/root/.ansible/tmp/ansible-tmp-1734765451.6402452-11291-208131969526295\n', b'') <10.31.45.128> (0, b'ansible-tmp-1734765451.646906-11292-33262871102496=/root/.ansible/tmp/ansible-tmp-1734765451.646906-11292-33262871102496\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.42.247> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmps8t9uq0t TO /root/.ansible/tmp/ansible-tmp-1734765451.6276674-11290-138381720679919/AnsiballZ_file.py <10.31.42.247> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/43510ce736"' '[10.31.42.247]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.45.128> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpqbcf1w2b TO /root/.ansible/tmp/ansible-tmp-1734765451.646906-11292-33262871102496/AnsiballZ_file.py <10.31.45.128> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' '[10.31.45.128]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.40.65> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp9s3d3kqg TO /root/.ansible/tmp/ansible-tmp-1734765451.6402452-11291-208131969526295/AnsiballZ_file.py <10.31.40.65> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' '[10.31.40.65]' <10.31.42.247> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmps8t9uq0t /root/.ansible/tmp/ansible-tmp-1734765451.6276674-11290-138381720679919/AnsiballZ_file.py\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765451.6276674-11290-138381720679919/ /root/.ansible/tmp/ansible-tmp-1734765451.6276674-11290-138381720679919/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.65> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp9s3d3kqg /root/.ansible/tmp/ansible-tmp-1734765451.6402452-11291-208131969526295/AnsiballZ_file.py\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765451.6402452-11291-208131969526295/ /root/.ansible/tmp/ansible-tmp-1734765451.6402452-11291-208131969526295/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.128> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpqbcf1w2b /root/.ansible/tmp/ansible-tmp-1734765451.646906-11292-33262871102496/AnsiballZ_file.py\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765451.646906-11292-33262871102496/ /root/.ansible/tmp/ansible-tmp-1734765451.646906-11292-33262871102496/AnsiballZ_file.py && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' -tt 10.31.42.247 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765451.6276674-11290-138381720679919/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' -tt 10.31.40.65 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765451.6402452-11291-208131969526295/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.128> (0, b'', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' -tt 10.31.45.128 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765451.646906-11292-33262871102496/AnsiballZ_file.py && sleep 0'"'"'' <10.31.42.247> (0, b'\r\n{"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "invocation": {"module_args": {"path": "/root/.ssh", "state": "directory", "group": "root", "owner": "root", "mode": "0700", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.42.247 closed.\r\n') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765451.6276674-11290-138381720679919/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.65> (0, b'\r\n{"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "invocation": {"module_args": {"path": "/root/.ssh", "state": "directory", "group": "root", "owner": "root", "mode": "0700", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.40.65 closed.\r\n') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765451.6402452-11291-208131969526295/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.128> (0, b'\r\n{"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "invocation": {"module_args": {"path": "/root/.ssh", "state": "directory", "group": "root", "owner": "root", "mode": "0700", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.45.128 closed.\r\n') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765451.646906-11292-33262871102496/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') ok: [managed-node1] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } <10.31.40.65> (0, b'', b'') ok: [managed-node2] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } <10.31.45.128> (0, b'', b'') ok: [managed-node3] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 21 December 2024 02:17:32 -0500 (0:00:00.537) 0:00:11.498 ***** <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.247> (0, b'/root\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765452.1531723-11314-208178311457493 `" && echo ansible-tmp-1734765452.1531723-11314-208178311457493="` echo /root/.ansible/tmp/ansible-tmp-1734765452.1531723-11314-208178311457493 `" ) && sleep 0'"'"'' <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.128> (0, b'/root\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765452.1929119-11316-147048325088582 `" && echo ansible-tmp-1734765452.1929119-11316-147048325088582="` echo /root/.ansible/tmp/ansible-tmp-1734765452.1929119-11316-147048325088582 `" ) && sleep 0'"'"'' <10.31.42.247> (0, b'ansible-tmp-1734765452.1531723-11314-208178311457493=/root/.ansible/tmp/ansible-tmp-1734765452.1531723-11314-208178311457493\n', b'') <10.31.40.65> (0, b'/root\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765452.1946213-11315-4726487997458 `" && echo ansible-tmp-1734765452.1946213-11315-4726487997458="` echo /root/.ansible/tmp/ansible-tmp-1734765452.1946213-11315-4726487997458 `" ) && sleep 0'"'"'' <10.31.40.65> (0, b'ansible-tmp-1734765452.1946213-11315-4726487997458=/root/.ansible/tmp/ansible-tmp-1734765452.1946213-11315-4726487997458\n', b'') <10.31.45.128> (0, b'ansible-tmp-1734765452.1929119-11316-147048325088582=/root/.ansible/tmp/ansible-tmp-1734765452.1929119-11316-147048325088582\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/lineinfile.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/lineinfile.py <10.31.42.247> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpn9iyo52j TO /root/.ansible/tmp/ansible-tmp-1734765452.1531723-11314-208178311457493/AnsiballZ_lineinfile.py <10.31.42.247> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/43510ce736"' '[10.31.42.247]' <10.31.40.65> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmptig4zy1w TO /root/.ansible/tmp/ansible-tmp-1734765452.1946213-11315-4726487997458/AnsiballZ_lineinfile.py <10.31.40.65> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' '[10.31.40.65]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/lineinfile.py <10.31.45.128> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpzvn_qszy TO /root/.ansible/tmp/ansible-tmp-1734765452.1929119-11316-147048325088582/AnsiballZ_lineinfile.py <10.31.45.128> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' '[10.31.45.128]' <10.31.42.247> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpn9iyo52j /root/.ansible/tmp/ansible-tmp-1734765452.1531723-11314-208178311457493/AnsiballZ_lineinfile.py\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765452.1531723-11314-208178311457493/ /root/.ansible/tmp/ansible-tmp-1734765452.1531723-11314-208178311457493/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.40.65> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmptig4zy1w /root/.ansible/tmp/ansible-tmp-1734765452.1946213-11315-4726487997458/AnsiballZ_lineinfile.py\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765452.1946213-11315-4726487997458/ /root/.ansible/tmp/ansible-tmp-1734765452.1946213-11315-4726487997458/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.45.128> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpzvn_qszy /root/.ansible/tmp/ansible-tmp-1734765452.1929119-11316-147048325088582/AnsiballZ_lineinfile.py\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765452.1929119-11316-147048325088582/ /root/.ansible/tmp/ansible-tmp-1734765452.1929119-11316-147048325088582/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' -tt 10.31.42.247 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765452.1531723-11314-208178311457493/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' -tt 10.31.40.65 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765452.1946213-11315-4726487997458/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.45.128> (0, b'', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' -tt 10.31.45.128 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765452.1929119-11316-147048325088582/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.42.247> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDPgTXzC6Ra4IccOxCYPHH8NmQzyTr4lmZcVmLrvSeEh5FDQ5it7aFiNPPYsq0oxAUvuyJcub+gxIcc2bzteByQVJadUJeqVPZhJ/fmMkK82+yOTMDQIqQHYHUpVSnZ/et14c0q2PWr51NZOJ35jT1wRqXytslwMuo1R7pB/oVH4vMXBQYQ9jxvBhZzbezWpjXtiXqEiBwypHkjiNddNMa3UkkKmz7NOsImK+b2Z0vOJHGgJdy3hxrZDnJKYzcdT2s/1DMjAEGP9u+v/PMfEarRIkra9EaUY8v2u9JIlm8TtmLFs5FBfgKggp1PQ8GDNLAzayiqRNKCzcOUxn5HREysQkTe+CJWN9aYmq+/DFx31XeyrwkchYAUO+qAmVZ5I63Eh538iicMoa4UqRlVUvXTXRNyL6P0YDRaDy1HdJjIageb+ljpol51VxZ8F93IhnXlDrvmh68MZgCUXPSS7DSbSt8ijzSm+NDlkpsxhaavy/UigZ1tcoRXUNvIw5vJsrU= root@managed-node1", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "unsafe_writes": false, "regexp": null, "search_string": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.42.247 closed.\r\n') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765452.1531723-11314-208178311457493/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.65> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDw4v2n5b8rlLFQKLbt7KNLeosveUH94shxuIATFCR5UA1tlQ1JrWnWExfh5y4xpiI5Ib4shgP5YlqNFsXrPJGYNBYxnFn4zQMe9X187gHDb3MGrq4r1bNne8iL1fot3Ct8ic9DTFHsBKI7dYdJ4RhnUjeDs3LN53qlPyCuOslS31OARFEKdyfs57uOvvG7DdSuMsLde3+zoUT3Ekgq4FMgyyDrG8O7zcrRF42b3Idgej53Ds6L65xlpKHkpiSSoa/BXkXnC3SBQ/cLyVcya903sPqGDzvC1fnqI2sFAPsi7L2pIGsnDAhkD838jb/gcvkzSrQK2EABhECxuEPARPtVlBqRmb5Qt7PwVLS5Y2IaNGWf7M8JZQX+9sNchhT/snzbMzNDWTGs5KT3O1ZwUw4cqiUo5+prPNm8of+tRLsdYRMZOpmtNdMRaWeKLJDeScYI2B7ajgVXhVhsfmICPuaOUhfpRu+GBOgwf8aq1Lq7Ism9qR1fi5ROVIod8sRW/Q8= root@managed-node2", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "unsafe_writes": false, "regexp": null, "search_string": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.40.65 closed.\r\n') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765452.1946213-11315-4726487997458/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.128> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQCwTiM2LQM+nTWXrhFISvi0irdaXj+Hn5ROQKa99Kh2MRVim3PB4qYsk+wAV78Z8s8rcQfKc4WL7WfzCma+1DYyPWFSH5era6w46Wi1T0qWelzEeDbYoWlphF2C5aA5/5IrtkgCc4KoJUN4Cxyrx9MxnhgZn5H9yCA8S53mjlkQVc8ppJ1esyqF2jU/ITafY0MBOoazRcI+8oyX7TymTunwtlAbwZm+Cv/s1cz2oi8lFpd/cwMZndLxT1VbWXhzfJoiRGp/vSgkizsicjI0jKlAmtL0t7XWscgnM2PW2EEfkFx6HeRn4qLSWmXk35b4I0R28IRUZ8gF0WfgyoCzvBvre3Zv+NA3gJACD61jzTrhQKmGQ3TnFgyTdnQplO8sGNhWr7lHYBFxhGoh9sgEX09fkcXS+9CxpWZ/u0I35+u8KUb0WIO5gPsr1VNRt2m5hlKMu87/OyWRzhEU8rqsZnq+fnHa63FSSYBw8WhPplo/V+J4dCXDHfhZHEajE9/rSzU= root@managed-node3", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "unsafe_writes": false, "regexp": null, "search_string": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.45.128 closed.\r\n') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765452.1929119-11316-147048325088582/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') ok: [managed-node1] => { "backup": "", "changed": false, "diff": [ { "after": "", "after_header": "/root/.ssh/authorized_keys (content)", "before": "", "before_header": "/root/.ssh/authorized_keys (content)" }, { "after_header": "/root/.ssh/authorized_keys (file attributes)", "before_header": "/root/.ssh/authorized_keys (file attributes)" } ], "invocation": { "module_args": { "attributes": null, "backrefs": false, "backup": false, "create": true, "firstmatch": false, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPgTXzC6Ra4IccOxCYPHH8NmQzyTr4lmZcVmLrvSeEh5FDQ5it7aFiNPPYsq0oxAUvuyJcub+gxIcc2bzteByQVJadUJeqVPZhJ/fmMkK82+yOTMDQIqQHYHUpVSnZ/et14c0q2PWr51NZOJ35jT1wRqXytslwMuo1R7pB/oVH4vMXBQYQ9jxvBhZzbezWpjXtiXqEiBwypHkjiNddNMa3UkkKmz7NOsImK+b2Z0vOJHGgJdy3hxrZDnJKYzcdT2s/1DMjAEGP9u+v/PMfEarRIkra9EaUY8v2u9JIlm8TtmLFs5FBfgKggp1PQ8GDNLAzayiqRNKCzcOUxn5HREysQkTe+CJWN9aYmq+/DFx31XeyrwkchYAUO+qAmVZ5I63Eh538iicMoa4UqRlVUvXTXRNyL6P0YDRaDy1HdJjIageb+ljpol51VxZ8F93IhnXlDrvmh68MZgCUXPSS7DSbSt8ijzSm+NDlkpsxhaavy/UigZ1tcoRXUNvIw5vJsrU= root@managed-node1", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "search_string": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "validate": null } } } <10.31.40.65> (0, b'', b'') changed: [managed-node2] => { "backup": "", "changed": true, "diff": [ { "after": "", "after_header": "/root/.ssh/authorized_keys (content)", "before": "", "before_header": "/root/.ssh/authorized_keys (content)" }, { "after_header": "/root/.ssh/authorized_keys (file attributes)", "before_header": "/root/.ssh/authorized_keys (file attributes)" } ], "invocation": { "module_args": { "attributes": null, "backrefs": false, "backup": false, "create": true, "firstmatch": false, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDw4v2n5b8rlLFQKLbt7KNLeosveUH94shxuIATFCR5UA1tlQ1JrWnWExfh5y4xpiI5Ib4shgP5YlqNFsXrPJGYNBYxnFn4zQMe9X187gHDb3MGrq4r1bNne8iL1fot3Ct8ic9DTFHsBKI7dYdJ4RhnUjeDs3LN53qlPyCuOslS31OARFEKdyfs57uOvvG7DdSuMsLde3+zoUT3Ekgq4FMgyyDrG8O7zcrRF42b3Idgej53Ds6L65xlpKHkpiSSoa/BXkXnC3SBQ/cLyVcya903sPqGDzvC1fnqI2sFAPsi7L2pIGsnDAhkD838jb/gcvkzSrQK2EABhECxuEPARPtVlBqRmb5Qt7PwVLS5Y2IaNGWf7M8JZQX+9sNchhT/snzbMzNDWTGs5KT3O1ZwUw4cqiUo5+prPNm8of+tRLsdYRMZOpmtNdMRaWeKLJDeScYI2B7ajgVXhVhsfmICPuaOUhfpRu+GBOgwf8aq1Lq7Ism9qR1fi5ROVIod8sRW/Q8= root@managed-node2", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "search_string": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "validate": null } } } MSG: line added <10.31.45.128> (0, b'', b'') ok: [managed-node3] => { "backup": "", "changed": false, "diff": [ { "after": "", "after_header": "/root/.ssh/authorized_keys (content)", "before": "", "before_header": "/root/.ssh/authorized_keys (content)" }, { "after_header": "/root/.ssh/authorized_keys (file attributes)", "before_header": "/root/.ssh/authorized_keys (file attributes)" } ], "invocation": { "module_args": { "attributes": null, "backrefs": false, "backup": false, "create": true, "firstmatch": false, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwTiM2LQM+nTWXrhFISvi0irdaXj+Hn5ROQKa99Kh2MRVim3PB4qYsk+wAV78Z8s8rcQfKc4WL7WfzCma+1DYyPWFSH5era6w46Wi1T0qWelzEeDbYoWlphF2C5aA5/5IrtkgCc4KoJUN4Cxyrx9MxnhgZn5H9yCA8S53mjlkQVc8ppJ1esyqF2jU/ITafY0MBOoazRcI+8oyX7TymTunwtlAbwZm+Cv/s1cz2oi8lFpd/cwMZndLxT1VbWXhzfJoiRGp/vSgkizsicjI0jKlAmtL0t7XWscgnM2PW2EEfkFx6HeRn4qLSWmXk35b4I0R28IRUZ8gF0WfgyoCzvBvre3Zv+NA3gJACD61jzTrhQKmGQ3TnFgyTdnQplO8sGNhWr7lHYBFxhGoh9sgEX09fkcXS+9CxpWZ/u0I35+u8KUb0WIO5gPsr1VNRt2m5hlKMu87/OyWRzhEU8rqsZnq+fnHa63FSSYBw8WhPplo/V+J4dCXDHfhZHEajE9/rSzU= root@managed-node3", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "search_string": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "validate": null } } } TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 21 December 2024 02:17:32 -0500 (0:00:00.542) 0:00:12.041 ***** <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.247> (0, b'/root\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765452.64454-11341-119536388769563 `" && echo ansible-tmp-1734765452.64454-11341-119536388769563="` echo /root/.ansible/tmp/ansible-tmp-1734765452.64454-11341-119536388769563 `" ) && sleep 0'"'"'' <10.31.40.65> (0, b'/root\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765452.6617641-11342-122071389589461 `" && echo ansible-tmp-1734765452.6617641-11342-122071389589461="` echo /root/.ansible/tmp/ansible-tmp-1734765452.6617641-11342-122071389589461 `" ) && sleep 0'"'"'' <10.31.45.128> (0, b'/root\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765452.6651983-11344-233091392923090 `" && echo ansible-tmp-1734765452.6651983-11344-233091392923090="` echo /root/.ansible/tmp/ansible-tmp-1734765452.6651983-11344-233091392923090 `" ) && sleep 0'"'"'' <10.31.42.247> (0, b'ansible-tmp-1734765452.64454-11341-119536388769563=/root/.ansible/tmp/ansible-tmp-1734765452.64454-11341-119536388769563\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.42.247> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpyko2avx0 TO /root/.ansible/tmp/ansible-tmp-1734765452.64454-11341-119536388769563/AnsiballZ_slurp.py <10.31.42.247> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/43510ce736"' '[10.31.42.247]' <10.31.40.65> (0, b'ansible-tmp-1734765452.6617641-11342-122071389589461=/root/.ansible/tmp/ansible-tmp-1734765452.6617641-11342-122071389589461\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.40.65> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpfv7lzuhm TO /root/.ansible/tmp/ansible-tmp-1734765452.6617641-11342-122071389589461/AnsiballZ_slurp.py <10.31.40.65> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' '[10.31.40.65]' <10.31.45.128> (0, b'ansible-tmp-1734765452.6651983-11344-233091392923090=/root/.ansible/tmp/ansible-tmp-1734765452.6651983-11344-233091392923090\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.45.128> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpa4pl_7u3 TO /root/.ansible/tmp/ansible-tmp-1734765452.6651983-11344-233091392923090/AnsiballZ_slurp.py <10.31.45.128> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' '[10.31.45.128]' <10.31.42.247> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpyko2avx0 /root/.ansible/tmp/ansible-tmp-1734765452.64454-11341-119536388769563/AnsiballZ_slurp.py\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765452.64454-11341-119536388769563/ /root/.ansible/tmp/ansible-tmp-1734765452.64454-11341-119536388769563/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.65> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpfv7lzuhm /root/.ansible/tmp/ansible-tmp-1734765452.6617641-11342-122071389589461/AnsiballZ_slurp.py\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765452.6617641-11342-122071389589461/ /root/.ansible/tmp/ansible-tmp-1734765452.6617641-11342-122071389589461/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' -tt 10.31.42.247 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765452.64454-11341-119536388769563/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.128> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpa4pl_7u3 /root/.ansible/tmp/ansible-tmp-1734765452.6651983-11344-233091392923090/AnsiballZ_slurp.py\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765452.6651983-11344-233091392923090/ /root/.ansible/tmp/ansible-tmp-1734765452.6651983-11344-233091392923090/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' -tt 10.31.40.65 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765452.6617641-11342-122071389589461/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.128> (0, b'', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' -tt 10.31.45.128 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765452.6651983-11344-233091392923090/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.42.247> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEYXBTZUExVno1U3BpV2RXVi81eWRiU2dZbkhXYlZTSGNiK2ozdHgyblpGQnBrOWlycFAwcVQ2UFZyMHNCU0ljc0FWZVhremk4d25FTHZMZzNGSFhTUHhTTGdOM3NQdXFMSSt3YmtwdW02eFRxcEdYK3I2UmdrOXlDL3VaK1FZeVFoVnBEcGpHUTBCbUlzU2RWUmhMOTA3ZnZTSmtjeUxwblVyTkpseXJjRW5SMkNsanNMdFh4ZE91aTRMaHVJVUR2OXNOQlZoKzd4VVRyR09rc2JVZlRJV0NseGFyZmRtTTUxdW1heThaZi9BTFZ1UTJRQjNlNS9zWjYwUUsvY1UvWUllbklDMFdqOHZ5aU5NVEdYVHk1d0U1Z3RDTzQ3SHZ6M0thM1lmaGlROHNicVdScklEZDF2MGNaSGk0SWsweEF2bkZEbnMrM3pUNjR2empKZmlvc3lxajVtT3hxd0ZtbE9BSi8rNk5LaENhelU2Z3hoa3BaWVhzR1k4L3V6byt5eFRHMnh3d25Xa1hjRGtkbmtXVDNZZzd0SkNQcTBTOHE0YjMwbDlwbS9JdzdsZDdQM2JXZGFnUjBja1J2QmFvTVJEV0RCWW43eVNUUVNINFBOcGtLbFFGN0dBeWR4QnlYaTdpWGE0M0tEc1lyeFYrS2hGclF5d2NQdTAzTWROUWM9IHJvb3RAaXAtMTAtMzEtNDItMjQ3LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}}\r\n', b'Shared connection to 10.31.42.247 closed.\r\n') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765452.64454-11341-119536388769563/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.65> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEbGNYbklOTk9iOWdwaTk0cW5BTzdtTkVBVFhOVDVRTithQXp0UkZtNVNPbjZoSU1IK3B3M2RIWkEvaVh1cUp2YjBpVnJ4bS9odG9KaEVyejlqay9ZZ3FRVkJMYS9aUXlPRlQ4cUNBbitZZzFuUlFpVS85eEhWdzhjeUxnNE1taFZWbm9aREVWOG40QjlIN3hTRlN1VTBzaU9waUs4bjcyTk9KVVpMNUc0YWJkOHh4YXRQOUJZaUhkRHZPK2ZQUG1YVHdQdVZJQURoSzZ6eXJ3ZXh5MzJjTVEzNFArQTB6MEx1Y0IzQ05jVkVGY3lvaE0yTjN0SEpRTkpvZDNzaXR4bUZENkRVRWJBcWVYQTdNbU8yUXhSQitBNncwUUtwd09kNGJlV3F5K3dhb1R4bXUvbUc2cndXWHh3Q0E2RDZZL1hOemtXUS83dEMva25xZnFDeG90Vnllcmg1bzhtODhJbm5QbUhkeGZIUHUrMDh4TmxBa25KVXJOMkxacmQwK0F5WThyYWxhTDk4QlVST2F6dVU1SVI4VHdYbXpsZ1VuOHl4NG1IQ1JFbkx2SVhRNSt1NStCUy85cjhXWjRDa2VEMFZVbkpDdnhKYlZ1THpiQi9QcHNqTnd1WllmeXlISXFDZEtScVpDdS91dXRYUmRZWHlDNFcvajJxSUdxWk5xTFU9IHJvb3RAaXAtMTAtMzEtNDAtNjUudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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.65 closed.\r\n') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765452.6617641-11342-122071389589461/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') ok: [managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEYXBTZUExVno1U3BpV2RXVi81eWRiU2dZbkhXYlZTSGNiK2ozdHgyblpGQnBrOWlycFAwcVQ2UFZyMHNCU0ljc0FWZVhremk4d25FTHZMZzNGSFhTUHhTTGdOM3NQdXFMSSt3YmtwdW02eFRxcEdYK3I2UmdrOXlDL3VaK1FZeVFoVnBEcGpHUTBCbUlzU2RWUmhMOTA3ZnZTSmtjeUxwblVyTkpseXJjRW5SMkNsanNMdFh4ZE91aTRMaHVJVUR2OXNOQlZoKzd4VVRyR09rc2JVZlRJV0NseGFyZmRtTTUxdW1heThaZi9BTFZ1UTJRQjNlNS9zWjYwUUsvY1UvWUllbklDMFdqOHZ5aU5NVEdYVHk1d0U1Z3RDTzQ3SHZ6M0thM1lmaGlROHNicVdScklEZDF2MGNaSGk0SWsweEF2bkZEbnMrM3pUNjR2empKZmlvc3lxajVtT3hxd0ZtbE9BSi8rNk5LaENhelU2Z3hoa3BaWVhzR1k4L3V6byt5eFRHMnh3d25Xa1hjRGtkbmtXVDNZZzd0SkNQcTBTOHE0YjMwbDlwbS9JdzdsZDdQM2JXZGFnUjBja1J2QmFvTVJEV0RCWW43eVNUUVNINFBOcGtLbFFGN0dBeWR4QnlYaTdpWGE0M0tEc1lyeFYrS2hGclF5d2NQdTAzTWROUWM9IHJvb3RAaXAtMTAtMzEtNDItMjQ3LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.45.128> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FETGZKSFhjTXQ0YmhmMjkvUHN6R1l1RVk2TzVLTkl3T05hNGRhZEdBb3pWeFJIK3lha0ROMEE2YmNQUnZmLzZLeVlIa0xOMXFJQXpRVi9oOHM1VXlubGkzd1ZZQXZyYjFkWVZpTmg3YjIxYjFQWlZFNnpER0U1eDJITVFiR1BoMDNaQ25FbkQ0R1l1bnNaakJwdGpJU0RPbUR4SDFiN0RTUEZJWE9iZWVsc1NPbDNBUXgzVmFiKzdzd3dpd0tsQmVHMmhKeWdMVE8rVmYxbXdSYjMxTjkrelZtK0g4SVlkUGJWeWY3UnI5b1N4VUF0WitZZktRS0FCSDBlVWlaVG44a0lkNHpBY2UxT3BEWjc4bTRlUTMyS04wcm9uZ3lFcDVGY2pxSVpYV1JJdEpxOVU5V2FIMXpuQjhtam40SkwvdkRQc2NDb3c4MFRKMTE1MVhldkg5MlJxYk94RWNicHhYdUdCZDZXSkViUzYxSm4rNU51SXRGRE9SL3R4QVg3aUtHUHE0T1MxdWVsbGVsZEhEWERzVUN1VWNsS2tCUFMwWmw3Q3V3anlPSDBOdWJhRU1CTXlPc1crQ0U4RlcyM1B1OCtXWVhpUUc0ekRsRGZ5RXFmNVBlVGswL3BJOEFXUVRJK1ZMRFhNNmdVQkpMcWJPd21RUGpqYTB1eEFZaHIwN0U9IHJvb3RAaXAtMTAtMzEtNDUtMTI4LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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.45.128 closed.\r\n') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765452.6651983-11344-233091392923090/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') ok: [managed-node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEbGNYbklOTk9iOWdwaTk0cW5BTzdtTkVBVFhOVDVRTithQXp0UkZtNVNPbjZoSU1IK3B3M2RIWkEvaVh1cUp2YjBpVnJ4bS9odG9KaEVyejlqay9ZZ3FRVkJMYS9aUXlPRlQ4cUNBbitZZzFuUlFpVS85eEhWdzhjeUxnNE1taFZWbm9aREVWOG40QjlIN3hTRlN1VTBzaU9waUs4bjcyTk9KVVpMNUc0YWJkOHh4YXRQOUJZaUhkRHZPK2ZQUG1YVHdQdVZJQURoSzZ6eXJ3ZXh5MzJjTVEzNFArQTB6MEx1Y0IzQ05jVkVGY3lvaE0yTjN0SEpRTkpvZDNzaXR4bUZENkRVRWJBcWVYQTdNbU8yUXhSQitBNncwUUtwd09kNGJlV3F5K3dhb1R4bXUvbUc2cndXWHh3Q0E2RDZZL1hOemtXUS83dEMva25xZnFDeG90Vnllcmg1bzhtODhJbm5QbUhkeGZIUHUrMDh4TmxBa25KVXJOMkxacmQwK0F5WThyYWxhTDk4QlVST2F6dVU1SVI4VHdYbXpsZ1VuOHl4NG1IQ1JFbkx2SVhRNSt1NStCUy85cjhXWjRDa2VEMFZVbkpDdnhKYlZ1THpiQi9QcHNqTnd1WllmeXlISXFDZEtScVpDdS91dXRYUmRZWHlDNFcvajJxSUdxWk5xTFU9IHJvb3RAaXAtMTAtMzEtNDAtNjUudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.45.128> (0, b'', b'') ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FETGZKSFhjTXQ0YmhmMjkvUHN6R1l1RVk2TzVLTkl3T05hNGRhZEdBb3pWeFJIK3lha0ROMEE2YmNQUnZmLzZLeVlIa0xOMXFJQXpRVi9oOHM1VXlubGkzd1ZZQXZyYjFkWVZpTmg3YjIxYjFQWlZFNnpER0U1eDJITVFiR1BoMDNaQ25FbkQ0R1l1bnNaakJwdGpJU0RPbUR4SDFiN0RTUEZJWE9iZWVsc1NPbDNBUXgzVmFiKzdzd3dpd0tsQmVHMmhKeWdMVE8rVmYxbXdSYjMxTjkrelZtK0g4SVlkUGJWeWY3UnI5b1N4VUF0WitZZktRS0FCSDBlVWlaVG44a0lkNHpBY2UxT3BEWjc4bTRlUTMyS04wcm9uZ3lFcDVGY2pxSVpYV1JJdEpxOVU5V2FIMXpuQjhtam40SkwvdkRQc2NDb3c4MFRKMTE1MVhldkg5MlJxYk94RWNicHhYdUdCZDZXSkViUzYxSm4rNU51SXRGRE9SL3R4QVg3aUtHUHE0T1MxdWVsbGVsZEhEWERzVUN1VWNsS2tCUFMwWmw3Q3V3anlPSDBOdWJhRU1CTXlPc1crQ0U4RlcyM1B1OCtXWVhpUUc0ekRsRGZ5RXFmNVBlVGswL3BJOEFXUVRJK1ZMRFhNNmdVQkpMcWJPd21RUGpqYTB1eEFZaHIwN0U9IHJvb3RAaXAtMTAtMzEtNDUtMTI4LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 21 December 2024 02:17:32 -0500 (0:00:00.368) 0:00:12.410 ***** <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.247> (0, b'/root\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765453.0961316-11365-230468134836470 `" && echo ansible-tmp-1734765453.0961316-11365-230468134836470="` echo /root/.ansible/tmp/ansible-tmp-1734765453.0961316-11365-230468134836470 `" ) && sleep 0'"'"'' <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.65> (0, b'/root\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765453.1465278-11366-201785970854440 `" && echo ansible-tmp-1734765453.1465278-11366-201785970854440="` echo /root/.ansible/tmp/ansible-tmp-1734765453.1465278-11366-201785970854440 `" ) && sleep 0'"'"'' <10.31.45.128> (0, b'/root\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765453.1481862-11367-140756391512698 `" && echo ansible-tmp-1734765453.1481862-11367-140756391512698="` echo /root/.ansible/tmp/ansible-tmp-1734765453.1481862-11367-140756391512698 `" ) && sleep 0'"'"'' <10.31.42.247> (0, b'ansible-tmp-1734765453.0961316-11365-230468134836470=/root/.ansible/tmp/ansible-tmp-1734765453.0961316-11365-230468134836470\n', b'') <10.31.45.128> (0, b'ansible-tmp-1734765453.1481862-11367-140756391512698=/root/.ansible/tmp/ansible-tmp-1734765453.1481862-11367-140756391512698\n', b'') <10.31.40.65> (0, b'ansible-tmp-1734765453.1465278-11366-201785970854440=/root/.ansible/tmp/ansible-tmp-1734765453.1465278-11366-201785970854440\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/known_hosts.py <10.31.42.247> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp6ho3ct2i TO /root/.ansible/tmp/ansible-tmp-1734765453.0961316-11365-230468134836470/AnsiballZ_known_hosts.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/known_hosts.py <10.31.45.128> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpla2ynzmu TO /root/.ansible/tmp/ansible-tmp-1734765453.1481862-11367-140756391512698/AnsiballZ_known_hosts.py <10.31.42.247> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/43510ce736"' '[10.31.42.247]' <10.31.45.128> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' '[10.31.45.128]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/known_hosts.py <10.31.40.65> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpv76m3v57 TO /root/.ansible/tmp/ansible-tmp-1734765453.1465278-11366-201785970854440/AnsiballZ_known_hosts.py <10.31.40.65> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' '[10.31.40.65]' <10.31.40.65> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpv76m3v57 /root/.ansible/tmp/ansible-tmp-1734765453.1465278-11366-201785970854440/AnsiballZ_known_hosts.py\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765453.1465278-11366-201785970854440/ /root/.ansible/tmp/ansible-tmp-1734765453.1465278-11366-201785970854440/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.42.247> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp6ho3ct2i /root/.ansible/tmp/ansible-tmp-1734765453.0961316-11365-230468134836470/AnsiballZ_known_hosts.py\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765453.0961316-11365-230468134836470/ /root/.ansible/tmp/ansible-tmp-1734765453.0961316-11365-230468134836470/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.45.128> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpla2ynzmu /root/.ansible/tmp/ansible-tmp-1734765453.1481862-11367-140756391512698/AnsiballZ_known_hosts.py\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765453.1481862-11367-140756391512698/ /root/.ansible/tmp/ansible-tmp-1734765453.1481862-11367-140756391512698/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' -tt 10.31.40.65 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765453.1465278-11366-201785970854440/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' -tt 10.31.42.247 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765453.0961316-11365-230468134836470/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.45.128> (0, b'', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' -tt 10.31.45.128 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765453.1481862-11367-140756391512698/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.40.65> (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.65 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlcXnINNOb9gpi94qnAO7mNEATXNT5QN+aAztRFm5SOn6hIMH+pw3dHZA/iXuqJvb0iVrxm/htoJhErz9jk/YgqQVBLa/ZQyOFT8qCAn+Yg1nRQiU/9xHVw8cyLg4MmhVVnoZDEV8n4B9H7xSFSuU0siOpiK8n72NOJUZL5G4abd8xxatP9BYiHdDvO+fPPmXTwPuVIADhK6zyrwexy32cMQ34P+A0z0LucB3CNcVEFcyohM2N3tHJQNJod3sitxmFD6DUEbAqeXA7MmO2QxRB+A6w0QKpwOd4beWqy+waoTxmu/mG6rwWXxwCA6D6Y/XNzkWQ/7tC/knqfqCxotVyerh5o8m88InnPmHdxfHPu+08xNlAknJUrN2LZrd0+AyY8ralaL98BUROazuU5IR8TwXmzlgUn8yx4mHCREnLvIXQ5+u5+BS/9r8WZ4CkeD0VUnJCvxJbVuLzbB/PpsjNwuZYfyyHIqCdKRqZCu/uutXRdYXyC4W/j2qIGqZNqLU= root@ip-10-31-40-65.us-east-1.aws.redhat.com\\n", "after": "10.31.40.65 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlcXnINNOb9gpi94qnAO7mNEATXNT5QN+aAztRFm5SOn6hIMH+pw3dHZA/iXuqJvb0iVrxm/htoJhErz9jk/YgqQVBLa/ZQyOFT8qCAn+Yg1nRQiU/9xHVw8cyLg4MmhVVnoZDEV8n4B9H7xSFSuU0siOpiK8n72NOJUZL5G4abd8xxatP9BYiHdDvO+fPPmXTwPuVIADhK6zyrwexy32cMQ34P+A0z0LucB3CNcVEFcyohM2N3tHJQNJod3sitxmFD6DUEbAqeXA7MmO2QxRB+A6w0QKpwOd4beWqy+waoTxmu/mG6rwWXxwCA6D6Y/XNzkWQ/7tC/knqfqCxotVyerh5o8m88InnPmHdxfHPu+08xNlAknJUrN2LZrd0+AyY8ralaL98BUROazuU5IR8TwXmzlgUn8yx4mHCREnLvIXQ5+u5+BS/9r8WZ4CkeD0VUnJCvxJbVuLzbB/PpsjNwuZYfyyHIqCdKRqZCu/uutXRdYXyC4W/j2qIGqZNqLU= root@ip-10-31-40-65.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.40.65 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlcXnINNOb9gpi94qnAO7mNEATXNT5QN+aAztRFm5SOn6hIMH+pw3dHZA/iXuqJvb0iVrxm/htoJhErz9jk/YgqQVBLa/ZQyOFT8qCAn+Yg1nRQiU/9xHVw8cyLg4MmhVVnoZDEV8n4B9H7xSFSuU0siOpiK8n72NOJUZL5G4abd8xxatP9BYiHdDvO+fPPmXTwPuVIADhK6zyrwexy32cMQ34P+A0z0LucB3CNcVEFcyohM2N3tHJQNJod3sitxmFD6DUEbAqeXA7MmO2QxRB+A6w0QKpwOd4beWqy+waoTxmu/mG6rwWXxwCA6D6Y/XNzkWQ/7tC/knqfqCxotVyerh5o8m88InnPmHdxfHPu+08xNlAknJUrN2LZrd0+AyY8ralaL98BUROazuU5IR8TwXmzlgUn8yx4mHCREnLvIXQ5+u5+BS/9r8WZ4CkeD0VUnJCvxJbVuLzbB/PpsjNwuZYfyyHIqCdKRqZCu/uutXRdYXyC4W/j2qIGqZNqLU= root@ip-10-31-40-65.us-east-1.aws.redhat.com\\n", "name": "10.31.40.65", "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.65 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlcXnINNOb9gpi94qnAO7mNEATXNT5QN+aAztRFm5SOn6hIMH+pw3dHZA/iXuqJvb0iVrxm/htoJhErz9jk/YgqQVBLa/ZQyOFT8qCAn+Yg1nRQiU/9xHVw8cyLg4MmhVVnoZDEV8n4B9H7xSFSuU0siOpiK8n72NOJUZL5G4abd8xxatP9BYiHdDvO+fPPmXTwPuVIADhK6zyrwexy32cMQ34P+A0z0LucB3CNcVEFcyohM2N3tHJQNJod3sitxmFD6DUEbAqeXA7MmO2QxRB+A6w0QKpwOd4beWqy+waoTxmu/mG6rwWXxwCA6D6Y/XNzkWQ/7tC/knqfqCxotVyerh5o8m88InnPmHdxfHPu+08xNlAknJUrN2LZrd0+AyY8ralaL98BUROazuU5IR8TwXmzlgUn8yx4mHCREnLvIXQ5+u5+BS/9r8WZ4CkeD0VUnJCvxJbVuLzbB/PpsjNwuZYfyyHIqCdKRqZCu/uutXRdYXyC4W/j2qIGqZNqLU= root@ip-10-31-40-65.us-east-1.aws.redhat.com\\n", "after": "10.31.40.65 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlcXnINNOb9gpi94qnAO7mNEATXNT5QN+aAztRFm5SOn6hIMH+pw3dHZA/iXuqJvb0iVrxm/htoJhErz9jk/YgqQVBLa/ZQyOFT8qCAn+Yg1nRQiU/9xHVw8cyLg4MmhVVnoZDEV8n4B9H7xSFSuU0siOpiK8n72NOJUZL5G4abd8xxatP9BYiHdDvO+fPPmXTwPuVIADhK6zyrwexy32cMQ34P+A0z0LucB3CNcVEFcyohM2N3tHJQNJod3sitxmFD6DUEbAqeXA7MmO2QxRB+A6w0QKpwOd4beWqy+waoTxmu/mG6rwWXxwCA6D6Y/XNzkWQ/7tC/knqfqCxotVyerh5o8m88InnPmHdxfHPu+08xNlAknJUrN2LZrd0+AyY8ralaL98BUROazuU5IR8TwXmzlgUn8yx4mHCREnLvIXQ5+u5+BS/9r8WZ4CkeD0VUnJCvxJbVuLzbB/PpsjNwuZYfyyHIqCdKRqZCu/uutXRdYXyC4W/j2qIGqZNqLU= root@ip-10-31-40-65.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.40.65 closed.\r\n') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765453.1465278-11366-201785970854440/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.247> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.42.247 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDapSeA1Vz5SpiWdWV/5ydbSgYnHWbVSHcb+j3tx2nZFBpk9irpP0qT6PVr0sBSIcsAVeXkzi8wnELvLg3FHXSPxSLgN3sPuqLI+wbkpum6xTqpGX+r6Rgk9yC/uZ+QYyQhVpDpjGQ0BmIsSdVRhL907fvSJkcyLpnUrNJlyrcEnR2CljsLtXxdOui4LhuIUDv9sNBVh+7xUTrGOksbUfTIWClxarfdmM51umay8Zf/ALVuQ2QB3e5/sZ60QK/cU/YIenIC0Wj8vyiNMTGXTy5wE5gtCO47Hvz3Ka3YfhiQ8sbqWRrIDd1v0cZHi4Ik0xAvnFDns+3zT64vzjJfiosyqj5mOxqwFmlOAJ/+6NKhCazU6gxhkpZYXsGY8/uzo+yxTG2xwwnWkXcDkdnkWT3Yg7tJCPq0S8q4b30l9pm/Iw7ld7P3bWdagR0ckRvBaoMRDWDBYn7ySTQSH4PNpkKlQF7GAydxByXi7iXa43KDsYrxV+KhFrQywcPu03MdNQc= root@ip-10-31-42-247.us-east-1.aws.redhat.com\\n", "after": "10.31.42.247 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDapSeA1Vz5SpiWdWV/5ydbSgYnHWbVSHcb+j3tx2nZFBpk9irpP0qT6PVr0sBSIcsAVeXkzi8wnELvLg3FHXSPxSLgN3sPuqLI+wbkpum6xTqpGX+r6Rgk9yC/uZ+QYyQhVpDpjGQ0BmIsSdVRhL907fvSJkcyLpnUrNJlyrcEnR2CljsLtXxdOui4LhuIUDv9sNBVh+7xUTrGOksbUfTIWClxarfdmM51umay8Zf/ALVuQ2QB3e5/sZ60QK/cU/YIenIC0Wj8vyiNMTGXTy5wE5gtCO47Hvz3Ka3YfhiQ8sbqWRrIDd1v0cZHi4Ik0xAvnFDns+3zT64vzjJfiosyqj5mOxqwFmlOAJ/+6NKhCazU6gxhkpZYXsGY8/uzo+yxTG2xwwnWkXcDkdnkWT3Yg7tJCPq0S8q4b30l9pm/Iw7ld7P3bWdagR0ckRvBaoMRDWDBYn7ySTQSH4PNpkKlQF7GAydxByXi7iXa43KDsYrxV+KhFrQywcPu03MdNQc= root@ip-10-31-42-247.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.42.247 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDapSeA1Vz5SpiWdWV/5ydbSgYnHWbVSHcb+j3tx2nZFBpk9irpP0qT6PVr0sBSIcsAVeXkzi8wnELvLg3FHXSPxSLgN3sPuqLI+wbkpum6xTqpGX+r6Rgk9yC/uZ+QYyQhVpDpjGQ0BmIsSdVRhL907fvSJkcyLpnUrNJlyrcEnR2CljsLtXxdOui4LhuIUDv9sNBVh+7xUTrGOksbUfTIWClxarfdmM51umay8Zf/ALVuQ2QB3e5/sZ60QK/cU/YIenIC0Wj8vyiNMTGXTy5wE5gtCO47Hvz3Ka3YfhiQ8sbqWRrIDd1v0cZHi4Ik0xAvnFDns+3zT64vzjJfiosyqj5mOxqwFmlOAJ/+6NKhCazU6gxhkpZYXsGY8/uzo+yxTG2xwwnWkXcDkdnkWT3Yg7tJCPq0S8q4b30l9pm/Iw7ld7P3bWdagR0ckRvBaoMRDWDBYn7ySTQSH4PNpkKlQF7GAydxByXi7iXa43KDsYrxV+KhFrQywcPu03MdNQc= root@ip-10-31-42-247.us-east-1.aws.redhat.com\\n", "name": "10.31.42.247", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.42.247 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDapSeA1Vz5SpiWdWV/5ydbSgYnHWbVSHcb+j3tx2nZFBpk9irpP0qT6PVr0sBSIcsAVeXkzi8wnELvLg3FHXSPxSLgN3sPuqLI+wbkpum6xTqpGX+r6Rgk9yC/uZ+QYyQhVpDpjGQ0BmIsSdVRhL907fvSJkcyLpnUrNJlyrcEnR2CljsLtXxdOui4LhuIUDv9sNBVh+7xUTrGOksbUfTIWClxarfdmM51umay8Zf/ALVuQ2QB3e5/sZ60QK/cU/YIenIC0Wj8vyiNMTGXTy5wE5gtCO47Hvz3Ka3YfhiQ8sbqWRrIDd1v0cZHi4Ik0xAvnFDns+3zT64vzjJfiosyqj5mOxqwFmlOAJ/+6NKhCazU6gxhkpZYXsGY8/uzo+yxTG2xwwnWkXcDkdnkWT3Yg7tJCPq0S8q4b30l9pm/Iw7ld7P3bWdagR0ckRvBaoMRDWDBYn7ySTQSH4PNpkKlQF7GAydxByXi7iXa43KDsYrxV+KhFrQywcPu03MdNQc= root@ip-10-31-42-247.us-east-1.aws.redhat.com\\n", "after": "10.31.42.247 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDapSeA1Vz5SpiWdWV/5ydbSgYnHWbVSHcb+j3tx2nZFBpk9irpP0qT6PVr0sBSIcsAVeXkzi8wnELvLg3FHXSPxSLgN3sPuqLI+wbkpum6xTqpGX+r6Rgk9yC/uZ+QYyQhVpDpjGQ0BmIsSdVRhL907fvSJkcyLpnUrNJlyrcEnR2CljsLtXxdOui4LhuIUDv9sNBVh+7xUTrGOksbUfTIWClxarfdmM51umay8Zf/ALVuQ2QB3e5/sZ60QK/cU/YIenIC0Wj8vyiNMTGXTy5wE5gtCO47Hvz3Ka3YfhiQ8sbqWRrIDd1v0cZHi4Ik0xAvnFDns+3zT64vzjJfiosyqj5mOxqwFmlOAJ/+6NKhCazU6gxhkpZYXsGY8/uzo+yxTG2xwwnWkXcDkdnkWT3Yg7tJCPq0S8q4b30l9pm/Iw7ld7P3bWdagR0ckRvBaoMRDWDBYn7ySTQSH4PNpkKlQF7GAydxByXi7iXa43KDsYrxV+KhFrQywcPu03MdNQc= root@ip-10-31-42-247.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.42.247 closed.\r\n') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765453.0961316-11365-230468134836470/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.128> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.45.128 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLfJHXcMt4bhf29/PszGYuEY6O5KNIwONa4dadGAozVxRH+yakDN0A6bcPRvf/6KyYHkLN1qIAzQV/h8s5Uynli3wVYAvrb1dYViNh7b21b1PZVE6zDGE5x2HMQbGPh03ZCnEnD4GYunsZjBptjISDOmDxH1b7DSPFIXObeelsSOl3AQx3Vab+7swwiwKlBeG2hJygLTO+Vf1mwRb31N9+zVm+H8IYdPbVyf7Rr9oSxUAtZ+YfKQKABH0eUiZTn8kId4zAce1OpDZ78m4eQ32KN0rongyEp5FcjqIZXWRItJq9U9WaH1znB8mjn4JL/vDPscCow80TJ1151XevH92RqbOxEcbpxXuGBd6WJEbS61Jn+5NuItFDOR/txAX7iKGPq4OS1uelleldHDXDsUCuUclKkBPS0Zl7CuwjyOH0NubaEMBMyOsW+CE8FW23Pu8+WYXiQG4zDlDfyEqf5PeTk0/pI8AWQTI+VLDXM6gUBJLqbOwmQPjja0uxAYhr07E= root@ip-10-31-45-128.us-east-1.aws.redhat.com\\n", "after": "10.31.45.128 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLfJHXcMt4bhf29/PszGYuEY6O5KNIwONa4dadGAozVxRH+yakDN0A6bcPRvf/6KyYHkLN1qIAzQV/h8s5Uynli3wVYAvrb1dYViNh7b21b1PZVE6zDGE5x2HMQbGPh03ZCnEnD4GYunsZjBptjISDOmDxH1b7DSPFIXObeelsSOl3AQx3Vab+7swwiwKlBeG2hJygLTO+Vf1mwRb31N9+zVm+H8IYdPbVyf7Rr9oSxUAtZ+YfKQKABH0eUiZTn8kId4zAce1OpDZ78m4eQ32KN0rongyEp5FcjqIZXWRItJq9U9WaH1znB8mjn4JL/vDPscCow80TJ1151XevH92RqbOxEcbpxXuGBd6WJEbS61Jn+5NuItFDOR/txAX7iKGPq4OS1uelleldHDXDsUCuUclKkBPS0Zl7CuwjyOH0NubaEMBMyOsW+CE8FW23Pu8+WYXiQG4zDlDfyEqf5PeTk0/pI8AWQTI+VLDXM6gUBJLqbOwmQPjja0uxAYhr07E= root@ip-10-31-45-128.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.45.128 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLfJHXcMt4bhf29/PszGYuEY6O5KNIwONa4dadGAozVxRH+yakDN0A6bcPRvf/6KyYHkLN1qIAzQV/h8s5Uynli3wVYAvrb1dYViNh7b21b1PZVE6zDGE5x2HMQbGPh03ZCnEnD4GYunsZjBptjISDOmDxH1b7DSPFIXObeelsSOl3AQx3Vab+7swwiwKlBeG2hJygLTO+Vf1mwRb31N9+zVm+H8IYdPbVyf7Rr9oSxUAtZ+YfKQKABH0eUiZTn8kId4zAce1OpDZ78m4eQ32KN0rongyEp5FcjqIZXWRItJq9U9WaH1znB8mjn4JL/vDPscCow80TJ1151XevH92RqbOxEcbpxXuGBd6WJEbS61Jn+5NuItFDOR/txAX7iKGPq4OS1uelleldHDXDsUCuUclKkBPS0Zl7CuwjyOH0NubaEMBMyOsW+CE8FW23Pu8+WYXiQG4zDlDfyEqf5PeTk0/pI8AWQTI+VLDXM6gUBJLqbOwmQPjja0uxAYhr07E= root@ip-10-31-45-128.us-east-1.aws.redhat.com\\n", "name": "10.31.45.128", "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.45.128 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLfJHXcMt4bhf29/PszGYuEY6O5KNIwONa4dadGAozVxRH+yakDN0A6bcPRvf/6KyYHkLN1qIAzQV/h8s5Uynli3wVYAvrb1dYViNh7b21b1PZVE6zDGE5x2HMQbGPh03ZCnEnD4GYunsZjBptjISDOmDxH1b7DSPFIXObeelsSOl3AQx3Vab+7swwiwKlBeG2hJygLTO+Vf1mwRb31N9+zVm+H8IYdPbVyf7Rr9oSxUAtZ+YfKQKABH0eUiZTn8kId4zAce1OpDZ78m4eQ32KN0rongyEp5FcjqIZXWRItJq9U9WaH1znB8mjn4JL/vDPscCow80TJ1151XevH92RqbOxEcbpxXuGBd6WJEbS61Jn+5NuItFDOR/txAX7iKGPq4OS1uelleldHDXDsUCuUclKkBPS0Zl7CuwjyOH0NubaEMBMyOsW+CE8FW23Pu8+WYXiQG4zDlDfyEqf5PeTk0/pI8AWQTI+VLDXM6gUBJLqbOwmQPjja0uxAYhr07E= root@ip-10-31-45-128.us-east-1.aws.redhat.com\\n", "after": "10.31.45.128 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLfJHXcMt4bhf29/PszGYuEY6O5KNIwONa4dadGAozVxRH+yakDN0A6bcPRvf/6KyYHkLN1qIAzQV/h8s5Uynli3wVYAvrb1dYViNh7b21b1PZVE6zDGE5x2HMQbGPh03ZCnEnD4GYunsZjBptjISDOmDxH1b7DSPFIXObeelsSOl3AQx3Vab+7swwiwKlBeG2hJygLTO+Vf1mwRb31N9+zVm+H8IYdPbVyf7Rr9oSxUAtZ+YfKQKABH0eUiZTn8kId4zAce1OpDZ78m4eQ32KN0rongyEp5FcjqIZXWRItJq9U9WaH1znB8mjn4JL/vDPscCow80TJ1151XevH92RqbOxEcbpxXuGBd6WJEbS61Jn+5NuItFDOR/txAX7iKGPq4OS1uelleldHDXDsUCuUclKkBPS0Zl7CuwjyOH0NubaEMBMyOsW+CE8FW23Pu8+WYXiQG4zDlDfyEqf5PeTk0/pI8AWQTI+VLDXM6gUBJLqbOwmQPjja0uxAYhr07E= root@ip-10-31-45-128.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.45.128 closed.\r\n') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765453.1481862-11367-140756391512698/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') ok: [managed-node2] => { "changed": false, "diff": { "after": "10.31.40.65 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlcXnINNOb9gpi94qnAO7mNEATXNT5QN+aAztRFm5SOn6hIMH+pw3dHZA/iXuqJvb0iVrxm/htoJhErz9jk/YgqQVBLa/ZQyOFT8qCAn+Yg1nRQiU/9xHVw8cyLg4MmhVVnoZDEV8n4B9H7xSFSuU0siOpiK8n72NOJUZL5G4abd8xxatP9BYiHdDvO+fPPmXTwPuVIADhK6zyrwexy32cMQ34P+A0z0LucB3CNcVEFcyohM2N3tHJQNJod3sitxmFD6DUEbAqeXA7MmO2QxRB+A6w0QKpwOd4beWqy+waoTxmu/mG6rwWXxwCA6D6Y/XNzkWQ/7tC/knqfqCxotVyerh5o8m88InnPmHdxfHPu+08xNlAknJUrN2LZrd0+AyY8ralaL98BUROazuU5IR8TwXmzlgUn8yx4mHCREnLvIXQ5+u5+BS/9r8WZ4CkeD0VUnJCvxJbVuLzbB/PpsjNwuZYfyyHIqCdKRqZCu/uutXRdYXyC4W/j2qIGqZNqLU= root@ip-10-31-40-65.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.65 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlcXnINNOb9gpi94qnAO7mNEATXNT5QN+aAztRFm5SOn6hIMH+pw3dHZA/iXuqJvb0iVrxm/htoJhErz9jk/YgqQVBLa/ZQyOFT8qCAn+Yg1nRQiU/9xHVw8cyLg4MmhVVnoZDEV8n4B9H7xSFSuU0siOpiK8n72NOJUZL5G4abd8xxatP9BYiHdDvO+fPPmXTwPuVIADhK6zyrwexy32cMQ34P+A0z0LucB3CNcVEFcyohM2N3tHJQNJod3sitxmFD6DUEbAqeXA7MmO2QxRB+A6w0QKpwOd4beWqy+waoTxmu/mG6rwWXxwCA6D6Y/XNzkWQ/7tC/knqfqCxotVyerh5o8m88InnPmHdxfHPu+08xNlAknJUrN2LZrd0+AyY8ralaL98BUROazuU5IR8TwXmzlgUn8yx4mHCREnLvIXQ5+u5+BS/9r8WZ4CkeD0VUnJCvxJbVuLzbB/PpsjNwuZYfyyHIqCdKRqZCu/uutXRdYXyC4W/j2qIGqZNqLU= root@ip-10-31-40-65.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.40.65 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlcXnINNOb9gpi94qnAO7mNEATXNT5QN+aAztRFm5SOn6hIMH+pw3dHZA/iXuqJvb0iVrxm/htoJhErz9jk/YgqQVBLa/ZQyOFT8qCAn+Yg1nRQiU/9xHVw8cyLg4MmhVVnoZDEV8n4B9H7xSFSuU0siOpiK8n72NOJUZL5G4abd8xxatP9BYiHdDvO+fPPmXTwPuVIADhK6zyrwexy32cMQ34P+A0z0LucB3CNcVEFcyohM2N3tHJQNJod3sitxmFD6DUEbAqeXA7MmO2QxRB+A6w0QKpwOd4beWqy+waoTxmu/mG6rwWXxwCA6D6Y/XNzkWQ/7tC/knqfqCxotVyerh5o8m88InnPmHdxfHPu+08xNlAknJUrN2LZrd0+AyY8ralaL98BUROazuU5IR8TwXmzlgUn8yx4mHCREnLvIXQ5+u5+BS/9r8WZ4CkeD0VUnJCvxJbVuLzbB/PpsjNwuZYfyyHIqCdKRqZCu/uutXRdYXyC4W/j2qIGqZNqLU= root@ip-10-31-40-65.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.65 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlcXnINNOb9gpi94qnAO7mNEATXNT5QN+aAztRFm5SOn6hIMH+pw3dHZA/iXuqJvb0iVrxm/htoJhErz9jk/YgqQVBLa/ZQyOFT8qCAn+Yg1nRQiU/9xHVw8cyLg4MmhVVnoZDEV8n4B9H7xSFSuU0siOpiK8n72NOJUZL5G4abd8xxatP9BYiHdDvO+fPPmXTwPuVIADhK6zyrwexy32cMQ34P+A0z0LucB3CNcVEFcyohM2N3tHJQNJod3sitxmFD6DUEbAqeXA7MmO2QxRB+A6w0QKpwOd4beWqy+waoTxmu/mG6rwWXxwCA6D6Y/XNzkWQ/7tC/knqfqCxotVyerh5o8m88InnPmHdxfHPu+08xNlAknJUrN2LZrd0+AyY8ralaL98BUROazuU5IR8TwXmzlgUn8yx4mHCREnLvIXQ5+u5+BS/9r8WZ4CkeD0VUnJCvxJbVuLzbB/PpsjNwuZYfyyHIqCdKRqZCu/uutXRdYXyC4W/j2qIGqZNqLU= root@ip-10-31-40-65.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.40.65 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlcXnINNOb9gpi94qnAO7mNEATXNT5QN+aAztRFm5SOn6hIMH+pw3dHZA/iXuqJvb0iVrxm/htoJhErz9jk/YgqQVBLa/ZQyOFT8qCAn+Yg1nRQiU/9xHVw8cyLg4MmhVVnoZDEV8n4B9H7xSFSuU0siOpiK8n72NOJUZL5G4abd8xxatP9BYiHdDvO+fPPmXTwPuVIADhK6zyrwexy32cMQ34P+A0z0LucB3CNcVEFcyohM2N3tHJQNJod3sitxmFD6DUEbAqeXA7MmO2QxRB+A6w0QKpwOd4beWqy+waoTxmu/mG6rwWXxwCA6D6Y/XNzkWQ/7tC/knqfqCxotVyerh5o8m88InnPmHdxfHPu+08xNlAknJUrN2LZrd0+AyY8ralaL98BUROazuU5IR8TwXmzlgUn8yx4mHCREnLvIXQ5+u5+BS/9r8WZ4CkeD0VUnJCvxJbVuLzbB/PpsjNwuZYfyyHIqCdKRqZCu/uutXRdYXyC4W/j2qIGqZNqLU= root@ip-10-31-40-65.us-east-1.aws.redhat.com\n", "name": "10.31.40.65", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } <10.31.42.247> (0, b'', b'') ok: [managed-node1] => { "changed": false, "diff": { "after": "10.31.42.247 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDapSeA1Vz5SpiWdWV/5ydbSgYnHWbVSHcb+j3tx2nZFBpk9irpP0qT6PVr0sBSIcsAVeXkzi8wnELvLg3FHXSPxSLgN3sPuqLI+wbkpum6xTqpGX+r6Rgk9yC/uZ+QYyQhVpDpjGQ0BmIsSdVRhL907fvSJkcyLpnUrNJlyrcEnR2CljsLtXxdOui4LhuIUDv9sNBVh+7xUTrGOksbUfTIWClxarfdmM51umay8Zf/ALVuQ2QB3e5/sZ60QK/cU/YIenIC0Wj8vyiNMTGXTy5wE5gtCO47Hvz3Ka3YfhiQ8sbqWRrIDd1v0cZHi4Ik0xAvnFDns+3zT64vzjJfiosyqj5mOxqwFmlOAJ/+6NKhCazU6gxhkpZYXsGY8/uzo+yxTG2xwwnWkXcDkdnkWT3Yg7tJCPq0S8q4b30l9pm/Iw7ld7P3bWdagR0ckRvBaoMRDWDBYn7ySTQSH4PNpkKlQF7GAydxByXi7iXa43KDsYrxV+KhFrQywcPu03MdNQc= root@ip-10-31-42-247.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.42.247 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDapSeA1Vz5SpiWdWV/5ydbSgYnHWbVSHcb+j3tx2nZFBpk9irpP0qT6PVr0sBSIcsAVeXkzi8wnELvLg3FHXSPxSLgN3sPuqLI+wbkpum6xTqpGX+r6Rgk9yC/uZ+QYyQhVpDpjGQ0BmIsSdVRhL907fvSJkcyLpnUrNJlyrcEnR2CljsLtXxdOui4LhuIUDv9sNBVh+7xUTrGOksbUfTIWClxarfdmM51umay8Zf/ALVuQ2QB3e5/sZ60QK/cU/YIenIC0Wj8vyiNMTGXTy5wE5gtCO47Hvz3Ka3YfhiQ8sbqWRrIDd1v0cZHi4Ik0xAvnFDns+3zT64vzjJfiosyqj5mOxqwFmlOAJ/+6NKhCazU6gxhkpZYXsGY8/uzo+yxTG2xwwnWkXcDkdnkWT3Yg7tJCPq0S8q4b30l9pm/Iw7ld7P3bWdagR0ckRvBaoMRDWDBYn7ySTQSH4PNpkKlQF7GAydxByXi7iXa43KDsYrxV+KhFrQywcPu03MdNQc= root@ip-10-31-42-247.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.42.247 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDapSeA1Vz5SpiWdWV/5ydbSgYnHWbVSHcb+j3tx2nZFBpk9irpP0qT6PVr0sBSIcsAVeXkzi8wnELvLg3FHXSPxSLgN3sPuqLI+wbkpum6xTqpGX+r6Rgk9yC/uZ+QYyQhVpDpjGQ0BmIsSdVRhL907fvSJkcyLpnUrNJlyrcEnR2CljsLtXxdOui4LhuIUDv9sNBVh+7xUTrGOksbUfTIWClxarfdmM51umay8Zf/ALVuQ2QB3e5/sZ60QK/cU/YIenIC0Wj8vyiNMTGXTy5wE5gtCO47Hvz3Ka3YfhiQ8sbqWRrIDd1v0cZHi4Ik0xAvnFDns+3zT64vzjJfiosyqj5mOxqwFmlOAJ/+6NKhCazU6gxhkpZYXsGY8/uzo+yxTG2xwwnWkXcDkdnkWT3Yg7tJCPq0S8q4b30l9pm/Iw7ld7P3bWdagR0ckRvBaoMRDWDBYn7ySTQSH4PNpkKlQF7GAydxByXi7iXa43KDsYrxV+KhFrQywcPu03MdNQc= root@ip-10-31-42-247.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.42.247 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDapSeA1Vz5SpiWdWV/5ydbSgYnHWbVSHcb+j3tx2nZFBpk9irpP0qT6PVr0sBSIcsAVeXkzi8wnELvLg3FHXSPxSLgN3sPuqLI+wbkpum6xTqpGX+r6Rgk9yC/uZ+QYyQhVpDpjGQ0BmIsSdVRhL907fvSJkcyLpnUrNJlyrcEnR2CljsLtXxdOui4LhuIUDv9sNBVh+7xUTrGOksbUfTIWClxarfdmM51umay8Zf/ALVuQ2QB3e5/sZ60QK/cU/YIenIC0Wj8vyiNMTGXTy5wE5gtCO47Hvz3Ka3YfhiQ8sbqWRrIDd1v0cZHi4Ik0xAvnFDns+3zT64vzjJfiosyqj5mOxqwFmlOAJ/+6NKhCazU6gxhkpZYXsGY8/uzo+yxTG2xwwnWkXcDkdnkWT3Yg7tJCPq0S8q4b30l9pm/Iw7ld7P3bWdagR0ckRvBaoMRDWDBYn7ySTQSH4PNpkKlQF7GAydxByXi7iXa43KDsYrxV+KhFrQywcPu03MdNQc= root@ip-10-31-42-247.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.42.247 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDapSeA1Vz5SpiWdWV/5ydbSgYnHWbVSHcb+j3tx2nZFBpk9irpP0qT6PVr0sBSIcsAVeXkzi8wnELvLg3FHXSPxSLgN3sPuqLI+wbkpum6xTqpGX+r6Rgk9yC/uZ+QYyQhVpDpjGQ0BmIsSdVRhL907fvSJkcyLpnUrNJlyrcEnR2CljsLtXxdOui4LhuIUDv9sNBVh+7xUTrGOksbUfTIWClxarfdmM51umay8Zf/ALVuQ2QB3e5/sZ60QK/cU/YIenIC0Wj8vyiNMTGXTy5wE5gtCO47Hvz3Ka3YfhiQ8sbqWRrIDd1v0cZHi4Ik0xAvnFDns+3zT64vzjJfiosyqj5mOxqwFmlOAJ/+6NKhCazU6gxhkpZYXsGY8/uzo+yxTG2xwwnWkXcDkdnkWT3Yg7tJCPq0S8q4b30l9pm/Iw7ld7P3bWdagR0ckRvBaoMRDWDBYn7ySTQSH4PNpkKlQF7GAydxByXi7iXa43KDsYrxV+KhFrQywcPu03MdNQc= root@ip-10-31-42-247.us-east-1.aws.redhat.com\n", "name": "10.31.42.247", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } <10.31.45.128> (0, b'', b'') ok: [managed-node3] => { "changed": false, "diff": { "after": "10.31.45.128 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLfJHXcMt4bhf29/PszGYuEY6O5KNIwONa4dadGAozVxRH+yakDN0A6bcPRvf/6KyYHkLN1qIAzQV/h8s5Uynli3wVYAvrb1dYViNh7b21b1PZVE6zDGE5x2HMQbGPh03ZCnEnD4GYunsZjBptjISDOmDxH1b7DSPFIXObeelsSOl3AQx3Vab+7swwiwKlBeG2hJygLTO+Vf1mwRb31N9+zVm+H8IYdPbVyf7Rr9oSxUAtZ+YfKQKABH0eUiZTn8kId4zAce1OpDZ78m4eQ32KN0rongyEp5FcjqIZXWRItJq9U9WaH1znB8mjn4JL/vDPscCow80TJ1151XevH92RqbOxEcbpxXuGBd6WJEbS61Jn+5NuItFDOR/txAX7iKGPq4OS1uelleldHDXDsUCuUclKkBPS0Zl7CuwjyOH0NubaEMBMyOsW+CE8FW23Pu8+WYXiQG4zDlDfyEqf5PeTk0/pI8AWQTI+VLDXM6gUBJLqbOwmQPjja0uxAYhr07E= root@ip-10-31-45-128.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.45.128 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLfJHXcMt4bhf29/PszGYuEY6O5KNIwONa4dadGAozVxRH+yakDN0A6bcPRvf/6KyYHkLN1qIAzQV/h8s5Uynli3wVYAvrb1dYViNh7b21b1PZVE6zDGE5x2HMQbGPh03ZCnEnD4GYunsZjBptjISDOmDxH1b7DSPFIXObeelsSOl3AQx3Vab+7swwiwKlBeG2hJygLTO+Vf1mwRb31N9+zVm+H8IYdPbVyf7Rr9oSxUAtZ+YfKQKABH0eUiZTn8kId4zAce1OpDZ78m4eQ32KN0rongyEp5FcjqIZXWRItJq9U9WaH1znB8mjn4JL/vDPscCow80TJ1151XevH92RqbOxEcbpxXuGBd6WJEbS61Jn+5NuItFDOR/txAX7iKGPq4OS1uelleldHDXDsUCuUclKkBPS0Zl7CuwjyOH0NubaEMBMyOsW+CE8FW23Pu8+WYXiQG4zDlDfyEqf5PeTk0/pI8AWQTI+VLDXM6gUBJLqbOwmQPjja0uxAYhr07E= root@ip-10-31-45-128.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.45.128 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLfJHXcMt4bhf29/PszGYuEY6O5KNIwONa4dadGAozVxRH+yakDN0A6bcPRvf/6KyYHkLN1qIAzQV/h8s5Uynli3wVYAvrb1dYViNh7b21b1PZVE6zDGE5x2HMQbGPh03ZCnEnD4GYunsZjBptjISDOmDxH1b7DSPFIXObeelsSOl3AQx3Vab+7swwiwKlBeG2hJygLTO+Vf1mwRb31N9+zVm+H8IYdPbVyf7Rr9oSxUAtZ+YfKQKABH0eUiZTn8kId4zAce1OpDZ78m4eQ32KN0rongyEp5FcjqIZXWRItJq9U9WaH1znB8mjn4JL/vDPscCow80TJ1151XevH92RqbOxEcbpxXuGBd6WJEbS61Jn+5NuItFDOR/txAX7iKGPq4OS1uelleldHDXDsUCuUclKkBPS0Zl7CuwjyOH0NubaEMBMyOsW+CE8FW23Pu8+WYXiQG4zDlDfyEqf5PeTk0/pI8AWQTI+VLDXM6gUBJLqbOwmQPjja0uxAYhr07E= root@ip-10-31-45-128.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.45.128 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLfJHXcMt4bhf29/PszGYuEY6O5KNIwONa4dadGAozVxRH+yakDN0A6bcPRvf/6KyYHkLN1qIAzQV/h8s5Uynli3wVYAvrb1dYViNh7b21b1PZVE6zDGE5x2HMQbGPh03ZCnEnD4GYunsZjBptjISDOmDxH1b7DSPFIXObeelsSOl3AQx3Vab+7swwiwKlBeG2hJygLTO+Vf1mwRb31N9+zVm+H8IYdPbVyf7Rr9oSxUAtZ+YfKQKABH0eUiZTn8kId4zAce1OpDZ78m4eQ32KN0rongyEp5FcjqIZXWRItJq9U9WaH1znB8mjn4JL/vDPscCow80TJ1151XevH92RqbOxEcbpxXuGBd6WJEbS61Jn+5NuItFDOR/txAX7iKGPq4OS1uelleldHDXDsUCuUclKkBPS0Zl7CuwjyOH0NubaEMBMyOsW+CE8FW23Pu8+WYXiQG4zDlDfyEqf5PeTk0/pI8AWQTI+VLDXM6gUBJLqbOwmQPjja0uxAYhr07E= root@ip-10-31-45-128.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.45.128 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLfJHXcMt4bhf29/PszGYuEY6O5KNIwONa4dadGAozVxRH+yakDN0A6bcPRvf/6KyYHkLN1qIAzQV/h8s5Uynli3wVYAvrb1dYViNh7b21b1PZVE6zDGE5x2HMQbGPh03ZCnEnD4GYunsZjBptjISDOmDxH1b7DSPFIXObeelsSOl3AQx3Vab+7swwiwKlBeG2hJygLTO+Vf1mwRb31N9+zVm+H8IYdPbVyf7Rr9oSxUAtZ+YfKQKABH0eUiZTn8kId4zAce1OpDZ78m4eQ32KN0rongyEp5FcjqIZXWRItJq9U9WaH1znB8mjn4JL/vDPscCow80TJ1151XevH92RqbOxEcbpxXuGBd6WJEbS61Jn+5NuItFDOR/txAX7iKGPq4OS1uelleldHDXDsUCuUclKkBPS0Zl7CuwjyOH0NubaEMBMyOsW+CE8FW23Pu8+WYXiQG4zDlDfyEqf5PeTk0/pI8AWQTI+VLDXM6gUBJLqbOwmQPjja0uxAYhr07E= root@ip-10-31-45-128.us-east-1.aws.redhat.com\n", "name": "10.31.45.128", "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-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 21 December 2024 02:17:33 -0500 (0:00:00.585) 0:00:12.995 ***** <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.247> (0, b'/root\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765453.5863266-11392-147201815925741 `" && echo ansible-tmp-1734765453.5863266-11392-147201815925741="` echo /root/.ansible/tmp/ansible-tmp-1734765453.5863266-11392-147201815925741 `" ) && sleep 0'"'"'' <10.31.40.65> (0, b'/root\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765453.6078777-11393-228022173042851 `" && echo ansible-tmp-1734765453.6078777-11393-228022173042851="` echo /root/.ansible/tmp/ansible-tmp-1734765453.6078777-11393-228022173042851 `" ) && sleep 0'"'"'' <10.31.45.128> (0, b'/root\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765453.6098523-11395-148628969705793 `" && echo ansible-tmp-1734765453.6098523-11395-148628969705793="` echo /root/.ansible/tmp/ansible-tmp-1734765453.6098523-11395-148628969705793 `" ) && sleep 0'"'"'' <10.31.42.247> (0, b'ansible-tmp-1734765453.5863266-11392-147201815925741=/root/.ansible/tmp/ansible-tmp-1734765453.5863266-11392-147201815925741\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.42.247> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpp96r4rbs TO /root/.ansible/tmp/ansible-tmp-1734765453.5863266-11392-147201815925741/AnsiballZ_stat.py <10.31.42.247> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/43510ce736"' '[10.31.42.247]' <10.31.40.65> (0, b'ansible-tmp-1734765453.6078777-11393-228022173042851=/root/.ansible/tmp/ansible-tmp-1734765453.6078777-11393-228022173042851\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.40.65> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp1h3_yj5s TO /root/.ansible/tmp/ansible-tmp-1734765453.6078777-11393-228022173042851/AnsiballZ_stat.py <10.31.40.65> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' '[10.31.40.65]' <10.31.45.128> (0, b'ansible-tmp-1734765453.6098523-11395-148628969705793=/root/.ansible/tmp/ansible-tmp-1734765453.6098523-11395-148628969705793\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.45.128> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpibhl8ump TO /root/.ansible/tmp/ansible-tmp-1734765453.6098523-11395-148628969705793/AnsiballZ_stat.py <10.31.45.128> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' '[10.31.45.128]' <10.31.42.247> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpp96r4rbs /root/.ansible/tmp/ansible-tmp-1734765453.5863266-11392-147201815925741/AnsiballZ_stat.py\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765453.5863266-11392-147201815925741/ /root/.ansible/tmp/ansible-tmp-1734765453.5863266-11392-147201815925741/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' -tt 10.31.42.247 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765453.5863266-11392-147201815925741/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.65> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp1h3_yj5s /root/.ansible/tmp/ansible-tmp-1734765453.6078777-11393-228022173042851/AnsiballZ_stat.py\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765453.6078777-11393-228022173042851/ /root/.ansible/tmp/ansible-tmp-1734765453.6078777-11393-228022173042851/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.128> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpibhl8ump /root/.ansible/tmp/ansible-tmp-1734765453.6098523-11395-148628969705793/AnsiballZ_stat.py\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765453.6098523-11395-148628969705793/ /root/.ansible/tmp/ansible-tmp-1734765453.6098523-11395-148628969705793/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' -tt 10.31.40.65 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765453.6078777-11393-228022173042851/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.128> (0, b'', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' -tt 10.31.45.128 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765453.6098523-11395-148628969705793/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.247> (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": 94372098, "dev": 51713, "nlink": 1, "atime": 1734765403.94812, "mtime": 1734765400.607122, "ctime": 1734765401.5191216, "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": "ba0dca38abc2f7abb2df2784317ef9c7f88a64f3", "mimetype": "text/plain", "charset": "us-ascii", "version": "47719694", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.42.247 closed.\r\n') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765453.5863266-11392-147201815925741/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1734765403.94812, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ba0dca38abc2f7abb2df2784317ef9c7f88a64f3", "ctime": 1734765401.5191216, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 94372098, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1734765400.607122, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "47719694", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.40.65> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 120, "inode": 174063874, "dev": 51713, "nlink": 1, "atime": 1734765415.1478007, "mtime": 1734765413.2527785, "ctime": 1734765413.6597834, "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": "19dac49de4393cb8e902d841a155fcf6d4fa2982", "mimetype": "text/plain", "charset": "us-ascii", "version": "1535746033", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.40.65 closed.\r\n') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765453.6078777-11393-228022173042851/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.128> (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": 1734765420.3751664, "mtime": 1734765418.2371602, "ctime": 1734765418.497161, "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": "d3554b61034bb036a6184d1107f0a7f1d442183b", "mimetype": "text/plain", "charset": "us-ascii", "version": "834578637", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.45.128 closed.\r\n') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765453.6098523-11395-148628969705793/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1734765415.1478007, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "19dac49de4393cb8e902d841a155fcf6d4fa2982", "ctime": 1734765413.6597834, "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": 1734765413.2527785, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 120, "uid": 0, "version": "1535746033", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.45.128> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1734765420.3751664, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d3554b61034bb036a6184d1107f0a7f1d442183b", "ctime": 1734765418.497161, "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": 1734765418.2371602, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "834578637", "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-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 21 December 2024 02:17:33 -0500 (0:00:00.391) 0:00:13.387 ***** <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.247> (0, b'/root\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765454.018672-11416-82296971922985 `" && echo ansible-tmp-1734765454.018672-11416-82296971922985="` echo /root/.ansible/tmp/ansible-tmp-1734765454.018672-11416-82296971922985 `" ) && sleep 0'"'"'' <10.31.40.65> (0, b'/root\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765454.0354378-11417-73233233458833 `" && echo ansible-tmp-1734765454.0354378-11417-73233233458833="` echo /root/.ansible/tmp/ansible-tmp-1734765454.0354378-11417-73233233458833 `" ) && sleep 0'"'"'' <10.31.45.128> (0, b'/root\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765454.0400908-11418-7209311503940 `" && echo ansible-tmp-1734765454.0400908-11418-7209311503940="` echo /root/.ansible/tmp/ansible-tmp-1734765454.0400908-11418-7209311503940 `" ) && sleep 0'"'"'' <10.31.42.247> (0, b'ansible-tmp-1734765454.018672-11416-82296971922985=/root/.ansible/tmp/ansible-tmp-1734765454.018672-11416-82296971922985\n', b'') <10.31.40.65> (0, b'ansible-tmp-1734765454.0354378-11417-73233233458833=/root/.ansible/tmp/ansible-tmp-1734765454.0354378-11417-73233233458833\n', b'') <10.31.45.128> (0, b'ansible-tmp-1734765454.0400908-11418-7209311503940=/root/.ansible/tmp/ansible-tmp-1734765454.0400908-11418-7209311503940\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.42.247> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpkdhjh37f TO /root/.ansible/tmp/ansible-tmp-1734765454.018672-11416-82296971922985/AnsiballZ_stat.py <10.31.42.247> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/43510ce736"' '[10.31.42.247]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.40.65> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp7np6dvzh TO /root/.ansible/tmp/ansible-tmp-1734765454.0354378-11417-73233233458833/AnsiballZ_stat.py <10.31.40.65> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' '[10.31.40.65]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.45.128> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmppht1gklx TO /root/.ansible/tmp/ansible-tmp-1734765454.0400908-11418-7209311503940/AnsiballZ_stat.py <10.31.45.128> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' '[10.31.45.128]' <10.31.42.247> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpkdhjh37f /root/.ansible/tmp/ansible-tmp-1734765454.018672-11416-82296971922985/AnsiballZ_stat.py\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765454.018672-11416-82296971922985/ /root/.ansible/tmp/ansible-tmp-1734765454.018672-11416-82296971922985/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.65> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp7np6dvzh /root/.ansible/tmp/ansible-tmp-1734765454.0354378-11417-73233233458833/AnsiballZ_stat.py\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765454.0354378-11417-73233233458833/ /root/.ansible/tmp/ansible-tmp-1734765454.0354378-11417-73233233458833/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.128> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmppht1gklx /root/.ansible/tmp/ansible-tmp-1734765454.0400908-11418-7209311503940/AnsiballZ_stat.py\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765454.0400908-11418-7209311503940/ /root/.ansible/tmp/ansible-tmp-1734765454.0400908-11418-7209311503940/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' -tt 10.31.42.247 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765454.018672-11416-82296971922985/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' -tt 10.31.40.65 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765454.0354378-11417-73233233458833/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.128> (0, b'', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' -tt 10.31.45.128 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765454.0400908-11418-7209311503940/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.247> (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": 94372098, "dev": 51713, "nlink": 1, "atime": 1734765403.94812, "mtime": 1734765400.607122, "ctime": 1734765401.5191216, "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": "ba0dca38abc2f7abb2df2784317ef9c7f88a64f3", "mimetype": "text/plain", "charset": "us-ascii", "version": "47719694", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to 10.31.42.247 closed.\r\n') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.42.247> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpd1hdt2yq TO /root/.ansible/tmp/ansible-tmp-1734765454.018672-11416-82296971922985/AnsiballZ_file.py <10.31.42.247> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/43510ce736"' '[10.31.42.247]' <10.31.40.65> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 120, "inode": 174063874, "dev": 51713, "nlink": 1, "atime": 1734765415.1478007, "mtime": 1734765413.2527785, "ctime": 1734765413.6597834, "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": "19dac49de4393cb8e902d841a155fcf6d4fa2982", "mimetype": "text/plain", "charset": "us-ascii", "version": "1535746033", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to 10.31.40.65 closed.\r\n') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765454.0354378-11417-73233233458833/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.128> (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": 1734765420.3751664, "mtime": 1734765418.2371602, "ctime": 1734765418.497161, "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": "d3554b61034bb036a6184d1107f0a7f1d442183b", "mimetype": "text/plain", "charset": "us-ascii", "version": "834578637", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to 10.31.45.128 closed.\r\n') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.45.128> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpm2eb3cs_ TO /root/.ansible/tmp/ansible-tmp-1734765454.0400908-11418-7209311503940/AnsiballZ_file.py <10.31.45.128> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' '[10.31.45.128]' <10.31.40.65> (0, b'', b'') Notification for handler Restart kdump has been saved. changed: [managed-node2] => { "changed": true, "diff": [], "invocation": { "backup": true, "dest": "/etc/kdump.conf", "follow": false, "mode": "0644", "module_args": { "backup": true, "dest": "/etc/kdump.conf", "follow": false, "mode": "0644", "src": "/root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpa233qsvx/kdump.conf.j2" }, "src": "/root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpa233qsvx/kdump.conf.j2" } } <10.31.42.247> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpd1hdt2yq /root/.ansible/tmp/ansible-tmp-1734765454.018672-11416-82296971922985/AnsiballZ_file.py\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765454.018672-11416-82296971922985/ /root/.ansible/tmp/ansible-tmp-1734765454.018672-11416-82296971922985/AnsiballZ_file.py && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' -tt 10.31.42.247 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765454.018672-11416-82296971922985/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.128> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpm2eb3cs_ /root/.ansible/tmp/ansible-tmp-1734765454.0400908-11418-7209311503940/AnsiballZ_file.py\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765454.0400908-11418-7209311503940/ /root/.ansible/tmp/ansible-tmp-1734765454.0400908-11418-7209311503940/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.128> (0, b'', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' -tt 10.31.45.128 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765454.0400908-11418-7209311503940/AnsiballZ_file.py && sleep 0'"'"'' <10.31.42.247> (0, b'\r\n{"path": "/etc/kdump.conf", "changed": false, "diff": {"before": {"path": "/etc/kdump.conf"}, "after": {"path": "/etc/kdump.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "invocation": {"module_args": {"mode": "0644", "dest": "/etc/kdump.conf", "_original_basename": "kdump.conf.j2", "recurse": false, "state": "file", "path": "/etc/kdump.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.42.247 closed.\r\n') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765454.018672-11416-82296971922985/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') ok: [managed-node1] => { "changed": false, "checksum": "ba0dca38abc2f7abb2df2784317ef9c7f88a64f3", "dest": "/etc/kdump.conf", "diff": { "after": { "path": "/etc/kdump.conf" }, "before": { "path": "/etc/kdump.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "kdump.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/kdump.conf", "follow": true, "force": false, "group": null, "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/etc/kdump.conf", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/kdump.conf", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "state": "file", "uid": 0 } <10.31.45.128> (0, b'\r\n{"path": "/etc/kdump.conf", "changed": false, "diff": {"before": {"path": "/etc/kdump.conf"}, "after": {"path": "/etc/kdump.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "invocation": {"module_args": {"mode": "0644", "dest": "/etc/kdump.conf", "_original_basename": "kdump.conf.j2", "recurse": false, "state": "file", "path": "/etc/kdump.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.45.128 closed.\r\n') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765454.0400908-11418-7209311503940/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.128> (0, b'', b'') ok: [managed-node3] => { "changed": false, "checksum": "d3554b61034bb036a6184d1107f0a7f1d442183b", "dest": "/etc/kdump.conf", "diff": { "after": { "path": "/etc/kdump.conf" }, "before": { "path": "/etc/kdump.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "kdump.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/kdump.conf", "follow": true, "force": false, "group": null, "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/etc/kdump.conf", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/kdump.conf", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 21 December 2024 02:17:34 -0500 (0:00:00.740) 0:00:14.128 ***** <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.247> (0, b'/root\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765454.729877-11451-171597627406531 `" && echo ansible-tmp-1734765454.729877-11451-171597627406531="` echo /root/.ansible/tmp/ansible-tmp-1734765454.729877-11451-171597627406531 `" ) && sleep 0'"'"'' <10.31.40.65> (0, b'/root\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765454.7363834-11452-61038638980660 `" && echo ansible-tmp-1734765454.7363834-11452-61038638980660="` echo /root/.ansible/tmp/ansible-tmp-1734765454.7363834-11452-61038638980660 `" ) && sleep 0'"'"'' <10.31.45.128> (0, b'/root\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765454.7406318-11454-86126993184031 `" && echo ansible-tmp-1734765454.7406318-11454-86126993184031="` echo /root/.ansible/tmp/ansible-tmp-1734765454.7406318-11454-86126993184031 `" ) && sleep 0'"'"'' <10.31.42.247> (0, b'ansible-tmp-1734765454.729877-11451-171597627406531=/root/.ansible/tmp/ansible-tmp-1734765454.729877-11451-171597627406531\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.42.247> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpjcthowq0 TO /root/.ansible/tmp/ansible-tmp-1734765454.729877-11451-171597627406531/AnsiballZ_slurp.py <10.31.42.247> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/43510ce736"' '[10.31.42.247]' <10.31.40.65> (0, b'ansible-tmp-1734765454.7363834-11452-61038638980660=/root/.ansible/tmp/ansible-tmp-1734765454.7363834-11452-61038638980660\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.40.65> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpyxbpf85a TO /root/.ansible/tmp/ansible-tmp-1734765454.7363834-11452-61038638980660/AnsiballZ_slurp.py <10.31.40.65> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' '[10.31.40.65]' <10.31.45.128> (0, b'ansible-tmp-1734765454.7406318-11454-86126993184031=/root/.ansible/tmp/ansible-tmp-1734765454.7406318-11454-86126993184031\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.45.128> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpiq5dibqr TO /root/.ansible/tmp/ansible-tmp-1734765454.7406318-11454-86126993184031/AnsiballZ_slurp.py <10.31.45.128> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' '[10.31.45.128]' <10.31.42.247> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpjcthowq0 /root/.ansible/tmp/ansible-tmp-1734765454.729877-11451-171597627406531/AnsiballZ_slurp.py\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765454.729877-11451-171597627406531/ /root/.ansible/tmp/ansible-tmp-1734765454.729877-11451-171597627406531/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.65> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpyxbpf85a /root/.ansible/tmp/ansible-tmp-1734765454.7363834-11452-61038638980660/AnsiballZ_slurp.py\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765454.7363834-11452-61038638980660/ /root/.ansible/tmp/ansible-tmp-1734765454.7363834-11452-61038638980660/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.128> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpiq5dibqr /root/.ansible/tmp/ansible-tmp-1734765454.7406318-11454-86126993184031/AnsiballZ_slurp.py\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765454.7406318-11454-86126993184031/ /root/.ansible/tmp/ansible-tmp-1734765454.7406318-11454-86126993184031/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' -tt 10.31.42.247 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765454.729877-11451-171597627406531/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' -tt 10.31.40.65 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765454.7363834-11452-61038638980660/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.128> (0, b'', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' -tt 10.31.45.128 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765454.7406318-11454-86126993184031/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.42.247> (0, b'\r\n{"content": "MjAxMzI2NTkyCg==", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}}\r\n', b'Shared connection to 10.31.42.247 closed.\r\n') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765454.729877-11451-171597627406531/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.65> (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.65 closed.\r\n') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765454.7363834-11452-61038638980660/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.128> (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.45.128 closed.\r\n') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765454.7406318-11454-86126993184031/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') ok: [managed-node1] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } <10.31.40.65> (0, b'', b'') <10.31.45.128> (0, b'', b'') ok: [managed-node2] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } ok: [managed-node3] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] **** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 21 December 2024 02:17:35 -0500 (0:00:00.364) 0:00:14.492 ***** 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-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 21 December 2024 02:17:35 -0500 (0:00:00.083) 0:00:14.575 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] *** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 21 December 2024 02:17:35 -0500 (0:00:00.069) 0:00:14.644 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false] *** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 21 December 2024 02:17:35 -0500 (0:00:00.074) 0:00:14.719 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Reboot the managed node] *************** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 21 December 2024 02:17:35 -0500 (0:00:00.073) 0:00:14.792 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag] *** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 21 December 2024 02:17:35 -0500 (0:00:00.072) 0:00:14.865 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] ********** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 21 December 2024 02:17:35 -0500 (0:00:00.072) 0:00:14.937 ***** <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.247> (0, b'/root\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765455.5393987-11496-160301720225324 `" && echo ansible-tmp-1734765455.5393987-11496-160301720225324="` echo /root/.ansible/tmp/ansible-tmp-1734765455.5393987-11496-160301720225324 `" ) && sleep 0'"'"'' <10.31.40.65> (0, b'/root\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765455.5453017-11497-27633628570815 `" && echo ansible-tmp-1734765455.5453017-11497-27633628570815="` echo /root/.ansible/tmp/ansible-tmp-1734765455.5453017-11497-27633628570815 `" ) && sleep 0'"'"'' <10.31.45.128> (0, b'/root\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765455.5543847-11499-188243060260952 `" && echo ansible-tmp-1734765455.5543847-11499-188243060260952="` echo /root/.ansible/tmp/ansible-tmp-1734765455.5543847-11499-188243060260952 `" ) && sleep 0'"'"'' <10.31.42.247> (0, b'ansible-tmp-1734765455.5393987-11496-160301720225324=/root/.ansible/tmp/ansible-tmp-1734765455.5393987-11496-160301720225324\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.42.247> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp4l8fsv2d TO /root/.ansible/tmp/ansible-tmp-1734765455.5393987-11496-160301720225324/AnsiballZ_systemd.py <10.31.42.247> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/43510ce736"' '[10.31.42.247]' <10.31.40.65> (0, b'ansible-tmp-1734765455.5453017-11497-27633628570815=/root/.ansible/tmp/ansible-tmp-1734765455.5453017-11497-27633628570815\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.40.65> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpyhn_dksm TO /root/.ansible/tmp/ansible-tmp-1734765455.5453017-11497-27633628570815/AnsiballZ_systemd.py <10.31.40.65> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' '[10.31.40.65]' <10.31.45.128> (0, b'ansible-tmp-1734765455.5543847-11499-188243060260952=/root/.ansible/tmp/ansible-tmp-1734765455.5543847-11499-188243060260952\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.45.128> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmphskxqrjr TO /root/.ansible/tmp/ansible-tmp-1734765455.5543847-11499-188243060260952/AnsiballZ_systemd.py <10.31.45.128> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' '[10.31.45.128]' <10.31.42.247> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmp4l8fsv2d /root/.ansible/tmp/ansible-tmp-1734765455.5393987-11496-160301720225324/AnsiballZ_systemd.py\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765455.5393987-11496-160301720225324/ /root/.ansible/tmp/ansible-tmp-1734765455.5393987-11496-160301720225324/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.45.128> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmphskxqrjr /root/.ansible/tmp/ansible-tmp-1734765455.5543847-11499-188243060260952/AnsiballZ_systemd.py\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpyhn_dksm /root/.ansible/tmp/ansible-tmp-1734765455.5453017-11497-27633628570815/AnsiballZ_systemd.py\n', b'') <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765455.5543847-11499-188243060260952/ /root/.ansible/tmp/ansible-tmp-1734765455.5543847-11499-188243060260952/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765455.5453017-11497-27633628570815/ /root/.ansible/tmp/ansible-tmp-1734765455.5453017-11497-27633628570815/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' -tt 10.31.42.247 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765455.5393987-11496-160301720225324/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.45.128> (0, b'', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' -tt 10.31.45.128 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765455.5543847-11499-188243060260952/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' -tt 10.31.40.65 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765455.5453017-11497-27633628570815/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.45.128> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-21 02:17:00 EST", "ExecMainStartTimestampMonotonic": "303367950", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:19 EST", "ExecMainExitTimestampMonotonic": "322063183", "ExecMainPID": "16754", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:17:00 EST] ; stop_time=[Sat 2024-12-21 02:17:19 EST] ; pid=16754 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:17:00 EST] ; stop_time=[Sat 2024-12-21 02:17:00 EST] ; pid=16745 ; 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": "basic.target network.target network-online.target system.slice systemd-journald.socket remote-fs.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-21 02:17:19 EST", "StateChangeTimestampMonotonic": "322063542", "InactiveExitTimestamp": "Sat 2024-12-21 02:17:00 EST", "InactiveExitTimestampMonotonic": "303368167", "ActiveEnterTimestamp": "Sat 2024-12-21 02:17:19 EST", "ActiveEnterTimestampMonotonic": "322063542", "ActiveExitTimestamp": "Sat 2024-12-21 02:17:00 EST", "ActiveExitTimestampMonotonic": "303343240", "InactiveEnterTimestamp": "Sat 2024-12-21 02:17:00 EST", "InactiveEnterTimestampMonotonic": "303365485", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:17:00 EST", "ConditionTimestampMonotonic": "303366352", "AssertTimestamp": "Sat 2024-12-21 02:17:00 EST", "AssertTimestampMonotonic": "303366376", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "c0761ceccf3a4269bfa560cd629aff75", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "enabled": null, "force": null, "masked": null}}}\r\n', b'Shared connection to 10.31.45.128 closed.\r\n') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765455.5543847-11499-188243060260952/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.247> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:43 EST", "ExecMainStartTimestampMonotonic": "226940853", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:02 EST", "ExecMainExitTimestampMonotonic": "245827340", "ExecMainPID": "16725", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:43 EST] ; stop_time=[Sat 2024-12-21 02:17:02 EST] ; pid=16725 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:43 EST] ; stop_time=[Sat 2024-12-21 02:16:43 EST] ; pid=16716 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22406", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "basic.target systemd-journald.socket system.slice remote-fs.target network.target network-online.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-21 02:17:02 EST", "StateChangeTimestampMonotonic": "245827777", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:43 EST", "InactiveExitTimestampMonotonic": "226941042", "ActiveEnterTimestamp": "Sat 2024-12-21 02:17:02 EST", "ActiveEnterTimestampMonotonic": "245827777", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:43 EST", "ActiveExitTimestampMonotonic": "226915765", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:43 EST", "InactiveEnterTimestampMonotonic": "226939033", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:43 EST", "ConditionTimestampMonotonic": "226939871", "AssertTimestamp": "Sat 2024-12-21 02:16:43 EST", "AssertTimestampMonotonic": "226939894", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "705a2c5f692f4123ba35e8a09aae892a", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "enabled": null, "force": null, "masked": null}}}\r\n', b'Shared connection to 10.31.42.247 closed.\r\n') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765455.5393987-11496-160301720225324/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.65> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:55 EST", "ExecMainStartTimestampMonotonic": "306142690", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:14 EST", "ExecMainExitTimestampMonotonic": "325168711", "ExecMainPID": "20411", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:55 EST] ; stop_time=[Sat 2024-12-21 02:17:14 EST] ; pid=20411 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:55 EST] ; stop_time=[Sat 2024-12-21 02:16:55 EST] ; pid=20402 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "network.target basic.target remote-fs.target system.slice systemd-journald.socket network-online.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-21 02:17:14 EST", "StateChangeTimestampMonotonic": "325169140", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:55 EST", "InactiveExitTimestampMonotonic": "306142726", "ActiveEnterTimestamp": "Sat 2024-12-21 02:17:14 EST", "ActiveEnterTimestampMonotonic": "325169140", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:55 EST", "ActiveExitTimestampMonotonic": "306117714", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:55 EST", "InactiveEnterTimestampMonotonic": "306140685", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:55 EST", "ConditionTimestampMonotonic": "306141735", "AssertTimestamp": "Sat 2024-12-21 02:16:55 EST", "AssertTimestampMonotonic": "306141758", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "bb790486694e48ecb0f59a175aeb9bd6", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "enabled": null, "force": null, "masked": null}}}\r\n', b'Shared connection to 10.31.40.65 closed.\r\n') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765455.5453017-11497-27633628570815/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": "started" } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-12-21 02:17:02 EST", "ActiveEnterTimestampMonotonic": "245827777", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:43 EST", "ActiveExitTimestampMonotonic": "226915765", "ActiveState": "active", "After": "basic.target systemd-journald.socket system.slice remote-fs.target network.target network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-21 02:16:43 EST", "AssertTimestampMonotonic": "226939894", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:43 EST", "ConditionTimestampMonotonic": "226939871", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:02 EST", "ExecMainExitTimestampMonotonic": "245827340", "ExecMainPID": "16725", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:43 EST", "ExecMainStartTimestampMonotonic": "226940853", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:43 EST] ; stop_time=[Sat 2024-12-21 02:17:02 EST] ; pid=16725 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:43 EST] ; stop_time=[Sat 2024-12-21 02:16:43 EST] ; pid=16716 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:43 EST", "InactiveEnterTimestampMonotonic": "226939033", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:43 EST", "InactiveExitTimestampMonotonic": "226941042", "InvocationID": "705a2c5f692f4123ba35e8a09aae892a", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-12-21 02:17:02 EST", "StateChangeTimestampMonotonic": "245827777", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } <10.31.45.128> (0, b'', b'') <10.31.40.65> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": "started" } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-12-21 02:17:19 EST", "ActiveEnterTimestampMonotonic": "322063542", "ActiveExitTimestamp": "Sat 2024-12-21 02:17:00 EST", "ActiveExitTimestampMonotonic": "303343240", "ActiveState": "active", "After": "basic.target network.target network-online.target system.slice systemd-journald.socket remote-fs.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-21 02:17:00 EST", "AssertTimestampMonotonic": "303366376", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:17:00 EST", "ConditionTimestampMonotonic": "303366352", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:19 EST", "ExecMainExitTimestampMonotonic": "322063183", "ExecMainPID": "16754", "ExecMainStartTimestamp": "Sat 2024-12-21 02:17:00 EST", "ExecMainStartTimestampMonotonic": "303367950", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:17:00 EST] ; stop_time=[Sat 2024-12-21 02:17:19 EST] ; pid=16754 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:17:00 EST] ; stop_time=[Sat 2024-12-21 02:17:00 EST] ; pid=16745 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-12-21 02:17:00 EST", "InactiveEnterTimestampMonotonic": "303365485", "InactiveExitTimestamp": "Sat 2024-12-21 02:17:00 EST", "InactiveExitTimestampMonotonic": "303368167", "InvocationID": "c0761ceccf3a4269bfa560cd629aff75", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-12-21 02:17:19 EST", "StateChangeTimestampMonotonic": "322063542", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": "started" } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-12-21 02:17:14 EST", "ActiveEnterTimestampMonotonic": "325169140", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:55 EST", "ActiveExitTimestampMonotonic": "306117714", "ActiveState": "active", "After": "network.target basic.target remote-fs.target system.slice systemd-journald.socket network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-21 02:16:55 EST", "AssertTimestampMonotonic": "306141758", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:55 EST", "ConditionTimestampMonotonic": "306141735", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:14 EST", "ExecMainExitTimestampMonotonic": "325168711", "ExecMainPID": "20411", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:55 EST", "ExecMainStartTimestampMonotonic": "306142690", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:55 EST] ; stop_time=[Sat 2024-12-21 02:17:14 EST] ; pid=20411 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:55 EST] ; stop_time=[Sat 2024-12-21 02:16:55 EST] ; pid=20402 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:55 EST", "InactiveEnterTimestampMonotonic": "306140685", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:55 EST", "InactiveExitTimestampMonotonic": "306142726", "InvocationID": "bb790486694e48ecb0f59a175aeb9bd6", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-12-21 02:17:14 EST", "StateChangeTimestampMonotonic": "325169140", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [If reboot is required - assert the expected fail message] **************** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:86 Saturday 21 December 2024 02:17:36 -0500 (0:00:00.532) 0:00:15.470 ***** fatal: [localhost]: FAILED! => { "assertion": "'Reboot is required to apply changes.' in ansible_failed_result.msg", "changed": false, "evaluated_to": false } MSG: Assertion failed TASK [Cleanup kdump_path] ****************************************************** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 21 December 2024 02:17:36 -0500 (0:00:00.015) 0:00:15.486 ***** <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.247> (0, b'/root\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765456.1049228-11521-272451284482576 `" && echo ansible-tmp-1734765456.1049228-11521-272451284482576="` echo /root/.ansible/tmp/ansible-tmp-1734765456.1049228-11521-272451284482576 `" ) && sleep 0'"'"'' <10.31.40.65> (0, b'/root\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765456.1075845-11522-143604967380815 `" && echo ansible-tmp-1734765456.1075845-11522-143604967380815="` echo /root/.ansible/tmp/ansible-tmp-1734765456.1075845-11522-143604967380815 `" ) && sleep 0'"'"'' <10.31.45.128> (0, b'/root\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765456.1108751-11523-48873211802093 `" && echo ansible-tmp-1734765456.1108751-11523-48873211802093="` echo /root/.ansible/tmp/ansible-tmp-1734765456.1108751-11523-48873211802093 `" ) && sleep 0'"'"'' <10.31.40.65> (0, b'ansible-tmp-1734765456.1075845-11522-143604967380815=/root/.ansible/tmp/ansible-tmp-1734765456.1075845-11522-143604967380815\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.40.65> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpbljy0z0t TO /root/.ansible/tmp/ansible-tmp-1734765456.1075845-11522-143604967380815/AnsiballZ_file.py <10.31.40.65> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' '[10.31.40.65]' <10.31.42.247> (0, b'ansible-tmp-1734765456.1049228-11521-272451284482576=/root/.ansible/tmp/ansible-tmp-1734765456.1049228-11521-272451284482576\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.42.247> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmplqdu4y1m TO /root/.ansible/tmp/ansible-tmp-1734765456.1049228-11521-272451284482576/AnsiballZ_file.py <10.31.42.247> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/43510ce736"' '[10.31.42.247]' <10.31.45.128> (0, b'ansible-tmp-1734765456.1108751-11523-48873211802093=/root/.ansible/tmp/ansible-tmp-1734765456.1108751-11523-48873211802093\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.45.128> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpa2ct4h6v TO /root/.ansible/tmp/ansible-tmp-1734765456.1108751-11523-48873211802093/AnsiballZ_file.py <10.31.45.128> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' '[10.31.45.128]' <10.31.40.65> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpbljy0z0t /root/.ansible/tmp/ansible-tmp-1734765456.1075845-11522-143604967380815/AnsiballZ_file.py\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765456.1075845-11522-143604967380815/ /root/.ansible/tmp/ansible-tmp-1734765456.1075845-11522-143604967380815/AnsiballZ_file.py && sleep 0'"'"'' <10.31.42.247> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmplqdu4y1m /root/.ansible/tmp/ansible-tmp-1734765456.1049228-11521-272451284482576/AnsiballZ_file.py\n', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765456.1049228-11521-272451284482576/ /root/.ansible/tmp/ansible-tmp-1734765456.1049228-11521-272451284482576/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.128> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpa2ct4h6v /root/.ansible/tmp/ansible-tmp-1734765456.1108751-11523-48873211802093/AnsiballZ_file.py\n', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765456.1108751-11523-48873211802093/ /root/.ansible/tmp/ansible-tmp-1734765456.1108751-11523-48873211802093/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' -tt 10.31.40.65 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765456.1075845-11522-143604967380815/AnsiballZ_file.py && sleep 0'"'"'' <10.31.42.247> (0, b'', b'') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' -tt 10.31.42.247 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765456.1049228-11521-272451284482576/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.128> (0, b'', b'') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' -tt 10.31.45.128 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765456.1108751-11523-48873211802093/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.65> (0, b'\r\n{"path": "/tmp/tests_ssh", "changed": false, "state": "absent", "invocation": {"module_args": {"path": "/tmp/tests_ssh", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.40.65 closed.\r\n') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765456.1075845-11522-143604967380815/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.247> (0, b'\r\n{"path": "/tmp/tests_ssh", "changed": true, "diff": {"before": {"path": "/tmp/tests_ssh", "state": "directory", "path_content": {"directories": [], "files": []}}, "after": {"path": "/tmp/tests_ssh", "state": "absent"}}, "state": "directory", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "invocation": {"module_args": {"path": "/tmp/tests_ssh", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.42.247 closed.\r\n') <10.31.42.247> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.247> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/43510ce736"' 10.31.42.247 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765456.1049228-11521-272451284482576/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.128> (0, b'\r\n{"path": "/tmp/tests_ssh", "changed": true, "diff": {"before": {"path": "/tmp/tests_ssh", "state": "directory", "path_content": {"directories": [], "files": []}}, "after": {"path": "/tmp/tests_ssh", "state": "absent"}}, "state": "directory", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "invocation": {"module_args": {"path": "/tmp/tests_ssh", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.45.128 closed.\r\n') <10.31.45.128> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.128> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/889e97f9c9"' 10.31.45.128 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765456.1108751-11523-48873211802093/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/tmp/tests_ssh", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "path": "/tmp/tests_ssh", "state": "absent" } <10.31.42.247> (0, b'', b'') changed: [managed-node1] => { "changed": true, "diff": { "after": { "path": "/tmp/tests_ssh", "state": "absent" }, "before": { "path": "/tmp/tests_ssh", "path_content": { "directories": [], "files": [] }, "state": "directory" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/tmp/tests_ssh", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "mode": "0755", "owner": "root", "path": "/tmp/tests_ssh", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } <10.31.45.128> (0, b'', b'') changed: [managed-node3] => { "changed": true, "diff": { "after": { "path": "/tmp/tests_ssh", "state": "absent" }, "before": { "path": "/tmp/tests_ssh", "path_content": { "directories": [], "files": [] }, "state": "directory" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/tmp/tests_ssh", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "mode": "0755", "owner": "root", "path": "/tmp/tests_ssh", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed-node2 RUNNING HANDLER [fedora.linux_system_roles.kdump : Restart kdump] ************** task path: /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 21 December 2024 02:17:36 -0500 (0:00:00.393) 0:00:15.880 ***** <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.65> (0, b'/root\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765456.4885447-11548-240085780853554 `" && echo ansible-tmp-1734765456.4885447-11548-240085780853554="` echo /root/.ansible/tmp/ansible-tmp-1734765456.4885447-11548-240085780853554 `" ) && sleep 0'"'"'' <10.31.40.65> (0, b'ansible-tmp-1734765456.4885447-11548-240085780853554=/root/.ansible/tmp/ansible-tmp-1734765456.4885447-11548-240085780853554\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.40.65> PUT /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpor161jg8 TO /root/.ansible/tmp/ansible-tmp-1734765456.4885447-11548-240085780853554/AnsiballZ_systemd.py <10.31.40.65> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' '[10.31.40.65]' <10.31.40.65> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10567hw3qvo5n/tmpor161jg8 /root/.ansible/tmp/ansible-tmp-1734765456.4885447-11548-240085780853554/AnsiballZ_systemd.py\n', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765456.4885447-11548-240085780853554/ /root/.ansible/tmp/ansible-tmp-1734765456.4885447-11548-240085780853554/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' -tt 10.31.40.65 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765456.4885447-11548-240085780853554/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.65> (0, b'\r\n{"name": "kdump", "changed": true, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:55 EST", "ExecMainStartTimestampMonotonic": "306142690", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:14 EST", "ExecMainExitTimestampMonotonic": "325168711", "ExecMainPID": "20411", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:55 EST] ; stop_time=[Sat 2024-12-21 02:17:14 EST] ; pid=20411 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:55 EST] ; stop_time=[Sat 2024-12-21 02:16:55 EST] ; pid=20402 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "network.target basic.target remote-fs.target system.slice systemd-journald.socket network-online.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-21 02:17:14 EST", "StateChangeTimestampMonotonic": "325169140", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:55 EST", "InactiveExitTimestampMonotonic": "306142726", "ActiveEnterTimestamp": "Sat 2024-12-21 02:17:14 EST", "ActiveEnterTimestampMonotonic": "325169140", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:55 EST", "ActiveExitTimestampMonotonic": "306117714", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:55 EST", "InactiveEnterTimestampMonotonic": "306140685", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:55 EST", "ConditionTimestampMonotonic": "306141735", "AssertTimestamp": "Sat 2024-12-21 02:16:55 EST", "AssertTimestampMonotonic": "306141758", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "bb790486694e48ecb0f59a175aeb9bd6", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "restarted", "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "enabled": null, "force": null, "masked": null}}}\r\n', b'Shared connection to 10.31.40.65 closed.\r\n') <10.31.40.65> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.65> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0cb216a7da"' 10.31.40.65 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765456.4885447-11548-240085780853554/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.65> (0, b'', b'') changed: [managed-node2] => { "changed": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": "restarted" } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-12-21 02:17:14 EST", "ActiveEnterTimestampMonotonic": "325169140", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:55 EST", "ActiveExitTimestampMonotonic": "306117714", "ActiveState": "active", "After": "network.target basic.target remote-fs.target system.slice systemd-journald.socket network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-21 02:16:55 EST", "AssertTimestampMonotonic": "306141758", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:55 EST", "ConditionTimestampMonotonic": "306141735", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:14 EST", "ExecMainExitTimestampMonotonic": "325168711", "ExecMainPID": "20411", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:55 EST", "ExecMainStartTimestampMonotonic": "306142690", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:55 EST] ; stop_time=[Sat 2024-12-21 02:17:14 EST] ; pid=20411 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:55 EST] ; stop_time=[Sat 2024-12-21 02:16:55 EST] ; pid=20402 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:55 EST", "InactiveEnterTimestampMonotonic": "306140685", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:55 EST", "InactiveExitTimestampMonotonic": "306142726", "InvocationID": "bb790486694e48ecb0f59a175aeb9bd6", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-12-21 02:17:14 EST", "StateChangeTimestampMonotonic": "325169140", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } PLAY RECAP ********************************************************************* localhost : ok=9 changed=1 unreachable=0 failed=1 skipped=3 rescued=1 ignored=0 managed-node1 : ok=23 changed=1 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 managed-node2 : ok=24 changed=3 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 managed-node3 : ok=23 changed=1 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 TASKS RECAP ******************************************************************** Saturday 21 December 2024 02:17:36 -0500 (0:00:00.484) 0:00:16.364 ***** =============================================================================== fedora.linux_system_roles.kdump : Install required packages ------------- 4.14s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.35s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gather facts from localhost --------------------------------------------- 1.08s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.76s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.74s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.59s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.57s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.57s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.54s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.54s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.53s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.51s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Restart kdump ------------------------- 0.48s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.48s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.40s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Cleanup kdump_path ------------------------------------------------------ 0.39s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists --- 0.39s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.39s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 fedora.linux_system_roles.kdump : Fetch the servers public key ---------- 0.37s /tmp/collections-eA4/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.36s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 MSG: non-zero return code PLAY RECAP ********************************************************************* managed-node3 : ok=28 changed=7 unreachable=0 failed=1 skipped=8 rescued=0 ignored=0 TASKS RECAP ******************************************************************** Saturday 21 December 2024 02:17:38 -0500 (0:00:18.194) 0:00:52.743 ***** =============================================================================== fedora.linux_system_roles.kdump : Restart kdump ------------------------ 19.23s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Run ansible-playbook with tests_ssh.yml in check mode ------------------ 18.19s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 fedora.linux_system_roles.kdump : Install required packages ------------- 3.00s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.04s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.90s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Gather facts from managed-node3 ----------------------------------------- 0.80s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Gathering Facts --------------------------------------------------------- 0.74s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Gathering Facts --------------------------------------------------------- 0.74s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.72s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.71s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Create static inventory from hostvars ----------------------------------- 0.65s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.56s /tmp/collections-eA4/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.48s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.48s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.47s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.46s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.46s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.34s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.34s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Cleanup kdump_path ------------------------------------------------------ 0.34s /tmp/collections-eA4/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94