ansible-playbook [core 2.16.12] 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-Czf 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-Czf/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-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Saturday 12 October 2024 05:40:09 -0400 (0:00:00.007) 0:00:00.007 ****** ok: [managed-node3] TASK [Create temporary file] *************************************************** task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7 Saturday 12 October 2024 05:40:10 -0400 (0:00:01.216) 0:00:01.223 ****** changed: [managed-node3 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.214xh7ec.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-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 Saturday 12 October 2024 05:40:10 -0400 (0:00:00.365) 0:00:01.589 ****** changed: [managed-node3 -> localhost] => { "changed": true, "checksum": "b8d24babc185cddd367f40be377e63cf57c72486", "dest": "/tmp/ansible.214xh7ec.inventory.yaml", "gid": 0, "group": "root", "md5sum": "64717ff14ad9917f81e52bab255ff62b", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 32775, "src": "/root/.ansible/tmp/ansible-tmp-1728726010.895802-9611-259913006305003/source", "state": "file", "uid": 0 } PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 12 October 2024 05:40:11 -0400 (0:00:00.846) 0:00:02.435 ****** ok: [managed-node3] TASK [Gather facts from managed-node3] ***************************************** task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 12 October 2024 05:40:12 -0400 (0:00:00.785) 0:00:03.221 ****** ok: [managed-node3] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 12 October 2024 05:40:13 -0400 (0:00:00.732) 0:00:03.954 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 12 October 2024 05:40:13 -0400 (0:00:00.012) 0:00:03.967 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 12 October 2024 05:40:13 -0400 (0:00:00.006) 0:00:03.974 ****** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 12 October 2024 05:40:13 -0400 (0:00:00.031) 0:00:04.005 ****** included: /tmp/collections-Czf/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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 12 October 2024 05:40:13 -0400 (0:00:00.021) 0:00:04.026 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 12 October 2024 05:40:13 -0400 (0:00:00.033) 0:00:04.060 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 12 October 2024 05:40:13 -0400 (0:00:00.339) 0:00:04.399 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 12 October 2024 05:40:13 -0400 (0:00:00.021) 0:00:04.420 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 12 October 2024 05:40:13 -0400 (0:00:00.029) 0:00:04.449 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 12 October 2024 05:40:16 -0400 (0:00:02.984) 0:00:07.434 ****** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-10-12 05:39:51 EDT", "ActiveEnterTimestampMonotonic": "577599592", "ActiveExitTimestamp": "Sat 2024-10-12 05:39:36 EDT", "ActiveExitTimestampMonotonic": "562967423", "ActiveState": "active", "After": "system.slice network.target network-online.target remote-fs.target basic.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-12 05:39:36 EDT", "AssertTimestampMonotonic": "562992544", "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-10-12 05:39:36 EDT", "ConditionTimestampMonotonic": "562992519", "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-10-12 05:39:51 EDT", "ExecMainExitTimestampMonotonic": "577599074", "ExecMainPID": "8421", "ExecMainStartTimestamp": "Sat 2024-10-12 05:39:36 EDT", "ExecMainStartTimestampMonotonic": "562993553", "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-10-12 05:39:36 EDT] ; stop_time=[Sat 2024-10-12 05:39:51 EDT] ; pid=8421 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-12 05:39:36 EDT] ; stop_time=[Sat 2024-10-12 05:39:36 EDT] ; pid=8412 ; 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-10-12 05:39:36 EDT", "InactiveEnterTimestampMonotonic": "562991680", "InactiveExitTimestamp": "Sat 2024-10-12 05:39:36 EDT", "InactiveExitTimestampMonotonic": "562993590", "InvocationID": "32861374398e4b868c7ad8fd401f9f4f", "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-10-12 05:39:51 EDT", "StateChangeTimestampMonotonic": "577599592", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.kdump : Include SSH tasks] ********************* task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 12 October 2024 05:40:17 -0400 (0:00:00.692) 0:00:08.126 ****** included: /tmp/collections-Czf/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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 12 October 2024 05:40:17 -0400 (0:00:00.061) 0:00:08.188 ****** changed: [managed-node3] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": "0:00:00.172973", "end": "2024-10-12 05:40:18.026146", "rc": 0, "start": "2024-10-12 05:40:17.853173" } 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:yNBLXF5YBSzCNAZgSpqhutRRBhNnaHrtnOCisXJFu8s root@managed-node3 The key's randomart image is: +---[RSA 3072]----+ |..o==O+ .++o. | |+= o*+o+o.. | |= o.o +... | |...oo= o | |..oo+.= S | |oo .o+ | |oo.. . | |+ ... | |.. E. | +----[SHA256]-----+ TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 12 October 2024 05:40:18 -0400 (0:00:00.592) 0:00:08.780 ****** ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FER2JJU2JpcVdmZmZKVE5JbTViNUp3SnZvNWhndWszeXRucmhSUG5XOFJXaHlWQXE4R2Rsa0t6NmdyQUVEOVh6dGxMWGZnaUpzc3RPRGpZdGJuNDFOaGhOaEExVGw0TXRDWno5RVdLODBidzc0TjhnQ0wvY2RDdFJ0eU9MNVl4SktSdWlwN29JWWxzVDFvdk5HaXZKSmkzSWFYTm9tSTNpblM0cTVLekFad1A2WEh5Nm5qRThuNUdNdGMvU3lOZkRKK0QxY2VXZndOYXF2Mlc0ZndKWWpYTUZYM1ZaN1A5bFZNOHFHMzRTNG5FNURhK1VHb3Mrdm1LZnY1UmRmK25CdTF5K1hDcGhNZzhUUzQ2b0ZYMFJWN0FLS2NPSGc4NVVvbFNoTHE5Z2VkSE5NclVzMEFXSWpnUDhjZXY3TE9zY3BKanhCdUdieWd3R0piYVVZMkRWTWRxWitYRmRKb2QvSldyclFyNGJkcHMwRXg3eWpNZ2cvR3RzZUhxN0g3ZE0yMG1PVDBrVXRHSUxjbmtNV29LK2JlV1E3SkRRMUJvcnAvTlVEYmdsK0M0Z0p2R1Y3czd4bnplMmlpY09hb3JPcDR0VjlJNlMwZnQ4UjhTdnc2YTd6YnBhNUFETkF1ZzY3M0xybGh4NThPS29CZXlqcXd0QTdhTkFpaUtMLyswVWs9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "encoding": "base64", "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 12 October 2024 05:40:18 -0400 (0:00:00.417) 0:00:09.197 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 12 October 2024 05:40:19 -0400 (0:00:00.534) 0:00:09.731 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1728725429.676611, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1728726018.0244484, "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": 1728726018.0244484, "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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 12 October 2024 05:40:19 -0400 (0:00:00.336) 0:00:10.068 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1728725815.485189, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1728725429.676611, "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": 1728725429.676611, "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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 12 October 2024 05:40:19 -0400 (0:00:00.339) 0:00:10.407 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 12 October 2024 05:40:20 -0400 (0:00:00.464) 0:00:10.871 ****** changed: [managed-node3] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 12 October 2024 05:40:20 -0400 (0:00:00.463) 0:00:11.335 ****** ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDOEJRaDFDdVl3YkRmc0VCZjB4UUxnWmlDa255MHF6TFVYZlF5U2RFV203ejNnWmVBSSs2RGp0V2dqOFVHM0V3dHRHSmdUUk1PcThVSEN0VE91Z3pCMEFtR0h4TlQ2L3JFMEw3UHhsYmJFMG94LzJDUEx3d1RBOUpuYXA4S28vWWF6bEtFNGw2TkdRNm1sWGRJVko3VGJsYmN4YnZ0RHRYR0xERHNQcDdPM1VNelFyVWZ2NU9MMVBnRzMyN0ZucDMvb1ByTmxhNjdHSDRZR1ZDekJtTklmaHV3RUhnTmtCTkVjWW1lU1RzeVZsSzRXRVBRbUJPanBkYkNUZTBNRjdBTHN2WHFGeUY5TUx0N0NBNnhvcTQrNWhWcFZuWFk3UUpybkFxOEY1MFhXYW9SNzA5VXJWc0t1dkpMdnJ3YTRJektiQmhOaUVFaUdkckRMUi9DM3g2TVVFM0QvQWYvcklnYUFza09zalNhYVlZQ01SYXpYVk00RXhtcTEvckZtVlpMQVlKelJkc3IrQkM3UldJbngxM25xTFhPZUxHM0lXVUZaUXB6WjZBbWlsMU5EajBHSTVCVW5Kcng3T3M4NXpVVFFTK2hGMEUwTGg2QXVpeWVNQXdhMlNKUENsbmVJVmRUN3FNRDZWOE52RFNISnl2L09ndDUyc3VGYllvVnYrKzA9IHJvb3RAaXAtMTAtMzEtNDAtODYudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 12 October 2024 05:40:20 -0400 (0:00:00.325) 0:00:11.661 ****** changed: [managed-node3] => { "changed": true, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.40.86 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8BQh1CuYwbDfsEBf0xQLgZiCkny0qzLUXfQySdEWm7z3gZeAI+6DjtWgj8UG3EwttGJgTRMOq8UHCtTOugzB0AmGHxNT6/rE0L7PxlbbE0ox/2CPLwwTA9Jnap8Ko/YazlKE4l6NGQ6mlXdIVJ7TblbcxbvtDtXGLDDsPp7O3UMzQrUfv5OL1PgG327Fnp3/oPrNla67GH4YGVCzBmNIfhuwEHgNkBNEcYmeSTsyVlK4WEPQmBOjpdbCTe0MF7ALsvXqFyF9MLt7CA6xoq4+5hVpVnXY7QJrnAq8F50XWaoR709UrVsKuvJLvrwa4IzKbBhNiEEiGdrDLR/C3x6MUE3D/Af/rIgaAskOsjSaaYYCMRazXVM4Exmq1/rFmVZLAYJzRdsr+BC7RWInx13nqLXOeLG3IWUFZQpzZ6Amil1NDj0GI5BUnJrx7Os85zUTQS+hF0E0Lh6AuiyeMAwa2SJPClneIVdT7qMD6V8NvDSHJyv/Ogt52suFbYoVv++0= root@ip-10-31-40-86.us-east-1.aws.redhat.com\n", "mode": "0644", "name": "10.31.40.86", "owner": "root", "path": "/etc/ssh/ssh_known_hosts", "secontext": "system_u:object_r:etc_t:s0", "size": 610, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists] *** task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 12 October 2024 05:40:21 -0400 (0:00:00.473) 0:00:12.134 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1728725976.9963982, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5eea1b4829897f2843bafdff6b482ed722029483", "ctime": 1728725975.3703964, "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": 1728725975.1133962, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 77, "uid": 0, "version": "2944876173", "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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 12 October 2024 05:40:21 -0400 (0:00:00.334) 0:00:12.469 ****** Notification for handler Restart kdump has been saved. changed: [managed-node3] => { "backup_file": "/etc/kdump.conf.16225.2024-10-12@05:40:22~", "changed": true, "checksum": "b2db06b10461ac36ade66ddef480a34cf2405331", "dest": "/etc/kdump.conf", "gid": 0, "group": "root", "md5sum": "bb7fa8a92c91dbdc10d83558c245e233", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 103, "src": "/root/.ansible/tmp/ansible-tmp-1728726021.8144937-9939-134209267071231/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 12 October 2024 05:40:22 -0400 (0:00:00.693) 0:00:13.162 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 12 October 2024 05:40:22 -0400 (0:00:00.325) 0:00:13.488 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 12 October 2024 05:40:22 -0400 (0:00:00.035) 0:00:13.523 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 12 October 2024 05:40:22 -0400 (0:00:00.031) 0:00:13.554 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 12 October 2024 05:40:22 -0400 (0:00:00.031) 0:00:13.586 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 12 October 2024 05:40:22 -0400 (0:00:00.030) 0:00:13.616 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 12 October 2024 05:40:22 -0400 (0:00:00.029) 0:00:13.646 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 12 October 2024 05:40:22 -0400 (0:00:00.031) 0:00:13.677 ****** ok: [managed-node3] => { "changed": false, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-10-12 05:39:51 EDT", "ActiveEnterTimestampMonotonic": "577599592", "ActiveExitTimestamp": "Sat 2024-10-12 05:39:36 EDT", "ActiveExitTimestampMonotonic": "562967423", "ActiveState": "active", "After": "system.slice network.target network-online.target remote-fs.target basic.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-12 05:39:36 EDT", "AssertTimestampMonotonic": "562992544", "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-10-12 05:39:36 EDT", "ConditionTimestampMonotonic": "562992519", "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-10-12 05:39:51 EDT", "ExecMainExitTimestampMonotonic": "577599074", "ExecMainPID": "8421", "ExecMainStartTimestamp": "Sat 2024-10-12 05:39:36 EDT", "ExecMainStartTimestampMonotonic": "562993553", "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-10-12 05:39:36 EDT] ; stop_time=[Sat 2024-10-12 05:39:51 EDT] ; pid=8421 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-12 05:39:36 EDT] ; stop_time=[Sat 2024-10-12 05:39:36 EDT] ; pid=8412 ; 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-10-12 05:39:36 EDT", "InactiveEnterTimestampMonotonic": "562991680", "InactiveExitTimestamp": "Sat 2024-10-12 05:39:36 EDT", "InactiveExitTimestampMonotonic": "562993590", "InvocationID": "32861374398e4b868c7ad8fd401f9f4f", "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-10-12 05:39:51 EDT", "StateChangeTimestampMonotonic": "577599592", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Cleanup kdump_path] ****************************************************** task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 12 October 2024 05:40:23 -0400 (0:00:00.467) 0:00:14.145 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 12 October 2024 05:40:23 -0400 (0:00:00.339) 0:00:14.484 ****** changed: [managed-node3] => { "changed": true, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-10-12 05:39:51 EDT", "ActiveEnterTimestampMonotonic": "577599592", "ActiveExitTimestamp": "Sat 2024-10-12 05:39:36 EDT", "ActiveExitTimestampMonotonic": "562967423", "ActiveState": "active", "After": "system.slice network.target network-online.target remote-fs.target basic.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-12 05:39:36 EDT", "AssertTimestampMonotonic": "562992544", "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-10-12 05:39:36 EDT", "ConditionTimestampMonotonic": "562992519", "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-10-12 05:39:51 EDT", "ExecMainExitTimestampMonotonic": "577599074", "ExecMainPID": "8421", "ExecMainStartTimestamp": "Sat 2024-10-12 05:39:36 EDT", "ExecMainStartTimestampMonotonic": "562993553", "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-10-12 05:39:36 EDT] ; stop_time=[Sat 2024-10-12 05:39:51 EDT] ; pid=8421 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-12 05:39:36 EDT] ; stop_time=[Sat 2024-10-12 05:39:36 EDT] ; pid=8412 ; 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-10-12 05:39:36 EDT", "InactiveEnterTimestampMonotonic": "562991680", "InactiveExitTimestamp": "Sat 2024-10-12 05:39:36 EDT", "InactiveExitTimestampMonotonic": "562993590", "InvocationID": "32861374398e4b868c7ad8fd401f9f4f", "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-10-12 05:39:51 EDT", "StateChangeTimestampMonotonic": "577599592", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } PLAY [Run tests_ssh.yml in check_mode] ***************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Saturday 12 October 2024 05:40:42 -0400 (0:00:19.082) 0:00:33.567 ****** ok: [managed-node3] TASK [Run ansible-playbook with tests_ssh.yml in check mode] ******************* task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 Saturday 12 October 2024 05:40:43 -0400 (0:00:00.743) 0:00:34.311 ****** ok: [managed-node3 -> localhost] => { "changed": false, "cmd": [ "ansible-playbook", "-vvv", "-i", "/tmp/ansible.214xh7ec.inventory.yaml", "--check", "tests_ssh.yml" ], "delta": "0:00:15.594989", "end": "2024-10-12 05:40:59.388647", "rc": 0, "start": "2024-10-12 05:40:43.793658" } STDOUT: ansible-playbook [core 2.16.12] 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-Czf 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.214xh7ec.inventory.yaml as it did not pass its verify_file() method script declined parsing /tmp/ansible.214xh7ec.inventory.yaml as it did not pass its verify_file() method Parsed /tmp/ansible.214xh7ec.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-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 12 October 2024 05:40:44 -0400 (0:00:00.007) 0:00:00.007 ****** <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.109> (0, b'/root\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726044.342768-10386-85204804476412 `" && echo ansible-tmp-1728726044.342768-10386-85204804476412="` echo /root/.ansible/tmp/ansible-tmp-1728726044.342768-10386-85204804476412 `" ) && sleep 0'"'"'' <10.31.40.86> (0, b'/root\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726044.3476548-10388-24605945755458 `" && echo ansible-tmp-1728726044.3476548-10388-24605945755458="` echo /root/.ansible/tmp/ansible-tmp-1728726044.3476548-10388-24605945755458 `" ) && sleep 0'"'"'' <10.31.42.176> (0, b'/root\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726044.3494482-10387-215604012563785 `" && echo ansible-tmp-1728726044.3494482-10387-215604012563785="` echo /root/.ansible/tmp/ansible-tmp-1728726044.3494482-10387-215604012563785 `" ) && sleep 0'"'"'' <10.31.41.109> (0, b'ansible-tmp-1728726044.342768-10386-85204804476412=/root/.ansible/tmp/ansible-tmp-1728726044.342768-10386-85204804476412\n', b'') <10.31.40.86> (0, b'ansible-tmp-1728726044.3476548-10388-24605945755458=/root/.ansible/tmp/ansible-tmp-1728726044.3476548-10388-24605945755458\n', b'') <10.31.42.176> (0, b'ansible-tmp-1728726044.3494482-10387-215604012563785=/root/.ansible/tmp/ansible-tmp-1728726044.3494482-10387-215604012563785\n', b'') Attempting python interpreter discovery <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None Attempting python interpreter discovery <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/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.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'python3.12'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.11'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.10'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.9'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.8'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' Attempting python interpreter discovery <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/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.41.109> (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.86> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/bin/python3\n/usr/libexec/platform-python\nENDFOUND\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.42.176> (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.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.40.86> (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.86> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpggl09_jd TO /root/.ansible/tmp/ansible-tmp-1728726044.3476548-10388-24605945755458/AnsiballZ_setup.py <10.31.40.86> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' '[10.31.40.86]' <10.31.41.109> (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.41.109> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpz0j7hjng TO /root/.ansible/tmp/ansible-tmp-1728726044.342768-10386-85204804476412/AnsiballZ_setup.py <10.31.41.109> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' '[10.31.41.109]' <10.31.42.176> (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.176> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmphyclza26 TO /root/.ansible/tmp/ansible-tmp-1728726044.3494482-10387-215604012563785/AnsiballZ_setup.py <10.31.42.176> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' '[10.31.42.176]' <10.31.40.86> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpggl09_jd /root/.ansible/tmp/ansible-tmp-1728726044.3476548-10388-24605945755458/AnsiballZ_setup.py\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726044.3476548-10388-24605945755458/ /root/.ansible/tmp/ansible-tmp-1728726044.3476548-10388-24605945755458/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.41.109> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpz0j7hjng /root/.ansible/tmp/ansible-tmp-1728726044.342768-10386-85204804476412/AnsiballZ_setup.py\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726044.342768-10386-85204804476412/ /root/.ansible/tmp/ansible-tmp-1728726044.342768-10386-85204804476412/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.86> (0, b'', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' -tt 10.31.40.86 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726044.3476548-10388-24605945755458/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.42.176> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmphyclza26 /root/.ansible/tmp/ansible-tmp-1728726044.3494482-10387-215604012563785/AnsiballZ_setup.py\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726044.3494482-10387-215604012563785/ /root/.ansible/tmp/ansible-tmp-1728726044.3494482-10387-215604012563785/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.41.109> (0, b'', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' -tt 10.31.41.109 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726044.342768-10386-85204804476412/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' -tt 10.31.42.176 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726044.3494482-10387-215604012563785/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.86> (0, b'\r\n{"ansible_facts": {"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": "b04bc0ca9b9746afa7eb9fcdc2cec37f", "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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_date_time": {"year": "2024", "month": "10", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "41", "day": "12", "hour": "05", "minute": "40", "second": "45", "epoch": "1728726045", "epoch_int": "1728726045", "date": "2024-10-12", "time": "05:40:45", "iso8601_micro": "2024-10-12T09:40:45.053760Z", "iso8601": "2024-10-12T09:40:45Z", "iso8601_basic": "20241012T054045053760", "iso8601_basic_short": "20241012T054045", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_local": {}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2825, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 714, "free": 2825}, "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": "ec2d4a3e-bf31-ce41-1980-859d01971a70", "ansible_product_uuid": "ec2d4a3e-bf31-ce41-1980-859d01971a70", "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": 631, "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": 263560531968, "block_size": 4096, "block_total": 65533179, "block_available": 64345833, "block_used": 1187346, "inode_total": 131071472, "inode_available": 130996228, "inode_used": 75244, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_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_is_chroot": false, "ansible_fibre_channel_wwn": [], "ansible_loadavg": {"1m": 1.14, "5m": 0.38, "15m": 0.14}, "ansible_apparmor": {"status": "disabled"}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.43.151 55334 10.31.40.86 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "6", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.43.151 55334 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBANuOlQv82ZoKG7EmBalZxREWO8SnTsoEg66TOOiRlnSLUNC1st5niYLh8O/w38l1q/xd2fHG/lIdeG4IwLQnJFSj9a4Py4ZwevX1anBAItHk813e/0GcF9bCNca4PNUuYPuvowe9YTwWhmyzRkuefjUcVfdCX+oTT0Yk52pbadOLAAAAFQDOgNwWX7h09s0qc45vPrpV+oKnJQAAAIEAkiOlP/gkADs1aLHj7ghfXe8qeW2HPNkciiFV61PdmaUMyB+6Dj+L92UKzvhwTmE5Mb/y82F7g1Z/eomajRZMPB97R2DM//w81EuSA1lAkxcZquHa6LYblzBPOonliCk0RpfYWKsX2HAoCMq/L/qMJVyyQPMCitRaP0rQ0ysY89oAAACAA8LMR/99QJr3uboG1uN/kuLBq5Hp1ccztpgxEGwjOMAnzxmgQfxRt06RZofxOp9IEGUx86vp0jnimJ2V1nPYEhwpGefvSzwPB0F7+VpE9w7I1B7WDECP+1yWjLH9TjcjEQtEDCr1AsYc6kbzaOXA3T2edvA8frgfFx/jxDuTG+Y=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC8BQh1CuYwbDfsEBf0xQLgZiCkny0qzLUXfQySdEWm7z3gZeAI+6DjtWgj8UG3EwttGJgTRMOq8UHCtTOugzB0AmGHxNT6/rE0L7PxlbbE0ox/2CPLwwTA9Jnap8Ko/YazlKE4l6NGQ6mlXdIVJ7TblbcxbvtDtXGLDDsPp7O3UMzQrUfv5OL1PgG327Fnp3/oPrNla67GH4YGVCzBmNIfhuwEHgNkBNEcYmeSTsyVlK4WEPQmBOjpdbCTe0MF7ALsvXqFyF9MLt7CA6xoq4+5hVpVnXY7QJrnAq8F50XWaoR709UrVsKuvJLvrwa4IzKbBhNiEEiGdrDLR/C3x6MUE3D/Af/rIgaAskOsjSaaYYCMRazXVM4Exmq1/rFmVZLAYJzRdsr+BC7RWInx13nqLXOeLG3IWUFZQpzZ6Amil1NDj0GI5BUnJrx7Os85zUTQS+hF0E0Lh6AuiyeMAwa2SJPClneIVdT7qMD6V8NvDSHJyv/Ogt52suFbYoVv++0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBrjlb93cGgX+vypO/CsZg0yqUUQDydOnQGtFdIBdLLPdyyAVS+vln9Ooj8URwPOq0zY/AcwgVeUQ+agXiux5tY=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIHPDzaYZ0HHE0RvKmcyS/2htx9D4p8kyUo61r2u5grhr", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_iscsi_iqn": "", "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_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_hostnqn": "", "ansible_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": "0e:e6:b7:00:1c:c7", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.40.86", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::ce6:b7ff:fe00:1cc7", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.40.86", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:e6:b7:00:1c:c7", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.40.86"], "ansible_all_ipv6_addresses": ["fe80::ce6:b7ff:fe00:1cc7"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.40.86", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::ce6:b7ff:fe00:1cc7"]}, "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.86 closed.\r\n') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726044.3476548-10388-24605945755458/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.86> (0, b'', b'') <10.31.41.109> (0, b'\r\n{"ansible_facts": {"ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "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": "3c0a8d7b6a7644e78c810b91540b88cf", "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_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": 3335, "used": 204}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.2.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec27c91c-7183-a5c3-6c35-0d2c0f2798da", "ansible_product_uuid": "ec27c91c-7183-a5c3-6c35-0d2c0f2798da", "ansible_product_version": "4.2.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "0", "partitions": {"xvda1": {"links": {"ids": [], "uuids": ["fe591198-9082-4b15-9b62-e83518524cd2"], "labels": [], "masters": []}, "start": "2048", "sectors": "524285919", "sectorsize": 512, "size": "250.00 GB", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2", "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda1": ["fe591198-9082-4b15-9b62-e83518524cd2"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 624, "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": 263560499200, "block_size": 4096, "block_total": 65533179, "block_available": 64345825, "block_used": 1187354, "inode_total": 131071472, "inode_available": 130996228, "inode_used": 75244, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAMVpfC11Y5MzlCV+a5AsHW13lVFJhy3Hqqh4EAhnEIEMktK3wET6hHaGabFvfWoBvTIBia0NsctWZo+XIyCFmBa5A1goYeaiJ1hEZhCHGT3YwzsxD22/w8EOpSG4Op8XXHYKp6h0Jngu/zJbkjtLRcMNKya7UYYCqzndZT7H83tTAAAAFQD8v4SvKVL/yg3anVApMz0SkAH5+wAAAIEAlMLiGTe1rOBD4AvT5ymkJOpbNRcLddcaR0JLDNWqyOHImw2TdhGLdzr3UeWWY1hPL5OY9uB803BCK0+uGLcaI7gbSsBHFm4h9+aAAGH0BP30BtSmiHIp9u5BYEDldLAEVfmLpNYY5IpZZCk6klXH+T36x1leXxrAn4Ksy1dHWw0AAACAbzCLzoZJKIIsVy1julDQX9PqNLiXSnBGxBhjV1FOpb6eXaEX/riyrzJZ84nI83s6aUGGLb6pjkpkzRdpSN6xcAtcORv8NvOHHQf4AgwYmYJiWVhOMIRPt+rwYDVYL7IFjKsqWHF4lu59xnL6nAkax+HP3LuDEbJrdFTBFGrHhjo=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC8l2lgarrKTzpNgUQfN+DFpb8sb2GJDhLjrD01A0plYPuaUe+qvHbWI/nLv+eiGn7ijHsB6++cIo1ZkpqMl9d95Snrk/snLrGWysqCcZlrNccwKIirwEaNPjtFoGoGOzpzC9fZUv7WzgoMqG2waFxRKiJ8pwnkO6SylFltha2UaGnNuhWGz/hGQnxV7YcOZK6jg0O2PxRx+iCpfgQvAcFdBvTHsu8rh7Y2zS4Jg2OnAJvi3sYKG23D3XY0rRJoFUYQdJSt4teGIA2+NRgDlNmtx9b/tuWeoDLNbyG+vlDbxYzoqv89GhTfwDt+7bxgA2h/J0BoGbneui8mTqQ2mMcfhZQfWQpsvcXxq8EzTMKQxekiVWuUm3KR7cmJH+LIe2KFjPY2F9o+tPi6LZpFioDJE5T/51Wrx50gtG6oCg0AtuR4Rml/H5rC+bwDy5pC2q/sDIz5dU4QUy709O0zzZ0KCGhtERqTaXQhkXsu14UoVWqJXcxB5hr8RL7rlRfOmhU=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDqnHwd+isGyC9MgNei4iVPgb+Bwjo5aKDAlSVgzgP6CZJXF+RZsvn/igvbA2QzO9DiBkuvFQIycrkPxGkv9fd0=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAINp6aV6F2CgFY+MyrCjNW+Kdnxs5Ma0beMlz2v9doDNk", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_is_chroot": false, "ansible_hostnqn": "", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_iscsi_iqn": "", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.43.151 53098 10.31.41.109 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "6", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.43.151 53098 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_local": {}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_date_time": {"year": "2024", "month": "10", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "41", "day": "12", "hour": "05", "minute": "40", "second": "45", "epoch": "1728726045", "epoch_int": "1728726045", "date": "2024-10-12", "time": "05:40:45", "iso8601_micro": "2024-10-12T09:40:45.311185Z", "iso8601": "2024-10-12T09:40:45Z", "iso8601_basic": "20241012T054045311185", "iso8601_basic_short": "20241012T054045", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_loadavg": {"1m": 1.34, "5m": 0.49, "15m": 0.2}, "ansible_fips": false, "ansible_apparmor": {"status": "disabled"}, "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:ec:87:da:c0:13", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.41.109", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::cec:87ff:feda:c013", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "off [requested on]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "off [requested on]", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.41.109", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:ec:87:da:c0:13", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.41.109"], "ansible_all_ipv6_addresses": ["fe80::cec:87ff:feda:c013"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.41.109", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::cec:87ff:feda:c013"]}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_fibre_channel_wwn": [], "ansible_lsb": {}, "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.41.109 closed.\r\n') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726044.342768-10386-85204804476412/ > /dev/null 2>&1 && sleep 0'"'"'' ok: [managed-node3] <10.31.41.109> (0, b'', b'') ok: [managed-node1] <10.31.42.176> (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-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": "81b0a9077e7f4f58879f98247107a587", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAI35UCQwp9/1TpsOqthUTYyvwnvw3aOEuauS/qOr571zK+5wQ8JjbK0msxFIQbpW+Nw0RPVM7fCbZwgWnsJhejK3vdnOiA5PhAq/rE1LJWG6vKBXoVslpVVo5pX2ZT8gGNphxsd39IWJgF+4BEqtR80wQmTOO/dXsESfczPN8CKvAAAAFQDiNg4jUmSbc7lFLe/++sBEWU+dAwAAAIBf7CIhbqX//1TUIHX7CcglufArVvu+/9q+Psutgiez5aBem3/4/IrqdF7/xb0MOToKquN3XttlzInzcab8UzFw90SzCPN92alG+X/evcHU6ic2z5jlQBgS9r1UIyLYi9oKXbPLagIR3Pcuw04u2bVZCT3ZlIZyYlLM2Qk6zTF/rgAAAIABucuJn9WfqLkGSeYwdqz54BQ6pJ1q4k4agsQ2MYQ9af0Fy/6eHSdcy8Rpaxs+JatLWfl9G0MgEDVlY6oj9TZF4z4xgOzg8FF4k0TnKozzZCPAKeD/BMpRl+kGifI4DfSTx8YnREw4x6ywG3M7jfL3ic6WhhgDmrhdq9OGDrZR2w==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDElgi7cC0X7L9sVPF337u5JxC4Fd037S3zblqxvoRNR8hyEDIHFmrS0v8j7LxlkoU+vNSMqp/pKrE4s1cFdUlGPMyHSEAJ3bGvjj9o64ACuu2iGydD7is+5Tmua9m1PW3O1zgiikcjC0FtX1sRVCp4qzu1hkVDmUAumXusFXvGST+95wG6eZYBKB/t+qyq/Cg/093iJTfrZjoMYKxJPLoOpCYbKJRxC4ruva/xXSSUJydU3S5B7hxfj90H1UrXnMMEhRmkXEhEeRmwg1foIlImcXZn6g5zCp7p6Zqz5WRGId7lL2L2aQU/OH2N/x0JIfb+0rR19alaZViGGSgblJ+1dnak6Rp2MLWYsTBBtu/ibyrqKtlatSKUT0koVVCBuA7CASfVCwaJ7aCnnseMaFzvTOs1pCjTMZOvH2t65bieP4LZ22xiX3wXyTudRkeWh023T4mPZkcvvpR8H/IHBO/H+qRQRny8ex0uB0exHUrOkdIsFkSYsd9fl5S7uWySLhM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOfimMR7zzOMZeBA9bQUkq0pp0BDE1/r18QbfMZ93IRIsPRpD4Kpoj7I96C5rQSDWjSjvg+SM4cYHraMkifCd18=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAINQ9HAVwkGV0CwmvMMh3WlmYBa8pCD8bdETbrne3r4zy", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_apparmor": {"status": "disabled"}, "ansible_is_chroot": false, "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_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_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": 2819, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 720, "free": 2819}, "nocache": {"free": 3328, "used": 211}, "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": "ec20f25b-f03c-89da-060c-0fab746e0a37", "ansible_product_uuid": "ec20f25b-f03c-89da-060c-0fab746e0a37", "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": 496, "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": 263559987200, "block_size": 4096, "block_total": 65533179, "block_available": 64345700, "block_used": 1187479, "inode_total": 131071472, "inode_available": 130996214, "inode_used": 75258, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_iscsi_iqn": "", "ansible_hostnqn": "", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:83:ca:70:c1:51", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.42.176", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::c83:caff:fe70:c151", "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.176", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:83:ca:70:c1:51", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.42.176"], "ansible_all_ipv6_addresses": ["fe80::c83:caff:fe70:c151"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.42.176", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::c83:caff:fe70:c151"]}, "ansible_pkg_mgr": "dnf", "ansible_date_time": {"year": "2024", "month": "10", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "41", "day": "12", "hour": "05", "minute": "40", "second": "45", "epoch": "1728726045", "epoch_int": "1728726045", "date": "2024-10-12", "time": "05:40:45", "iso8601_micro": "2024-10-12T09:40:45.476460Z", "iso8601": "2024-10-12T09:40:45Z", "iso8601_basic": "20241012T054045476460", "iso8601_basic_short": "20241012T054045", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_lsb": {}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_fips": false, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.43.151 58750 10.31.42.176 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "6", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.43.151 58750 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_local": {}, "ansible_fibre_channel_wwn": [], "ansible_loadavg": {"1m": 1.5, "5m": 0.55, "15m": 0.23}, "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.176 closed.\r\n') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726044.3494482-10387-215604012563785/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') ok: [managed-node2] TASK [Gather facts from managed-node1] ***************************************** task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 12 October 2024 05:40:45 -0400 (0:00:01.274) 0:00:01.282 ****** <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.109> (0, b'/root\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726045.6282957-10445-25507012954147 `" && echo ansible-tmp-1728726045.6282957-10445-25507012954147="` echo /root/.ansible/tmp/ansible-tmp-1728726045.6282957-10445-25507012954147 `" ) && sleep 0'"'"'' <10.31.40.86> (0, b'/root\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726045.6313574-10447-226445621734732 `" && echo ansible-tmp-1728726045.6313574-10447-226445621734732="` echo /root/.ansible/tmp/ansible-tmp-1728726045.6313574-10447-226445621734732 `" ) && sleep 0'"'"'' <10.31.42.176> (0, b'/root\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726045.6349227-10446-9095026432092 `" && echo ansible-tmp-1728726045.6349227-10446-9095026432092="` echo /root/.ansible/tmp/ansible-tmp-1728726045.6349227-10446-9095026432092 `" ) && sleep 0'"'"'' <10.31.40.86> (0, b'ansible-tmp-1728726045.6313574-10447-226445621734732=/root/.ansible/tmp/ansible-tmp-1728726045.6313574-10447-226445621734732\n', b'') <10.31.41.109> (0, b'ansible-tmp-1728726045.6282957-10445-25507012954147=/root/.ansible/tmp/ansible-tmp-1728726045.6282957-10445-25507012954147\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.40.86> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp5d5ysg8t TO /root/.ansible/tmp/ansible-tmp-1728726045.6313574-10447-226445621734732/AnsiballZ_setup.py <10.31.40.86> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' '[10.31.40.86]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.41.109> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp4_vbaxzn TO /root/.ansible/tmp/ansible-tmp-1728726045.6282957-10445-25507012954147/AnsiballZ_setup.py <10.31.41.109> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' '[10.31.41.109]' <10.31.42.176> (0, b'ansible-tmp-1728726045.6349227-10446-9095026432092=/root/.ansible/tmp/ansible-tmp-1728726045.6349227-10446-9095026432092\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.42.176> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpaxmeyj1l TO /root/.ansible/tmp/ansible-tmp-1728726045.6349227-10446-9095026432092/AnsiballZ_setup.py <10.31.42.176> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' '[10.31.42.176]' <10.31.41.109> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp4_vbaxzn /root/.ansible/tmp/ansible-tmp-1728726045.6282957-10445-25507012954147/AnsiballZ_setup.py\n', b'') <10.31.40.86> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp5d5ysg8t /root/.ansible/tmp/ansible-tmp-1728726045.6313574-10447-226445621734732/AnsiballZ_setup.py\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726045.6313574-10447-226445621734732/ /root/.ansible/tmp/ansible-tmp-1728726045.6313574-10447-226445621734732/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726045.6282957-10445-25507012954147/ /root/.ansible/tmp/ansible-tmp-1728726045.6282957-10445-25507012954147/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.42.176> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpaxmeyj1l /root/.ansible/tmp/ansible-tmp-1728726045.6349227-10446-9095026432092/AnsiballZ_setup.py\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726045.6349227-10446-9095026432092/ /root/.ansible/tmp/ansible-tmp-1728726045.6349227-10446-9095026432092/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.86> (0, b'', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' -tt 10.31.40.86 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726045.6313574-10447-226445621734732/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.41.109> (0, b'', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' -tt 10.31.41.109 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726045.6282957-10445-25507012954147/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' -tt 10.31.42.176 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726045.6349227-10446-9095026432092/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.86> (0, b'\r\n{"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBANuOlQv82ZoKG7EmBalZxREWO8SnTsoEg66TOOiRlnSLUNC1st5niYLh8O/w38l1q/xd2fHG/lIdeG4IwLQnJFSj9a4Py4ZwevX1anBAItHk813e/0GcF9bCNca4PNUuYPuvowe9YTwWhmyzRkuefjUcVfdCX+oTT0Yk52pbadOLAAAAFQDOgNwWX7h09s0qc45vPrpV+oKnJQAAAIEAkiOlP/gkADs1aLHj7ghfXe8qeW2HPNkciiFV61PdmaUMyB+6Dj+L92UKzvhwTmE5Mb/y82F7g1Z/eomajRZMPB97R2DM//w81EuSA1lAkxcZquHa6LYblzBPOonliCk0RpfYWKsX2HAoCMq/L/qMJVyyQPMCitRaP0rQ0ysY89oAAACAA8LMR/99QJr3uboG1uN/kuLBq5Hp1ccztpgxEGwjOMAnzxmgQfxRt06RZofxOp9IEGUx86vp0jnimJ2V1nPYEhwpGefvSzwPB0F7+VpE9w7I1B7WDECP+1yWjLH9TjcjEQtEDCr1AsYc6kbzaOXA3T2edvA8frgfFx/jxDuTG+Y=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC8BQh1CuYwbDfsEBf0xQLgZiCkny0qzLUXfQySdEWm7z3gZeAI+6DjtWgj8UG3EwttGJgTRMOq8UHCtTOugzB0AmGHxNT6/rE0L7PxlbbE0ox/2CPLwwTA9Jnap8Ko/YazlKE4l6NGQ6mlXdIVJ7TblbcxbvtDtXGLDDsPp7O3UMzQrUfv5OL1PgG327Fnp3/oPrNla67GH4YGVCzBmNIfhuwEHgNkBNEcYmeSTsyVlK4WEPQmBOjpdbCTe0MF7ALsvXqFyF9MLt7CA6xoq4+5hVpVnXY7QJrnAq8F50XWaoR709UrVsKuvJLvrwa4IzKbBhNiEEiGdrDLR/C3x6MUE3D/Af/rIgaAskOsjSaaYYCMRazXVM4Exmq1/rFmVZLAYJzRdsr+BC7RWInx13nqLXOeLG3IWUFZQpzZ6Amil1NDj0GI5BUnJrx7Os85zUTQS+hF0E0Lh6AuiyeMAwa2SJPClneIVdT7qMD6V8NvDSHJyv/Ogt52suFbYoVv++0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBrjlb93cGgX+vypO/CsZg0yqUUQDydOnQGtFdIBdLLPdyyAVS+vln9Ooj8URwPOq0zY/AcwgVeUQ+agXiux5tY=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIHPDzaYZ0HHE0RvKmcyS/2htx9D4p8kyUo61r2u5grhr", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_local": {}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.43.151 55334 10.31.40.86 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "6", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.43.151 55334 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": "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": "b04bc0ca9b9746afa7eb9fcdc2cec37f", "ansible_date_time": {"year": "2024", "month": "10", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "41", "day": "12", "hour": "05", "minute": "40", "second": "46", "epoch": "1728726046", "epoch_int": "1728726046", "date": "2024-10-12", "time": "05:40:46", "iso8601_micro": "2024-10-12T09:40:46.021948Z", "iso8601": "2024-10-12T09:40:46Z", "iso8601_basic": "20241012T054046021948", "iso8601_basic_short": "20241012T054046", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_loadavg": {"1m": 1.14, "5m": 0.38, "15m": 0.14}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_apparmor": {"status": "disabled"}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_fips": 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_is_chroot": false, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2825, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 714, "free": 2825}, "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": "ec2d4a3e-bf31-ce41-1980-859d01971a70", "ansible_product_uuid": "ec2d4a3e-bf31-ce41-1980-859d01971a70", "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": 632, "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": 263560531968, "block_size": 4096, "block_total": 65533179, "block_available": 64345833, "block_used": 1187346, "inode_total": 131071472, "inode_available": 130996228, "inode_used": 75244, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_lsb": {}, "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": "0e:e6:b7:00:1c:c7", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.40.86", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::ce6:b7ff:fe00:1cc7", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.40.86", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:e6:b7:00:1c:c7", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.40.86"], "ansible_all_ipv6_addresses": ["fe80::ce6:b7ff:fe00:1cc7"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.40.86", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::ce6:b7ff:fe00:1cc7"]}, "ansible_pkg_mgr": "dnf", "ansible_fibre_channel_wwn": [], "ansible_hostnqn": "", "ansible_iscsi_iqn": "", "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.86 closed.\r\n') <10.31.42.176> (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_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_loadavg": {"1m": 1.5, "5m": 0.55, "15m": 0.23}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_lsb": {}, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node2", "ansible_hostname": "managed-node2", "ansible_nodename": "managed-node2", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "81b0a9077e7f4f58879f98247107a587", "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_hostnqn": "", "ansible_local": {}, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAI35UCQwp9/1TpsOqthUTYyvwnvw3aOEuauS/qOr571zK+5wQ8JjbK0msxFIQbpW+Nw0RPVM7fCbZwgWnsJhejK3vdnOiA5PhAq/rE1LJWG6vKBXoVslpVVo5pX2ZT8gGNphxsd39IWJgF+4BEqtR80wQmTOO/dXsESfczPN8CKvAAAAFQDiNg4jUmSbc7lFLe/++sBEWU+dAwAAAIBf7CIhbqX//1TUIHX7CcglufArVvu+/9q+Psutgiez5aBem3/4/IrqdF7/xb0MOToKquN3XttlzInzcab8UzFw90SzCPN92alG+X/evcHU6ic2z5jlQBgS9r1UIyLYi9oKXbPLagIR3Pcuw04u2bVZCT3ZlIZyYlLM2Qk6zTF/rgAAAIABucuJn9WfqLkGSeYwdqz54BQ6pJ1q4k4agsQ2MYQ9af0Fy/6eHSdcy8Rpaxs+JatLWfl9G0MgEDVlY6oj9TZF4z4xgOzg8FF4k0TnKozzZCPAKeD/BMpRl+kGifI4DfSTx8YnREw4x6ywG3M7jfL3ic6WhhgDmrhdq9OGDrZR2w==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDElgi7cC0X7L9sVPF337u5JxC4Fd037S3zblqxvoRNR8hyEDIHFmrS0v8j7LxlkoU+vNSMqp/pKrE4s1cFdUlGPMyHSEAJ3bGvjj9o64ACuu2iGydD7is+5Tmua9m1PW3O1zgiikcjC0FtX1sRVCp4qzu1hkVDmUAumXusFXvGST+95wG6eZYBKB/t+qyq/Cg/093iJTfrZjoMYKxJPLoOpCYbKJRxC4ruva/xXSSUJydU3S5B7hxfj90H1UrXnMMEhRmkXEhEeRmwg1foIlImcXZn6g5zCp7p6Zqz5WRGId7lL2L2aQU/OH2N/x0JIfb+0rR19alaZViGGSgblJ+1dnak6Rp2MLWYsTBBtu/ibyrqKtlatSKUT0koVVCBuA7CASfVCwaJ7aCnnseMaFzvTOs1pCjTMZOvH2t65bieP4LZ22xiX3wXyTudRkeWh023T4mPZkcvvpR8H/IHBO/H+qRQRny8ex0uB0exHUrOkdIsFkSYsd9fl5S7uWySLhM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOfimMR7zzOMZeBA9bQUkq0pp0BDE1/r18QbfMZ93IRIsPRpD4Kpoj7I96C5rQSDWjSjvg+SM4cYHraMkifCd18=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAINQ9HAVwkGV0CwmvMMh3WlmYBa8pCD8bdETbrne3r4zy", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_is_chroot": false, "ansible_date_time": {"year": "2024", "month": "10", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "41", "day": "12", "hour": "05", "minute": "40", "second": "46", "epoch": "1728726046", "epoch_int": "1728726046", "date": "2024-10-12", "time": "05:40:46", "iso8601_micro": "2024-10-12T09:40:46.039695Z", "iso8601": "2024-10-12T09:40:46Z", "iso8601_basic": "20241012T054046039695", "iso8601_basic_short": "20241012T054046", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_apparmor": {"status": "disabled"}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.43.151 58750 10.31.42.176 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "6", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.43.151 58750 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_pkg_mgr": "dnf", "ansible_fips": false, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_fibre_channel_wwn": [], "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_iscsi_iqn": "", "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:83:ca:70:c1:51", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.42.176", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::c83:caff:fe70:c151", "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.176", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:83:ca:70:c1:51", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.42.176"], "ansible_all_ipv6_addresses": ["fe80::c83:caff:fe70:c151"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.42.176", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::c83:caff:fe70:c151"]}, "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": 2829, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 710, "free": 2829}, "nocache": {"free": 3338, "used": 201}, "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": "ec20f25b-f03c-89da-060c-0fab746e0a37", "ansible_product_uuid": "ec20f25b-f03c-89da-060c-0fab746e0a37", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "0", "partitions": {"xvda1": {"links": {"ids": [], "uuids": ["fe591198-9082-4b15-9b62-e83518524cd2"], "labels": [], "masters": []}, "start": "2048", "sectors": "524285919", "sectorsize": 512, "size": "250.00 GB", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2", "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda1": ["fe591198-9082-4b15-9b62-e83518524cd2"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 497, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560282112, "block_size": 4096, "block_total": 65533179, "block_available": 64345772, "block_used": 1187407, "inode_total": 131071472, "inode_available": 130996219, "inode_used": 75253, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.42.176 closed.\r\n') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726045.6313574-10447-226445621734732/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726045.6349227-10446-9095026432092/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.109> (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": "3c0a8d7b6a7644e78c810b91540b88cf", "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.43.151 53098 10.31.41.109 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "6", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.43.151 53098 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_is_chroot": false, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAMVpfC11Y5MzlCV+a5AsHW13lVFJhy3Hqqh4EAhnEIEMktK3wET6hHaGabFvfWoBvTIBia0NsctWZo+XIyCFmBa5A1goYeaiJ1hEZhCHGT3YwzsxD22/w8EOpSG4Op8XXHYKp6h0Jngu/zJbkjtLRcMNKya7UYYCqzndZT7H83tTAAAAFQD8v4SvKVL/yg3anVApMz0SkAH5+wAAAIEAlMLiGTe1rOBD4AvT5ymkJOpbNRcLddcaR0JLDNWqyOHImw2TdhGLdzr3UeWWY1hPL5OY9uB803BCK0+uGLcaI7gbSsBHFm4h9+aAAGH0BP30BtSmiHIp9u5BYEDldLAEVfmLpNYY5IpZZCk6klXH+T36x1leXxrAn4Ksy1dHWw0AAACAbzCLzoZJKIIsVy1julDQX9PqNLiXSnBGxBhjV1FOpb6eXaEX/riyrzJZ84nI83s6aUGGLb6pjkpkzRdpSN6xcAtcORv8NvOHHQf4AgwYmYJiWVhOMIRPt+rwYDVYL7IFjKsqWHF4lu59xnL6nAkax+HP3LuDEbJrdFTBFGrHhjo=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC8l2lgarrKTzpNgUQfN+DFpb8sb2GJDhLjrD01A0plYPuaUe+qvHbWI/nLv+eiGn7ijHsB6++cIo1ZkpqMl9d95Snrk/snLrGWysqCcZlrNccwKIirwEaNPjtFoGoGOzpzC9fZUv7WzgoMqG2waFxRKiJ8pwnkO6SylFltha2UaGnNuhWGz/hGQnxV7YcOZK6jg0O2PxRx+iCpfgQvAcFdBvTHsu8rh7Y2zS4Jg2OnAJvi3sYKG23D3XY0rRJoFUYQdJSt4teGIA2+NRgDlNmtx9b/tuWeoDLNbyG+vlDbxYzoqv89GhTfwDt+7bxgA2h/J0BoGbneui8mTqQ2mMcfhZQfWQpsvcXxq8EzTMKQxekiVWuUm3KR7cmJH+LIe2KFjPY2F9o+tPi6LZpFioDJE5T/51Wrx50gtG6oCg0AtuR4Rml/H5rC+bwDy5pC2q/sDIz5dU4QUy709O0zzZ0KCGhtERqTaXQhkXsu14UoVWqJXcxB5hr8RL7rlRfOmhU=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDqnHwd+isGyC9MgNei4iVPgb+Bwjo5aKDAlSVgzgP6CZJXF+RZsvn/igvbA2QzO9DiBkuvFQIycrkPxGkv9fd0=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAINp6aV6F2CgFY+MyrCjNW+Kdnxs5Ma0beMlz2v9doDNk", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_apparmor": {"status": "disabled"}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_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": 3335, "used": 204}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.2.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec27c91c-7183-a5c3-6c35-0d2c0f2798da", "ansible_product_uuid": "ec27c91c-7183-a5c3-6c35-0d2c0f2798da", "ansible_product_version": "4.2.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "0", "partitions": {"xvda1": {"links": {"ids": [], "uuids": ["fe591198-9082-4b15-9b62-e83518524cd2"], "labels": [], "masters": []}, "start": "2048", "sectors": "524285919", "sectorsize": 512, "size": "250.00 GB", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2", "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda1": ["fe591198-9082-4b15-9b62-e83518524cd2"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 625, "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": 263560499200, "block_size": 4096, "block_total": 65533179, "block_available": 64345825, "block_used": 1187354, "inode_total": 131071472, "inode_available": 130996228, "inode_used": 75244, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_fips": false, "ansible_iscsi_iqn": "", "ansible_date_time": {"year": "2024", "month": "10", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "41", "day": "12", "hour": "05", "minute": "40", "second": "46", "epoch": "1728726046", "epoch_int": "1728726046", "date": "2024-10-12", "time": "05:40:46", "iso8601_micro": "2024-10-12T09:40:46.260036Z", "iso8601": "2024-10-12T09:40:46Z", "iso8601_basic": "20241012T054046260036", "iso8601_basic_short": "20241012T054046", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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_fibre_channel_wwn": [], "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:ec:87:da:c0:13", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.41.109", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::cec:87ff:feda:c013", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "off [requested on]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "off [requested on]", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.41.109", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:ec:87:da:c0:13", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.41.109"], "ansible_all_ipv6_addresses": ["fe80::cec:87ff:feda:c013"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.41.109", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::cec:87ff:feda:c013"]}, "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "ansible_hostnqn": "", "ansible_loadavg": {"1m": 1.31, "5m": 0.5, "15m": 0.21}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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_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_lsb": {}, "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.41.109 closed.\r\n') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726045.6282957-10445-25507012954147/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.86> (0, b'', b'') <10.31.42.176> (0, b'', b'') ok: [managed-node2] <10.31.41.109> (0, b'', b'') ok: [managed-node3] ok: [managed-node1] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 12 October 2024 05:40:46 -0400 (0:00:00.804) 0:00:02.086 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 12 October 2024 05:40:46 -0400 (0:00:00.031) 0:00:02.118 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 12 October 2024 05:40:46 -0400 (0:00:00.006) 0:00:02.125 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 12 October 2024 05:40:46 -0400 (0:00:00.005) 0:00:02.130 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 12 October 2024 05:40:46 -0400 (0:00:00.006) 0:00:02.137 ****** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 12 October 2024 05:40:46 -0400 (0:00:00.051) 0:00:02.188 ****** included: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for managed-node1, managed-node2, managed-node3 TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 12 October 2024 05:40:46 -0400 (0:00:00.046) 0:00:02.235 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 12 October 2024 05:40:46 -0400 (0:00:00.076) 0:00:02.311 ****** <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.86> (0, b'/root\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726046.6609738-10540-82283083774920 `" && echo ansible-tmp-1728726046.6609738-10540-82283083774920="` echo /root/.ansible/tmp/ansible-tmp-1728726046.6609738-10540-82283083774920 `" ) && sleep 0'"'"'' <10.31.41.109> (0, b'/root\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726046.6642191-10538-91528742836216 `" && echo ansible-tmp-1728726046.6642191-10538-91528742836216="` echo /root/.ansible/tmp/ansible-tmp-1728726046.6642191-10538-91528742836216 `" ) && sleep 0'"'"'' <10.31.42.176> (0, b'/root\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726046.6662097-10539-142077315658898 `" && echo ansible-tmp-1728726046.6662097-10539-142077315658898="` echo /root/.ansible/tmp/ansible-tmp-1728726046.6662097-10539-142077315658898 `" ) && sleep 0'"'"'' <10.31.42.176> (0, b'ansible-tmp-1728726046.6662097-10539-142077315658898=/root/.ansible/tmp/ansible-tmp-1728726046.6662097-10539-142077315658898\n', b'') <10.31.40.86> (0, b'ansible-tmp-1728726046.6609738-10540-82283083774920=/root/.ansible/tmp/ansible-tmp-1728726046.6609738-10540-82283083774920\n', b'') <10.31.41.109> (0, b'ansible-tmp-1728726046.6642191-10538-91528742836216=/root/.ansible/tmp/ansible-tmp-1728726046.6642191-10538-91528742836216\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.42.176> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpgoowxwvt TO /root/.ansible/tmp/ansible-tmp-1728726046.6662097-10539-142077315658898/AnsiballZ_stat.py <10.31.40.86> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpv6_zr1m8 TO /root/.ansible/tmp/ansible-tmp-1728726046.6609738-10540-82283083774920/AnsiballZ_stat.py <10.31.42.176> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' '[10.31.42.176]' <10.31.40.86> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' '[10.31.40.86]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.41.109> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp_7wed348 TO /root/.ansible/tmp/ansible-tmp-1728726046.6642191-10538-91528742836216/AnsiballZ_stat.py <10.31.41.109> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' '[10.31.41.109]' <10.31.42.176> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpgoowxwvt /root/.ansible/tmp/ansible-tmp-1728726046.6662097-10539-142077315658898/AnsiballZ_stat.py\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726046.6662097-10539-142077315658898/ /root/.ansible/tmp/ansible-tmp-1728726046.6662097-10539-142077315658898/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.86> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpv6_zr1m8 /root/.ansible/tmp/ansible-tmp-1728726046.6609738-10540-82283083774920/AnsiballZ_stat.py\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726046.6609738-10540-82283083774920/ /root/.ansible/tmp/ansible-tmp-1728726046.6609738-10540-82283083774920/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.109> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp_7wed348 /root/.ansible/tmp/ansible-tmp-1728726046.6642191-10538-91528742836216/AnsiballZ_stat.py\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726046.6642191-10538-91528742836216/ /root/.ansible/tmp/ansible-tmp-1728726046.6642191-10538-91528742836216/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' -tt 10.31.42.176 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726046.6662097-10539-142077315658898/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.86> (0, b'', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' -tt 10.31.40.86 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726046.6609738-10540-82283083774920/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.109> (0, b'', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' -tt 10.31.41.109 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726046.6642191-10538-91528742836216/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.176> (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.176 closed.\r\n') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726046.6662097-10539-142077315658898/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.86> (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.86 closed.\r\n') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726046.6609738-10540-82283083774920/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.109> (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.41.109 closed.\r\n') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726046.6642191-10538-91528742836216/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } <10.31.40.86> (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.41.109> (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 } } TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] *** task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 12 October 2024 05:40:47 -0400 (0:00:00.492) 0:00:02.803 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 12 October 2024 05:40:47 -0400 (0:00:00.054) 0:00:02.857 ****** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 12 October 2024 05:40:47 -0400 (0:00:00.079) 0:00:02.937 ****** <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.109> (0, b'/root\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726047.3042898-10598-172619124781184 `" && echo ansible-tmp-1728726047.3042898-10598-172619124781184="` echo /root/.ansible/tmp/ansible-tmp-1728726047.3042898-10598-172619124781184 `" ) && sleep 0'"'"'' <10.31.42.176> (0, b'/root\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726047.3208632-10599-86133986051399 `" && echo ansible-tmp-1728726047.3208632-10599-86133986051399="` echo /root/.ansible/tmp/ansible-tmp-1728726047.3208632-10599-86133986051399 `" ) && sleep 0'"'"'' <10.31.40.86> (0, b'/root\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726047.3295374-10600-113714250356077 `" && echo ansible-tmp-1728726047.3295374-10600-113714250356077="` echo /root/.ansible/tmp/ansible-tmp-1728726047.3295374-10600-113714250356077 `" ) && sleep 0'"'"'' <10.31.41.109> (0, b'ansible-tmp-1728726047.3042898-10598-172619124781184=/root/.ansible/tmp/ansible-tmp-1728726047.3042898-10598-172619124781184\n', b'') <10.31.42.176> (0, b'ansible-tmp-1728726047.3208632-10599-86133986051399=/root/.ansible/tmp/ansible-tmp-1728726047.3208632-10599-86133986051399\n', b'') <10.31.40.86> (0, b'ansible-tmp-1728726047.3295374-10600-113714250356077=/root/.ansible/tmp/ansible-tmp-1728726047.3295374-10600-113714250356077\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py <10.31.42.176> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp9duy1b_s TO /root/.ansible/tmp/ansible-tmp-1728726047.3208632-10599-86133986051399/AnsiballZ_dnf.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py <10.31.42.176> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' '[10.31.42.176]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py <10.31.40.86> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp_1yj1ims TO /root/.ansible/tmp/ansible-tmp-1728726047.3295374-10600-113714250356077/AnsiballZ_dnf.py <10.31.41.109> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpynhrhagq TO /root/.ansible/tmp/ansible-tmp-1728726047.3042898-10598-172619124781184/AnsiballZ_dnf.py <10.31.40.86> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' '[10.31.40.86]' <10.31.41.109> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' '[10.31.41.109]' <10.31.42.176> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp9duy1b_s /root/.ansible/tmp/ansible-tmp-1728726047.3208632-10599-86133986051399/AnsiballZ_dnf.py\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726047.3208632-10599-86133986051399/ /root/.ansible/tmp/ansible-tmp-1728726047.3208632-10599-86133986051399/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.40.86> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp_1yj1ims /root/.ansible/tmp/ansible-tmp-1728726047.3295374-10600-113714250356077/AnsiballZ_dnf.py\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726047.3295374-10600-113714250356077/ /root/.ansible/tmp/ansible-tmp-1728726047.3295374-10600-113714250356077/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.41.109> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpynhrhagq /root/.ansible/tmp/ansible-tmp-1728726047.3042898-10598-172619124781184/AnsiballZ_dnf.py\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726047.3042898-10598-172619124781184/ /root/.ansible/tmp/ansible-tmp-1728726047.3042898-10598-172619124781184/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') <10.31.40.86> (0, b'', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' -tt 10.31.40.86 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726047.3295374-10600-113714250356077/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' -tt 10.31.42.176 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726047.3208632-10599-86133986051399/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.41.109> (0, b'', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' -tt 10.31.41.109 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726047.3042898-10598-172619124781184/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.42.176> (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.176 closed.\r\n') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726047.3208632-10599-86133986051399/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "nobest": false, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": "present", "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients <10.31.40.86> (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.86 closed.\r\n') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726047.3295374-10600-113714250356077/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.86> (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.41.109> (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.41.109 closed.\r\n') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726047.3042898-10598-172619124781184/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.109> (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 TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 12 October 2024 05:40:50 -0400 (0:00:03.288) 0:00:06.226 ****** <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.109> (0, b'/root\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726050.5612547-10681-253576044783454 `" && echo ansible-tmp-1728726050.5612547-10681-253576044783454="` echo /root/.ansible/tmp/ansible-tmp-1728726050.5612547-10681-253576044783454 `" ) && sleep 0'"'"'' <10.31.42.176> (0, b'/root\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726050.5715728-10682-160571289446424 `" && echo ansible-tmp-1728726050.5715728-10682-160571289446424="` echo /root/.ansible/tmp/ansible-tmp-1728726050.5715728-10682-160571289446424 `" ) && sleep 0'"'"'' <10.31.40.86> (0, b'/root\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726050.5732722-10684-176329404138624 `" && echo ansible-tmp-1728726050.5732722-10684-176329404138624="` echo /root/.ansible/tmp/ansible-tmp-1728726050.5732722-10684-176329404138624 `" ) && sleep 0'"'"'' <10.31.41.109> (0, b'ansible-tmp-1728726050.5612547-10681-253576044783454=/root/.ansible/tmp/ansible-tmp-1728726050.5612547-10681-253576044783454\n', b'') <10.31.42.176> (0, b'ansible-tmp-1728726050.5715728-10682-160571289446424=/root/.ansible/tmp/ansible-tmp-1728726050.5715728-10682-160571289446424\n', b'') <10.31.40.86> (0, b'ansible-tmp-1728726050.5732722-10684-176329404138624=/root/.ansible/tmp/ansible-tmp-1728726050.5732722-10684-176329404138624\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.41.109> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpipesr9pv TO /root/.ansible/tmp/ansible-tmp-1728726050.5612547-10681-253576044783454/AnsiballZ_systemd.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.41.109> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' '[10.31.41.109]' <10.31.42.176> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmps77yfbpq TO /root/.ansible/tmp/ansible-tmp-1728726050.5715728-10682-160571289446424/AnsiballZ_systemd.py <10.31.42.176> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' '[10.31.42.176]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.40.86> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmput5bwi9y TO /root/.ansible/tmp/ansible-tmp-1728726050.5732722-10684-176329404138624/AnsiballZ_systemd.py <10.31.40.86> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' '[10.31.40.86]' <10.31.41.109> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpipesr9pv /root/.ansible/tmp/ansible-tmp-1728726050.5612547-10681-253576044783454/AnsiballZ_systemd.py\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726050.5612547-10681-253576044783454/ /root/.ansible/tmp/ansible-tmp-1728726050.5612547-10681-253576044783454/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.42.176> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmps77yfbpq /root/.ansible/tmp/ansible-tmp-1728726050.5715728-10682-160571289446424/AnsiballZ_systemd.py\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726050.5715728-10682-160571289446424/ /root/.ansible/tmp/ansible-tmp-1728726050.5715728-10682-160571289446424/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.86> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmput5bwi9y /root/.ansible/tmp/ansible-tmp-1728726050.5732722-10684-176329404138624/AnsiballZ_systemd.py\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726050.5732722-10684-176329404138624/ /root/.ansible/tmp/ansible-tmp-1728726050.5732722-10684-176329404138624/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' -tt 10.31.42.176 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726050.5715728-10682-160571289446424/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.41.109> (0, b'', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' -tt 10.31.41.109 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726050.5612547-10681-253576044783454/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.86> (0, b'', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' -tt 10.31.40.86 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726050.5732722-10684-176329404138624/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.42.176> (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-10-12 05:40:16 EDT", "ExecMainStartTimestampMonotonic": "467976741", "ExecMainExitTimestamp": "Sat 2024-10-12 05:40:34 EDT", "ExecMainExitTimestampMonotonic": "485974640", "ExecMainPID": "20384", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-12 05:40:16 EDT] ; stop_time=[Sat 2024-10-12 05:40:34 EDT] ; pid=20384 ; 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-10-12 05:40:16 EDT] ; stop_time=[Sat 2024-10-12 05:40:16 EDT] ; pid=20375 ; 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 systemd-journald.socket system.slice network-online.target remote-fs.target network.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-10-12 05:40:34 EDT", "StateChangeTimestampMonotonic": "485975085", "InactiveExitTimestamp": "Sat 2024-10-12 05:40:16 EDT", "InactiveExitTimestampMonotonic": "467976905", "ActiveEnterTimestamp": "Sat 2024-10-12 05:40:34 EDT", "ActiveEnterTimestampMonotonic": "485975085", "ActiveExitTimestamp": "Sat 2024-10-12 05:40:16 EDT", "ActiveExitTimestampMonotonic": "467954243", "InactiveEnterTimestamp": "Sat 2024-10-12 05:40:16 EDT", "InactiveEnterTimestampMonotonic": "467974997", "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-10-12 05:40:16 EDT", "ConditionTimestampMonotonic": "467975884", "AssertTimestamp": "Sat 2024-10-12 05:40:16 EDT", "AssertTimestampMonotonic": "467975906", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "dfda86e4681942e3b6f3de77ffe2ae73", "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.176 closed.\r\n') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726050.5715728-10682-160571289446424/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.86> (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-10-12 05:40:24 EDT", "ExecMainStartTimestampMonotonic": "610254134", "ExecMainExitTimestamp": "Sat 2024-10-12 05:40:42 EDT", "ExecMainExitTimestampMonotonic": "628802893", "ExecMainPID": "16740", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-12 05:40:24 EDT] ; stop_time=[Sat 2024-10-12 05:40:42 EDT] ; pid=16740 ; 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-10-12 05:40:24 EDT] ; stop_time=[Sat 2024-10-12 05:40:24 EDT] ; pid=16731 ; 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": "system.slice network.target network-online.target remote-fs.target basic.target systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-10-12 05:40:42 EDT", "StateChangeTimestampMonotonic": "628803460", "InactiveExitTimestamp": "Sat 2024-10-12 05:40:24 EDT", "InactiveExitTimestampMonotonic": "610254172", "ActiveEnterTimestamp": "Sat 2024-10-12 05:40:42 EDT", "ActiveEnterTimestampMonotonic": "628803460", "ActiveExitTimestamp": "Sat 2024-10-12 05:40:24 EDT", "ActiveExitTimestampMonotonic": "610229480", "InactiveEnterTimestamp": "Sat 2024-10-12 05:40:24 EDT", "InactiveEnterTimestampMonotonic": "610252292", "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-10-12 05:40:24 EDT", "ConditionTimestampMonotonic": "610253096", "AssertTimestamp": "Sat 2024-10-12 05:40:24 EDT", "AssertTimestampMonotonic": "610253121", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "a88e82638f084cdc86be44469a967283", "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.86 closed.\r\n') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726050.5732722-10684-176329404138624/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.176> (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-10-12 05:40:34 EDT", "ActiveEnterTimestampMonotonic": "485975085", "ActiveExitTimestamp": "Sat 2024-10-12 05:40:16 EDT", "ActiveExitTimestampMonotonic": "467954243", "ActiveState": "active", "After": "basic.target systemd-journald.socket system.slice network-online.target remote-fs.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-12 05:40:16 EDT", "AssertTimestampMonotonic": "467975906", "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-10-12 05:40:16 EDT", "ConditionTimestampMonotonic": "467975884", "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-10-12 05:40:34 EDT", "ExecMainExitTimestampMonotonic": "485974640", "ExecMainPID": "20384", "ExecMainStartTimestamp": "Sat 2024-10-12 05:40:16 EDT", "ExecMainStartTimestampMonotonic": "467976741", "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-10-12 05:40:16 EDT] ; stop_time=[Sat 2024-10-12 05:40:34 EDT] ; pid=20384 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-12 05:40:16 EDT] ; stop_time=[Sat 2024-10-12 05:40:16 EDT] ; pid=20375 ; 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-10-12 05:40:16 EDT", "InactiveEnterTimestampMonotonic": "467974997", "InactiveExitTimestamp": "Sat 2024-10-12 05:40:16 EDT", "InactiveExitTimestampMonotonic": "467976905", "InvocationID": "dfda86e4681942e3b6f3de77ffe2ae73", "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-10-12 05:40:34 EDT", "StateChangeTimestampMonotonic": "485975085", "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.41.109> (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-10-12 05:40:12 EDT", "ExecMainStartTimestampMonotonic": "591782842", "ExecMainExitTimestamp": "Sat 2024-10-12 05:40:33 EDT", "ExecMainExitTimestampMonotonic": "612754100", "ExecMainPID": "16683", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-12 05:40:12 EDT] ; stop_time=[Sat 2024-10-12 05:40:33 EDT] ; pid=16683 ; 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-10-12 05:40:12 EDT] ; stop_time=[Sat 2024-10-12 05:40:12 EDT] ; pid=16674 ; 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 system.slice remote-fs.target network-online.target systemd-journald.socket network.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-10-12 05:40:33 EDT", "StateChangeTimestampMonotonic": "612754692", "InactiveExitTimestamp": "Sat 2024-10-12 05:40:12 EDT", "InactiveExitTimestampMonotonic": "591782879", "ActiveEnterTimestamp": "Sat 2024-10-12 05:40:33 EDT", "ActiveEnterTimestampMonotonic": "612754692", "ActiveExitTimestamp": "Sat 2024-10-12 05:40:12 EDT", "ActiveExitTimestampMonotonic": "591758206", "InactiveEnterTimestamp": "Sat 2024-10-12 05:40:12 EDT", "InactiveEnterTimestampMonotonic": "591780879", "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-10-12 05:40:12 EDT", "ConditionTimestampMonotonic": "591781805", "AssertTimestamp": "Sat 2024-10-12 05:40:12 EDT", "AssertTimestampMonotonic": "591781832", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "b1895f95af504f7c9e3ba329a60ab1ff", "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.41.109 closed.\r\n') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726050.5612547-10681-253576044783454/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.86> (0, b'', b'') <10.31.41.109> (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-10-12 05:40:42 EDT", "ActiveEnterTimestampMonotonic": "628803460", "ActiveExitTimestamp": "Sat 2024-10-12 05:40:24 EDT", "ActiveExitTimestampMonotonic": "610229480", "ActiveState": "active", "After": "system.slice network.target network-online.target remote-fs.target basic.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-12 05:40:24 EDT", "AssertTimestampMonotonic": "610253121", "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-10-12 05:40:24 EDT", "ConditionTimestampMonotonic": "610253096", "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-10-12 05:40:42 EDT", "ExecMainExitTimestampMonotonic": "628802893", "ExecMainPID": "16740", "ExecMainStartTimestamp": "Sat 2024-10-12 05:40:24 EDT", "ExecMainStartTimestampMonotonic": "610254134", "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-10-12 05:40:24 EDT] ; stop_time=[Sat 2024-10-12 05:40:42 EDT] ; pid=16740 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-12 05:40:24 EDT] ; stop_time=[Sat 2024-10-12 05:40:24 EDT] ; pid=16731 ; 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-10-12 05:40:24 EDT", "InactiveEnterTimestampMonotonic": "610252292", "InactiveExitTimestamp": "Sat 2024-10-12 05:40:24 EDT", "InactiveExitTimestampMonotonic": "610254172", "InvocationID": "a88e82638f084cdc86be44469a967283", "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-10-12 05:40:42 EDT", "StateChangeTimestampMonotonic": "628803460", "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" } } 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-10-12 05:40:33 EDT", "ActiveEnterTimestampMonotonic": "612754692", "ActiveExitTimestamp": "Sat 2024-10-12 05:40:12 EDT", "ActiveExitTimestampMonotonic": "591758206", "ActiveState": "active", "After": "basic.target system.slice remote-fs.target network-online.target systemd-journald.socket network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-12 05:40:12 EDT", "AssertTimestampMonotonic": "591781832", "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-10-12 05:40:12 EDT", "ConditionTimestampMonotonic": "591781805", "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-10-12 05:40:33 EDT", "ExecMainExitTimestampMonotonic": "612754100", "ExecMainPID": "16683", "ExecMainStartTimestamp": "Sat 2024-10-12 05:40:12 EDT", "ExecMainStartTimestampMonotonic": "591782842", "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-10-12 05:40:12 EDT] ; stop_time=[Sat 2024-10-12 05:40:33 EDT] ; pid=16683 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-12 05:40:12 EDT] ; stop_time=[Sat 2024-10-12 05:40:12 EDT] ; pid=16674 ; 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-10-12 05:40:12 EDT", "InactiveEnterTimestampMonotonic": "591780879", "InactiveExitTimestamp": "Sat 2024-10-12 05:40:12 EDT", "InactiveExitTimestampMonotonic": "591782879", "InvocationID": "b1895f95af504f7c9e3ba329a60ab1ff", "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-10-12 05:40:33 EDT", "StateChangeTimestampMonotonic": "612754692", "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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 12 October 2024 05:40:51 -0400 (0:00:00.767) 0:00:06.993 ****** included: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml for managed-node2, managed-node1, managed-node3 TASK [fedora.linux_system_roles.kdump : Create key if it does not exist] ******* task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 12 October 2024 05:40:51 -0400 (0:00:00.140) 0:00:07.134 ****** <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.109> (0, b'/root\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726051.46943-10711-118622194415019 `" && echo ansible-tmp-1728726051.46943-10711-118622194415019="` echo /root/.ansible/tmp/ansible-tmp-1728726051.46943-10711-118622194415019 `" ) && sleep 0'"'"'' <10.31.42.176> (0, b'/root\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726051.4740698-10712-263257247443057 `" && echo ansible-tmp-1728726051.4740698-10712-263257247443057="` echo /root/.ansible/tmp/ansible-tmp-1728726051.4740698-10712-263257247443057 `" ) && sleep 0'"'"'' <10.31.40.86> (0, b'/root\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726051.4819543-10714-40992038501547 `" && echo ansible-tmp-1728726051.4819543-10714-40992038501547="` echo /root/.ansible/tmp/ansible-tmp-1728726051.4819543-10714-40992038501547 `" ) && sleep 0'"'"'' <10.31.41.109> (0, b'ansible-tmp-1728726051.46943-10711-118622194415019=/root/.ansible/tmp/ansible-tmp-1728726051.46943-10711-118622194415019\n', b'') <10.31.42.176> (0, b'ansible-tmp-1728726051.4740698-10712-263257247443057=/root/.ansible/tmp/ansible-tmp-1728726051.4740698-10712-263257247443057\n', b'') <10.31.40.86> (0, b'ansible-tmp-1728726051.4819543-10714-40992038501547=/root/.ansible/tmp/ansible-tmp-1728726051.4819543-10714-40992038501547\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py <10.31.41.109> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmphvo8mfah TO /root/.ansible/tmp/ansible-tmp-1728726051.46943-10711-118622194415019/AnsiballZ_command.py <10.31.42.176> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpb0njthlw TO /root/.ansible/tmp/ansible-tmp-1728726051.4740698-10712-263257247443057/AnsiballZ_command.py <10.31.41.109> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' '[10.31.41.109]' <10.31.42.176> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' '[10.31.42.176]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py <10.31.40.86> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpkmxxy0cs TO /root/.ansible/tmp/ansible-tmp-1728726051.4819543-10714-40992038501547/AnsiballZ_command.py <10.31.40.86> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' '[10.31.40.86]' <10.31.42.176> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpb0njthlw /root/.ansible/tmp/ansible-tmp-1728726051.4740698-10712-263257247443057/AnsiballZ_command.py\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726051.4740698-10712-263257247443057/ /root/.ansible/tmp/ansible-tmp-1728726051.4740698-10712-263257247443057/AnsiballZ_command.py && sleep 0'"'"'' <10.31.41.109> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmphvo8mfah /root/.ansible/tmp/ansible-tmp-1728726051.46943-10711-118622194415019/AnsiballZ_command.py\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726051.46943-10711-118622194415019/ /root/.ansible/tmp/ansible-tmp-1728726051.46943-10711-118622194415019/AnsiballZ_command.py && sleep 0'"'"'' <10.31.40.86> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpkmxxy0cs /root/.ansible/tmp/ansible-tmp-1728726051.4819543-10714-40992038501547/AnsiballZ_command.py\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726051.4819543-10714-40992038501547/ /root/.ansible/tmp/ansible-tmp-1728726051.4819543-10714-40992038501547/AnsiballZ_command.py && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' -tt 10.31.42.176 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726051.4740698-10712-263257247443057/AnsiballZ_command.py && sleep 0'"'"'' <10.31.41.109> (0, b'', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' -tt 10.31.41.109 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726051.46943-10711-118622194415019/AnsiballZ_command.py && sleep 0'"'"'' <10.31.40.86> (0, b'', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' -tt 10.31.40.86 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726051.4819543-10714-40992038501547/AnsiballZ_command.py && sleep 0'"'"'' <10.31.42.176> (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.176 closed.\r\n') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726051.4740698-10712-263257247443057/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.86> (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.86 closed.\r\n') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726051.4819543-10714-40992038501547/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.109> (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.41.109 closed.\r\n') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726051.46943-10711-118622194415019/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.176> (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.40.86> (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 <10.31.41.109> (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 TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 12 October 2024 05:40:51 -0400 (0:00:00.479) 0:00:07.614 ****** <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.109> (0, b'/root\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726051.9491186-10735-230323376673307 `" && echo ansible-tmp-1728726051.9491186-10735-230323376673307="` echo /root/.ansible/tmp/ansible-tmp-1728726051.9491186-10735-230323376673307 `" ) && sleep 0'"'"'' <10.31.42.176> (0, b'/root\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726051.9584568-10736-133496430242426 `" && echo ansible-tmp-1728726051.9584568-10736-133496430242426="` echo /root/.ansible/tmp/ansible-tmp-1728726051.9584568-10736-133496430242426 `" ) && sleep 0'"'"'' <10.31.40.86> (0, b'/root\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726051.9599102-10738-242910172301167 `" && echo ansible-tmp-1728726051.9599102-10738-242910172301167="` echo /root/.ansible/tmp/ansible-tmp-1728726051.9599102-10738-242910172301167 `" ) && sleep 0'"'"'' <10.31.41.109> (0, b'ansible-tmp-1728726051.9491186-10735-230323376673307=/root/.ansible/tmp/ansible-tmp-1728726051.9491186-10735-230323376673307\n', b'') <10.31.42.176> (0, b'ansible-tmp-1728726051.9584568-10736-133496430242426=/root/.ansible/tmp/ansible-tmp-1728726051.9584568-10736-133496430242426\n', b'') <10.31.40.86> (0, b'ansible-tmp-1728726051.9599102-10738-242910172301167=/root/.ansible/tmp/ansible-tmp-1728726051.9599102-10738-242910172301167\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.41.109> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpxf9tk92i TO /root/.ansible/tmp/ansible-tmp-1728726051.9491186-10735-230323376673307/AnsiballZ_slurp.py <10.31.42.176> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpp9808qkf TO /root/.ansible/tmp/ansible-tmp-1728726051.9584568-10736-133496430242426/AnsiballZ_slurp.py <10.31.41.109> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' '[10.31.41.109]' <10.31.42.176> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' '[10.31.42.176]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.40.86> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpvjval0hk TO /root/.ansible/tmp/ansible-tmp-1728726051.9599102-10738-242910172301167/AnsiballZ_slurp.py <10.31.40.86> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' '[10.31.40.86]' <10.31.42.176> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpp9808qkf /root/.ansible/tmp/ansible-tmp-1728726051.9584568-10736-133496430242426/AnsiballZ_slurp.py\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726051.9584568-10736-133496430242426/ /root/.ansible/tmp/ansible-tmp-1728726051.9584568-10736-133496430242426/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.109> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpxf9tk92i /root/.ansible/tmp/ansible-tmp-1728726051.9491186-10735-230323376673307/AnsiballZ_slurp.py\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726051.9491186-10735-230323376673307/ /root/.ansible/tmp/ansible-tmp-1728726051.9491186-10735-230323376673307/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.86> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpvjval0hk /root/.ansible/tmp/ansible-tmp-1728726051.9599102-10738-242910172301167/AnsiballZ_slurp.py\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726051.9599102-10738-242910172301167/ /root/.ansible/tmp/ansible-tmp-1728726051.9599102-10738-242910172301167/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' -tt 10.31.42.176 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726051.9584568-10736-133496430242426/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.109> (0, b'', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' -tt 10.31.41.109 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726051.9491186-10735-230323376673307/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.86> (0, b'', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' -tt 10.31.40.86 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726051.9599102-10738-242910172301167/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.42.176> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDNmVUU1FZM2pxaWp3S0NwTENEdGFpaStWdHVPMW44ZlZYR2tTOG0yQzZ1cHc3MHhRTUNrNVJyVHNrejhMdUZVZmxrSWoraXdBU0xPelBFVisweWx3RGJ6VGV3MGpRQW9PaUhoWWxhU2VzR2o1Q1VzRDVkejRKMGZrMUdnRXcyQkRVUVB6N09sOSszclBrckVhUW5IdEh0VG5OcTNqdWZuZWJEU1NqNnZ3SVNINUFDQ01GVXNFSk9zV2hPbTVuTVJadkNjVENtTDhXenNkN2RjSlNNQzhlMXhUZWVJVTN6ODZBM2o2SUh3NWFxVWVCaE5pSHNkTytRWm1lbTJXNWlOTnJWRjdKV0VSTDluazdvQThHNnYrTU14bkRhR1dFYUc4MTBhTVZJY1dlZm1SVlowc09iTVdwamFlWFo2NmplcTU5V0J1UTFQbVpRbFlNT3psTEl3WkNTdHBPYi8yMTlCUytwaGpDZjRRV0xidzlHbHA4Qm16T0VDZVRzSWdFWW9sbFZNVUpRaHNEczBZVm0rbnhVUDZnN0FQZnJHR294Q1M0by9RUkxacGVwT2xxcjE2ek9qampnWXpTNXdXTnFkU3hMMFV3TndTbVVGZUpFdHdqVXF4aVNzbzRVdUdxL2hiWmo3Y0tRcmxFemd5ZGlETnR3UVJGT3VxOEc4QWFRY009IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "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.176 closed.\r\n') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726051.9584568-10736-133496430242426/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.86> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FER2JJU2JpcVdmZmZKVE5JbTViNUp3SnZvNWhndWszeXRucmhSUG5XOFJXaHlWQXE4R2Rsa0t6NmdyQUVEOVh6dGxMWGZnaUpzc3RPRGpZdGJuNDFOaGhOaEExVGw0TXRDWno5RVdLODBidzc0TjhnQ0wvY2RDdFJ0eU9MNVl4SktSdWlwN29JWWxzVDFvdk5HaXZKSmkzSWFYTm9tSTNpblM0cTVLekFad1A2WEh5Nm5qRThuNUdNdGMvU3lOZkRKK0QxY2VXZndOYXF2Mlc0ZndKWWpYTUZYM1ZaN1A5bFZNOHFHMzRTNG5FNURhK1VHb3Mrdm1LZnY1UmRmK25CdTF5K1hDcGhNZzhUUzQ2b0ZYMFJWN0FLS2NPSGc4NVVvbFNoTHE5Z2VkSE5NclVzMEFXSWpnUDhjZXY3TE9zY3BKanhCdUdieWd3R0piYVVZMkRWTWRxWitYRmRKb2QvSldyclFyNGJkcHMwRXg3eWpNZ2cvR3RzZUhxN0g3ZE0yMG1PVDBrVXRHSUxjbmtNV29LK2JlV1E3SkRRMUJvcnAvTlVEYmdsK0M0Z0p2R1Y3czd4bnplMmlpY09hb3JPcDR0VjlJNlMwZnQ4UjhTdnc2YTd6YnBhNUFETkF1ZzY3M0xybGh4NThPS29CZXlqcXd0QTdhTkFpaUtMLyswVWs9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "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.86 closed.\r\n') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726051.9599102-10738-242910172301167/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.109> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEZ0lEcS80RGRTSTYzVjBpdkxBbHQ0TWFWZGRYcGdTOGJObnlGL2xXOWFJL1Q2UTBOQ0d0MWhxN2c0UmtpSzk1LzNSUTFsUlJsUnA5WElDRDIxcGZGcW9DUkJpWXV4ODc4MVJua0h4N29pVDdya2tGb0o2YU5xNDJ6ZzNMV0o3ODZucXVGek1jOUpmZ091RE9jWnRnVlhRRjV2d1JIemdhV0F3Z0UzZ0p1Y3RJUWFHTURZYTEwY1prb2dKdG5BMXVHNVg4aTZ2ajZ3bmNidGZCa05QMWZTbURVQ0w3S2tSSkQvWUpqYU51ZW5JOGNpMDc4T1pySzlrWVJiS0NVSUd2bXlUNmhqNUgxTnNIUFlpOVBOQm1LQ09JdGhnUlFlR0ZRSWxwK25MNmZhc0lzMXc5TE1VelhTMFVUelpEOEhRMmJoakExdnF4K0psYXRzQjFHdjBFMkdLNEtRb0dHaXN6TlJzc3JtSUphZHFWQWp2NStLN1hRaVAxTExuaitqUmNXZzlLKzRta0tsalJkY3h6dGZqdHhXandXOG8xb1lBMEs3UFFUMm9sN3Y5dm1yanpDY3BzRHFkenpsYWJPaXNNazNwUFVib0Zya2ZkTmQ3TTBPa0w3OGdRU3V3L1FISVYyTjhHRnUwckU5OGxENlh6alkxSWpqQldhRGphUE1YS009IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "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.41.109 closed.\r\n') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726051.9491186-10735-230323376673307/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') ok: [managed-node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDNmVUU1FZM2pxaWp3S0NwTENEdGFpaStWdHVPMW44ZlZYR2tTOG0yQzZ1cHc3MHhRTUNrNVJyVHNrejhMdUZVZmxrSWoraXdBU0xPelBFVisweWx3RGJ6VGV3MGpRQW9PaUhoWWxhU2VzR2o1Q1VzRDVkejRKMGZrMUdnRXcyQkRVUVB6N09sOSszclBrckVhUW5IdEh0VG5OcTNqdWZuZWJEU1NqNnZ3SVNINUFDQ01GVXNFSk9zV2hPbTVuTVJadkNjVENtTDhXenNkN2RjSlNNQzhlMXhUZWVJVTN6ODZBM2o2SUh3NWFxVWVCaE5pSHNkTytRWm1lbTJXNWlOTnJWRjdKV0VSTDluazdvQThHNnYrTU14bkRhR1dFYUc4MTBhTVZJY1dlZm1SVlowc09iTVdwamFlWFo2NmplcTU5V0J1UTFQbVpRbFlNT3psTEl3WkNTdHBPYi8yMTlCUytwaGpDZjRRV0xidzlHbHA4Qm16T0VDZVRzSWdFWW9sbFZNVUpRaHNEczBZVm0rbnhVUDZnN0FQZnJHR294Q1M0by9RUkxacGVwT2xxcjE2ek9qampnWXpTNXdXTnFkU3hMMFV3TndTbVVGZUpFdHdqVXF4aVNzbzRVdUdxL2hiWmo3Y0tRcmxFemd5ZGlETnR3UVJGT3VxOEc4QWFRY009IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } <10.31.40.86> (0, b'', b'') ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FER2JJU2JpcVdmZmZKVE5JbTViNUp3SnZvNWhndWszeXRucmhSUG5XOFJXaHlWQXE4R2Rsa0t6NmdyQUVEOVh6dGxMWGZnaUpzc3RPRGpZdGJuNDFOaGhOaEExVGw0TXRDWno5RVdLODBidzc0TjhnQ0wvY2RDdFJ0eU9MNVl4SktSdWlwN29JWWxzVDFvdk5HaXZKSmkzSWFYTm9tSTNpblM0cTVLekFad1A2WEh5Nm5qRThuNUdNdGMvU3lOZkRKK0QxY2VXZndOYXF2Mlc0ZndKWWpYTUZYM1ZaN1A5bFZNOHFHMzRTNG5FNURhK1VHb3Mrdm1LZnY1UmRmK25CdTF5K1hDcGhNZzhUUzQ2b0ZYMFJWN0FLS2NPSGc4NVVvbFNoTHE5Z2VkSE5NclVzMEFXSWpnUDhjZXY3TE9zY3BKanhCdUdieWd3R0piYVVZMkRWTWRxWitYRmRKb2QvSldyclFyNGJkcHMwRXg3eWpNZ2cvR3RzZUhxN0g3ZE0yMG1PVDBrVXRHSUxjbmtNV29LK2JlV1E3SkRRMUJvcnAvTlVEYmdsK0M0Z0p2R1Y3czd4bnplMmlpY09hb3JPcDR0VjlJNlMwZnQ4UjhTdnc2YTd6YnBhNUFETkF1ZzY3M0xybGh4NThPS29CZXlqcXd0QTdhTkFpaUtMLyswVWs9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } <10.31.41.109> (0, b'', b'') ok: [managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEZ0lEcS80RGRTSTYzVjBpdkxBbHQ0TWFWZGRYcGdTOGJObnlGL2xXOWFJL1Q2UTBOQ0d0MWhxN2c0UmtpSzk1LzNSUTFsUlJsUnA5WElDRDIxcGZGcW9DUkJpWXV4ODc4MVJua0h4N29pVDdya2tGb0o2YU5xNDJ6ZzNMV0o3ODZucXVGek1jOUpmZ091RE9jWnRnVlhRRjV2d1JIemdhV0F3Z0UzZ0p1Y3RJUWFHTURZYTEwY1prb2dKdG5BMXVHNVg4aTZ2ajZ3bmNidGZCa05QMWZTbURVQ0w3S2tSSkQvWUpqYU51ZW5JOGNpMDc4T1pySzlrWVJiS0NVSUd2bXlUNmhqNUgxTnNIUFlpOVBOQm1LQ09JdGhnUlFlR0ZRSWxwK25MNmZhc0lzMXc5TE1VelhTMFVUelpEOEhRMmJoakExdnF4K0psYXRzQjFHdjBFMkdLNEtRb0dHaXN6TlJzc3JtSUphZHFWQWp2NStLN1hRaVAxTExuaitqUmNXZzlLKzRta0tsalJkY3h6dGZqdHhXandXOG8xb1lBMEs3UFFUMm9sN3Y5dm1yanpDY3BzRHFkenpsYWJPaXNNazNwUFVib0Zya2ZkTmQ3TTBPa0w3OGdRU3V3L1FISVYyTjhHRnUwckU5OGxENlh6alkxSWpqQldhRGphUE1YS009IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 12 October 2024 05:40:52 -0400 (0:00:00.474) 0:00:08.089 ****** <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.176> (0, b'/root\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726052.4431126-10763-110896387336767 `" && echo ansible-tmp-1728726052.4431126-10763-110896387336767="` echo /root/.ansible/tmp/ansible-tmp-1728726052.4431126-10763-110896387336767 `" ) && sleep 0'"'"'' <10.31.41.109> (0, b'/root\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726052.4444232-10762-196310401810343 `" && echo ansible-tmp-1728726052.4444232-10762-196310401810343="` echo /root/.ansible/tmp/ansible-tmp-1728726052.4444232-10762-196310401810343 `" ) && sleep 0'"'"'' <10.31.40.86> (0, b'/root\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726052.4565692-10765-200836893594628 `" && echo ansible-tmp-1728726052.4565692-10765-200836893594628="` echo /root/.ansible/tmp/ansible-tmp-1728726052.4565692-10765-200836893594628 `" ) && sleep 0'"'"'' <10.31.42.176> (0, b'ansible-tmp-1728726052.4431126-10763-110896387336767=/root/.ansible/tmp/ansible-tmp-1728726052.4431126-10763-110896387336767\n', b'') <10.31.41.109> (0, b'ansible-tmp-1728726052.4444232-10762-196310401810343=/root/.ansible/tmp/ansible-tmp-1728726052.4444232-10762-196310401810343\n', b'') <10.31.40.86> (0, b'ansible-tmp-1728726052.4565692-10765-200836893594628=/root/.ansible/tmp/ansible-tmp-1728726052.4565692-10765-200836893594628\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/user.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/user.py <10.31.42.176> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpk09juhkm TO /root/.ansible/tmp/ansible-tmp-1728726052.4431126-10763-110896387336767/AnsiballZ_user.py <10.31.41.109> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpmnme_327 TO /root/.ansible/tmp/ansible-tmp-1728726052.4444232-10762-196310401810343/AnsiballZ_user.py <10.31.42.176> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' '[10.31.42.176]' <10.31.41.109> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' '[10.31.41.109]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/user.py <10.31.40.86> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp2sjjgc0z TO /root/.ansible/tmp/ansible-tmp-1728726052.4565692-10765-200836893594628/AnsiballZ_user.py <10.31.40.86> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' '[10.31.40.86]' <10.31.42.176> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpk09juhkm /root/.ansible/tmp/ansible-tmp-1728726052.4431126-10763-110896387336767/AnsiballZ_user.py\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726052.4431126-10763-110896387336767/ /root/.ansible/tmp/ansible-tmp-1728726052.4431126-10763-110896387336767/AnsiballZ_user.py && sleep 0'"'"'' <10.31.41.109> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpmnme_327 /root/.ansible/tmp/ansible-tmp-1728726052.4444232-10762-196310401810343/AnsiballZ_user.py\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726052.4444232-10762-196310401810343/ /root/.ansible/tmp/ansible-tmp-1728726052.4444232-10762-196310401810343/AnsiballZ_user.py && sleep 0'"'"'' <10.31.40.86> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp2sjjgc0z /root/.ansible/tmp/ansible-tmp-1728726052.4565692-10765-200836893594628/AnsiballZ_user.py\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726052.4565692-10765-200836893594628/ /root/.ansible/tmp/ansible-tmp-1728726052.4565692-10765-200836893594628/AnsiballZ_user.py && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' -tt 10.31.42.176 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726052.4431126-10763-110896387336767/AnsiballZ_user.py && sleep 0'"'"'' <10.31.41.109> (0, b'', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' -tt 10.31.41.109 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726052.4444232-10762-196310401810343/AnsiballZ_user.py && sleep 0'"'"'' <10.31.40.86> (0, b'', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' -tt 10.31.40.86 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726052.4565692-10765-200836893594628/AnsiballZ_user.py && sleep 0'"'"'' <10.31.42.176> (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.42.176 closed.\r\n') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726052.4431126-10763-110896387336767/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.109> (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.41.109 closed.\r\n') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726052.4444232-10762-196310401810343/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.86> (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.40.86 closed.\r\n') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726052.4565692-10765-200836893594628/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.176> (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.40.86> (0, b'', b'') ok: [managed-node3] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on managed-node3", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "umask": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } <10.31.41.109> (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 } TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] **** task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 12 October 2024 05:40:52 -0400 (0:00:00.597) 0:00:08.686 ****** <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.86> (0, b'/root\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> (0, b'/root\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726053.0424736-10788-245265080307985 `" && echo ansible-tmp-1728726053.0424736-10788-245265080307985="` echo /root/.ansible/tmp/ansible-tmp-1728726053.0424736-10788-245265080307985 `" ) && sleep 0'"'"'' <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726053.0427942-10786-474736617386 `" && echo ansible-tmp-1728726053.0427942-10786-474736617386="` echo /root/.ansible/tmp/ansible-tmp-1728726053.0427942-10786-474736617386 `" ) && sleep 0'"'"'' <10.31.42.176> (0, b'/root\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726053.0491376-10787-280186891122198 `" && echo ansible-tmp-1728726053.0491376-10787-280186891122198="` echo /root/.ansible/tmp/ansible-tmp-1728726053.0491376-10787-280186891122198 `" ) && sleep 0'"'"'' <10.31.40.86> (0, b'ansible-tmp-1728726053.0424736-10788-245265080307985=/root/.ansible/tmp/ansible-tmp-1728726053.0424736-10788-245265080307985\n', b'') <10.31.41.109> (0, b'ansible-tmp-1728726053.0427942-10786-474736617386=/root/.ansible/tmp/ansible-tmp-1728726053.0427942-10786-474736617386\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.40.86> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp5b6wh5fa TO /root/.ansible/tmp/ansible-tmp-1728726053.0424736-10788-245265080307985/AnsiballZ_stat.py <10.31.41.109> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpr7p18eb_ TO /root/.ansible/tmp/ansible-tmp-1728726053.0427942-10786-474736617386/AnsiballZ_stat.py <10.31.40.86> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' '[10.31.40.86]' <10.31.41.109> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' '[10.31.41.109]' <10.31.42.176> (0, b'ansible-tmp-1728726053.0491376-10787-280186891122198=/root/.ansible/tmp/ansible-tmp-1728726053.0491376-10787-280186891122198\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.42.176> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp5yq6c_eb TO /root/.ansible/tmp/ansible-tmp-1728726053.0491376-10787-280186891122198/AnsiballZ_stat.py <10.31.42.176> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' '[10.31.42.176]' <10.31.40.86> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp5b6wh5fa /root/.ansible/tmp/ansible-tmp-1728726053.0424736-10788-245265080307985/AnsiballZ_stat.py\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726053.0424736-10788-245265080307985/ /root/.ansible/tmp/ansible-tmp-1728726053.0424736-10788-245265080307985/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.109> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpr7p18eb_ /root/.ansible/tmp/ansible-tmp-1728726053.0427942-10786-474736617386/AnsiballZ_stat.py\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726053.0427942-10786-474736617386/ /root/.ansible/tmp/ansible-tmp-1728726053.0427942-10786-474736617386/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.176> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp5yq6c_eb /root/.ansible/tmp/ansible-tmp-1728726053.0491376-10787-280186891122198/AnsiballZ_stat.py\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726053.0491376-10787-280186891122198/ /root/.ansible/tmp/ansible-tmp-1728726053.0491376-10787-280186891122198/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.86> (0, b'', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' -tt 10.31.40.86 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726053.0424736-10788-245265080307985/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.109> (0, b'', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' -tt 10.31.41.109 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726053.0427942-10786-474736617386/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' -tt 10.31.42.176 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726053.0491376-10787-280186891122198/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.176> (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": 1728725565.6001897, "mtime": 1728726011.4122863, "ctime": 1728726011.4122863, "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.176 closed.\r\n') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726053.0491376-10787-280186891122198/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.86> (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": 1728725429.676611, "mtime": 1728726020.5794528, "ctime": 1728726020.5794528, "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.86 closed.\r\n') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726053.0424736-10788-245265080307985/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.109> (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": 1728725442.6221814, "mtime": 1728726008.3414838, "ctime": 1728726008.3414838, "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.41.109 closed.\r\n') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726053.0427942-10786-474736617386/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.176> (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": 1728725565.6001897, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1728726011.4122863, "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": 1728726011.4122863, "nlink": 2, "path": "/root/.ssh", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 101, "uid": 0, "version": "1339598710", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } <10.31.40.86> (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": 1728725429.676611, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1728726020.5794528, "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": 1728726020.5794528, "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.41.109> (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": 1728725442.6221814, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1728726008.3414838, "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": 1728726008.3414838, "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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 12 October 2024 05:40:53 -0400 (0:00:00.399) 0:00:09.085 ****** <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.109> (0, b'/root\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726053.4208446-10813-155466529115566 `" && echo ansible-tmp-1728726053.4208446-10813-155466529115566="` echo /root/.ansible/tmp/ansible-tmp-1728726053.4208446-10813-155466529115566 `" ) && sleep 0'"'"'' <10.31.42.176> (0, b'/root\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726053.4386978-10814-177285583182465 `" && echo ansible-tmp-1728726053.4386978-10814-177285583182465="` echo /root/.ansible/tmp/ansible-tmp-1728726053.4386978-10814-177285583182465 `" ) && sleep 0'"'"'' <10.31.40.86> (0, b'/root\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726053.4468946-10815-133946535781958 `" && echo ansible-tmp-1728726053.4468946-10815-133946535781958="` echo /root/.ansible/tmp/ansible-tmp-1728726053.4468946-10815-133946535781958 `" ) && sleep 0'"'"'' <10.31.41.109> (0, b'ansible-tmp-1728726053.4208446-10813-155466529115566=/root/.ansible/tmp/ansible-tmp-1728726053.4208446-10813-155466529115566\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.41.109> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpjmce5dgp TO /root/.ansible/tmp/ansible-tmp-1728726053.4208446-10813-155466529115566/AnsiballZ_stat.py <10.31.41.109> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' '[10.31.41.109]' <10.31.42.176> (0, b'ansible-tmp-1728726053.4386978-10814-177285583182465=/root/.ansible/tmp/ansible-tmp-1728726053.4386978-10814-177285583182465\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.42.176> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpvbyd82jz TO /root/.ansible/tmp/ansible-tmp-1728726053.4386978-10814-177285583182465/AnsiballZ_stat.py <10.31.42.176> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' '[10.31.42.176]' <10.31.40.86> (0, b'ansible-tmp-1728726053.4468946-10815-133946535781958=/root/.ansible/tmp/ansible-tmp-1728726053.4468946-10815-133946535781958\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.40.86> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpyqpc407k TO /root/.ansible/tmp/ansible-tmp-1728726053.4468946-10815-133946535781958/AnsiballZ_stat.py <10.31.40.86> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' '[10.31.40.86]' <10.31.41.109> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpjmce5dgp /root/.ansible/tmp/ansible-tmp-1728726053.4208446-10813-155466529115566/AnsiballZ_stat.py\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726053.4208446-10813-155466529115566/ /root/.ansible/tmp/ansible-tmp-1728726053.4208446-10813-155466529115566/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.176> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpvbyd82jz /root/.ansible/tmp/ansible-tmp-1728726053.4386978-10814-177285583182465/AnsiballZ_stat.py\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726053.4386978-10814-177285583182465/ /root/.ansible/tmp/ansible-tmp-1728726053.4386978-10814-177285583182465/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.86> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpyqpc407k /root/.ansible/tmp/ansible-tmp-1728726053.4468946-10815-133946535781958/AnsiballZ_stat.py\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726053.4468946-10815-133946535781958/ /root/.ansible/tmp/ansible-tmp-1728726053.4468946-10815-133946535781958/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.109> (0, b'', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' -tt 10.31.41.109 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726053.4208446-10813-155466529115566/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' -tt 10.31.42.176 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726053.4386978-10814-177285583182465/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.86> (0, b'', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' -tt 10.31.40.86 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726053.4468946-10815-133946535781958/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.176> (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": 1728725838.069289, "mtime": 1728725565.5991898, "ctime": 1728725565.6001897, "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.42.176 closed.\r\n') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726053.4386978-10814-177285583182465/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.109> (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": 1728726012.9694085, "mtime": 1728726008.340484, "ctime": 1728726008.3414838, "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": "e547bb56d52dab48d357287ec96accbb8f6f3498", "mimetype": "text/plain", "charset": "us-ascii", "version": "3556129779", "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.41.109 closed.\r\n') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726053.4208446-10813-155466529115566/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.86> (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": 1728726024.4564593, "mtime": 1728726020.5794528, "ctime": 1728726020.580453, "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": "684ae56a8ad6cda95437efe73813740dbd22de94", "mimetype": "text/plain", "charset": "us-ascii", "version": "3315700314", "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.86 closed.\r\n') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726053.4468946-10815-133946535781958/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.176> (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": 1728725838.069289, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1728725565.6001897, "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": 1728725565.5991898, "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.41.109> (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": 1728726012.9694085, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e547bb56d52dab48d357287ec96accbb8f6f3498", "ctime": 1728726008.3414838, "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": 1728726008.340484, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1562, "uid": 0, "version": "3556129779", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.40.86> (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": 1728726024.4564593, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "684ae56a8ad6cda95437efe73813740dbd22de94", "ctime": 1728726020.580453, "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": 1728726020.5794528, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1562, "uid": 0, "version": "3315700314", "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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 12 October 2024 05:40:53 -0400 (0:00:00.385) 0:00:09.471 ****** <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.109> (0, b'/root\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726053.862565-10837-8744995005581 `" && echo ansible-tmp-1728726053.862565-10837-8744995005581="` echo /root/.ansible/tmp/ansible-tmp-1728726053.862565-10837-8744995005581 `" ) && sleep 0'"'"'' <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.176> (0, b'/root\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726053.8826096-10838-186683942897381 `" && echo ansible-tmp-1728726053.8826096-10838-186683942897381="` echo /root/.ansible/tmp/ansible-tmp-1728726053.8826096-10838-186683942897381 `" ) && sleep 0'"'"'' <10.31.41.109> (0, b'ansible-tmp-1728726053.862565-10837-8744995005581=/root/.ansible/tmp/ansible-tmp-1728726053.862565-10837-8744995005581\n', b'') <10.31.40.86> (0, b'/root\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726053.9050713-10839-115664925872663 `" && echo ansible-tmp-1728726053.9050713-10839-115664925872663="` echo /root/.ansible/tmp/ansible-tmp-1728726053.9050713-10839-115664925872663 `" ) && sleep 0'"'"'' <10.31.42.176> (0, b'ansible-tmp-1728726053.8826096-10838-186683942897381=/root/.ansible/tmp/ansible-tmp-1728726053.8826096-10838-186683942897381\n', b'') <10.31.40.86> (0, b'ansible-tmp-1728726053.9050713-10839-115664925872663=/root/.ansible/tmp/ansible-tmp-1728726053.9050713-10839-115664925872663\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.41.109> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpmf5grzk5 TO /root/.ansible/tmp/ansible-tmp-1728726053.862565-10837-8744995005581/AnsiballZ_file.py <10.31.42.176> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp8jtxko2t TO /root/.ansible/tmp/ansible-tmp-1728726053.8826096-10838-186683942897381/AnsiballZ_file.py <10.31.41.109> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' '[10.31.41.109]' <10.31.42.176> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' '[10.31.42.176]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.40.86> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpmx2g8a_5 TO /root/.ansible/tmp/ansible-tmp-1728726053.9050713-10839-115664925872663/AnsiballZ_file.py <10.31.40.86> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' '[10.31.40.86]' <10.31.42.176> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp8jtxko2t /root/.ansible/tmp/ansible-tmp-1728726053.8826096-10838-186683942897381/AnsiballZ_file.py\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726053.8826096-10838-186683942897381/ /root/.ansible/tmp/ansible-tmp-1728726053.8826096-10838-186683942897381/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.86> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpmx2g8a_5 /root/.ansible/tmp/ansible-tmp-1728726053.9050713-10839-115664925872663/AnsiballZ_file.py\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726053.9050713-10839-115664925872663/ /root/.ansible/tmp/ansible-tmp-1728726053.9050713-10839-115664925872663/AnsiballZ_file.py && sleep 0'"'"'' <10.31.41.109> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpmf5grzk5 /root/.ansible/tmp/ansible-tmp-1728726053.862565-10837-8744995005581/AnsiballZ_file.py\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726053.862565-10837-8744995005581/ /root/.ansible/tmp/ansible-tmp-1728726053.862565-10837-8744995005581/AnsiballZ_file.py && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' -tt 10.31.42.176 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726053.8826096-10838-186683942897381/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.86> (0, b'', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' -tt 10.31.40.86 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726053.9050713-10839-115664925872663/AnsiballZ_file.py && sleep 0'"'"'' <10.31.41.109> (0, b'', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' -tt 10.31.41.109 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726053.862565-10837-8744995005581/AnsiballZ_file.py && sleep 0'"'"'' <10.31.42.176> (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.176 closed.\r\n') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726053.8826096-10838-186683942897381/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.86> (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.86 closed.\r\n') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726053.9050713-10839-115664925872663/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.176> (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.41.109> (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.41.109 closed.\r\n') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726053.862565-10837-8744995005581/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.86> (0, b'', b'') ok: [managed-node3] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } <10.31.41.109> (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 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 12 October 2024 05:40:54 -0400 (0:00:00.559) 0:00:10.030 ****** <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.109> (0, b'/root\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726054.421384-10864-10309816068040 `" && echo ansible-tmp-1728726054.421384-10864-10309816068040="` echo /root/.ansible/tmp/ansible-tmp-1728726054.421384-10864-10309816068040 `" ) && sleep 0'"'"'' <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.176> (0, b'/root\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726054.460126-10865-5190567819252 `" && echo ansible-tmp-1728726054.460126-10865-5190567819252="` echo /root/.ansible/tmp/ansible-tmp-1728726054.460126-10865-5190567819252 `" ) && sleep 0'"'"'' <10.31.40.86> (0, b'/root\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726054.4628024-10866-197517996523161 `" && echo ansible-tmp-1728726054.4628024-10866-197517996523161="` echo /root/.ansible/tmp/ansible-tmp-1728726054.4628024-10866-197517996523161 `" ) && sleep 0'"'"'' <10.31.41.109> (0, b'ansible-tmp-1728726054.421384-10864-10309816068040=/root/.ansible/tmp/ansible-tmp-1728726054.421384-10864-10309816068040\n', b'') <10.31.42.176> (0, b'ansible-tmp-1728726054.460126-10865-5190567819252=/root/.ansible/tmp/ansible-tmp-1728726054.460126-10865-5190567819252\n', b'') <10.31.40.86> (0, b'ansible-tmp-1728726054.4628024-10866-197517996523161=/root/.ansible/tmp/ansible-tmp-1728726054.4628024-10866-197517996523161\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.41.109> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpedrewkah TO /root/.ansible/tmp/ansible-tmp-1728726054.421384-10864-10309816068040/AnsiballZ_lineinfile.py <10.31.42.176> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpsgo5z3li TO /root/.ansible/tmp/ansible-tmp-1728726054.460126-10865-5190567819252/AnsiballZ_lineinfile.py <10.31.41.109> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' '[10.31.41.109]' <10.31.42.176> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' '[10.31.42.176]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/lineinfile.py <10.31.40.86> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp4_x9kfuh TO /root/.ansible/tmp/ansible-tmp-1728726054.4628024-10866-197517996523161/AnsiballZ_lineinfile.py <10.31.40.86> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' '[10.31.40.86]' <10.31.41.109> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpedrewkah /root/.ansible/tmp/ansible-tmp-1728726054.421384-10864-10309816068040/AnsiballZ_lineinfile.py\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726054.421384-10864-10309816068040/ /root/.ansible/tmp/ansible-tmp-1728726054.421384-10864-10309816068040/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.42.176> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpsgo5z3li /root/.ansible/tmp/ansible-tmp-1728726054.460126-10865-5190567819252/AnsiballZ_lineinfile.py\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726054.460126-10865-5190567819252/ /root/.ansible/tmp/ansible-tmp-1728726054.460126-10865-5190567819252/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.40.86> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp4_x9kfuh /root/.ansible/tmp/ansible-tmp-1728726054.4628024-10866-197517996523161/AnsiballZ_lineinfile.py\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726054.4628024-10866-197517996523161/ /root/.ansible/tmp/ansible-tmp-1728726054.4628024-10866-197517996523161/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.41.109> (0, b'', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' -tt 10.31.41.109 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726054.421384-10864-10309816068040/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' -tt 10.31.42.176 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726054.460126-10865-5190567819252/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.40.86> (0, b'', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' -tt 10.31.40.86 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726054.4628024-10866-197517996523161/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.42.176> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQC6eTSQY3jqijwKCpLCDtaii+VtuO1n8fVXGkS8m2C6upw70xQMCk5RrTskz8LuFUflkIj+iwASLOzPEV+0ylwDbzTew0jQAoOiHhYlaSesGj5CUsD5dz4J0fk1GgEw2BDUQPz7Ol9+3rPkrEaQnHtHtTnNq3jufnebDSSj6vwISH5ACCMFUsEJOsWhOm5nMRZvCcTCmL8Wzsd7dcJSMC8e1xTeeIU3z86A3j6IHw5aqUeBhNiHsdO+QZmem2W5iNNrVF7JWERL9nk7oA8G6v+MMxnDaGWEaG810aMVIcWefmRVZ0sObMWpjaeXZ66jeq59WBuQ1PmZQlYMOzlLIwZCStpOb/219BS+phjCf4QWLbw9Glp8BmzOECeTsIgEYollVMUJQhsDs0YVm+nxUP6g7APfrGGoxCS4o/QRLZpepOlqr16zOjjjgYzS5wWNqdSxL0UwNwSmUFeJEtwjUqxiSso4UuGq/hbZj7cKQrlEzgydiDNtwQRFOuq8G8AaQcM= 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.42.176 closed.\r\n') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726054.460126-10865-5190567819252/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.109> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDgIDq/4DdSI63V0ivLAlt4MaVddXpgS8bNnyF/lW9aI/T6Q0NCGt1hq7g4RkiK95/3RQ1lRRlRp9XICD21pfFqoCRBiYux8781RnkHx7oiT7rkkFoJ6aNq42zg3LWJ786nquFzMc9JfgOuDOcZtgVXQF5vwRHzgaWAwgE3gJuctIQaGMDYa10cZkogJtnA1uG5X8i6vj6wncbtfBkNP1fSmDUCL7KkRJD/YJjaNuenI8ci078OZrK9kYRbKCUIGvmyT6hj5H1NsHPYi9PNBmKCOIthgRQeGFQIlp+nL6fasIs1w9LMUzXS0UTzZD8HQ2bhjA1vqx+JlatsB1Gv0E2GK4KQoGGiszNRssrmIJadqVAjv5+K7XQiP1LLnj+jRcWg9K+4mkKljRdcxztfjtxWjwW8o1oYA0K7PQT2ol7v9vmrjzCcpsDqdzzlabOisMk3pPUboFrkfdNd7M0OkL78gQSuw/QHIV2N8GFu0rE98lD6XzjY1IjjBWaDjaPMXKM= 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.41.109 closed.\r\n') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDGbISbiqWfffJTNIm5b5JwJvo5hguk3ytnrhRPnW8RWhyVAq8GdlkKz6grAED9XztlLXfgiJsstODjYtbn41NhhNhA1Tl4MtCZz9EWK80bw74N8gCL/cdCtRtyOL5YxJKRuip7oIYlsT1ovNGivJJi3IaXNomI3inS4q5KzAZwP6XHy6njE8n5GMtc/SyNfDJ+D1ceWfwNaqv2W4fwJYjXMFX3VZ7P9lVM8qG34S4nE5Da+UGos+vmKfv5Rdf+nBu1y+XCphMg8TS46oFX0RV7AKKcOHg85UolShLq9gedHNMrUs0AWIjgP8cev7LOscpJjxBuGbygwGJbaUY2DVMdqZ+XFdJod/JWrrQr4bdps0Ex7yjMgg/GtseHq7H7dM20mOT0kUtGILcnkMWoK+beWQ7JDQ1Borp/NUDbgl+C4gJvGV7s7xnze2iicOaorOp4tV9I6S0ft8R8Svw6a7zbpa5ADNAug673Lrlhx58OKoBeyjqwtA7aNAiiKL/+0Uk= 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.40.86 closed.\r\n') <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726054.421384-10864-10309816068040/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726054.4628024-10866-197517996523161/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.176> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQC6eTSQY3jqijwKCpLCDtaii+VtuO1n8fVXGkS8m2C6upw70xQMCk5RrTskz8LuFUflkIj+iwASLOzPEV+0ylwDbzTew0jQAoOiHhYlaSesGj5CUsD5dz4J0fk1GgEw2BDUQPz7Ol9+3rPkrEaQnHtHtTnNq3jufnebDSSj6vwISH5ACCMFUsEJOsWhOm5nMRZvCcTCmL8Wzsd7dcJSMC8e1xTeeIU3z86A3j6IHw5aqUeBhNiHsdO+QZmem2W5iNNrVF7JWERL9nk7oA8G6v+MMxnDaGWEaG810aMVIcWefmRVZ0sObMWpjaeXZ66jeq59WBuQ1PmZQlYMOzlLIwZCStpOb/219BS+phjCf4QWLbw9Glp8BmzOECeTsIgEYollVMUJQhsDs0YVm+nxUP6g7APfrGGoxCS4o/QRLZpepOlqr16zOjjjgYzS5wWNqdSxL0UwNwSmUFeJEtwjUqxiSso4UuGq/hbZj7cKQrlEzgydiDNtwQRFOuq8G8AaQcM= 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.40.86> (0, b'', b'') <10.31.41.109> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDgIDq/4DdSI63V0ivLAlt4MaVddXpgS8bNnyF/lW9aI/T6Q0NCGt1hq7g4RkiK95/3RQ1lRRlRp9XICD21pfFqoCRBiYux8781RnkHx7oiT7rkkFoJ6aNq42zg3LWJ786nquFzMc9JfgOuDOcZtgVXQF5vwRHzgaWAwgE3gJuctIQaGMDYa10cZkogJtnA1uG5X8i6vj6wncbtfBkNP1fSmDUCL7KkRJD/YJjaNuenI8ci078OZrK9kYRbKCUIGvmyT6hj5H1NsHPYi9PNBmKCOIthgRQeGFQIlp+nL6fasIs1w9LMUzXS0UTzZD8HQ2bhjA1vqx+JlatsB1Gv0E2GK4KQoGGiszNRssrmIJadqVAjv5+K7XQiP1LLnj+jRcWg9K+4mkKljRdcxztfjtxWjwW8o1oYA0K7PQT2ol7v9vmrjzCcpsDqdzzlabOisMk3pPUboFrkfdNd7M0OkL78gQSuw/QHIV2N8GFu0rE98lD6XzjY1IjjBWaDjaPMXKM= 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 } } } 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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDGbISbiqWfffJTNIm5b5JwJvo5hguk3ytnrhRPnW8RWhyVAq8GdlkKz6grAED9XztlLXfgiJsstODjYtbn41NhhNhA1Tl4MtCZz9EWK80bw74N8gCL/cdCtRtyOL5YxJKRuip7oIYlsT1ovNGivJJi3IaXNomI3inS4q5KzAZwP6XHy6njE8n5GMtc/SyNfDJ+D1ceWfwNaqv2W4fwJYjXMFX3VZ7P9lVM8qG34S4nE5Da+UGos+vmKfv5Rdf+nBu1y+XCphMg8TS46oFX0RV7AKKcOHg85UolShLq9gedHNMrUs0AWIjgP8cev7LOscpJjxBuGbygwGJbaUY2DVMdqZ+XFdJod/JWrrQr4bdps0Ex7yjMgg/GtseHq7H7dM20mOT0kUtGILcnkMWoK+beWQ7JDQ1Borp/NUDbgl+C4gJvGV7s7xnze2iicOaorOp4tV9I6S0ft8R8Svw6a7zbpa5ADNAug673Lrlhx58OKoBeyjqwtA7aNAiiKL/+0Uk= 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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 12 October 2024 05:40:54 -0400 (0:00:00.556) 0:00:10.586 ****** <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.109> (0, b'/root\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726054.9303741-10888-245539467136067 `" && echo ansible-tmp-1728726054.9303741-10888-245539467136067="` echo /root/.ansible/tmp/ansible-tmp-1728726054.9303741-10888-245539467136067 `" ) && sleep 0'"'"'' <10.31.42.176> (0, b'/root\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726054.9358041-10889-89578888179042 `" && echo ansible-tmp-1728726054.9358041-10889-89578888179042="` echo /root/.ansible/tmp/ansible-tmp-1728726054.9358041-10889-89578888179042 `" ) && sleep 0'"'"'' <10.31.40.86> (0, b'/root\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726054.9436288-10891-21614232608468 `" && echo ansible-tmp-1728726054.9436288-10891-21614232608468="` echo /root/.ansible/tmp/ansible-tmp-1728726054.9436288-10891-21614232608468 `" ) && sleep 0'"'"'' <10.31.41.109> (0, b'ansible-tmp-1728726054.9303741-10888-245539467136067=/root/.ansible/tmp/ansible-tmp-1728726054.9303741-10888-245539467136067\n', b'') <10.31.42.176> (0, b'ansible-tmp-1728726054.9358041-10889-89578888179042=/root/.ansible/tmp/ansible-tmp-1728726054.9358041-10889-89578888179042\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.41.109> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmplbnah4cr TO /root/.ansible/tmp/ansible-tmp-1728726054.9303741-10888-245539467136067/AnsiballZ_slurp.py <10.31.41.109> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' '[10.31.41.109]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.42.176> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpv137rzvv TO /root/.ansible/tmp/ansible-tmp-1728726054.9358041-10889-89578888179042/AnsiballZ_slurp.py <10.31.42.176> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' '[10.31.42.176]' <10.31.40.86> (0, b'ansible-tmp-1728726054.9436288-10891-21614232608468=/root/.ansible/tmp/ansible-tmp-1728726054.9436288-10891-21614232608468\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.40.86> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmps9iolqzu TO /root/.ansible/tmp/ansible-tmp-1728726054.9436288-10891-21614232608468/AnsiballZ_slurp.py <10.31.40.86> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' '[10.31.40.86]' <10.31.42.176> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpv137rzvv /root/.ansible/tmp/ansible-tmp-1728726054.9358041-10889-89578888179042/AnsiballZ_slurp.py\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmplbnah4cr /root/.ansible/tmp/ansible-tmp-1728726054.9303741-10888-245539467136067/AnsiballZ_slurp.py\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726054.9303741-10888-245539467136067/ /root/.ansible/tmp/ansible-tmp-1728726054.9303741-10888-245539467136067/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726054.9358041-10889-89578888179042/ /root/.ansible/tmp/ansible-tmp-1728726054.9358041-10889-89578888179042/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.86> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmps9iolqzu /root/.ansible/tmp/ansible-tmp-1728726054.9436288-10891-21614232608468/AnsiballZ_slurp.py\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726054.9436288-10891-21614232608468/ /root/.ansible/tmp/ansible-tmp-1728726054.9436288-10891-21614232608468/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' -tt 10.31.42.176 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726054.9358041-10889-89578888179042/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.109> (0, b'', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' -tt 10.31.41.109 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726054.9303741-10888-245539467136067/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.86> (0, b'', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' -tt 10.31.40.86 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726054.9436288-10891-21614232608468/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.42.176> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FERWxnaTdjQzBYN0w5c1ZQRjMzN3U1SnhDNEZkMDM3UzN6YmxxeHZvUk5SOGh5RURJSEZtclMwdjhqN0x4bGtvVSt2TlNNcXAvcEtyRTRzMWNGZFVsR1BNeUhTRUFKM2JHdmpqOW82NEFDdXUyaUd5ZEQ3aXMrNVRtdWE5bTFQVzNPMXpnaWlrY2pDMEZ0WDFzUlZDcDRxenUxaGtWRG1VQXVtWHVzRlh2R1NUKzk1d0c2ZVpZQktCL3QrcXlxL0NnLzA5M2lKVGZyWmpvTVlLeEpQTG9PcENZYktKUnhDNHJ1dmEveFhTU1VKeWRVM1M1QjdoeGZqOTBIMVVyWG5NTUVoUm1rWEVoRWVSbXdnMWZvSWxJbWNYWm42ZzV6Q3A3cDZacXo1V1JHSWQ3bEwyTDJhUVUvT0gyTi94MEpJZmIrMHJSMTlhbGFaVmlHR1NnYmxKKzFkbmFrNlJwMk1MV1lzVEJCdHUvaWJ5cnFLdGxhdFNLVVQwa29WVkNCdUE3Q0FTZlZDd2FKN2FDbm5zZU1hRnp2VE9zMXBDalRNWk92SDJ0NjViaWVQNExaMjJ4aVgzd1h5VHVkUmtlV2gwMjNUNG1QWmtjdnZwUjhIL0lIQk8vSCtxUlFSbnk4ZXgwdUIwZXhIVXJPa2RJc0ZrU1lzZDlmbDVTN3VXeVNMaE09IHJvb3RAaXAtMTAtMzEtNDItMTc2LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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.176 closed.\r\n') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726054.9358041-10889-89578888179042/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.86> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDOEJRaDFDdVl3YkRmc0VCZjB4UUxnWmlDa255MHF6TFVYZlF5U2RFV203ejNnWmVBSSs2RGp0V2dqOFVHM0V3dHRHSmdUUk1PcThVSEN0VE91Z3pCMEFtR0h4TlQ2L3JFMEw3UHhsYmJFMG94LzJDUEx3d1RBOUpuYXA4S28vWWF6bEtFNGw2TkdRNm1sWGRJVko3VGJsYmN4YnZ0RHRYR0xERHNQcDdPM1VNelFyVWZ2NU9MMVBnRzMyN0ZucDMvb1ByTmxhNjdHSDRZR1ZDekJtTklmaHV3RUhnTmtCTkVjWW1lU1RzeVZsSzRXRVBRbUJPanBkYkNUZTBNRjdBTHN2WHFGeUY5TUx0N0NBNnhvcTQrNWhWcFZuWFk3UUpybkFxOEY1MFhXYW9SNzA5VXJWc0t1dkpMdnJ3YTRJektiQmhOaUVFaUdkckRMUi9DM3g2TVVFM0QvQWYvcklnYUFza09zalNhYVlZQ01SYXpYVk00RXhtcTEvckZtVlpMQVlKelJkc3IrQkM3UldJbngxM25xTFhPZUxHM0lXVUZaUXB6WjZBbWlsMU5EajBHSTVCVW5Kcng3T3M4NXpVVFFTK2hGMEUwTGg2QXVpeWVNQXdhMlNKUENsbmVJVmRUN3FNRDZWOE52RFNISnl2L09ndDUyc3VGYllvVnYrKzA9IHJvb3RAaXAtMTAtMzEtNDAtODYudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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.86 closed.\r\n') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726054.9436288-10891-21614232608468/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.109> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDOGwybGdhcnJLVHpwTmdVUWZOK0RGcGI4c2IyR0pEaExqckQwMUEwcGxZUHVhVWUrcXZIYldJL25MditlaUduN2lqSHNCNisrY0lvMVprcHFNbDlkOTVTbnJrL3NuTHJHV3lzcUNjWmxyTmNjd0tJaXJ3RWFOUGp0Rm9Hb0dPenB6QzlmWlV2N1d6Z29NcUcyd2FGeFJLaUo4cHdua082U3lsRmx0aGEyVWFHbk51aFdHei9oR1FueFY3WWNPWks2amcwTzJQeFJ4K2lDcGZnUXZBY0ZkQnZUSHN1OHJoN1kyelM0SmcyT25BSnZpM3NZS0cyM0QzWFkwclJKb0ZVWVFkSlN0NHRlR0lBMitOUmdEbE5tdHg5Yi90dVdlb0RMTmJ5Ryt2bERieFl6b3F2ODlHaFRmd0R0KzdieGdBMmgvSjBCb0dibmV1aThtVHFRMm1NY2ZoWlFmV1Fwc3ZjWHhxOEV6VE1LUXhla2lWV3VVbTNLUjdjbUpIK0xJZTJLRmpQWTJGOW8rdFBpNkxacEZpb0RKRTVULzUxV3J4NTBndEc2b0NnMEF0dVI0Um1sL0g1ckMrYndEeTVwQzJxL3NESXo1ZFU0UVV5NzA5TzB6elowS0NHaHRFUnFUYVhRaGtYc3UxNFVvVldxSlhjeEI1aHI4Ukw3cmxSZk9taFU9IHJvb3RAaXAtMTAtMzEtNDEtMTA5LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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.41.109 closed.\r\n') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726054.9303741-10888-245539467136067/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') ok: [managed-node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FERWxnaTdjQzBYN0w5c1ZQRjMzN3U1SnhDNEZkMDM3UzN6YmxxeHZvUk5SOGh5RURJSEZtclMwdjhqN0x4bGtvVSt2TlNNcXAvcEtyRTRzMWNGZFVsR1BNeUhTRUFKM2JHdmpqOW82NEFDdXUyaUd5ZEQ3aXMrNVRtdWE5bTFQVzNPMXpnaWlrY2pDMEZ0WDFzUlZDcDRxenUxaGtWRG1VQXVtWHVzRlh2R1NUKzk1d0c2ZVpZQktCL3QrcXlxL0NnLzA5M2lKVGZyWmpvTVlLeEpQTG9PcENZYktKUnhDNHJ1dmEveFhTU1VKeWRVM1M1QjdoeGZqOTBIMVVyWG5NTUVoUm1rWEVoRWVSbXdnMWZvSWxJbWNYWm42ZzV6Q3A3cDZacXo1V1JHSWQ3bEwyTDJhUVUvT0gyTi94MEpJZmIrMHJSMTlhbGFaVmlHR1NnYmxKKzFkbmFrNlJwMk1MV1lzVEJCdHUvaWJ5cnFLdGxhdFNLVVQwa29WVkNCdUE3Q0FTZlZDd2FKN2FDbm5zZU1hRnp2VE9zMXBDalRNWk92SDJ0NjViaWVQNExaMjJ4aVgzd1h5VHVkUmtlV2gwMjNUNG1QWmtjdnZwUjhIL0lIQk8vSCtxUlFSbnk4ZXgwdUIwZXhIVXJPa2RJc0ZrU1lzZDlmbDVTN3VXeVNMaE09IHJvb3RAaXAtMTAtMzEtNDItMTc2LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.40.86> (0, b'', b'') ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDOEJRaDFDdVl3YkRmc0VCZjB4UUxnWmlDa255MHF6TFVYZlF5U2RFV203ejNnWmVBSSs2RGp0V2dqOFVHM0V3dHRHSmdUUk1PcThVSEN0VE91Z3pCMEFtR0h4TlQ2L3JFMEw3UHhsYmJFMG94LzJDUEx3d1RBOUpuYXA4S28vWWF6bEtFNGw2TkdRNm1sWGRJVko3VGJsYmN4YnZ0RHRYR0xERHNQcDdPM1VNelFyVWZ2NU9MMVBnRzMyN0ZucDMvb1ByTmxhNjdHSDRZR1ZDekJtTklmaHV3RUhnTmtCTkVjWW1lU1RzeVZsSzRXRVBRbUJPanBkYkNUZTBNRjdBTHN2WHFGeUY5TUx0N0NBNnhvcTQrNWhWcFZuWFk3UUpybkFxOEY1MFhXYW9SNzA5VXJWc0t1dkpMdnJ3YTRJektiQmhOaUVFaUdkckRMUi9DM3g2TVVFM0QvQWYvcklnYUFza09zalNhYVlZQ01SYXpYVk00RXhtcTEvckZtVlpMQVlKelJkc3IrQkM3UldJbngxM25xTFhPZUxHM0lXVUZaUXB6WjZBbWlsMU5EajBHSTVCVW5Kcng3T3M4NXpVVFFTK2hGMEUwTGg2QXVpeWVNQXdhMlNKUENsbmVJVmRUN3FNRDZWOE52RFNISnl2L09ndDUyc3VGYllvVnYrKzA9IHJvb3RAaXAtMTAtMzEtNDAtODYudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.41.109> (0, b'', b'') ok: [managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDOGwybGdhcnJLVHpwTmdVUWZOK0RGcGI4c2IyR0pEaExqckQwMUEwcGxZUHVhVWUrcXZIYldJL25MditlaUduN2lqSHNCNisrY0lvMVprcHFNbDlkOTVTbnJrL3NuTHJHV3lzcUNjWmxyTmNjd0tJaXJ3RWFOUGp0Rm9Hb0dPenB6QzlmWlV2N1d6Z29NcUcyd2FGeFJLaUo4cHdua082U3lsRmx0aGEyVWFHbk51aFdHei9oR1FueFY3WWNPWks2amcwTzJQeFJ4K2lDcGZnUXZBY0ZkQnZUSHN1OHJoN1kyelM0SmcyT25BSnZpM3NZS0cyM0QzWFkwclJKb0ZVWVFkSlN0NHRlR0lBMitOUmdEbE5tdHg5Yi90dVdlb0RMTmJ5Ryt2bERieFl6b3F2ODlHaFRmd0R0KzdieGdBMmgvSjBCb0dibmV1aThtVHFRMm1NY2ZoWlFmV1Fwc3ZjWHhxOEV6VE1LUXhla2lWV3VVbTNLUjdjbUpIK0xJZTJLRmpQWTJGOW8rdFBpNkxacEZpb0RKRTVULzUxV3J4NTBndEc2b0NnMEF0dVI0Um1sL0g1ckMrYndEeTVwQzJxL3NESXo1ZFU0UVV5NzA5TzB6elowS0NHaHRFUnFUYVhRaGtYc3UxNFVvVldxSlhjeEI1aHI4Ukw3cmxSZk9taFU9IHJvb3RAaXAtMTAtMzEtNDEtMTA5LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 12 October 2024 05:40:55 -0400 (0:00:00.381) 0:00:10.968 ****** <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.109> (0, b'/root\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726055.3922982-10912-158009517282214 `" && echo ansible-tmp-1728726055.3922982-10912-158009517282214="` echo /root/.ansible/tmp/ansible-tmp-1728726055.3922982-10912-158009517282214 `" ) && sleep 0'"'"'' <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.109> (0, b'ansible-tmp-1728726055.3922982-10912-158009517282214=/root/.ansible/tmp/ansible-tmp-1728726055.3922982-10912-158009517282214\n', b'') <10.31.42.176> (0, b'/root\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726055.4414575-10913-83123637022916 `" && echo ansible-tmp-1728726055.4414575-10913-83123637022916="` echo /root/.ansible/tmp/ansible-tmp-1728726055.4414575-10913-83123637022916 `" ) && sleep 0'"'"'' <10.31.40.86> (0, b'/root\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726055.4437435-10914-142164694133095 `" && echo ansible-tmp-1728726055.4437435-10914-142164694133095="` echo /root/.ansible/tmp/ansible-tmp-1728726055.4437435-10914-142164694133095 `" ) && sleep 0'"'"'' <10.31.42.176> (0, b'ansible-tmp-1728726055.4414575-10913-83123637022916=/root/.ansible/tmp/ansible-tmp-1728726055.4414575-10913-83123637022916\n', b'') <10.31.40.86> (0, b'ansible-tmp-1728726055.4437435-10914-142164694133095=/root/.ansible/tmp/ansible-tmp-1728726055.4437435-10914-142164694133095\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/known_hosts.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/known_hosts.py <10.31.41.109> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpffz6zw99 TO /root/.ansible/tmp/ansible-tmp-1728726055.3922982-10912-158009517282214/AnsiballZ_known_hosts.py <10.31.42.176> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpakvgtrvn TO /root/.ansible/tmp/ansible-tmp-1728726055.4414575-10913-83123637022916/AnsiballZ_known_hosts.py <10.31.41.109> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' '[10.31.41.109]' <10.31.42.176> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' '[10.31.42.176]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/known_hosts.py <10.31.40.86> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpm4i6hnhc TO /root/.ansible/tmp/ansible-tmp-1728726055.4437435-10914-142164694133095/AnsiballZ_known_hosts.py <10.31.40.86> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' '[10.31.40.86]' <10.31.42.176> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpakvgtrvn /root/.ansible/tmp/ansible-tmp-1728726055.4414575-10913-83123637022916/AnsiballZ_known_hosts.py\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726055.4414575-10913-83123637022916/ /root/.ansible/tmp/ansible-tmp-1728726055.4414575-10913-83123637022916/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.41.109> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpffz6zw99 /root/.ansible/tmp/ansible-tmp-1728726055.3922982-10912-158009517282214/AnsiballZ_known_hosts.py\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726055.3922982-10912-158009517282214/ /root/.ansible/tmp/ansible-tmp-1728726055.3922982-10912-158009517282214/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.40.86> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpm4i6hnhc /root/.ansible/tmp/ansible-tmp-1728726055.4437435-10914-142164694133095/AnsiballZ_known_hosts.py\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726055.4437435-10914-142164694133095/ /root/.ansible/tmp/ansible-tmp-1728726055.4437435-10914-142164694133095/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' -tt 10.31.42.176 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726055.4414575-10913-83123637022916/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.41.109> (0, b'', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' -tt 10.31.41.109 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726055.3922982-10912-158009517282214/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.40.86> (0, b'', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' -tt 10.31.40.86 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726055.4437435-10914-142164694133095/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.42.176> (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.176 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDElgi7cC0X7L9sVPF337u5JxC4Fd037S3zblqxvoRNR8hyEDIHFmrS0v8j7LxlkoU+vNSMqp/pKrE4s1cFdUlGPMyHSEAJ3bGvjj9o64ACuu2iGydD7is+5Tmua9m1PW3O1zgiikcjC0FtX1sRVCp4qzu1hkVDmUAumXusFXvGST+95wG6eZYBKB/t+qyq/Cg/093iJTfrZjoMYKxJPLoOpCYbKJRxC4ruva/xXSSUJydU3S5B7hxfj90H1UrXnMMEhRmkXEhEeRmwg1foIlImcXZn6g5zCp7p6Zqz5WRGId7lL2L2aQU/OH2N/x0JIfb+0rR19alaZViGGSgblJ+1dnak6Rp2MLWYsTBBtu/ibyrqKtlatSKUT0koVVCBuA7CASfVCwaJ7aCnnseMaFzvTOs1pCjTMZOvH2t65bieP4LZ22xiX3wXyTudRkeWh023T4mPZkcvvpR8H/IHBO/H+qRQRny8ex0uB0exHUrOkdIsFkSYsd9fl5S7uWySLhM= root@ip-10-31-42-176.us-east-1.aws.redhat.com\\n", "after": "10.31.42.176 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDElgi7cC0X7L9sVPF337u5JxC4Fd037S3zblqxvoRNR8hyEDIHFmrS0v8j7LxlkoU+vNSMqp/pKrE4s1cFdUlGPMyHSEAJ3bGvjj9o64ACuu2iGydD7is+5Tmua9m1PW3O1zgiikcjC0FtX1sRVCp4qzu1hkVDmUAumXusFXvGST+95wG6eZYBKB/t+qyq/Cg/093iJTfrZjoMYKxJPLoOpCYbKJRxC4ruva/xXSSUJydU3S5B7hxfj90H1UrXnMMEhRmkXEhEeRmwg1foIlImcXZn6g5zCp7p6Zqz5WRGId7lL2L2aQU/OH2N/x0JIfb+0rR19alaZViGGSgblJ+1dnak6Rp2MLWYsTBBtu/ibyrqKtlatSKUT0koVVCBuA7CASfVCwaJ7aCnnseMaFzvTOs1pCjTMZOvH2t65bieP4LZ22xiX3wXyTudRkeWh023T4mPZkcvvpR8H/IHBO/H+qRQRny8ex0uB0exHUrOkdIsFkSYsd9fl5S7uWySLhM= root@ip-10-31-42-176.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.42.176 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDElgi7cC0X7L9sVPF337u5JxC4Fd037S3zblqxvoRNR8hyEDIHFmrS0v8j7LxlkoU+vNSMqp/pKrE4s1cFdUlGPMyHSEAJ3bGvjj9o64ACuu2iGydD7is+5Tmua9m1PW3O1zgiikcjC0FtX1sRVCp4qzu1hkVDmUAumXusFXvGST+95wG6eZYBKB/t+qyq/Cg/093iJTfrZjoMYKxJPLoOpCYbKJRxC4ruva/xXSSUJydU3S5B7hxfj90H1UrXnMMEhRmkXEhEeRmwg1foIlImcXZn6g5zCp7p6Zqz5WRGId7lL2L2aQU/OH2N/x0JIfb+0rR19alaZViGGSgblJ+1dnak6Rp2MLWYsTBBtu/ibyrqKtlatSKUT0koVVCBuA7CASfVCwaJ7aCnnseMaFzvTOs1pCjTMZOvH2t65bieP4LZ22xiX3wXyTudRkeWh023T4mPZkcvvpR8H/IHBO/H+qRQRny8ex0uB0exHUrOkdIsFkSYsd9fl5S7uWySLhM= root@ip-10-31-42-176.us-east-1.aws.redhat.com\\n", "name": "10.31.42.176", "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.176 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDElgi7cC0X7L9sVPF337u5JxC4Fd037S3zblqxvoRNR8hyEDIHFmrS0v8j7LxlkoU+vNSMqp/pKrE4s1cFdUlGPMyHSEAJ3bGvjj9o64ACuu2iGydD7is+5Tmua9m1PW3O1zgiikcjC0FtX1sRVCp4qzu1hkVDmUAumXusFXvGST+95wG6eZYBKB/t+qyq/Cg/093iJTfrZjoMYKxJPLoOpCYbKJRxC4ruva/xXSSUJydU3S5B7hxfj90H1UrXnMMEhRmkXEhEeRmwg1foIlImcXZn6g5zCp7p6Zqz5WRGId7lL2L2aQU/OH2N/x0JIfb+0rR19alaZViGGSgblJ+1dnak6Rp2MLWYsTBBtu/ibyrqKtlatSKUT0koVVCBuA7CASfVCwaJ7aCnnseMaFzvTOs1pCjTMZOvH2t65bieP4LZ22xiX3wXyTudRkeWh023T4mPZkcvvpR8H/IHBO/H+qRQRny8ex0uB0exHUrOkdIsFkSYsd9fl5S7uWySLhM= root@ip-10-31-42-176.us-east-1.aws.redhat.com\\n", "after": "10.31.42.176 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDElgi7cC0X7L9sVPF337u5JxC4Fd037S3zblqxvoRNR8hyEDIHFmrS0v8j7LxlkoU+vNSMqp/pKrE4s1cFdUlGPMyHSEAJ3bGvjj9o64ACuu2iGydD7is+5Tmua9m1PW3O1zgiikcjC0FtX1sRVCp4qzu1hkVDmUAumXusFXvGST+95wG6eZYBKB/t+qyq/Cg/093iJTfrZjoMYKxJPLoOpCYbKJRxC4ruva/xXSSUJydU3S5B7hxfj90H1UrXnMMEhRmkXEhEeRmwg1foIlImcXZn6g5zCp7p6Zqz5WRGId7lL2L2aQU/OH2N/x0JIfb+0rR19alaZViGGSgblJ+1dnak6Rp2MLWYsTBBtu/ibyrqKtlatSKUT0koVVCBuA7CASfVCwaJ7aCnnseMaFzvTOs1pCjTMZOvH2t65bieP4LZ22xiX3wXyTudRkeWh023T4mPZkcvvpR8H/IHBO/H+qRQRny8ex0uB0exHUrOkdIsFkSYsd9fl5S7uWySLhM= root@ip-10-31-42-176.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.42.176 closed.\r\n') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726055.4414575-10913-83123637022916/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.109> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.41.109 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8l2lgarrKTzpNgUQfN+DFpb8sb2GJDhLjrD01A0plYPuaUe+qvHbWI/nLv+eiGn7ijHsB6++cIo1ZkpqMl9d95Snrk/snLrGWysqCcZlrNccwKIirwEaNPjtFoGoGOzpzC9fZUv7WzgoMqG2waFxRKiJ8pwnkO6SylFltha2UaGnNuhWGz/hGQnxV7YcOZK6jg0O2PxRx+iCpfgQvAcFdBvTHsu8rh7Y2zS4Jg2OnAJvi3sYKG23D3XY0rRJoFUYQdJSt4teGIA2+NRgDlNmtx9b/tuWeoDLNbyG+vlDbxYzoqv89GhTfwDt+7bxgA2h/J0BoGbneui8mTqQ2mMcfhZQfWQpsvcXxq8EzTMKQxekiVWuUm3KR7cmJH+LIe2KFjPY2F9o+tPi6LZpFioDJE5T/51Wrx50gtG6oCg0AtuR4Rml/H5rC+bwDy5pC2q/sDIz5dU4QUy709O0zzZ0KCGhtERqTaXQhkXsu14UoVWqJXcxB5hr8RL7rlRfOmhU= root@ip-10-31-41-109.us-east-1.aws.redhat.com\\n", "after": "10.31.41.109 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8l2lgarrKTzpNgUQfN+DFpb8sb2GJDhLjrD01A0plYPuaUe+qvHbWI/nLv+eiGn7ijHsB6++cIo1ZkpqMl9d95Snrk/snLrGWysqCcZlrNccwKIirwEaNPjtFoGoGOzpzC9fZUv7WzgoMqG2waFxRKiJ8pwnkO6SylFltha2UaGnNuhWGz/hGQnxV7YcOZK6jg0O2PxRx+iCpfgQvAcFdBvTHsu8rh7Y2zS4Jg2OnAJvi3sYKG23D3XY0rRJoFUYQdJSt4teGIA2+NRgDlNmtx9b/tuWeoDLNbyG+vlDbxYzoqv89GhTfwDt+7bxgA2h/J0BoGbneui8mTqQ2mMcfhZQfWQpsvcXxq8EzTMKQxekiVWuUm3KR7cmJH+LIe2KFjPY2F9o+tPi6LZpFioDJE5T/51Wrx50gtG6oCg0AtuR4Rml/H5rC+bwDy5pC2q/sDIz5dU4QUy709O0zzZ0KCGhtERqTaXQhkXsu14UoVWqJXcxB5hr8RL7rlRfOmhU= root@ip-10-31-41-109.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.41.109 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8l2lgarrKTzpNgUQfN+DFpb8sb2GJDhLjrD01A0plYPuaUe+qvHbWI/nLv+eiGn7ijHsB6++cIo1ZkpqMl9d95Snrk/snLrGWysqCcZlrNccwKIirwEaNPjtFoGoGOzpzC9fZUv7WzgoMqG2waFxRKiJ8pwnkO6SylFltha2UaGnNuhWGz/hGQnxV7YcOZK6jg0O2PxRx+iCpfgQvAcFdBvTHsu8rh7Y2zS4Jg2OnAJvi3sYKG23D3XY0rRJoFUYQdJSt4teGIA2+NRgDlNmtx9b/tuWeoDLNbyG+vlDbxYzoqv89GhTfwDt+7bxgA2h/J0BoGbneui8mTqQ2mMcfhZQfWQpsvcXxq8EzTMKQxekiVWuUm3KR7cmJH+LIe2KFjPY2F9o+tPi6LZpFioDJE5T/51Wrx50gtG6oCg0AtuR4Rml/H5rC+bwDy5pC2q/sDIz5dU4QUy709O0zzZ0KCGhtERqTaXQhkXsu14UoVWqJXcxB5hr8RL7rlRfOmhU= root@ip-10-31-41-109.us-east-1.aws.redhat.com\\n", "name": "10.31.41.109", "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.41.109 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8l2lgarrKTzpNgUQfN+DFpb8sb2GJDhLjrD01A0plYPuaUe+qvHbWI/nLv+eiGn7ijHsB6++cIo1ZkpqMl9d95Snrk/snLrGWysqCcZlrNccwKIirwEaNPjtFoGoGOzpzC9fZUv7WzgoMqG2waFxRKiJ8pwnkO6SylFltha2UaGnNuhWGz/hGQnxV7YcOZK6jg0O2PxRx+iCpfgQvAcFdBvTHsu8rh7Y2zS4Jg2OnAJvi3sYKG23D3XY0rRJoFUYQdJSt4teGIA2+NRgDlNmtx9b/tuWeoDLNbyG+vlDbxYzoqv89GhTfwDt+7bxgA2h/J0BoGbneui8mTqQ2mMcfhZQfWQpsvcXxq8EzTMKQxekiVWuUm3KR7cmJH+LIe2KFjPY2F9o+tPi6LZpFioDJE5T/51Wrx50gtG6oCg0AtuR4Rml/H5rC+bwDy5pC2q/sDIz5dU4QUy709O0zzZ0KCGhtERqTaXQhkXsu14UoVWqJXcxB5hr8RL7rlRfOmhU= root@ip-10-31-41-109.us-east-1.aws.redhat.com\\n", "after": "10.31.41.109 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8l2lgarrKTzpNgUQfN+DFpb8sb2GJDhLjrD01A0plYPuaUe+qvHbWI/nLv+eiGn7ijHsB6++cIo1ZkpqMl9d95Snrk/snLrGWysqCcZlrNccwKIirwEaNPjtFoGoGOzpzC9fZUv7WzgoMqG2waFxRKiJ8pwnkO6SylFltha2UaGnNuhWGz/hGQnxV7YcOZK6jg0O2PxRx+iCpfgQvAcFdBvTHsu8rh7Y2zS4Jg2OnAJvi3sYKG23D3XY0rRJoFUYQdJSt4teGIA2+NRgDlNmtx9b/tuWeoDLNbyG+vlDbxYzoqv89GhTfwDt+7bxgA2h/J0BoGbneui8mTqQ2mMcfhZQfWQpsvcXxq8EzTMKQxekiVWuUm3KR7cmJH+LIe2KFjPY2F9o+tPi6LZpFioDJE5T/51Wrx50gtG6oCg0AtuR4Rml/H5rC+bwDy5pC2q/sDIz5dU4QUy709O0zzZ0KCGhtERqTaXQhkXsu14UoVWqJXcxB5hr8RL7rlRfOmhU= root@ip-10-31-41-109.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.41.109 closed.\r\n') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726055.3922982-10912-158009517282214/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.86> (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.86 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8BQh1CuYwbDfsEBf0xQLgZiCkny0qzLUXfQySdEWm7z3gZeAI+6DjtWgj8UG3EwttGJgTRMOq8UHCtTOugzB0AmGHxNT6/rE0L7PxlbbE0ox/2CPLwwTA9Jnap8Ko/YazlKE4l6NGQ6mlXdIVJ7TblbcxbvtDtXGLDDsPp7O3UMzQrUfv5OL1PgG327Fnp3/oPrNla67GH4YGVCzBmNIfhuwEHgNkBNEcYmeSTsyVlK4WEPQmBOjpdbCTe0MF7ALsvXqFyF9MLt7CA6xoq4+5hVpVnXY7QJrnAq8F50XWaoR709UrVsKuvJLvrwa4IzKbBhNiEEiGdrDLR/C3x6MUE3D/Af/rIgaAskOsjSaaYYCMRazXVM4Exmq1/rFmVZLAYJzRdsr+BC7RWInx13nqLXOeLG3IWUFZQpzZ6Amil1NDj0GI5BUnJrx7Os85zUTQS+hF0E0Lh6AuiyeMAwa2SJPClneIVdT7qMD6V8NvDSHJyv/Ogt52suFbYoVv++0= root@ip-10-31-40-86.us-east-1.aws.redhat.com\\n", "after": "10.31.40.86 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8BQh1CuYwbDfsEBf0xQLgZiCkny0qzLUXfQySdEWm7z3gZeAI+6DjtWgj8UG3EwttGJgTRMOq8UHCtTOugzB0AmGHxNT6/rE0L7PxlbbE0ox/2CPLwwTA9Jnap8Ko/YazlKE4l6NGQ6mlXdIVJ7TblbcxbvtDtXGLDDsPp7O3UMzQrUfv5OL1PgG327Fnp3/oPrNla67GH4YGVCzBmNIfhuwEHgNkBNEcYmeSTsyVlK4WEPQmBOjpdbCTe0MF7ALsvXqFyF9MLt7CA6xoq4+5hVpVnXY7QJrnAq8F50XWaoR709UrVsKuvJLvrwa4IzKbBhNiEEiGdrDLR/C3x6MUE3D/Af/rIgaAskOsjSaaYYCMRazXVM4Exmq1/rFmVZLAYJzRdsr+BC7RWInx13nqLXOeLG3IWUFZQpzZ6Amil1NDj0GI5BUnJrx7Os85zUTQS+hF0E0Lh6AuiyeMAwa2SJPClneIVdT7qMD6V8NvDSHJyv/Ogt52suFbYoVv++0= root@ip-10-31-40-86.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.40.86 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8BQh1CuYwbDfsEBf0xQLgZiCkny0qzLUXfQySdEWm7z3gZeAI+6DjtWgj8UG3EwttGJgTRMOq8UHCtTOugzB0AmGHxNT6/rE0L7PxlbbE0ox/2CPLwwTA9Jnap8Ko/YazlKE4l6NGQ6mlXdIVJ7TblbcxbvtDtXGLDDsPp7O3UMzQrUfv5OL1PgG327Fnp3/oPrNla67GH4YGVCzBmNIfhuwEHgNkBNEcYmeSTsyVlK4WEPQmBOjpdbCTe0MF7ALsvXqFyF9MLt7CA6xoq4+5hVpVnXY7QJrnAq8F50XWaoR709UrVsKuvJLvrwa4IzKbBhNiEEiGdrDLR/C3x6MUE3D/Af/rIgaAskOsjSaaYYCMRazXVM4Exmq1/rFmVZLAYJzRdsr+BC7RWInx13nqLXOeLG3IWUFZQpzZ6Amil1NDj0GI5BUnJrx7Os85zUTQS+hF0E0Lh6AuiyeMAwa2SJPClneIVdT7qMD6V8NvDSHJyv/Ogt52suFbYoVv++0= root@ip-10-31-40-86.us-east-1.aws.redhat.com\\n", "name": "10.31.40.86", "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.86 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8BQh1CuYwbDfsEBf0xQLgZiCkny0qzLUXfQySdEWm7z3gZeAI+6DjtWgj8UG3EwttGJgTRMOq8UHCtTOugzB0AmGHxNT6/rE0L7PxlbbE0ox/2CPLwwTA9Jnap8Ko/YazlKE4l6NGQ6mlXdIVJ7TblbcxbvtDtXGLDDsPp7O3UMzQrUfv5OL1PgG327Fnp3/oPrNla67GH4YGVCzBmNIfhuwEHgNkBNEcYmeSTsyVlK4WEPQmBOjpdbCTe0MF7ALsvXqFyF9MLt7CA6xoq4+5hVpVnXY7QJrnAq8F50XWaoR709UrVsKuvJLvrwa4IzKbBhNiEEiGdrDLR/C3x6MUE3D/Af/rIgaAskOsjSaaYYCMRazXVM4Exmq1/rFmVZLAYJzRdsr+BC7RWInx13nqLXOeLG3IWUFZQpzZ6Amil1NDj0GI5BUnJrx7Os85zUTQS+hF0E0Lh6AuiyeMAwa2SJPClneIVdT7qMD6V8NvDSHJyv/Ogt52suFbYoVv++0= root@ip-10-31-40-86.us-east-1.aws.redhat.com\\n", "after": "10.31.40.86 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8BQh1CuYwbDfsEBf0xQLgZiCkny0qzLUXfQySdEWm7z3gZeAI+6DjtWgj8UG3EwttGJgTRMOq8UHCtTOugzB0AmGHxNT6/rE0L7PxlbbE0ox/2CPLwwTA9Jnap8Ko/YazlKE4l6NGQ6mlXdIVJ7TblbcxbvtDtXGLDDsPp7O3UMzQrUfv5OL1PgG327Fnp3/oPrNla67GH4YGVCzBmNIfhuwEHgNkBNEcYmeSTsyVlK4WEPQmBOjpdbCTe0MF7ALsvXqFyF9MLt7CA6xoq4+5hVpVnXY7QJrnAq8F50XWaoR709UrVsKuvJLvrwa4IzKbBhNiEEiGdrDLR/C3x6MUE3D/Af/rIgaAskOsjSaaYYCMRazXVM4Exmq1/rFmVZLAYJzRdsr+BC7RWInx13nqLXOeLG3IWUFZQpzZ6Amil1NDj0GI5BUnJrx7Os85zUTQS+hF0E0Lh6AuiyeMAwa2SJPClneIVdT7qMD6V8NvDSHJyv/Ogt52suFbYoVv++0= root@ip-10-31-40-86.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.40.86 closed.\r\n') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726055.4437435-10914-142164694133095/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') ok: [managed-node2] => { "changed": false, "diff": { "after": "10.31.42.176 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDElgi7cC0X7L9sVPF337u5JxC4Fd037S3zblqxvoRNR8hyEDIHFmrS0v8j7LxlkoU+vNSMqp/pKrE4s1cFdUlGPMyHSEAJ3bGvjj9o64ACuu2iGydD7is+5Tmua9m1PW3O1zgiikcjC0FtX1sRVCp4qzu1hkVDmUAumXusFXvGST+95wG6eZYBKB/t+qyq/Cg/093iJTfrZjoMYKxJPLoOpCYbKJRxC4ruva/xXSSUJydU3S5B7hxfj90H1UrXnMMEhRmkXEhEeRmwg1foIlImcXZn6g5zCp7p6Zqz5WRGId7lL2L2aQU/OH2N/x0JIfb+0rR19alaZViGGSgblJ+1dnak6Rp2MLWYsTBBtu/ibyrqKtlatSKUT0koVVCBuA7CASfVCwaJ7aCnnseMaFzvTOs1pCjTMZOvH2t65bieP4LZ22xiX3wXyTudRkeWh023T4mPZkcvvpR8H/IHBO/H+qRQRny8ex0uB0exHUrOkdIsFkSYsd9fl5S7uWySLhM= root@ip-10-31-42-176.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.42.176 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDElgi7cC0X7L9sVPF337u5JxC4Fd037S3zblqxvoRNR8hyEDIHFmrS0v8j7LxlkoU+vNSMqp/pKrE4s1cFdUlGPMyHSEAJ3bGvjj9o64ACuu2iGydD7is+5Tmua9m1PW3O1zgiikcjC0FtX1sRVCp4qzu1hkVDmUAumXusFXvGST+95wG6eZYBKB/t+qyq/Cg/093iJTfrZjoMYKxJPLoOpCYbKJRxC4ruva/xXSSUJydU3S5B7hxfj90H1UrXnMMEhRmkXEhEeRmwg1foIlImcXZn6g5zCp7p6Zqz5WRGId7lL2L2aQU/OH2N/x0JIfb+0rR19alaZViGGSgblJ+1dnak6Rp2MLWYsTBBtu/ibyrqKtlatSKUT0koVVCBuA7CASfVCwaJ7aCnnseMaFzvTOs1pCjTMZOvH2t65bieP4LZ22xiX3wXyTudRkeWh023T4mPZkcvvpR8H/IHBO/H+qRQRny8ex0uB0exHUrOkdIsFkSYsd9fl5S7uWySLhM= root@ip-10-31-42-176.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.42.176 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDElgi7cC0X7L9sVPF337u5JxC4Fd037S3zblqxvoRNR8hyEDIHFmrS0v8j7LxlkoU+vNSMqp/pKrE4s1cFdUlGPMyHSEAJ3bGvjj9o64ACuu2iGydD7is+5Tmua9m1PW3O1zgiikcjC0FtX1sRVCp4qzu1hkVDmUAumXusFXvGST+95wG6eZYBKB/t+qyq/Cg/093iJTfrZjoMYKxJPLoOpCYbKJRxC4ruva/xXSSUJydU3S5B7hxfj90H1UrXnMMEhRmkXEhEeRmwg1foIlImcXZn6g5zCp7p6Zqz5WRGId7lL2L2aQU/OH2N/x0JIfb+0rR19alaZViGGSgblJ+1dnak6Rp2MLWYsTBBtu/ibyrqKtlatSKUT0koVVCBuA7CASfVCwaJ7aCnnseMaFzvTOs1pCjTMZOvH2t65bieP4LZ22xiX3wXyTudRkeWh023T4mPZkcvvpR8H/IHBO/H+qRQRny8ex0uB0exHUrOkdIsFkSYsd9fl5S7uWySLhM= root@ip-10-31-42-176.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.42.176 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDElgi7cC0X7L9sVPF337u5JxC4Fd037S3zblqxvoRNR8hyEDIHFmrS0v8j7LxlkoU+vNSMqp/pKrE4s1cFdUlGPMyHSEAJ3bGvjj9o64ACuu2iGydD7is+5Tmua9m1PW3O1zgiikcjC0FtX1sRVCp4qzu1hkVDmUAumXusFXvGST+95wG6eZYBKB/t+qyq/Cg/093iJTfrZjoMYKxJPLoOpCYbKJRxC4ruva/xXSSUJydU3S5B7hxfj90H1UrXnMMEhRmkXEhEeRmwg1foIlImcXZn6g5zCp7p6Zqz5WRGId7lL2L2aQU/OH2N/x0JIfb+0rR19alaZViGGSgblJ+1dnak6Rp2MLWYsTBBtu/ibyrqKtlatSKUT0koVVCBuA7CASfVCwaJ7aCnnseMaFzvTOs1pCjTMZOvH2t65bieP4LZ22xiX3wXyTudRkeWh023T4mPZkcvvpR8H/IHBO/H+qRQRny8ex0uB0exHUrOkdIsFkSYsd9fl5S7uWySLhM= root@ip-10-31-42-176.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.42.176 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDElgi7cC0X7L9sVPF337u5JxC4Fd037S3zblqxvoRNR8hyEDIHFmrS0v8j7LxlkoU+vNSMqp/pKrE4s1cFdUlGPMyHSEAJ3bGvjj9o64ACuu2iGydD7is+5Tmua9m1PW3O1zgiikcjC0FtX1sRVCp4qzu1hkVDmUAumXusFXvGST+95wG6eZYBKB/t+qyq/Cg/093iJTfrZjoMYKxJPLoOpCYbKJRxC4ruva/xXSSUJydU3S5B7hxfj90H1UrXnMMEhRmkXEhEeRmwg1foIlImcXZn6g5zCp7p6Zqz5WRGId7lL2L2aQU/OH2N/x0JIfb+0rR19alaZViGGSgblJ+1dnak6Rp2MLWYsTBBtu/ibyrqKtlatSKUT0koVVCBuA7CASfVCwaJ7aCnnseMaFzvTOs1pCjTMZOvH2t65bieP4LZ22xiX3wXyTudRkeWh023T4mPZkcvvpR8H/IHBO/H+qRQRny8ex0uB0exHUrOkdIsFkSYsd9fl5S7uWySLhM= root@ip-10-31-42-176.us-east-1.aws.redhat.com\n", "name": "10.31.42.176", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } <10.31.40.86> (0, b'', b'') <10.31.41.109> (0, b'', b'') ok: [managed-node3] => { "changed": false, "diff": { "after": "10.31.40.86 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8BQh1CuYwbDfsEBf0xQLgZiCkny0qzLUXfQySdEWm7z3gZeAI+6DjtWgj8UG3EwttGJgTRMOq8UHCtTOugzB0AmGHxNT6/rE0L7PxlbbE0ox/2CPLwwTA9Jnap8Ko/YazlKE4l6NGQ6mlXdIVJ7TblbcxbvtDtXGLDDsPp7O3UMzQrUfv5OL1PgG327Fnp3/oPrNla67GH4YGVCzBmNIfhuwEHgNkBNEcYmeSTsyVlK4WEPQmBOjpdbCTe0MF7ALsvXqFyF9MLt7CA6xoq4+5hVpVnXY7QJrnAq8F50XWaoR709UrVsKuvJLvrwa4IzKbBhNiEEiGdrDLR/C3x6MUE3D/Af/rIgaAskOsjSaaYYCMRazXVM4Exmq1/rFmVZLAYJzRdsr+BC7RWInx13nqLXOeLG3IWUFZQpzZ6Amil1NDj0GI5BUnJrx7Os85zUTQS+hF0E0Lh6AuiyeMAwa2SJPClneIVdT7qMD6V8NvDSHJyv/Ogt52suFbYoVv++0= root@ip-10-31-40-86.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.86 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8BQh1CuYwbDfsEBf0xQLgZiCkny0qzLUXfQySdEWm7z3gZeAI+6DjtWgj8UG3EwttGJgTRMOq8UHCtTOugzB0AmGHxNT6/rE0L7PxlbbE0ox/2CPLwwTA9Jnap8Ko/YazlKE4l6NGQ6mlXdIVJ7TblbcxbvtDtXGLDDsPp7O3UMzQrUfv5OL1PgG327Fnp3/oPrNla67GH4YGVCzBmNIfhuwEHgNkBNEcYmeSTsyVlK4WEPQmBOjpdbCTe0MF7ALsvXqFyF9MLt7CA6xoq4+5hVpVnXY7QJrnAq8F50XWaoR709UrVsKuvJLvrwa4IzKbBhNiEEiGdrDLR/C3x6MUE3D/Af/rIgaAskOsjSaaYYCMRazXVM4Exmq1/rFmVZLAYJzRdsr+BC7RWInx13nqLXOeLG3IWUFZQpzZ6Amil1NDj0GI5BUnJrx7Os85zUTQS+hF0E0Lh6AuiyeMAwa2SJPClneIVdT7qMD6V8NvDSHJyv/Ogt52suFbYoVv++0= root@ip-10-31-40-86.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.40.86 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8BQh1CuYwbDfsEBf0xQLgZiCkny0qzLUXfQySdEWm7z3gZeAI+6DjtWgj8UG3EwttGJgTRMOq8UHCtTOugzB0AmGHxNT6/rE0L7PxlbbE0ox/2CPLwwTA9Jnap8Ko/YazlKE4l6NGQ6mlXdIVJ7TblbcxbvtDtXGLDDsPp7O3UMzQrUfv5OL1PgG327Fnp3/oPrNla67GH4YGVCzBmNIfhuwEHgNkBNEcYmeSTsyVlK4WEPQmBOjpdbCTe0MF7ALsvXqFyF9MLt7CA6xoq4+5hVpVnXY7QJrnAq8F50XWaoR709UrVsKuvJLvrwa4IzKbBhNiEEiGdrDLR/C3x6MUE3D/Af/rIgaAskOsjSaaYYCMRazXVM4Exmq1/rFmVZLAYJzRdsr+BC7RWInx13nqLXOeLG3IWUFZQpzZ6Amil1NDj0GI5BUnJrx7Os85zUTQS+hF0E0Lh6AuiyeMAwa2SJPClneIVdT7qMD6V8NvDSHJyv/Ogt52suFbYoVv++0= root@ip-10-31-40-86.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.86 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8BQh1CuYwbDfsEBf0xQLgZiCkny0qzLUXfQySdEWm7z3gZeAI+6DjtWgj8UG3EwttGJgTRMOq8UHCtTOugzB0AmGHxNT6/rE0L7PxlbbE0ox/2CPLwwTA9Jnap8Ko/YazlKE4l6NGQ6mlXdIVJ7TblbcxbvtDtXGLDDsPp7O3UMzQrUfv5OL1PgG327Fnp3/oPrNla67GH4YGVCzBmNIfhuwEHgNkBNEcYmeSTsyVlK4WEPQmBOjpdbCTe0MF7ALsvXqFyF9MLt7CA6xoq4+5hVpVnXY7QJrnAq8F50XWaoR709UrVsKuvJLvrwa4IzKbBhNiEEiGdrDLR/C3x6MUE3D/Af/rIgaAskOsjSaaYYCMRazXVM4Exmq1/rFmVZLAYJzRdsr+BC7RWInx13nqLXOeLG3IWUFZQpzZ6Amil1NDj0GI5BUnJrx7Os85zUTQS+hF0E0Lh6AuiyeMAwa2SJPClneIVdT7qMD6V8NvDSHJyv/Ogt52suFbYoVv++0= root@ip-10-31-40-86.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.40.86 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8BQh1CuYwbDfsEBf0xQLgZiCkny0qzLUXfQySdEWm7z3gZeAI+6DjtWgj8UG3EwttGJgTRMOq8UHCtTOugzB0AmGHxNT6/rE0L7PxlbbE0ox/2CPLwwTA9Jnap8Ko/YazlKE4l6NGQ6mlXdIVJ7TblbcxbvtDtXGLDDsPp7O3UMzQrUfv5OL1PgG327Fnp3/oPrNla67GH4YGVCzBmNIfhuwEHgNkBNEcYmeSTsyVlK4WEPQmBOjpdbCTe0MF7ALsvXqFyF9MLt7CA6xoq4+5hVpVnXY7QJrnAq8F50XWaoR709UrVsKuvJLvrwa4IzKbBhNiEEiGdrDLR/C3x6MUE3D/Af/rIgaAskOsjSaaYYCMRazXVM4Exmq1/rFmVZLAYJzRdsr+BC7RWInx13nqLXOeLG3IWUFZQpzZ6Amil1NDj0GI5BUnJrx7Os85zUTQS+hF0E0Lh6AuiyeMAwa2SJPClneIVdT7qMD6V8NvDSHJyv/Ogt52suFbYoVv++0= root@ip-10-31-40-86.us-east-1.aws.redhat.com\n", "name": "10.31.40.86", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } ok: [managed-node1] => { "changed": false, "diff": { "after": "10.31.41.109 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8l2lgarrKTzpNgUQfN+DFpb8sb2GJDhLjrD01A0plYPuaUe+qvHbWI/nLv+eiGn7ijHsB6++cIo1ZkpqMl9d95Snrk/snLrGWysqCcZlrNccwKIirwEaNPjtFoGoGOzpzC9fZUv7WzgoMqG2waFxRKiJ8pwnkO6SylFltha2UaGnNuhWGz/hGQnxV7YcOZK6jg0O2PxRx+iCpfgQvAcFdBvTHsu8rh7Y2zS4Jg2OnAJvi3sYKG23D3XY0rRJoFUYQdJSt4teGIA2+NRgDlNmtx9b/tuWeoDLNbyG+vlDbxYzoqv89GhTfwDt+7bxgA2h/J0BoGbneui8mTqQ2mMcfhZQfWQpsvcXxq8EzTMKQxekiVWuUm3KR7cmJH+LIe2KFjPY2F9o+tPi6LZpFioDJE5T/51Wrx50gtG6oCg0AtuR4Rml/H5rC+bwDy5pC2q/sDIz5dU4QUy709O0zzZ0KCGhtERqTaXQhkXsu14UoVWqJXcxB5hr8RL7rlRfOmhU= root@ip-10-31-41-109.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.41.109 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8l2lgarrKTzpNgUQfN+DFpb8sb2GJDhLjrD01A0plYPuaUe+qvHbWI/nLv+eiGn7ijHsB6++cIo1ZkpqMl9d95Snrk/snLrGWysqCcZlrNccwKIirwEaNPjtFoGoGOzpzC9fZUv7WzgoMqG2waFxRKiJ8pwnkO6SylFltha2UaGnNuhWGz/hGQnxV7YcOZK6jg0O2PxRx+iCpfgQvAcFdBvTHsu8rh7Y2zS4Jg2OnAJvi3sYKG23D3XY0rRJoFUYQdJSt4teGIA2+NRgDlNmtx9b/tuWeoDLNbyG+vlDbxYzoqv89GhTfwDt+7bxgA2h/J0BoGbneui8mTqQ2mMcfhZQfWQpsvcXxq8EzTMKQxekiVWuUm3KR7cmJH+LIe2KFjPY2F9o+tPi6LZpFioDJE5T/51Wrx50gtG6oCg0AtuR4Rml/H5rC+bwDy5pC2q/sDIz5dU4QUy709O0zzZ0KCGhtERqTaXQhkXsu14UoVWqJXcxB5hr8RL7rlRfOmhU= root@ip-10-31-41-109.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.41.109 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8l2lgarrKTzpNgUQfN+DFpb8sb2GJDhLjrD01A0plYPuaUe+qvHbWI/nLv+eiGn7ijHsB6++cIo1ZkpqMl9d95Snrk/snLrGWysqCcZlrNccwKIirwEaNPjtFoGoGOzpzC9fZUv7WzgoMqG2waFxRKiJ8pwnkO6SylFltha2UaGnNuhWGz/hGQnxV7YcOZK6jg0O2PxRx+iCpfgQvAcFdBvTHsu8rh7Y2zS4Jg2OnAJvi3sYKG23D3XY0rRJoFUYQdJSt4teGIA2+NRgDlNmtx9b/tuWeoDLNbyG+vlDbxYzoqv89GhTfwDt+7bxgA2h/J0BoGbneui8mTqQ2mMcfhZQfWQpsvcXxq8EzTMKQxekiVWuUm3KR7cmJH+LIe2KFjPY2F9o+tPi6LZpFioDJE5T/51Wrx50gtG6oCg0AtuR4Rml/H5rC+bwDy5pC2q/sDIz5dU4QUy709O0zzZ0KCGhtERqTaXQhkXsu14UoVWqJXcxB5hr8RL7rlRfOmhU= root@ip-10-31-41-109.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.41.109 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8l2lgarrKTzpNgUQfN+DFpb8sb2GJDhLjrD01A0plYPuaUe+qvHbWI/nLv+eiGn7ijHsB6++cIo1ZkpqMl9d95Snrk/snLrGWysqCcZlrNccwKIirwEaNPjtFoGoGOzpzC9fZUv7WzgoMqG2waFxRKiJ8pwnkO6SylFltha2UaGnNuhWGz/hGQnxV7YcOZK6jg0O2PxRx+iCpfgQvAcFdBvTHsu8rh7Y2zS4Jg2OnAJvi3sYKG23D3XY0rRJoFUYQdJSt4teGIA2+NRgDlNmtx9b/tuWeoDLNbyG+vlDbxYzoqv89GhTfwDt+7bxgA2h/J0BoGbneui8mTqQ2mMcfhZQfWQpsvcXxq8EzTMKQxekiVWuUm3KR7cmJH+LIe2KFjPY2F9o+tPi6LZpFioDJE5T/51Wrx50gtG6oCg0AtuR4Rml/H5rC+bwDy5pC2q/sDIz5dU4QUy709O0zzZ0KCGhtERqTaXQhkXsu14UoVWqJXcxB5hr8RL7rlRfOmhU= root@ip-10-31-41-109.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.41.109 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8l2lgarrKTzpNgUQfN+DFpb8sb2GJDhLjrD01A0plYPuaUe+qvHbWI/nLv+eiGn7ijHsB6++cIo1ZkpqMl9d95Snrk/snLrGWysqCcZlrNccwKIirwEaNPjtFoGoGOzpzC9fZUv7WzgoMqG2waFxRKiJ8pwnkO6SylFltha2UaGnNuhWGz/hGQnxV7YcOZK6jg0O2PxRx+iCpfgQvAcFdBvTHsu8rh7Y2zS4Jg2OnAJvi3sYKG23D3XY0rRJoFUYQdJSt4teGIA2+NRgDlNmtx9b/tuWeoDLNbyG+vlDbxYzoqv89GhTfwDt+7bxgA2h/J0BoGbneui8mTqQ2mMcfhZQfWQpsvcXxq8EzTMKQxekiVWuUm3KR7cmJH+LIe2KFjPY2F9o+tPi6LZpFioDJE5T/51Wrx50gtG6oCg0AtuR4Rml/H5rC+bwDy5pC2q/sDIz5dU4QUy709O0zzZ0KCGhtERqTaXQhkXsu14UoVWqJXcxB5hr8RL7rlRfOmhU= root@ip-10-31-41-109.us-east-1.aws.redhat.com\n", "name": "10.31.41.109", "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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 12 October 2024 05:40:55 -0400 (0:00:00.601) 0:00:11.570 ****** <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.109> (0, b'/root\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726055.893639-10939-176331277710507 `" && echo ansible-tmp-1728726055.893639-10939-176331277710507="` echo /root/.ansible/tmp/ansible-tmp-1728726055.893639-10939-176331277710507 `" ) && sleep 0'"'"'' <10.31.42.176> (0, b'/root\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726055.9135044-10940-186263828024150 `" && echo ansible-tmp-1728726055.9135044-10940-186263828024150="` echo /root/.ansible/tmp/ansible-tmp-1728726055.9135044-10940-186263828024150 `" ) && sleep 0'"'"'' <10.31.40.86> (0, b'/root\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726055.9146895-10942-165739033569912 `" && echo ansible-tmp-1728726055.9146895-10942-165739033569912="` echo /root/.ansible/tmp/ansible-tmp-1728726055.9146895-10942-165739033569912 `" ) && sleep 0'"'"'' <10.31.41.109> (0, b'ansible-tmp-1728726055.893639-10939-176331277710507=/root/.ansible/tmp/ansible-tmp-1728726055.893639-10939-176331277710507\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.41.109> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmptgqd8k_t TO /root/.ansible/tmp/ansible-tmp-1728726055.893639-10939-176331277710507/AnsiballZ_stat.py <10.31.41.109> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' '[10.31.41.109]' <10.31.42.176> (0, b'ansible-tmp-1728726055.9135044-10940-186263828024150=/root/.ansible/tmp/ansible-tmp-1728726055.9135044-10940-186263828024150\n', b'') <10.31.40.86> (0, b'ansible-tmp-1728726055.9146895-10942-165739033569912=/root/.ansible/tmp/ansible-tmp-1728726055.9146895-10942-165739033569912\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.42.176> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpliepnuh8 TO /root/.ansible/tmp/ansible-tmp-1728726055.9135044-10940-186263828024150/AnsiballZ_stat.py <10.31.42.176> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' '[10.31.42.176]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.40.86> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpcploeeop TO /root/.ansible/tmp/ansible-tmp-1728726055.9146895-10942-165739033569912/AnsiballZ_stat.py <10.31.40.86> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' '[10.31.40.86]' <10.31.41.109> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmptgqd8k_t /root/.ansible/tmp/ansible-tmp-1728726055.893639-10939-176331277710507/AnsiballZ_stat.py\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726055.893639-10939-176331277710507/ /root/.ansible/tmp/ansible-tmp-1728726055.893639-10939-176331277710507/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.176> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpliepnuh8 /root/.ansible/tmp/ansible-tmp-1728726055.9135044-10940-186263828024150/AnsiballZ_stat.py\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726055.9135044-10940-186263828024150/ /root/.ansible/tmp/ansible-tmp-1728726055.9135044-10940-186263828024150/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.86> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpcploeeop /root/.ansible/tmp/ansible-tmp-1728726055.9146895-10942-165739033569912/AnsiballZ_stat.py\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726055.9146895-10942-165739033569912/ /root/.ansible/tmp/ansible-tmp-1728726055.9146895-10942-165739033569912/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.109> (0, b'', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' -tt 10.31.41.109 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726055.893639-10939-176331277710507/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' -tt 10.31.42.176 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726055.9135044-10940-186263828024150/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.86> (0, b'', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' -tt 10.31.40.86 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726055.9146895-10942-165739033569912/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.109> (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": 1728726012.697413, "mtime": 1728726010.2134535, "ctime": 1728726010.5924473, "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": "968d2868294a06dfe4f87bb4a56974d39f7d1da0", "mimetype": "text/plain", "charset": "us-ascii", "version": "936119522", "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.41.109 closed.\r\n') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726055.893639-10939-176331277710507/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.176> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 121, "inode": 174063874, "dev": 51713, "nlink": 1, "atime": 1728726016.9793813, "mtime": 1728726015.3103528, "ctime": 1728726015.6503587, "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": "f001b1aff724ec28a98195fc0a01a221e4d673b5", "mimetype": "text/plain", "charset": "us-ascii", "version": "3038340865", "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.176 closed.\r\n') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726055.9135044-10940-186263828024150/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.86> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 103, "inode": 102760706, "dev": 51713, "nlink": 1, "atime": 1728726024.257459, "mtime": 1728726022.1444554, "ctime": 1728726022.4024558, "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": "b2db06b10461ac36ade66ddef480a34cf2405331", "mimetype": "text/plain", "charset": "us-ascii", "version": "3562840427", "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.86 closed.\r\n') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726055.9146895-10942-165739033569912/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.109> (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": 1728726012.697413, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "968d2868294a06dfe4f87bb4a56974d39f7d1da0", "ctime": 1728726010.5924473, "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": 1728726010.2134535, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "936119522", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.42.176> (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": 1728726016.9793813, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "f001b1aff724ec28a98195fc0a01a221e4d673b5", "ctime": 1728726015.6503587, "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": 1728726015.3103528, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 121, "uid": 0, "version": "3038340865", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.40.86> (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": 1728726024.257459, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b2db06b10461ac36ade66ddef480a34cf2405331", "ctime": 1728726022.4024558, "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": 1728726022.1444554, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 103, "uid": 0, "version": "3562840427", "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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 12 October 2024 05:40:56 -0400 (0:00:00.374) 0:00:11.945 ****** <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.109> (0, b'/root\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726056.325067-10963-40944235341448 `" && echo ansible-tmp-1728726056.325067-10963-40944235341448="` echo /root/.ansible/tmp/ansible-tmp-1728726056.325067-10963-40944235341448 `" ) && sleep 0'"'"'' <10.31.42.176> (0, b'/root\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726056.3263197-10964-33084466834055 `" && echo ansible-tmp-1728726056.3263197-10964-33084466834055="` echo /root/.ansible/tmp/ansible-tmp-1728726056.3263197-10964-33084466834055 `" ) && sleep 0'"'"'' <10.31.40.86> (0, b'/root\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726056.334813-10965-268901550980404 `" && echo ansible-tmp-1728726056.334813-10965-268901550980404="` echo /root/.ansible/tmp/ansible-tmp-1728726056.334813-10965-268901550980404 `" ) && sleep 0'"'"'' <10.31.42.176> (0, b'ansible-tmp-1728726056.3263197-10964-33084466834055=/root/.ansible/tmp/ansible-tmp-1728726056.3263197-10964-33084466834055\n', b'') <10.31.41.109> (0, b'ansible-tmp-1728726056.325067-10963-40944235341448=/root/.ansible/tmp/ansible-tmp-1728726056.325067-10963-40944235341448\n', b'') <10.31.40.86> (0, b'ansible-tmp-1728726056.334813-10965-268901550980404=/root/.ansible/tmp/ansible-tmp-1728726056.334813-10965-268901550980404\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.42.176> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp23azadvo TO /root/.ansible/tmp/ansible-tmp-1728726056.3263197-10964-33084466834055/AnsiballZ_stat.py <10.31.42.176> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' '[10.31.42.176]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.41.109> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpw82o00z1 TO /root/.ansible/tmp/ansible-tmp-1728726056.325067-10963-40944235341448/AnsiballZ_stat.py <10.31.41.109> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' '[10.31.41.109]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.40.86> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpqsiaut8e TO /root/.ansible/tmp/ansible-tmp-1728726056.334813-10965-268901550980404/AnsiballZ_stat.py <10.31.40.86> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' '[10.31.40.86]' <10.31.42.176> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp23azadvo /root/.ansible/tmp/ansible-tmp-1728726056.3263197-10964-33084466834055/AnsiballZ_stat.py\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726056.3263197-10964-33084466834055/ /root/.ansible/tmp/ansible-tmp-1728726056.3263197-10964-33084466834055/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' -tt 10.31.42.176 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726056.3263197-10964-33084466834055/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.86> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpqsiaut8e /root/.ansible/tmp/ansible-tmp-1728726056.334813-10965-268901550980404/AnsiballZ_stat.py\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726056.334813-10965-268901550980404/ /root/.ansible/tmp/ansible-tmp-1728726056.334813-10965-268901550980404/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.109> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpw82o00z1 /root/.ansible/tmp/ansible-tmp-1728726056.325067-10963-40944235341448/AnsiballZ_stat.py\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726056.325067-10963-40944235341448/ /root/.ansible/tmp/ansible-tmp-1728726056.325067-10963-40944235341448/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.86> (0, b'', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' -tt 10.31.40.86 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726056.334813-10965-268901550980404/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.109> (0, b'', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' -tt 10.31.41.109 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726056.325067-10963-40944235341448/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.42.176> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 121, "inode": 174063874, "dev": 51713, "nlink": 1, "atime": 1728726016.9793813, "mtime": 1728726015.3103528, "ctime": 1728726015.6503587, "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": "f001b1aff724ec28a98195fc0a01a221e4d673b5", "mimetype": "text/plain", "charset": "us-ascii", "version": "3038340865", "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.176 closed.\r\n') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726056.3263197-10964-33084466834055/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.176> (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-10372ns_w6d2t/tmpqxbn020p/kdump.conf.j2" }, "src": "/root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpqxbn020p/kdump.conf.j2" } } <10.31.40.86> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 103, "inode": 102760706, "dev": 51713, "nlink": 1, "atime": 1728726024.257459, "mtime": 1728726022.1444554, "ctime": 1728726022.4024558, "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": "b2db06b10461ac36ade66ddef480a34cf2405331", "mimetype": "text/plain", "charset": "us-ascii", "version": "3562840427", "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.86 closed.\r\n') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.40.86> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpbw3j8141 TO /root/.ansible/tmp/ansible-tmp-1728726056.334813-10965-268901550980404/AnsiballZ_file.py <10.31.40.86> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' '[10.31.40.86]' <10.31.41.109> (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": 1728726012.697413, "mtime": 1728726010.2134535, "ctime": 1728726010.5924473, "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": "968d2868294a06dfe4f87bb4a56974d39f7d1da0", "mimetype": "text/plain", "charset": "us-ascii", "version": "936119522", "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.41.109 closed.\r\n') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.41.109> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpb5ghvgzv TO /root/.ansible/tmp/ansible-tmp-1728726056.325067-10963-40944235341448/AnsiballZ_file.py <10.31.41.109> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' '[10.31.41.109]' <10.31.40.86> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpbw3j8141 /root/.ansible/tmp/ansible-tmp-1728726056.334813-10965-268901550980404/AnsiballZ_file.py\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726056.334813-10965-268901550980404/ /root/.ansible/tmp/ansible-tmp-1728726056.334813-10965-268901550980404/AnsiballZ_file.py && sleep 0'"'"'' <10.31.41.109> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpb5ghvgzv /root/.ansible/tmp/ansible-tmp-1728726056.325067-10963-40944235341448/AnsiballZ_file.py\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726056.325067-10963-40944235341448/ /root/.ansible/tmp/ansible-tmp-1728726056.325067-10963-40944235341448/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.86> (0, b'', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' -tt 10.31.40.86 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726056.334813-10965-268901550980404/AnsiballZ_file.py && sleep 0'"'"'' <10.31.41.109> (0, b'', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' -tt 10.31.41.109 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726056.325067-10963-40944235341448/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.86> (0, b'\r\n{"path": "/etc/kdump.conf", "changed": false, "diff": {"before": {"path": "/etc/kdump.conf"}, "after": {"path": "/etc/kdump.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 103, "invocation": {"module_args": {"mode": "0644", "dest": "/etc/kdump.conf", "_original_basename": "kdump.conf.j2", "recurse": false, "state": "file", "path": "/etc/kdump.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.40.86 closed.\r\n') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726056.334813-10965-268901550980404/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.109> (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.41.109 closed.\r\n') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726056.325067-10963-40944235341448/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.86> (0, b'', b'') ok: [managed-node3] => { "changed": false, "checksum": "b2db06b10461ac36ade66ddef480a34cf2405331", "dest": "/etc/kdump.conf", "diff": { "after": { "path": "/etc/kdump.conf" }, "before": { "path": "/etc/kdump.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "kdump.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/kdump.conf", "follow": true, "force": false, "group": null, "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/etc/kdump.conf", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/kdump.conf", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 103, "state": "file", "uid": 0 } <10.31.41.109> (0, b'', b'') ok: [managed-node1] => { "changed": false, "checksum": "968d2868294a06dfe4f87bb4a56974d39f7d1da0", "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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 12 October 2024 05:40:57 -0400 (0:00:00.778) 0:00:12.723 ****** <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.109> (0, b'/root\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726057.0652208-10998-12189871290341 `" && echo ansible-tmp-1728726057.0652208-10998-12189871290341="` echo /root/.ansible/tmp/ansible-tmp-1728726057.0652208-10998-12189871290341 `" ) && sleep 0'"'"'' <10.31.42.176> (0, b'/root\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726057.0665967-10999-222169823754135 `" && echo ansible-tmp-1728726057.0665967-10999-222169823754135="` echo /root/.ansible/tmp/ansible-tmp-1728726057.0665967-10999-222169823754135 `" ) && sleep 0'"'"'' <10.31.40.86> (0, b'/root\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726057.0721104-11001-88439929114268 `" && echo ansible-tmp-1728726057.0721104-11001-88439929114268="` echo /root/.ansible/tmp/ansible-tmp-1728726057.0721104-11001-88439929114268 `" ) && sleep 0'"'"'' <10.31.42.176> (0, b'ansible-tmp-1728726057.0665967-10999-222169823754135=/root/.ansible/tmp/ansible-tmp-1728726057.0665967-10999-222169823754135\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.42.176> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmplzffsf1e TO /root/.ansible/tmp/ansible-tmp-1728726057.0665967-10999-222169823754135/AnsiballZ_slurp.py <10.31.42.176> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' '[10.31.42.176]' <10.31.41.109> (0, b'ansible-tmp-1728726057.0652208-10998-12189871290341=/root/.ansible/tmp/ansible-tmp-1728726057.0652208-10998-12189871290341\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.41.109> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp27y9hh6t TO /root/.ansible/tmp/ansible-tmp-1728726057.0652208-10998-12189871290341/AnsiballZ_slurp.py <10.31.41.109> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' '[10.31.41.109]' <10.31.40.86> (0, b'ansible-tmp-1728726057.0721104-11001-88439929114268=/root/.ansible/tmp/ansible-tmp-1728726057.0721104-11001-88439929114268\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.40.86> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp77cvy_ej TO /root/.ansible/tmp/ansible-tmp-1728726057.0721104-11001-88439929114268/AnsiballZ_slurp.py <10.31.40.86> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' '[10.31.40.86]' <10.31.42.176> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmplzffsf1e /root/.ansible/tmp/ansible-tmp-1728726057.0665967-10999-222169823754135/AnsiballZ_slurp.py\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726057.0665967-10999-222169823754135/ /root/.ansible/tmp/ansible-tmp-1728726057.0665967-10999-222169823754135/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.109> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp27y9hh6t /root/.ansible/tmp/ansible-tmp-1728726057.0652208-10998-12189871290341/AnsiballZ_slurp.py\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726057.0652208-10998-12189871290341/ /root/.ansible/tmp/ansible-tmp-1728726057.0652208-10998-12189871290341/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.86> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp77cvy_ej /root/.ansible/tmp/ansible-tmp-1728726057.0721104-11001-88439929114268/AnsiballZ_slurp.py\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726057.0721104-11001-88439929114268/ /root/.ansible/tmp/ansible-tmp-1728726057.0721104-11001-88439929114268/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' -tt 10.31.42.176 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726057.0665967-10999-222169823754135/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.109> (0, b'', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' -tt 10.31.41.109 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726057.0652208-10998-12189871290341/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.86> (0, b'', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' -tt 10.31.40.86 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726057.0721104-11001-88439929114268/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.42.176> (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.176 closed.\r\n') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726057.0665967-10999-222169823754135/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.86> (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.86 closed.\r\n') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726057.0721104-11001-88439929114268/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') <10.31.41.109> (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.41.109 closed.\r\n') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726057.0652208-10998-12189871290341/ > /dev/null 2>&1 && sleep 0'"'"'' ok: [managed-node2] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } <10.31.40.86> (0, b'', b'') ok: [managed-node3] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } <10.31.41.109> (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" } TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] **** task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 12 October 2024 05:40:57 -0400 (0:00:00.392) 0:00:13.115 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 12 October 2024 05:40:57 -0400 (0:00:00.086) 0:00:13.202 ****** skipping: [managed-node1] => { "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" } skipping: [managed-node2] => { "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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 12 October 2024 05:40:57 -0400 (0:00:00.074) 0:00:13.276 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 12 October 2024 05:40:57 -0400 (0:00:00.074) 0:00:13.351 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 12 October 2024 05:40:57 -0400 (0:00:00.074) 0:00:13.426 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 12 October 2024 05:40:57 -0400 (0:00:00.077) 0:00:13.504 ****** 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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 12 October 2024 05:40:57 -0400 (0:00:00.078) 0:00:13.583 ****** <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.109> (0, b'/root\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726057.918977-11043-74113127611019 `" && echo ansible-tmp-1728726057.918977-11043-74113127611019="` echo /root/.ansible/tmp/ansible-tmp-1728726057.918977-11043-74113127611019 `" ) && sleep 0'"'"'' <10.31.40.86> (0, b'/root\n', b'') <10.31.42.176> (0, b'/root\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726057.9286237-11044-14544873708095 `" && echo ansible-tmp-1728726057.9286237-11044-14544873708095="` echo /root/.ansible/tmp/ansible-tmp-1728726057.9286237-11044-14544873708095 `" ) && sleep 0'"'"'' <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726057.9285693-11046-165671758093508 `" && echo ansible-tmp-1728726057.9285693-11046-165671758093508="` echo /root/.ansible/tmp/ansible-tmp-1728726057.9285693-11046-165671758093508 `" ) && sleep 0'"'"'' <10.31.41.109> (0, b'ansible-tmp-1728726057.918977-11043-74113127611019=/root/.ansible/tmp/ansible-tmp-1728726057.918977-11043-74113127611019\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.41.109> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp8akedqf0 TO /root/.ansible/tmp/ansible-tmp-1728726057.918977-11043-74113127611019/AnsiballZ_systemd.py <10.31.41.109> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' '[10.31.41.109]' <10.31.40.86> (0, b'ansible-tmp-1728726057.9285693-11046-165671758093508=/root/.ansible/tmp/ansible-tmp-1728726057.9285693-11046-165671758093508\n', b'') <10.31.42.176> (0, b'ansible-tmp-1728726057.9286237-11044-14544873708095=/root/.ansible/tmp/ansible-tmp-1728726057.9286237-11044-14544873708095\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.40.86> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp78diruip TO /root/.ansible/tmp/ansible-tmp-1728726057.9285693-11046-165671758093508/AnsiballZ_systemd.py <10.31.40.86> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' '[10.31.40.86]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.42.176> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpqfv9zao9 TO /root/.ansible/tmp/ansible-tmp-1728726057.9286237-11044-14544873708095/AnsiballZ_systemd.py <10.31.42.176> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' '[10.31.42.176]' <10.31.42.176> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpqfv9zao9 /root/.ansible/tmp/ansible-tmp-1728726057.9286237-11044-14544873708095/AnsiballZ_systemd.py\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726057.9286237-11044-14544873708095/ /root/.ansible/tmp/ansible-tmp-1728726057.9286237-11044-14544873708095/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.41.109> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp8akedqf0 /root/.ansible/tmp/ansible-tmp-1728726057.918977-11043-74113127611019/AnsiballZ_systemd.py\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726057.918977-11043-74113127611019/ /root/.ansible/tmp/ansible-tmp-1728726057.918977-11043-74113127611019/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.86> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp78diruip /root/.ansible/tmp/ansible-tmp-1728726057.9285693-11046-165671758093508/AnsiballZ_systemd.py\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726057.9285693-11046-165671758093508/ /root/.ansible/tmp/ansible-tmp-1728726057.9285693-11046-165671758093508/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' -tt 10.31.42.176 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726057.9286237-11044-14544873708095/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.41.109> (0, b'', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' -tt 10.31.41.109 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726057.918977-11043-74113127611019/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.86> (0, b'', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' -tt 10.31.40.86 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726057.9285693-11046-165671758093508/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.42.176> (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-10-12 05:40:16 EDT", "ExecMainStartTimestampMonotonic": "467976741", "ExecMainExitTimestamp": "Sat 2024-10-12 05:40:34 EDT", "ExecMainExitTimestampMonotonic": "485974640", "ExecMainPID": "20384", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-12 05:40:16 EDT] ; stop_time=[Sat 2024-10-12 05:40:34 EDT] ; pid=20384 ; 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-10-12 05:40:16 EDT] ; stop_time=[Sat 2024-10-12 05:40:16 EDT] ; pid=20375 ; 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 systemd-journald.socket system.slice network-online.target remote-fs.target network.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-10-12 05:40:34 EDT", "StateChangeTimestampMonotonic": "485975085", "InactiveExitTimestamp": "Sat 2024-10-12 05:40:16 EDT", "InactiveExitTimestampMonotonic": "467976905", "ActiveEnterTimestamp": "Sat 2024-10-12 05:40:34 EDT", "ActiveEnterTimestampMonotonic": "485975085", "ActiveExitTimestamp": "Sat 2024-10-12 05:40:16 EDT", "ActiveExitTimestampMonotonic": "467954243", "InactiveEnterTimestamp": "Sat 2024-10-12 05:40:16 EDT", "InactiveEnterTimestampMonotonic": "467974997", "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-10-12 05:40:16 EDT", "ConditionTimestampMonotonic": "467975884", "AssertTimestamp": "Sat 2024-10-12 05:40:16 EDT", "AssertTimestampMonotonic": "467975906", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "dfda86e4681942e3b6f3de77ffe2ae73", "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.176 closed.\r\n') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726057.9286237-11044-14544873708095/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.86> (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-10-12 05:40:24 EDT", "ExecMainStartTimestampMonotonic": "610254134", "ExecMainExitTimestamp": "Sat 2024-10-12 05:40:42 EDT", "ExecMainExitTimestampMonotonic": "628802893", "ExecMainPID": "16740", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-12 05:40:24 EDT] ; stop_time=[Sat 2024-10-12 05:40:42 EDT] ; pid=16740 ; 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-10-12 05:40:24 EDT] ; stop_time=[Sat 2024-10-12 05:40:24 EDT] ; pid=16731 ; 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": "system.slice network.target network-online.target remote-fs.target basic.target systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-10-12 05:40:42 EDT", "StateChangeTimestampMonotonic": "628803460", "InactiveExitTimestamp": "Sat 2024-10-12 05:40:24 EDT", "InactiveExitTimestampMonotonic": "610254172", "ActiveEnterTimestamp": "Sat 2024-10-12 05:40:42 EDT", "ActiveEnterTimestampMonotonic": "628803460", "ActiveExitTimestamp": "Sat 2024-10-12 05:40:24 EDT", "ActiveExitTimestampMonotonic": "610229480", "InactiveEnterTimestamp": "Sat 2024-10-12 05:40:24 EDT", "InactiveEnterTimestampMonotonic": "610252292", "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-10-12 05:40:24 EDT", "ConditionTimestampMonotonic": "610253096", "AssertTimestamp": "Sat 2024-10-12 05:40:24 EDT", "AssertTimestampMonotonic": "610253121", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "a88e82638f084cdc86be44469a967283", "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.86 closed.\r\n') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726057.9285693-11046-165671758093508/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.109> (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-10-12 05:40:12 EDT", "ExecMainStartTimestampMonotonic": "591782842", "ExecMainExitTimestamp": "Sat 2024-10-12 05:40:33 EDT", "ExecMainExitTimestampMonotonic": "612754100", "ExecMainPID": "16683", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-12 05:40:12 EDT] ; stop_time=[Sat 2024-10-12 05:40:33 EDT] ; pid=16683 ; 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-10-12 05:40:12 EDT] ; stop_time=[Sat 2024-10-12 05:40:12 EDT] ; pid=16674 ; 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 system.slice remote-fs.target network-online.target systemd-journald.socket network.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-10-12 05:40:33 EDT", "StateChangeTimestampMonotonic": "612754692", "InactiveExitTimestamp": "Sat 2024-10-12 05:40:12 EDT", "InactiveExitTimestampMonotonic": "591782879", "ActiveEnterTimestamp": "Sat 2024-10-12 05:40:33 EDT", "ActiveEnterTimestampMonotonic": "612754692", "ActiveExitTimestamp": "Sat 2024-10-12 05:40:12 EDT", "ActiveExitTimestampMonotonic": "591758206", "InactiveEnterTimestamp": "Sat 2024-10-12 05:40:12 EDT", "InactiveEnterTimestampMonotonic": "591780879", "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-10-12 05:40:12 EDT", "ConditionTimestampMonotonic": "591781805", "AssertTimestamp": "Sat 2024-10-12 05:40:12 EDT", "AssertTimestampMonotonic": "591781832", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "b1895f95af504f7c9e3ba329a60ab1ff", "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.41.109 closed.\r\n') <10.31.42.176> (0, b'', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726057.918977-11043-74113127611019/ > /dev/null 2>&1 && sleep 0'"'"'' ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": "started" } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-10-12 05:40:34 EDT", "ActiveEnterTimestampMonotonic": "485975085", "ActiveExitTimestamp": "Sat 2024-10-12 05:40:16 EDT", "ActiveExitTimestampMonotonic": "467954243", "ActiveState": "active", "After": "basic.target systemd-journald.socket system.slice network-online.target remote-fs.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-12 05:40:16 EDT", "AssertTimestampMonotonic": "467975906", "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-10-12 05:40:16 EDT", "ConditionTimestampMonotonic": "467975884", "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-10-12 05:40:34 EDT", "ExecMainExitTimestampMonotonic": "485974640", "ExecMainPID": "20384", "ExecMainStartTimestamp": "Sat 2024-10-12 05:40:16 EDT", "ExecMainStartTimestampMonotonic": "467976741", "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-10-12 05:40:16 EDT] ; stop_time=[Sat 2024-10-12 05:40:34 EDT] ; pid=20384 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-12 05:40:16 EDT] ; stop_time=[Sat 2024-10-12 05:40:16 EDT] ; pid=20375 ; 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-10-12 05:40:16 EDT", "InactiveEnterTimestampMonotonic": "467974997", "InactiveExitTimestamp": "Sat 2024-10-12 05:40:16 EDT", "InactiveExitTimestampMonotonic": "467976905", "InvocationID": "dfda86e4681942e3b6f3de77ffe2ae73", "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-10-12 05:40:34 EDT", "StateChangeTimestampMonotonic": "485975085", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } <10.31.40.86> (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-10-12 05:40:42 EDT", "ActiveEnterTimestampMonotonic": "628803460", "ActiveExitTimestamp": "Sat 2024-10-12 05:40:24 EDT", "ActiveExitTimestampMonotonic": "610229480", "ActiveState": "active", "After": "system.slice network.target network-online.target remote-fs.target basic.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-12 05:40:24 EDT", "AssertTimestampMonotonic": "610253121", "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-10-12 05:40:24 EDT", "ConditionTimestampMonotonic": "610253096", "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-10-12 05:40:42 EDT", "ExecMainExitTimestampMonotonic": "628802893", "ExecMainPID": "16740", "ExecMainStartTimestamp": "Sat 2024-10-12 05:40:24 EDT", "ExecMainStartTimestampMonotonic": "610254134", "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-10-12 05:40:24 EDT] ; stop_time=[Sat 2024-10-12 05:40:42 EDT] ; pid=16740 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-12 05:40:24 EDT] ; stop_time=[Sat 2024-10-12 05:40:24 EDT] ; pid=16731 ; 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-10-12 05:40:24 EDT", "InactiveEnterTimestampMonotonic": "610252292", "InactiveExitTimestamp": "Sat 2024-10-12 05:40:24 EDT", "InactiveExitTimestampMonotonic": "610254172", "InvocationID": "a88e82638f084cdc86be44469a967283", "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-10-12 05:40:42 EDT", "StateChangeTimestampMonotonic": "628803460", "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.41.109> (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-10-12 05:40:33 EDT", "ActiveEnterTimestampMonotonic": "612754692", "ActiveExitTimestamp": "Sat 2024-10-12 05:40:12 EDT", "ActiveExitTimestampMonotonic": "591758206", "ActiveState": "active", "After": "basic.target system.slice remote-fs.target network-online.target systemd-journald.socket network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-12 05:40:12 EDT", "AssertTimestampMonotonic": "591781832", "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-10-12 05:40:12 EDT", "ConditionTimestampMonotonic": "591781805", "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-10-12 05:40:33 EDT", "ExecMainExitTimestampMonotonic": "612754100", "ExecMainPID": "16683", "ExecMainStartTimestamp": "Sat 2024-10-12 05:40:12 EDT", "ExecMainStartTimestampMonotonic": "591782842", "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-10-12 05:40:12 EDT] ; stop_time=[Sat 2024-10-12 05:40:33 EDT] ; pid=16683 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-12 05:40:12 EDT] ; stop_time=[Sat 2024-10-12 05:40:12 EDT] ; pid=16674 ; 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-10-12 05:40:12 EDT", "InactiveEnterTimestampMonotonic": "591780879", "InactiveExitTimestamp": "Sat 2024-10-12 05:40:12 EDT", "InactiveExitTimestampMonotonic": "591782879", "InvocationID": "b1895f95af504f7c9e3ba329a60ab1ff", "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-10-12 05:40:33 EDT", "StateChangeTimestampMonotonic": "612754692", "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-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 12 October 2024 05:40:58 -0400 (0:00:00.551) 0:00:14.134 ****** <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.109> (0, b'/root\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726058.475066-11070-156030645019361 `" && echo ansible-tmp-1728726058.475066-11070-156030645019361="` echo /root/.ansible/tmp/ansible-tmp-1728726058.475066-11070-156030645019361 `" ) && sleep 0'"'"'' <10.31.42.176> (0, b'/root\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726058.4854555-11071-78449578896467 `" && echo ansible-tmp-1728726058.4854555-11071-78449578896467="` echo /root/.ansible/tmp/ansible-tmp-1728726058.4854555-11071-78449578896467 `" ) && sleep 0'"'"'' <10.31.40.86> (0, b'/root\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726058.4908667-11073-173804551262425 `" && echo ansible-tmp-1728726058.4908667-11073-173804551262425="` echo /root/.ansible/tmp/ansible-tmp-1728726058.4908667-11073-173804551262425 `" ) && sleep 0'"'"'' <10.31.41.109> (0, b'ansible-tmp-1728726058.475066-11070-156030645019361=/root/.ansible/tmp/ansible-tmp-1728726058.475066-11070-156030645019361\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.41.109> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpqups4s6x TO /root/.ansible/tmp/ansible-tmp-1728726058.475066-11070-156030645019361/AnsiballZ_file.py <10.31.41.109> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' '[10.31.41.109]' <10.31.42.176> (0, b'ansible-tmp-1728726058.4854555-11071-78449578896467=/root/.ansible/tmp/ansible-tmp-1728726058.4854555-11071-78449578896467\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.42.176> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpfpslo8j3 TO /root/.ansible/tmp/ansible-tmp-1728726058.4854555-11071-78449578896467/AnsiballZ_file.py <10.31.42.176> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' '[10.31.42.176]' <10.31.40.86> (0, b'ansible-tmp-1728726058.4908667-11073-173804551262425=/root/.ansible/tmp/ansible-tmp-1728726058.4908667-11073-173804551262425\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.40.86> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp2qqlkrc2 TO /root/.ansible/tmp/ansible-tmp-1728726058.4908667-11073-173804551262425/AnsiballZ_file.py <10.31.40.86> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' '[10.31.40.86]' <10.31.41.109> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpqups4s6x /root/.ansible/tmp/ansible-tmp-1728726058.475066-11070-156030645019361/AnsiballZ_file.py\n', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726058.475066-11070-156030645019361/ /root/.ansible/tmp/ansible-tmp-1728726058.475066-11070-156030645019361/AnsiballZ_file.py && sleep 0'"'"'' <10.31.42.176> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmpfpslo8j3 /root/.ansible/tmp/ansible-tmp-1728726058.4854555-11071-78449578896467/AnsiballZ_file.py\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726058.4854555-11071-78449578896467/ /root/.ansible/tmp/ansible-tmp-1728726058.4854555-11071-78449578896467/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.86> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp2qqlkrc2 /root/.ansible/tmp/ansible-tmp-1728726058.4908667-11073-173804551262425/AnsiballZ_file.py\n', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726058.4908667-11073-173804551262425/ /root/.ansible/tmp/ansible-tmp-1728726058.4908667-11073-173804551262425/AnsiballZ_file.py && sleep 0'"'"'' <10.31.41.109> (0, b'', b'') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' -tt 10.31.41.109 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726058.475066-11070-156030645019361/AnsiballZ_file.py && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' -tt 10.31.42.176 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726058.4854555-11071-78449578896467/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.86> (0, b'', b'') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' -tt 10.31.40.86 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726058.4908667-11073-173804551262425/AnsiballZ_file.py && sleep 0'"'"'' <10.31.42.176> (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.42.176 closed.\r\n') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726058.4854555-11071-78449578896467/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.109> (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.41.109 closed.\r\n') <10.31.41.109> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.109> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/5b5dfecfbc"' 10.31.41.109 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726058.475066-11070-156030645019361/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.86> (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.40.86 closed.\r\n') <10.31.40.86> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.86> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/3af948a1a2"' 10.31.40.86 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726058.4908667-11073-173804551262425/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.176> (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.41.109> (0, b'', b'') changed: [managed-node1] => { "changed": true, "diff": { "after": { "path": "/tmp/tests_ssh", "state": "absent" }, "before": { "path": "/tmp/tests_ssh", "path_content": { "directories": [], "files": [] }, "state": "directory" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/tmp/tests_ssh", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "mode": "0755", "owner": "root", "path": "/tmp/tests_ssh", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } <10.31.40.86> (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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 12 October 2024 05:40:58 -0400 (0:00:00.399) 0:00:14.533 ****** <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.42.176> (0, b'/root\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728726058.8740766-11094-206331444733726 `" && echo ansible-tmp-1728726058.8740766-11094-206331444733726="` echo /root/.ansible/tmp/ansible-tmp-1728726058.8740766-11094-206331444733726 `" ) && sleep 0'"'"'' <10.31.42.176> (0, b'ansible-tmp-1728726058.8740766-11094-206331444733726=/root/.ansible/tmp/ansible-tmp-1728726058.8740766-11094-206331444733726\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.42.176> PUT /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp_4yi7wx1 TO /root/.ansible/tmp/ansible-tmp-1728726058.8740766-11094-206331444733726/AnsiballZ_systemd.py <10.31.42.176> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' '[10.31.42.176]' <10.31.42.176> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10372ns_w6d2t/tmp_4yi7wx1 /root/.ansible/tmp/ansible-tmp-1728726058.8740766-11094-206331444733726/AnsiballZ_systemd.py\n', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728726058.8740766-11094-206331444733726/ /root/.ansible/tmp/ansible-tmp-1728726058.8740766-11094-206331444733726/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.42.176> (0, b'', b'') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' -tt 10.31.42.176 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728726058.8740766-11094-206331444733726/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.42.176> (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-10-12 05:40:16 EDT", "ExecMainStartTimestampMonotonic": "467976741", "ExecMainExitTimestamp": "Sat 2024-10-12 05:40:34 EDT", "ExecMainExitTimestampMonotonic": "485974640", "ExecMainPID": "20384", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-12 05:40:16 EDT] ; stop_time=[Sat 2024-10-12 05:40:34 EDT] ; pid=20384 ; 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-10-12 05:40:16 EDT] ; stop_time=[Sat 2024-10-12 05:40:16 EDT] ; pid=20375 ; 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 systemd-journald.socket system.slice network-online.target remote-fs.target network.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-10-12 05:40:34 EDT", "StateChangeTimestampMonotonic": "485975085", "InactiveExitTimestamp": "Sat 2024-10-12 05:40:16 EDT", "InactiveExitTimestampMonotonic": "467976905", "ActiveEnterTimestamp": "Sat 2024-10-12 05:40:34 EDT", "ActiveEnterTimestampMonotonic": "485975085", "ActiveExitTimestamp": "Sat 2024-10-12 05:40:16 EDT", "ActiveExitTimestampMonotonic": "467954243", "InactiveEnterTimestamp": "Sat 2024-10-12 05:40:16 EDT", "InactiveEnterTimestampMonotonic": "467974997", "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-10-12 05:40:16 EDT", "ConditionTimestampMonotonic": "467975884", "AssertTimestamp": "Sat 2024-10-12 05:40:16 EDT", "AssertTimestampMonotonic": "467975906", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "dfda86e4681942e3b6f3de77ffe2ae73", "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.42.176 closed.\r\n') <10.31.42.176> ESTABLISH SSH CONNECTION FOR USER: None <10.31.42.176> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/49d955dcc5"' 10.31.42.176 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728726058.8740766-11094-206331444733726/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.42.176> (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-10-12 05:40:34 EDT", "ActiveEnterTimestampMonotonic": "485975085", "ActiveExitTimestamp": "Sat 2024-10-12 05:40:16 EDT", "ActiveExitTimestampMonotonic": "467954243", "ActiveState": "active", "After": "basic.target systemd-journald.socket system.slice network-online.target remote-fs.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-12 05:40:16 EDT", "AssertTimestampMonotonic": "467975906", "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-10-12 05:40:16 EDT", "ConditionTimestampMonotonic": "467975884", "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-10-12 05:40:34 EDT", "ExecMainExitTimestampMonotonic": "485974640", "ExecMainPID": "20384", "ExecMainStartTimestamp": "Sat 2024-10-12 05:40:16 EDT", "ExecMainStartTimestampMonotonic": "467976741", "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-10-12 05:40:16 EDT] ; stop_time=[Sat 2024-10-12 05:40:34 EDT] ; pid=20384 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-12 05:40:16 EDT] ; stop_time=[Sat 2024-10-12 05:40:16 EDT] ; pid=20375 ; 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-10-12 05:40:16 EDT", "InactiveEnterTimestampMonotonic": "467974997", "InactiveExitTimestamp": "Sat 2024-10-12 05:40:16 EDT", "InactiveExitTimestampMonotonic": "467976905", "InvocationID": "dfda86e4681942e3b6f3de77ffe2ae73", "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-10-12 05:40:34 EDT", "StateChangeTimestampMonotonic": "485975085", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } PLAY RECAP ********************************************************************* managed-node1 : ok=23 changed=1 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 managed-node2 : ok=24 changed=3 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 managed-node3 : ok=23 changed=1 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 Saturday 12 October 2024 05:40:59 -0400 (0:00:00.483) 0:00:15.017 ****** =============================================================================== fedora.linux_system_roles.kdump : Install required packages ------------- 3.29s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.27s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gather facts from managed-node1 ----------------------------------------- 0.80s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.78s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.77s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.60s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.60s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.56s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.56s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.55s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.49s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Restart kdump ------------------------- 0.48s /tmp/collections-Czf/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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.47s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.40s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Cleanup kdump_path ------------------------------------------------------ 0.40s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel --- 0.39s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.39s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 fedora.linux_system_roles.kdump : Fetch the servers public key ---------- 0.38s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists --- 0.37s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 TASK [Remove the temporary file] *********************************************** task path: /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:40 Saturday 12 October 2024 05:40:59 -0400 (0:00:15.856) 0:00:50.167 ****** changed: [managed-node3 -> localhost] => { "changed": true, "path": "/tmp/ansible.214xh7ec.inventory.yaml", "state": "absent" } PLAY RECAP ********************************************************************* managed-node3 : ok=30 changed=8 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 Saturday 12 October 2024 05:40:59 -0400 (0:00:00.229) 0:00:50.397 ****** =============================================================================== fedora.linux_system_roles.kdump : Restart kdump ------------------------ 19.08s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Run ansible-playbook with tests_ssh.yml in check mode ------------------ 15.86s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 fedora.linux_system_roles.kdump : Install required packages ------------- 2.98s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.22s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Create static inventory from hostvars ----------------------------------- 0.85s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 Gathering Facts --------------------------------------------------------- 0.79s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gathering Facts --------------------------------------------------------- 0.74s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Gather facts from managed-node3 ----------------------------------------- 0.73s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.69s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.69s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.59s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.53s /tmp/collections-Czf/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.47s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.47s /tmp/collections-Czf/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.46s /tmp/collections-Czf/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-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.42s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Create temporary file --------------------------------------------------- 0.37s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7 Cleanup kdump_path ------------------------------------------------------ 0.34s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.34s /tmp/collections-Czf/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30