ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_ssh_wrapper.yml ************************************************ 3 plays in /tmp/collections-hSZ/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-hSZ/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Saturday 21 September 2024 03:18:00 -0400 (0:00:00.020) 0:00:00.020 **** ok: [managed_node3] META: ran handlers TASK [Create temporary file] *************************************************** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7 Saturday 21 September 2024 03:18:01 -0400 (0:00:00.844) 0:00:00.864 **** changed: [managed_node3 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.7c7n9eo0.inventory.yaml", "size": 0, "state": "file", "uid": 0 } TASK [Create static inventory from hostvars] *********************************** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 Saturday 21 September 2024 03:18:01 -0400 (0:00:00.322) 0:00:01.186 **** changed: [managed_node3 -> localhost] => { "changed": true, "checksum": "6b7b77b593f2c30eaae5f0e35d1f3b2b5e0e7ec4", "dest": "/tmp/ansible.7c7n9eo0.inventory.yaml", "gid": 0, "group": "root", "md5sum": "159a8617007eb31fcadc1eade724f526", "mode": "0644", "owner": "root", "size": 30876, "src": "/root/.ansible/tmp/ansible-tmp-1726903081.9730148-9861-15852963943156/source", "state": "file", "uid": 0 } META: ran handlers META: ran handlers PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 21 September 2024 03:18:02 -0400 (0:00:00.847) 0:00:02.033 **** ok: [managed_node3] META: ran handlers TASK [Gather facts from managed_node3] ***************************************** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 21 September 2024 03:18:03 -0400 (0:00:00.659) 0:00:02.693 **** ok: [managed_node3 -> managed_node3] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 21 September 2024 03:18:04 -0400 (0:00:00.577) 0:00:03.270 **** skipping: [managed_node3] => {} META: end_host conditional evaluated to false, continuing execution for managed_node3 TASK [Run the role. If reboot is not required - the play succeeds.] ************ task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 21 September 2024 03:18:04 -0400 (0:00:00.023) 0:00:03.294 **** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 21 September 2024 03:18:04 -0400 (0:00:00.057) 0:00:03.351 **** included: /tmp/collections-hSZ/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-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 21 September 2024 03:18:04 -0400 (0:00:00.020) 0:00:03.372 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 21 September 2024 03:18:04 -0400 (0:00:00.016) 0:00:03.388 **** 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-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 21 September 2024 03:18:04 -0400 (0:00:00.344) 0:00:03.732 **** 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-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 21 September 2024 03:18:04 -0400 (0:00:00.019) 0:00:03.752 **** skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 21 September 2024 03:18:04 -0400 (0:00:00.034) 0:00:03.787 **** 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-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 21 September 2024 03:18:07 -0400 (0:00:02.841) 0:00:06.628 **** ok: [managed_node3] => { "changed": false, "enabled": true, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-09-21 03:17:44 EDT", "ActiveEnterTimestampMonotonic": "237024589", "ActiveExitTimestamp": "Sat 2024-09-21 03:17:29 EDT", "ActiveExitTimestampMonotonic": "222783692", "ActiveState": "active", "After": "remote-fs.target basic.target network-online.target systemd-journald.socket network.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-09-21 03:17:29 EDT", "AssertTimestampMonotonic": "222807712", "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-09-21 03:17:29 EDT", "ConditionTimestampMonotonic": "222807658", "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-09-21 03:17:44 EDT", "ExecMainExitTimestampMonotonic": "237024120", "ExecMainPID": "8330", "ExecMainStartTimestamp": "Sat 2024-09-21 03:17:29 EDT", "ExecMainStartTimestampMonotonic": "222808525", "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-09-21 03:17:29 EDT] ; stop_time=[Sat 2024-09-21 03:17:44 EDT] ; pid=8330 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-09-21 03:17:29 EDT] ; stop_time=[Sat 2024-09-21 03:17:29 EDT] ; pid=8321 ; 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-09-21 03:17:29 EDT", "InactiveEnterTimestampMonotonic": "222806818", "InactiveExitTimestamp": "Sat 2024-09-21 03:17:29 EDT", "InactiveExitTimestampMonotonic": "222808555", "InvocationID": "f101426bcb304db199c4e5c295cbca2b", "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-09-21 03:17:44 EDT", "StateChangeTimestampMonotonic": "237024589", "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-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 21 September 2024 03:18:08 -0400 (0:00:00.646) 0:00:07.274 **** included: /tmp/collections-hSZ/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-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 21 September 2024 03:18:08 -0400 (0:00:00.072) 0:00:07.346 **** changed: [managed_node3] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": "0:00:00.142323", "end": "2024-09-21 03:18:08.631142", "rc": 0, "start": "2024-09-21 03:18:08.488819" } 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:GqjZnyLiPxYswSaj5vHo2Y70Rpr8wtCruyMUDL845D8 root@ip-10-31-45-212.us-east-1.aws.redhat.com The key's randomart image is: +---[RSA 3072]----+ | | |. | |+. | |oB. . | |*++.. . S | |=*oB o | |Bo%.o . | |=OBE.. . | |B@BBo.o | +----[SHA256]-----+ TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 21 September 2024 03:18:08 -0400 (0:00:00.580) 0:00:07.926 **** ok: [managed_node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEWERiZmxQSHpJUTF3R294citySk1NRHZBczljK1NRRnhYditlVkFLbHdFQWhETWNqMW80ZjdiWm8xT0xXbFR2K3VPYmVUNEZRbzVPZWZSNkgzYVg2ZnE5Z3hSWHZxVW1Xam1OV3E1K1BvV1c4UEs0dGR4L3NxdmdySkY2T1lJaUhFTVJwamNVS2NCajdYZU1kTDY5UEZQbWg5b1B4V1N5RDAyWVVwUDVkRUpMbU1lUUowYk1MYWFmYnFNTHlTQ0R0dVFMYVg1WW0wenRpT2ZqSEFLM3FOWVdmSTJnMkVmOXFERFg1djRiUSs4V3Uyc0hxT2MvdXFGV0ZYWXJRdUNhQjZvZlRTamlkQ1lFcCtMc3hwWUYvdFl1ZnlIeExnRWJKeEZpbnJERnFwQ3dmRi9QK2hxZFhuUWxqb0d4djljc1BxcGZERDZPZjRzQWw3WG5ScERXWkc1WXAxSWJub0VFM3hxVDFvYkVSNEc0UW9zL0VrUDlRbEc1T2V1UWZNaHFQNE85TUVrV1p2UGFYUm44bFhPbEMrbFprRUN2b3RSVW11MWxiakZ1K2ZndEczVTNXN3pOL3llZ3BzRWFtL212V3VYWFhwUUdpeitWTUJ2ZTVZWEVMNHNnV1BEWHljdVRLYXJ3MGlDc3d1SWhMWk53YlM2cENWWFREMC8vR0h4WWM9IHJvb3RAaXAtMTAtMzEtNDUtMjEyLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 21 September 2024 03:18:09 -0400 (0:00:00.467) 0:00:08.394 **** ok: [managed_node3 -> managed_node3] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] **** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 21 September 2024 03:18:09 -0400 (0:00:00.688) 0:00:09.083 **** ok: [managed_node3 -> managed_node3] => { "changed": false, "stat": { "atime": 1726902864.851529, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726903088.6300616, "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": 1726903088.6300616, "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-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 21 September 2024 03:18:10 -0400 (0:00:00.326) 0:00:09.409 **** ok: [managed_node3 -> managed_node3] => { "changed": false, "stat": { "atime": 1726902940.5196576, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1726902864.851529, "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": 1726902864.850529, "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-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 21 September 2024 03:18:10 -0400 (0:00:00.324) 0:00:09.734 **** ok: [managed_node3 -> managed_node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 21 September 2024 03:18:10 -0400 (0:00:00.444) 0:00:10.178 **** changed: [managed_node3 -> managed_node3] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 21 September 2024 03:18:11 -0400 (0:00:00.432) 0:00:10.611 **** ok: [managed_node3 -> managed_node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDYzR5aDJGSHYvbkR0S05VeDRORDBXeXlHY3YzaFRWbHlFODBCYXMzSnNMeDlYVFVVMEovUFhsSnZJVDBLL3hsUXpralEzcHkvMlNaTU9VRGM1VTNrR3hPdzQrTlR2M1dlUXZNNXgwYmVpVDUxY1ZPVmR2OWNTd1hGaXE1dDFaZDdUbXlDa3FkdndSL3FWZk1HakRlSWRCWSs4UGNmTDhTZUprTmlPanFRTTNrOU9BOVFnRkE2bTVzeVIzNUxmY3VVNnlTcE1WTlFEWlNPRW9vTmJTQkxNSFllMnNwcHNSaHJLS1pNaXhNMWYvSFBwNmFUWndKMTg2RVpJa3FYaFNBOEdFVjY3MlVudERZVkVyaERRSmo2MzRZUHk4Zy9IT1hZaHZvaW1SWlZJTERIWjltVzVpTXVwUDhQMnBTcmswbEQ4Z0MwZHpPU3RYVEdMMTZNN3NqYmdrNHU2R2M0cStKbzVoUnRacjljdDUvcXdzOGxzSkhWN2tXRVJaUFMzc21sZk1kaDlPOE9ySTlVVmttQy82NCt2eGNvV1lKbE9XT3BHbG5rV0dHQjdibUJTTENoK2dONFhFc0NscDBLbS9FMnQzU1B6U015NFpZcE9RbHQvTG1iZG1hWWp1cmNVSk50aEFuVDBqWFFpQmpFbU5tSDlpaDFRU3ZEQWZDTUxUbFU9IHJvb3RAaXAtMTAtMzEtNDUtMjEyLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 21 September 2024 03:18:11 -0400 (0:00:00.308) 0:00:10.920 **** changed: [managed_node3] => { "changed": true, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.45.212 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCc4yh2FHv/nDtKNUx4ND0WyyGcv3hTVlyE80Bas3JsLx9XTUU0J/PXlJvIT0K/xlQzkjQ3py/2SZMOUDc5U3kGxOw4+NTv3WeQvM5x0beiT51cVOVdv9cSwXFiq5t1Zd7TmyCkqdvwR/qVfMGjDeIdBY+8PcfL8SeJkNiOjqQM3k9OA9QgFA6m5syR35LfcuU6ySpMVNQDZSOEooNbSBLMHYe2sppsRhrKKZMixM1f/HPp6aTZwJ186EZIkqXhSA8GEV672UntDYVErhDQJj634YPy8g/HOXYhvoimRZVILDHZ9mW5iMupP8P2pSrk0lD8gC0dzOStXTGL16M7sjbgk4u6Gc4q+Jo5hRtZr9ct5/qws8lsJHV7kWERZPS3smlfMdh9O8OrI9UVkmC/64+vxcoWYJlOWOpGlnkWGGB7bmBSLCh+gN4XEsClp0Km/E2t3SPzSMy4ZYpOQlt/LmbdmaYjurcUJNthAnT0jXQiBjEmNmH9ih1QSvDAfCMLTlU= root@ip-10-31-45-212.us-east-1.aws.redhat.com\n", "mode": "0644", "name": "10.31.45.212", "owner": "root", "path": "/etc/ssh/ssh_known_hosts", "secontext": "system_u:object_r:etc_t:s0", "size": 612, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists] *** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 21 September 2024 03:18:12 -0400 (0:00:00.455) 0:00:11.376 **** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726903049.8076391, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5eea1b4829897f2843bafdff6b482ed722029483", "ctime": 1726903048.244624, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 358613123, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726903048.0116217, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 77, "uid": 0, "version": "2710960356", "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-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 21 September 2024 03:18:12 -0400 (0:00:00.315) 0:00:11.691 **** NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed_node3 changed: [managed_node3] => { "backup_file": "/etc/kdump.conf.16113.2024-09-21@03:18:13~", "changed": true, "checksum": "18d2a870ff13f61374987a6482893bd4f1f4735f", "dest": "/etc/kdump.conf", "gid": 0, "group": "root", "md5sum": "bdd802d264530a941c88a8aae95c13ab", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1726903092.4793234-10229-180766644970138/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 21 September 2024 03:18:13 -0400 (0:00:00.639) 0:00:12.331 **** 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-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 21 September 2024 03:18:13 -0400 (0:00:00.305) 0:00:12.636 **** ok: [managed_node3] => { "ansible_facts": { "kdump_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed] *** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 21 September 2024 03:18:13 -0400 (0:00:00.017) 0:00:12.654 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] *** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 21 September 2024 03:18:13 -0400 (0:00:00.019) 0:00:12.674 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false] *** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 21 September 2024 03:18:13 -0400 (0:00:00.014) 0:00:12.689 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Reboot the managed node] *************** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 21 September 2024 03:18:13 -0400 (0:00:00.015) 0:00:12.704 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag] *** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 21 September 2024 03:18:13 -0400 (0:00:00.014) 0:00:12.719 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] ********** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 21 September 2024 03:18:13 -0400 (0:00:00.013) 0:00:12.733 **** ok: [managed_node3] => { "changed": false, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-09-21 03:17:44 EDT", "ActiveEnterTimestampMonotonic": "237024589", "ActiveExitTimestamp": "Sat 2024-09-21 03:17:29 EDT", "ActiveExitTimestampMonotonic": "222783692", "ActiveState": "active", "After": "remote-fs.target basic.target network-online.target systemd-journald.socket network.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-09-21 03:17:29 EDT", "AssertTimestampMonotonic": "222807712", "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-09-21 03:17:29 EDT", "ConditionTimestampMonotonic": "222807658", "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-09-21 03:17:44 EDT", "ExecMainExitTimestampMonotonic": "237024120", "ExecMainPID": "8330", "ExecMainStartTimestamp": "Sat 2024-09-21 03:17:29 EDT", "ExecMainStartTimestampMonotonic": "222808525", "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-09-21 03:17:29 EDT] ; stop_time=[Sat 2024-09-21 03:17:44 EDT] ; pid=8330 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-09-21 03:17:29 EDT] ; stop_time=[Sat 2024-09-21 03:17:29 EDT] ; pid=8321 ; 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-09-21 03:17:29 EDT", "InactiveEnterTimestampMonotonic": "222806818", "InactiveExitTimestamp": "Sat 2024-09-21 03:17:29 EDT", "InactiveExitTimestampMonotonic": "222808555", "InvocationID": "f101426bcb304db199c4e5c295cbca2b", "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-09-21 03:17:44 EDT", "StateChangeTimestampMonotonic": "237024589", "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-hSZ/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 21 September 2024 03:18:13 -0400 (0:00:00.424) 0:00:13.158 **** ok: [managed_node3 -> managed_node3] => { "changed": false, "path": "/tmp/tests_ssh", "state": "absent" } RUNNING HANDLER [fedora.linux_system_roles.kdump : Restart kdump] ************** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 21 September 2024 03:18:14 -0400 (0:00:00.310) 0:00:13.468 **** changed: [managed_node3] => { "changed": true, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-09-21 03:17:44 EDT", "ActiveEnterTimestampMonotonic": "237024589", "ActiveExitTimestamp": "Sat 2024-09-21 03:17:29 EDT", "ActiveExitTimestampMonotonic": "222783692", "ActiveState": "active", "After": "remote-fs.target basic.target network-online.target systemd-journald.socket network.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-09-21 03:17:29 EDT", "AssertTimestampMonotonic": "222807712", "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-09-21 03:17:29 EDT", "ConditionTimestampMonotonic": "222807658", "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-09-21 03:17:44 EDT", "ExecMainExitTimestampMonotonic": "237024120", "ExecMainPID": "8330", "ExecMainStartTimestamp": "Sat 2024-09-21 03:17:29 EDT", "ExecMainStartTimestampMonotonic": "222808525", "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-09-21 03:17:29 EDT] ; stop_time=[Sat 2024-09-21 03:17:44 EDT] ; pid=8330 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-09-21 03:17:29 EDT] ; stop_time=[Sat 2024-09-21 03:17:29 EDT] ; pid=8321 ; 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-09-21 03:17:29 EDT", "InactiveEnterTimestampMonotonic": "222806818", "InactiveExitTimestamp": "Sat 2024-09-21 03:17:29 EDT", "InactiveExitTimestampMonotonic": "222808555", "InvocationID": "f101426bcb304db199c4e5c295cbca2b", "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-09-21 03:17:44 EDT", "StateChangeTimestampMonotonic": "237024589", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } META: ran handlers META: ran handlers PLAY [Run tests_ssh.yml in check_mode] ***************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Saturday 21 September 2024 03:18:33 -0400 (0:00:19.306) 0:00:32.775 **** ok: [managed_node3] META: ran handlers TASK [Run ansible-playbook with tests_ssh.yml in check mode] ******************* task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 Saturday 21 September 2024 03:18:34 -0400 (0:00:00.586) 0:00:33.361 **** ok: [managed_node3 -> localhost] => { "changed": false, "cmd": [ "ansible-playbook", "-vvv", "-i", "/tmp/ansible.7c7n9eo0.inventory.yaml", "--check", "tests_ssh.yml" ], "delta": "0:00:15.064934", "end": "2024-09-21 03:18:49.393560", "rc": 0, "start": "2024-09-21 03:18:34.328626" } STDOUT: ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults host_list declined parsing /tmp/ansible.7c7n9eo0.inventory.yaml as it did not pass its verify_file() method script declined parsing /tmp/ansible.7c7n9eo0.inventory.yaml as it did not pass its verify_file() method Parsed /tmp/ansible.7c7n9eo0.inventory.yaml inventory source with yaml plugin Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_ssh.yml ******************************************************** 1 plays in tests_ssh.yml PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 21 September 2024 03:18:34 -0400 (0:00:00.020) 0:00:00.020 **** <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.36> (0, b'/root\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903114.938401-10555-27815748495400 `" && echo ansible-tmp-1726903114.938401-10555-27815748495400="` echo /root/.ansible/tmp/ansible-tmp-1726903114.938401-10555-27815748495400 `" ) && sleep 0'"'"'' <10.31.45.212> (0, b'/root\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903114.9396963-10558-104204057389998 `" && echo ansible-tmp-1726903114.9396963-10558-104204057389998="` echo /root/.ansible/tmp/ansible-tmp-1726903114.9396963-10558-104204057389998 `" ) && sleep 0'"'"'' <10.31.45.17> (0, b'/root\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903114.9414551-10556-73224070397637 `" && echo ansible-tmp-1726903114.9414551-10556-73224070397637="` echo /root/.ansible/tmp/ansible-tmp-1726903114.9414551-10556-73224070397637 `" ) && sleep 0'"'"'' <10.31.45.36> (0, b'ansible-tmp-1726903114.938401-10555-27815748495400=/root/.ansible/tmp/ansible-tmp-1726903114.938401-10555-27815748495400\n', b'') <10.31.45.212> (0, b'ansible-tmp-1726903114.9396963-10558-104204057389998=/root/.ansible/tmp/ansible-tmp-1726903114.9396963-10558-104204057389998\n', b'') <10.31.45.17> (0, b'ansible-tmp-1726903114.9414551-10556-73224070397637=/root/.ansible/tmp/ansible-tmp-1726903114.9414551-10556-73224070397637\n', b'') Attempting python interpreter discovery <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.5'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' Attempting python interpreter discovery <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.5'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' Attempting python interpreter discovery <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.5'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' <10.31.45.212> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.45.36> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.45.17> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.45.212> (0, b'{"platform_dist_result": ["centos", "8", ""], "osrelease_content": "NAME=\\"CentOS Stream\\"\\nVERSION=\\"8\\"\\nID=\\"centos\\"\\nID_LIKE=\\"rhel fedora\\"\\nVERSION_ID=\\"8\\"\\nPLATFORM_ID=\\"platform:el8\\"\\nPRETTY_NAME=\\"CentOS Stream 8\\"\\nANSI_COLOR=\\"0;31\\"\\nCPE_NAME=\\"cpe:/o:centos:centos:8\\"\\nHOME_URL=\\"https://centos.org/\\"\\nBUG_REPORT_URL=\\"https://bugzilla.redhat.com/\\"\\nREDHAT_SUPPORT_PRODUCT=\\"Red Hat Enterprise Linux 8\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=\\"CentOS Stream\\"\\n"}\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.45.212> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmptdm8exx4 TO /root/.ansible/tmp/ansible-tmp-1726903114.9396963-10558-104204057389998/AnsiballZ_setup.py <10.31.45.212> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/2a0db7bcd4 '[10.31.45.212]' <10.31.45.36> (0, b'{"platform_dist_result": ["centos", "8", ""], "osrelease_content": "NAME=\\"CentOS Stream\\"\\nVERSION=\\"8\\"\\nID=\\"centos\\"\\nID_LIKE=\\"rhel fedora\\"\\nVERSION_ID=\\"8\\"\\nPLATFORM_ID=\\"platform:el8\\"\\nPRETTY_NAME=\\"CentOS Stream 8\\"\\nANSI_COLOR=\\"0;31\\"\\nCPE_NAME=\\"cpe:/o:centos:centos:8\\"\\nHOME_URL=\\"https://centos.org/\\"\\nBUG_REPORT_URL=\\"https://bugzilla.redhat.com/\\"\\nREDHAT_SUPPORT_PRODUCT=\\"Red Hat Enterprise Linux 8\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=\\"CentOS Stream\\"\\n"}\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.45.36> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpzuonwl8p TO /root/.ansible/tmp/ansible-tmp-1726903114.938401-10555-27815748495400/AnsiballZ_setup.py <10.31.45.36> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4957cff310 '[10.31.45.36]' <10.31.45.17> (0, b'{"platform_dist_result": ["centos", "8", ""], "osrelease_content": "NAME=\\"CentOS Stream\\"\\nVERSION=\\"8\\"\\nID=\\"centos\\"\\nID_LIKE=\\"rhel fedora\\"\\nVERSION_ID=\\"8\\"\\nPLATFORM_ID=\\"platform:el8\\"\\nPRETTY_NAME=\\"CentOS Stream 8\\"\\nANSI_COLOR=\\"0;31\\"\\nCPE_NAME=\\"cpe:/o:centos:centos:8\\"\\nHOME_URL=\\"https://centos.org/\\"\\nBUG_REPORT_URL=\\"https://bugzilla.redhat.com/\\"\\nREDHAT_SUPPORT_PRODUCT=\\"Red Hat Enterprise Linux 8\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=\\"CentOS Stream\\"\\n"}\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.45.17> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpld0e1rw9 TO /root/.ansible/tmp/ansible-tmp-1726903114.9414551-10556-73224070397637/AnsiballZ_setup.py <10.31.45.17> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/aa2709a845 '[10.31.45.17]' <10.31.45.212> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmptdm8exx4 /root/.ansible/tmp/ansible-tmp-1726903114.9396963-10558-104204057389998/AnsiballZ_setup.py\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903114.9396963-10558-104204057389998/ /root/.ansible/tmp/ansible-tmp-1726903114.9396963-10558-104204057389998/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.45.36> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpzuonwl8p /root/.ansible/tmp/ansible-tmp-1726903114.938401-10555-27815748495400/AnsiballZ_setup.py\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> (0, b'', b'') <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903114.938401-10555-27815748495400/ /root/.ansible/tmp/ansible-tmp-1726903114.938401-10555-27815748495400/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 -tt 10.31.45.212 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903114.9396963-10558-104204057389998/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.45.17> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpld0e1rw9 /root/.ansible/tmp/ansible-tmp-1726903114.9414551-10556-73224070397637/AnsiballZ_setup.py\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903114.9414551-10556-73224070397637/ /root/.ansible/tmp/ansible-tmp-1726903114.9414551-10556-73224070397637/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 -tt 10.31.45.36 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903114.938401-10555-27815748495400/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 -tt 10.31.45.17 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903114.9414551-10556-73224070397637/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.45.212> (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": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_iscsi_iqn": "", "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "ip-10-31-45-212.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-45-212", "ansible_nodename": "ip-10-31-45-212.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "6d5c785a01464c1998e3590a8ecade1a", "ansible_fibre_channel_wwn": [], "ansible_hostnqn": "", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.47.111 38984 10.31.45.212 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "5", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.47.111 38984 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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBANgbTB270D8Mjew448ueZitI2Zb18yKLTgjOj81AUyOsrCtu4+xT2hcnlH5bDHUuKStmJnyXtnFt0IYAvS+9GZN45Z3+8TPPnxuUjyDXs76yhRRb8oPPzUfRkZXmaflf+3kuGNciG3D779t28QeDzC6nS7g+I/TjQnQeS+owoGg1AAAAFQD/OUx9GYMFuah7SfajTqB4UCRSAwAAAIBe0/QBE0Jl1CUqIX5f/FBQOGMxPRDaL81jvieNrTyUxKfR5lt1l9Ul994Qd3M00FZi4c121GDY7kZP7EovvHW+GeZv/KJSLHtLzPskb6sjcOr4UBCf74gYnHkX+3uhkxRSWKjcTvjP3H+8ZW+ItEy/OGKNw4XvHuQxfzkdmQ6bFQAAAIAhmnV7hnct89jtZ3yj+2SLFY93N+YZb7rRiRIcwq5yLx3p98hO/WDfYS3LMUs+AwWPkiS2xGloW1KzUbttECtnIYDXsVdQQHR4+BGNtLdOyW0Oqa+XCanJ+B6/lhLPOTgs7bOnPsCEsg1DKLd+y/D+51abASQ7Xno6sY++jTVngg==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCc4yh2FHv/nDtKNUx4ND0WyyGcv3hTVlyE80Bas3JsLx9XTUU0J/PXlJvIT0K/xlQzkjQ3py/2SZMOUDc5U3kGxOw4+NTv3WeQvM5x0beiT51cVOVdv9cSwXFiq5t1Zd7TmyCkqdvwR/qVfMGjDeIdBY+8PcfL8SeJkNiOjqQM3k9OA9QgFA6m5syR35LfcuU6ySpMVNQDZSOEooNbSBLMHYe2sppsRhrKKZMixM1f/HPp6aTZwJ186EZIkqXhSA8GEV672UntDYVErhDQJj634YPy8g/HOXYhvoimRZVILDHZ9mW5iMupP8P2pSrk0lD8gC0dzOStXTGL16M7sjbgk4u6Gc4q+Jo5hRtZr9ct5/qws8lsJHV7kWERZPS3smlfMdh9O8OrI9UVkmC/64+vxcoWYJlOWOpGlnkWGGB7bmBSLCh+gN4XEsClp0Km/E2t3SPzSMy4ZYpOQlt/LmbdmaYjurcUJNthAnT0jXQiBjEmNmH9ih1QSvDAfCMLTlU=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI02PbsqNIi5wI37zzb6gpkm7IZdraXYJ6BWqa9zukgKXUVk5D1pe/L5qrN+B13oA+RFQD5f3dG8dQ+FHqtfaX0=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIE5rGXXXAoZviuFPHJhJx6+wFdzyiZ85J+s8LuAybUZe", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "38", "day": "21", "hour": "03", "minute": "18", "second": "35", "epoch": "1726903115", "date": "2024-09-21", "time": "03:18:35", "iso8601_micro": "2024-09-21T07:18:35.629400Z", "iso8601": "2024-09-21T07:18:35Z", "iso8601_basic": "20240921T031835629400", "iso8601_basic_short": "20240921T031835", "tz": "EDT", "tz_offset": "-0400"}, "ansible_is_chroot": false, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_apparmor": {"status": "disabled"}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2827, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 712, "free": 2827}, "nocache": {"free": 3333, "used": 206}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2e1db5-c456-01a9-f3e6-47240209a38f", "ansible_product_uuid": "ec2e1db5-c456-01a9-f3e6-47240209a38f", "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": 288, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263561310208, "block_size": 4096, "block_total": 65533179, "block_available": 64346023, "block_used": 1187156, "inode_total": 131071472, "inode_available": 130996258, "inode_used": 75214, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_local": {}, "ansible_lsb": {}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_fips": false, "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "02:de:85:de:80:b3", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.45.212", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0"}, "ipv6": [{"address": "fe80::de:85ff:fede:80b3", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.45.212", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "macaddress": "02:de:85:de:80:b3", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.45.212"], "ansible_all_ipv6_addresses": ["fe80::de:85ff:fede:80b3"], "ansible_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.45.212 closed.\r\n') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903114.9396963-10558-104204057389998/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.212> (0, b'', b'') ok: [managed_node3] <10.31.45.36> (0, b'\r\n{"ansible_facts": {"ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "ip-10-31-45-36.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-45-36", "ansible_nodename": "ip-10-31-45-36.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "a0b2faf4aca145cd94369019e67f1301", "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_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2822, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 717, "free": 2822}, "nocache": {"free": 3328, "used": 211}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2c8d94-e241-cb86-5795-d22aa0afd897", "ansible_product_uuid": "ec2c8d94-e241-cb86-5795-d22aa0afd897", "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": 362, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263561334784, "block_size": 4096, "block_total": 65533179, "block_available": 64346029, "block_used": 1187150, "inode_total": 131071472, "inode_available": 130996258, "inode_used": 75214, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAP6FPjGvbWdApKNL/qDFA5aaTwVobYbBKVY94TEvJmrE5V6nuVuQpUob4tVXnCW/p7hHx6DCoIXejjEpK3N6uiNcLA0AQaLiJwwU6mIiaW/+7jVumSflWisbRJTTBEZiZIY0RscTFjCF9ThyYSWgIG2a/ddBKxhCNLVln2qxy1xVAAAAFQCxNyAujntZGK2A0ua6BD/s18Fo9wAAAIBwwByHC59QMG5njtI+wJ1tjKn3cdIEwotPuB2Ba3xOEaT/CILfLukMqMIVeD1zSMThmGAALaUIBCPe6id7QDBYqp3WzRQ/1AYdj/JwIVwo84urxjrkHYfZHarBXT1KyuFRKMZCkqFry1FoGZjGqcJFWM1K2rb8JyYEqfXTJ4aaiQAAAIEAyYH1ZrxJpXA5ZvcGK5EoUm76laoCmUBwga1SyYtefyQkQQcG+jWwJZp9Z8pNvdjdtJknsi9vA+HPlUEx0XveEY/iiAnCIwUHhZ4GLpGVRfsqtYebgS4pkks8mznktv+NjK8RgZEXx9d+YsL6RgOihoy2ZgEGaIKFmfiyGG9eK20=", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC3EBwoAITtNqvDHOpHClyo80ppzm8Z1Fl7/DkAPK/ECPAzTqHVtsIm7/6MEHwh+FbHVWqMqy8zeyOmf0JGtUBDe/7q5F54HoOoSO5GBca36kmvysMPa5RUlz/bMN0YMBcmP5y3OebzedBsOLkhyCl8QE0fjxxXbMchuAVVGU0/AGbR8M5bNHqPiUoCBXgMtZsGib5UbFr6VspvjdooYOGfG2KNMosX8VrKkHwBtP+gdz69FCE2wJLkiXxPI514D1ZpLBUE06QOOpKT4PFQs1+6uc/ImoSKTyKLfBQBJbriNQyBxAex4fg50Th30aQ4RWkVDNiotdLOwXZPMoGUdb6iYQStW7ODWqDmKiFFhNoiozFfykkPbfd0KycAkewJKN4iHnK+q0oqz6v1H4IJGElx3XpuWoeWnBYF36yEKp/tDROBn8Nl0U67gT+yUo8N0YcDMVvKDT2iZfKKw3o2i9fojdKBfPEeSJ2BaNRtYF0JuVopsWBLGt51raUWCAwqG3s=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFPDFwndobvjPbUC6eqlofPnl0/QyFaHe3B7BkDj7JrmNTk0aaNRVQ6aYBW8sjHO3rUZ6qYIrH66eztBVxnZdyg=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIPuj6nZ3go80GjGaZ9PmCwX+HewCqVOgoN5bza1b9VRz", "ansible_is_chroot": false, "ansible_apparmor": {"status": "disabled"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_iscsi_iqn": "", "ansible_local": {}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "38", "day": "21", "hour": "03", "minute": "18", "second": "35", "epoch": "1726903115", "date": "2024-09-21", "time": "03:18:35", "iso8601_micro": "2024-09-21T07:18:35.782761Z", "iso8601": "2024-09-21T07:18:35Z", "iso8601_basic": "20240921T031835782761", "iso8601_basic_short": "20240921T031835", "tz": "EDT", "tz_offset": "-0400"}, "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_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_fibre_channel_wwn": [], "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "02:53:1a:47:f9:03", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.45.36", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0"}, "ipv6": [{"address": "fe80::53:1aff:fe47:f903", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.45.36", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "macaddress": "02:53:1a:47:f9:03", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.45.36"], "ansible_all_ipv6_addresses": ["fe80::53:1aff:fe47:f903"], "ansible_hostnqn": "", "ansible_fips": false, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_pkg_mgr": "dnf", "ansible_lsb": {}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.47.111 54130 10.31.45.36 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "5", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.47.111 54130 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_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.45.36 closed.\r\n') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903114.938401-10555-27815748495400/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') ok: [managed_node1] <10.31.45.17> (0, b'\r\n{"ansible_facts": {"ansible_lsb": {}, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAJ5HFNqaKv5AYvpQ3ex3TxB9aVo2pRVgkitzDOyEaA9qqhhDq3ie0sdUzgyN7+r0LQDo3u+WLXRFZcR5kz8pyo8s99EveI7X6EaCmpphuXiZJ4aF0qXky+RHhrozTOBGdvzaIRHm2pUZH99JkOHa4fH85txQBmpujTwf/ph2PefpAAAAFQCcWAT0OASdr6ZHVdYnCgbuBaQYXQAAAIEAgnopWY4dZwnb2oDT/UXJdp1DkzEJC1B2eYb2SfLaF6vDE6RW0zbiNr7Cev4TBGzAnkIFJNMVuTJHnahDmM9hfaX7EtuyMrjHLjJwwONVHegAVc1yERH7KHwtnOkLWwZI+jlnw6RI82Hgx+USn1QjMNkyroWapqTy4DPX1hjtlYcAAACBAJhPChoXFTfEu2N1KnU+P2jwbMGQ5Fv/pAN1UWvW5TIHpur0jC1mFkkBMJWG1GtaYmho73nPLzaw9+VdIMn2OCSdTJfrX1/o5Ryc/i31P2B++bKv82FzQaADEda3f0pbOKAikvykgwHhS/CoFtLhrUN9Pr3NCjdIlMNn7oS6NI6n", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDeIik90aQ7ny9Sh/GQxlf9JZwbynPsbRG3yaXl3sOdlK0Ceowl3SIays9wBlGM9MfMRYuF4m8cJdVhBhN8xjd9AUwV8iHgRwMHJMtrUA3s1yR0/JJIfQVFnzj2EdNVA681qGyEkY5FBLY/4TZno7SzFcCquh+zUMtgMEbnnpra8nQosrAMzmnqJVXV6lrz9Fq0UwlAr7DgqPYUrFpeWjtF0bX+HY8Ai4S9QTRF0FXDcYDWYan95RsmitbJeOecHkSq9gSwl9HoydQvIFVbq23k/o7s+Yn/KQnYE9X3h2tEYu8kDlviAOCcjFXX6rStnfZ5VDfOEcPTfkfCyxF/+aLJ5YsQbkIvn+MxKKg04QtpOZvjprULYOu507cfGIZZ5D3Z7qVOHV/mrpv4JJEyqgfe5TL0hFAaj6JZlD2ELn5NyGRLvs5apEmynYIBEv1mFZB+4WZwC5135qY/xxvSDRS4guz9h64p3JQT1gu8TVrmKNp8iR4IRj/cksqxY9LSkJ8=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGgySiNJAHnRT2IZZcAQaQZ2+RaxSA3R9XCsiapfFmytPdLWDTa2CzqOhkghihpcXK42kDcsLQ0Rc3kfRQzu9bU=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAINrn6uzwQ0jjbAUIWoDBeVJNeyarw5jN+0CgL4C2ePHy", "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_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": "ip-10-31-45-17.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-45-17", "ansible_nodename": "ip-10-31-45-17.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "1da2b886e5974069a976edad40fb0917", "ansible_is_chroot": false, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.47.111 59386 10.31.45.17 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "5", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.47.111 59386 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/1", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_hostnqn": "", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_iscsi_iqn": "", "ansible_fibre_channel_wwn": [], "ansible_apparmor": {"status": "disabled"}, "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_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "38", "day": "21", "hour": "03", "minute": "18", "second": "35", "epoch": "1726903115", "date": "2024-09-21", "time": "03:18:35", "iso8601_micro": "2024-09-21T07:18:35.780413Z", "iso8601": "2024-09-21T07:18:35Z", "iso8601_basic": "20240921T031835780413", "iso8601_basic_short": "20240921T031835", "tz": "EDT", "tz_offset": "-0400"}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_local": {}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:09:02:1d:ea:97", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.45.17", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0"}, "ipv6": [{"address": "fe80::9:2ff:fe1d:ea97", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.45.17", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "macaddress": "02:09:02:1d:ea:97", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.45.17"], "ansible_all_ipv6_addresses": ["fe80::9:2ff:fe1d:ea97"], "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2812, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 727, "free": 2812}, "nocache": {"free": 3319, "used": 220}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec298109-60f3-8247-3028-010dfb7a9d9b", "ansible_product_uuid": "ec298109-60f3-8247-3028-010dfb7a9d9b", "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": 371, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560953856, "block_size": 4096, "block_total": 65533179, "block_available": 64345936, "block_used": 1187243, "inode_total": 131071472, "inode_available": 130996244, "inode_used": 75228, "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.45.17 closed.\r\n') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903114.9414551-10556-73224070397637/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') ok: [managed_node2] META: ran handlers TASK [Gather facts from managed_node1] ***************************************** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 21 September 2024 03:18:36 -0400 (0:00:01.153) 0:00:01.174 **** <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.36> (0, b'/root\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903116.1132047-10614-92943232856456 `" && echo ansible-tmp-1726903116.1132047-10614-92943232856456="` echo /root/.ansible/tmp/ansible-tmp-1726903116.1132047-10614-92943232856456 `" ) && sleep 0'"'"'' <10.31.45.17> (0, b'/root\n', b'') <10.31.45.212> (0, b'/root\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903116.1249926-10617-213972404927135 `" && echo ansible-tmp-1726903116.1249926-10617-213972404927135="` echo /root/.ansible/tmp/ansible-tmp-1726903116.1249926-10617-213972404927135 `" ) && sleep 0'"'"'' <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903116.1252134-10619-104810431742659 `" && echo ansible-tmp-1726903116.1252134-10619-104810431742659="` echo /root/.ansible/tmp/ansible-tmp-1726903116.1252134-10619-104810431742659 `" ) && sleep 0'"'"'' <10.31.45.36> (0, b'ansible-tmp-1726903116.1132047-10614-92943232856456=/root/.ansible/tmp/ansible-tmp-1726903116.1132047-10614-92943232856456\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.45.36> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpgk1_jrye TO /root/.ansible/tmp/ansible-tmp-1726903116.1132047-10614-92943232856456/AnsiballZ_setup.py <10.31.45.36> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4957cff310 '[10.31.45.36]' <10.31.45.212> (0, b'ansible-tmp-1726903116.1252134-10619-104810431742659=/root/.ansible/tmp/ansible-tmp-1726903116.1252134-10619-104810431742659\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.45.212> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp3969623r TO /root/.ansible/tmp/ansible-tmp-1726903116.1252134-10619-104810431742659/AnsiballZ_setup.py <10.31.45.212> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/2a0db7bcd4 '[10.31.45.212]' <10.31.45.17> (0, b'ansible-tmp-1726903116.1249926-10617-213972404927135=/root/.ansible/tmp/ansible-tmp-1726903116.1249926-10617-213972404927135\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.45.17> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpu02a6fs7 TO /root/.ansible/tmp/ansible-tmp-1726903116.1249926-10617-213972404927135/AnsiballZ_setup.py <10.31.45.17> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/aa2709a845 '[10.31.45.17]' <10.31.45.36> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpgk1_jrye /root/.ansible/tmp/ansible-tmp-1726903116.1132047-10614-92943232856456/AnsiballZ_setup.py\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903116.1132047-10614-92943232856456/ /root/.ansible/tmp/ansible-tmp-1726903116.1132047-10614-92943232856456/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.45.212> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp3969623r /root/.ansible/tmp/ansible-tmp-1726903116.1252134-10619-104810431742659/AnsiballZ_setup.py\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903116.1252134-10619-104810431742659/ /root/.ansible/tmp/ansible-tmp-1726903116.1252134-10619-104810431742659/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 -tt 10.31.45.36 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903116.1132047-10614-92943232856456/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.45.17> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpu02a6fs7 /root/.ansible/tmp/ansible-tmp-1726903116.1249926-10617-213972404927135/AnsiballZ_setup.py\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903116.1249926-10617-213972404927135/ /root/.ansible/tmp/ansible-tmp-1726903116.1249926-10617-213972404927135/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.45.212> (0, b'', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 -tt 10.31.45.212 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903116.1252134-10619-104810431742659/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 -tt 10.31.45.17 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903116.1249926-10617-213972404927135/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.45.36> (0, b'\r\n{"ansible_facts": {"ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "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_fips": false, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAP6FPjGvbWdApKNL/qDFA5aaTwVobYbBKVY94TEvJmrE5V6nuVuQpUob4tVXnCW/p7hHx6DCoIXejjEpK3N6uiNcLA0AQaLiJwwU6mIiaW/+7jVumSflWisbRJTTBEZiZIY0RscTFjCF9ThyYSWgIG2a/ddBKxhCNLVln2qxy1xVAAAAFQCxNyAujntZGK2A0ua6BD/s18Fo9wAAAIBwwByHC59QMG5njtI+wJ1tjKn3cdIEwotPuB2Ba3xOEaT/CILfLukMqMIVeD1zSMThmGAALaUIBCPe6id7QDBYqp3WzRQ/1AYdj/JwIVwo84urxjrkHYfZHarBXT1KyuFRKMZCkqFry1FoGZjGqcJFWM1K2rb8JyYEqfXTJ4aaiQAAAIEAyYH1ZrxJpXA5ZvcGK5EoUm76laoCmUBwga1SyYtefyQkQQcG+jWwJZp9Z8pNvdjdtJknsi9vA+HPlUEx0XveEY/iiAnCIwUHhZ4GLpGVRfsqtYebgS4pkks8mznktv+NjK8RgZEXx9d+YsL6RgOihoy2ZgEGaIKFmfiyGG9eK20=", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC3EBwoAITtNqvDHOpHClyo80ppzm8Z1Fl7/DkAPK/ECPAzTqHVtsIm7/6MEHwh+FbHVWqMqy8zeyOmf0JGtUBDe/7q5F54HoOoSO5GBca36kmvysMPa5RUlz/bMN0YMBcmP5y3OebzedBsOLkhyCl8QE0fjxxXbMchuAVVGU0/AGbR8M5bNHqPiUoCBXgMtZsGib5UbFr6VspvjdooYOGfG2KNMosX8VrKkHwBtP+gdz69FCE2wJLkiXxPI514D1ZpLBUE06QOOpKT4PFQs1+6uc/ImoSKTyKLfBQBJbriNQyBxAex4fg50Th30aQ4RWkVDNiotdLOwXZPMoGUdb6iYQStW7ODWqDmKiFFhNoiozFfykkPbfd0KycAkewJKN4iHnK+q0oqz6v1H4IJGElx3XpuWoeWnBYF36yEKp/tDROBn8Nl0U67gT+yUo8N0YcDMVvKDT2iZfKKw3o2i9fojdKBfPEeSJ2BaNRtYF0JuVopsWBLGt51raUWCAwqG3s=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFPDFwndobvjPbUC6eqlofPnl0/QyFaHe3B7BkDj7JrmNTk0aaNRVQ6aYBW8sjHO3rUZ6qYIrH66eztBVxnZdyg=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIPuj6nZ3go80GjGaZ9PmCwX+HewCqVOgoN5bza1b9VRz", "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": "ip-10-31-45-36.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-45-36", "ansible_nodename": "ip-10-31-45-36.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "a0b2faf4aca145cd94369019e67f1301", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "38", "day": "21", "hour": "03", "minute": "18", "second": "36", "epoch": "1726903116", "date": "2024-09-21", "time": "03:18:36", "iso8601_micro": "2024-09-21T07:18:36.485493Z", "iso8601": "2024-09-21T07:18:36Z", "iso8601_basic": "20240921T031836485493", "iso8601_basic_short": "20240921T031836", "tz": "EDT", "tz_offset": "-0400"}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "02:53:1a:47:f9:03", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.45.36", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0"}, "ipv6": [{"address": "fe80::53:1aff:fe47:f903", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.45.36", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "macaddress": "02:53:1a:47:f9:03", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.45.36"], "ansible_all_ipv6_addresses": ["fe80::53:1aff:fe47:f903"], "ansible_is_chroot": false, "ansible_apparmor": {"status": "disabled"}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2822, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 717, "free": 2822}, "nocache": {"free": 3328, "used": 211}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2c8d94-e241-cb86-5795-d22aa0afd897", "ansible_product_uuid": "ec2c8d94-e241-cb86-5795-d22aa0afd897", "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": 363, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263561334784, "block_size": 4096, "block_total": 65533179, "block_available": 64346029, "block_used": 1187150, "inode_total": 131071472, "inode_available": 130996258, "inode_used": 75214, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_hostnqn": "", "ansible_fibre_channel_wwn": [], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_pkg_mgr": "dnf", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.47.111 54130 10.31.45.36 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "5", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.47.111 54130 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_lsb": {}, "ansible_iscsi_iqn": "", "ansible_service_mgr": "systemd", "ansible_local": {}, "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.45.36 closed.\r\n') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903116.1132047-10614-92943232856456/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.212> (0, b'\r\n{"ansible_facts": {"ansible_is_chroot": false, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_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": "ip-10-31-45-212.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-45-212", "ansible_nodename": "ip-10-31-45-212.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "6d5c785a01464c1998e3590a8ecade1a", "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2828, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 711, "free": 2828}, "nocache": {"free": 3334, "used": 205}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2e1db5-c456-01a9-f3e6-47240209a38f", "ansible_product_uuid": "ec2e1db5-c456-01a9-f3e6-47240209a38f", "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": 289, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263561310208, "block_size": 4096, "block_total": 65533179, "block_available": 64346023, "block_used": 1187156, "inode_total": 131071472, "inode_available": 130996258, "inode_used": 75214, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_apparmor": {"status": "disabled"}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.47.111 38984 10.31.45.212 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "5", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.47.111 38984 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_iscsi_iqn": "", "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_local": {}, "ansible_fibre_channel_wwn": [], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBANgbTB270D8Mjew448ueZitI2Zb18yKLTgjOj81AUyOsrCtu4+xT2hcnlH5bDHUuKStmJnyXtnFt0IYAvS+9GZN45Z3+8TPPnxuUjyDXs76yhRRb8oPPzUfRkZXmaflf+3kuGNciG3D779t28QeDzC6nS7g+I/TjQnQeS+owoGg1AAAAFQD/OUx9GYMFuah7SfajTqB4UCRSAwAAAIBe0/QBE0Jl1CUqIX5f/FBQOGMxPRDaL81jvieNrTyUxKfR5lt1l9Ul994Qd3M00FZi4c121GDY7kZP7EovvHW+GeZv/KJSLHtLzPskb6sjcOr4UBCf74gYnHkX+3uhkxRSWKjcTvjP3H+8ZW+ItEy/OGKNw4XvHuQxfzkdmQ6bFQAAAIAhmnV7hnct89jtZ3yj+2SLFY93N+YZb7rRiRIcwq5yLx3p98hO/WDfYS3LMUs+AwWPkiS2xGloW1KzUbttECtnIYDXsVdQQHR4+BGNtLdOyW0Oqa+XCanJ+B6/lhLPOTgs7bOnPsCEsg1DKLd+y/D+51abASQ7Xno6sY++jTVngg==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCc4yh2FHv/nDtKNUx4ND0WyyGcv3hTVlyE80Bas3JsLx9XTUU0J/PXlJvIT0K/xlQzkjQ3py/2SZMOUDc5U3kGxOw4+NTv3WeQvM5x0beiT51cVOVdv9cSwXFiq5t1Zd7TmyCkqdvwR/qVfMGjDeIdBY+8PcfL8SeJkNiOjqQM3k9OA9QgFA6m5syR35LfcuU6ySpMVNQDZSOEooNbSBLMHYe2sppsRhrKKZMixM1f/HPp6aTZwJ186EZIkqXhSA8GEV672UntDYVErhDQJj634YPy8g/HOXYhvoimRZVILDHZ9mW5iMupP8P2pSrk0lD8gC0dzOStXTGL16M7sjbgk4u6Gc4q+Jo5hRtZr9ct5/qws8lsJHV7kWERZPS3smlfMdh9O8OrI9UVkmC/64+vxcoWYJlOWOpGlnkWGGB7bmBSLCh+gN4XEsClp0Km/E2t3SPzSMy4ZYpOQlt/LmbdmaYjurcUJNthAnT0jXQiBjEmNmH9ih1QSvDAfCMLTlU=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI02PbsqNIi5wI37zzb6gpkm7IZdraXYJ6BWqa9zukgKXUVk5D1pe/L5qrN+B13oA+RFQD5f3dG8dQ+FHqtfaX0=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIE5rGXXXAoZviuFPHJhJx6+wFdzyiZ85J+s8LuAybUZe", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "38", "day": "21", "hour": "03", "minute": "18", "second": "36", "epoch": "1726903116", "date": "2024-09-21", "time": "03:18:36", "iso8601_micro": "2024-09-21T07:18:36.600989Z", "iso8601": "2024-09-21T07:18:36Z", "iso8601_basic": "20240921T031836600989", "iso8601_basic_short": "20240921T031836", "tz": "EDT", "tz_offset": "-0400"}, "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_service_mgr": "systemd", "ansible_lsb": {}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_fips": false, "ansible_pkg_mgr": "dnf", "ansible_hostnqn": "", "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "02:de:85:de:80:b3", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.45.212", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0"}, "ipv6": [{"address": "fe80::de:85ff:fede:80b3", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.45.212", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "macaddress": "02:de:85:de:80:b3", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.45.212"], "ansible_all_ipv6_addresses": ["fe80::de:85ff:fede:80b3"], "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.45.212 closed.\r\n') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903116.1252134-10619-104810431742659/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') <10.31.45.212> (0, b'', b'') ok: [managed_node1 -> managed_node1] ok: [managed_node3 -> managed_node3] <10.31.45.17> (0, b'\r\n{"ansible_facts": {"ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.47.111 59386 10.31.45.17 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "5", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.47.111 59386 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/1", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_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_is_chroot": false, "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "38", "day": "21", "hour": "03", "minute": "18", "second": "36", "epoch": "1726903116", "date": "2024-09-21", "time": "03:18:36", "iso8601_micro": "2024-09-21T07:18:36.605627Z", "iso8601": "2024-09-21T07:18:36Z", "iso8601_basic": "20240921T031836605627", "iso8601_basic_short": "20240921T031836", "tz": "EDT", "tz_offset": "-0400"}, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAJ5HFNqaKv5AYvpQ3ex3TxB9aVo2pRVgkitzDOyEaA9qqhhDq3ie0sdUzgyN7+r0LQDo3u+WLXRFZcR5kz8pyo8s99EveI7X6EaCmpphuXiZJ4aF0qXky+RHhrozTOBGdvzaIRHm2pUZH99JkOHa4fH85txQBmpujTwf/ph2PefpAAAAFQCcWAT0OASdr6ZHVdYnCgbuBaQYXQAAAIEAgnopWY4dZwnb2oDT/UXJdp1DkzEJC1B2eYb2SfLaF6vDE6RW0zbiNr7Cev4TBGzAnkIFJNMVuTJHnahDmM9hfaX7EtuyMrjHLjJwwONVHegAVc1yERH7KHwtnOkLWwZI+jlnw6RI82Hgx+USn1QjMNkyroWapqTy4DPX1hjtlYcAAACBAJhPChoXFTfEu2N1KnU+P2jwbMGQ5Fv/pAN1UWvW5TIHpur0jC1mFkkBMJWG1GtaYmho73nPLzaw9+VdIMn2OCSdTJfrX1/o5Ryc/i31P2B++bKv82FzQaADEda3f0pbOKAikvykgwHhS/CoFtLhrUN9Pr3NCjdIlMNn7oS6NI6n", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDeIik90aQ7ny9Sh/GQxlf9JZwbynPsbRG3yaXl3sOdlK0Ceowl3SIays9wBlGM9MfMRYuF4m8cJdVhBhN8xjd9AUwV8iHgRwMHJMtrUA3s1yR0/JJIfQVFnzj2EdNVA681qGyEkY5FBLY/4TZno7SzFcCquh+zUMtgMEbnnpra8nQosrAMzmnqJVXV6lrz9Fq0UwlAr7DgqPYUrFpeWjtF0bX+HY8Ai4S9QTRF0FXDcYDWYan95RsmitbJeOecHkSq9gSwl9HoydQvIFVbq23k/o7s+Yn/KQnYE9X3h2tEYu8kDlviAOCcjFXX6rStnfZ5VDfOEcPTfkfCyxF/+aLJ5YsQbkIvn+MxKKg04QtpOZvjprULYOu507cfGIZZ5D3Z7qVOHV/mrpv4JJEyqgfe5TL0hFAaj6JZlD2ELn5NyGRLvs5apEmynYIBEv1mFZB+4WZwC5135qY/xxvSDRS4guz9h64p3JQT1gu8TVrmKNp8iR4IRj/cksqxY9LSkJ8=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGgySiNJAHnRT2IZZcAQaQZ2+RaxSA3R9XCsiapfFmytPdLWDTa2CzqOhkghihpcXK42kDcsLQ0Rc3kfRQzu9bU=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAINrn6uzwQ0jjbAUIWoDBeVJNeyarw5jN+0CgL4C2ePHy", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "ip-10-31-45-17.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-45-17", "ansible_nodename": "ip-10-31-45-17.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "1da2b886e5974069a976edad40fb0917", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_hostnqn": "", "ansible_lsb": {}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2811, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 728, "free": 2811}, "nocache": {"free": 3318, "used": 221}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec298109-60f3-8247-3028-010dfb7a9d9b", "ansible_product_uuid": "ec298109-60f3-8247-3028-010dfb7a9d9b", "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": 372, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560802304, "block_size": 4096, "block_total": 65533179, "block_available": 64345899, "block_used": 1187280, "inode_total": 131071472, "inode_available": 130996243, "inode_used": 75229, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_apparmor": {"status": "disabled"}, "ansible_fibre_channel_wwn": [], "ansible_local": {}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_fips": false, "ansible_iscsi_iqn": "", "ansible_pkg_mgr": "dnf", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:09:02:1d:ea:97", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.45.17", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0"}, "ipv6": [{"address": "fe80::9:2ff:fe1d:ea97", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.45.17", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "macaddress": "02:09:02:1d:ea:97", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.45.17"], "ansible_all_ipv6_addresses": ["fe80::9:2ff:fe1d:ea97"], "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.45.17 closed.\r\n') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903116.1249926-10617-213972404927135/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') ok: [managed_node2 -> managed_node2] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 21 September 2024 03:18:36 -0400 (0:00:00.810) 0:00:01.984 **** skipping: [managed_node1] => {} skipping: [managed_node2] => {} skipping: [managed_node3] => {} META: end_host conditional evaluated to false, continuing execution for managed_node1 META: end_host conditional evaluated to false, continuing execution for managed_node2 META: end_host conditional evaluated to false, continuing execution for managed_node3 TASK [Run the role. If reboot is not required - the play succeeds.] ************ task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 21 September 2024 03:18:36 -0400 (0:00:00.075) 0:00:02.060 **** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 21 September 2024 03:18:37 -0400 (0:00:00.079) 0:00:02.140 **** included: /tmp/collections-hSZ/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-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 21 September 2024 03:18:37 -0400 (0:00:00.049) 0:00:02.190 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 21 September 2024 03:18:37 -0400 (0:00:00.048) 0:00:02.238 **** <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.36> (0, b'/root\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903117.1609082-10686-96425506917006 `" && echo ansible-tmp-1726903117.1609082-10686-96425506917006="` echo /root/.ansible/tmp/ansible-tmp-1726903117.1609082-10686-96425506917006 `" ) && sleep 0'"'"'' <10.31.45.17> (0, b'/root\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903117.1843722-10687-36506144352304 `" && echo ansible-tmp-1726903117.1843722-10687-36506144352304="` echo /root/.ansible/tmp/ansible-tmp-1726903117.1843722-10687-36506144352304 `" ) && sleep 0'"'"'' <10.31.45.212> (0, b'/root\n', b'') <10.31.45.36> (0, b'ansible-tmp-1726903117.1609082-10686-96425506917006=/root/.ansible/tmp/ansible-tmp-1726903117.1609082-10686-96425506917006\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903117.1976323-10690-169786022856064 `" && echo ansible-tmp-1726903117.1976323-10690-169786022856064="` echo /root/.ansible/tmp/ansible-tmp-1726903117.1976323-10690-169786022856064 `" ) && sleep 0'"'"'' <10.31.45.17> (0, b'ansible-tmp-1726903117.1843722-10687-36506144352304=/root/.ansible/tmp/ansible-tmp-1726903117.1843722-10687-36506144352304\n', b'') <10.31.45.212> (0, b'ansible-tmp-1726903117.1976323-10690-169786022856064=/root/.ansible/tmp/ansible-tmp-1726903117.1976323-10690-169786022856064\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.45.36> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpfubx7vk7 TO /root/.ansible/tmp/ansible-tmp-1726903117.1609082-10686-96425506917006/AnsiballZ_stat.py <10.31.45.36> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4957cff310 '[10.31.45.36]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.45.17> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpeqywz92n TO /root/.ansible/tmp/ansible-tmp-1726903117.1843722-10687-36506144352304/AnsiballZ_stat.py <10.31.45.17> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/aa2709a845 '[10.31.45.17]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.45.212> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpqq5g_nbl TO /root/.ansible/tmp/ansible-tmp-1726903117.1976323-10690-169786022856064/AnsiballZ_stat.py <10.31.45.212> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/2a0db7bcd4 '[10.31.45.212]' <10.31.45.36> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpfubx7vk7 /root/.ansible/tmp/ansible-tmp-1726903117.1609082-10686-96425506917006/AnsiballZ_stat.py\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpeqywz92n /root/.ansible/tmp/ansible-tmp-1726903117.1843722-10687-36506144352304/AnsiballZ_stat.py\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903117.1609082-10686-96425506917006/ /root/.ansible/tmp/ansible-tmp-1726903117.1609082-10686-96425506917006/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903117.1843722-10687-36506144352304/ /root/.ansible/tmp/ansible-tmp-1726903117.1843722-10687-36506144352304/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.212> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpqq5g_nbl /root/.ansible/tmp/ansible-tmp-1726903117.1976323-10690-169786022856064/AnsiballZ_stat.py\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903117.1976323-10690-169786022856064/ /root/.ansible/tmp/ansible-tmp-1726903117.1976323-10690-169786022856064/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 -tt 10.31.45.36 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903117.1609082-10686-96425506917006/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.212> (0, b'', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 -tt 10.31.45.212 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903117.1976323-10690-169786022856064/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 -tt 10.31.45.17 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903117.1843722-10687-36506144352304/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.36> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.45.36 closed.\r\n') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903117.1609082-10686-96425506917006/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.212> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.45.212 closed.\r\n') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903117.1976323-10690-169786022856064/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') ok: [managed_node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } <10.31.45.212> (0, b'', b'') ok: [managed_node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } <10.31.45.17> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.45.17 closed.\r\n') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903117.1843722-10687-36506144352304/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') ok: [managed_node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] *** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 21 September 2024 03:18:37 -0400 (0:00:00.619) 0:00:02.857 **** 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-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 21 September 2024 03:18:37 -0400 (0:00:00.044) 0:00:02.902 **** skipping: [managed_node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 21 September 2024 03:18:37 -0400 (0:00:00.086) 0:00:02.989 **** <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> (0, b'/root\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903117.9982107-10749-206005385034012 `" && echo ansible-tmp-1726903117.9982107-10749-206005385034012="` echo /root/.ansible/tmp/ansible-tmp-1726903117.9982107-10749-206005385034012 `" ) && sleep 0'"'"'' <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.212> (0, b'/root\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903118.0227132-10751-184324639434678 `" && echo ansible-tmp-1726903118.0227132-10751-184324639434678="` echo /root/.ansible/tmp/ansible-tmp-1726903118.0227132-10751-184324639434678 `" ) && sleep 0'"'"'' <10.31.45.36> (0, b'ansible-tmp-1726903117.9982107-10749-206005385034012=/root/.ansible/tmp/ansible-tmp-1726903117.9982107-10749-206005385034012\n', b'') <10.31.45.17> (0, b'/root\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903118.043177-10750-259424085383525 `" && echo ansible-tmp-1726903118.043177-10750-259424085383525="` echo /root/.ansible/tmp/ansible-tmp-1726903118.043177-10750-259424085383525 `" ) && sleep 0'"'"'' <10.31.45.212> (0, b'ansible-tmp-1726903118.0227132-10751-184324639434678=/root/.ansible/tmp/ansible-tmp-1726903118.0227132-10751-184324639434678\n', b'') <10.31.45.17> (0, b'ansible-tmp-1726903118.043177-10750-259424085383525=/root/.ansible/tmp/ansible-tmp-1726903118.043177-10750-259424085383525\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py <10.31.45.36> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmprmpgba6z TO /root/.ansible/tmp/ansible-tmp-1726903117.9982107-10749-206005385034012/AnsiballZ_dnf.py <10.31.45.36> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4957cff310 '[10.31.45.36]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py <10.31.45.212> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp61l1gin3 TO /root/.ansible/tmp/ansible-tmp-1726903118.0227132-10751-184324639434678/AnsiballZ_dnf.py <10.31.45.212> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/2a0db7bcd4 '[10.31.45.212]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py <10.31.45.17> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmphzhlg7b9 TO /root/.ansible/tmp/ansible-tmp-1726903118.043177-10750-259424085383525/AnsiballZ_dnf.py <10.31.45.17> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/aa2709a845 '[10.31.45.17]' <10.31.45.36> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmprmpgba6z /root/.ansible/tmp/ansible-tmp-1726903117.9982107-10749-206005385034012/AnsiballZ_dnf.py\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903117.9982107-10749-206005385034012/ /root/.ansible/tmp/ansible-tmp-1726903117.9982107-10749-206005385034012/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.45.212> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp61l1gin3 /root/.ansible/tmp/ansible-tmp-1726903118.0227132-10751-184324639434678/AnsiballZ_dnf.py\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903118.0227132-10751-184324639434678/ /root/.ansible/tmp/ansible-tmp-1726903118.0227132-10751-184324639434678/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.45.17> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmphzhlg7b9 /root/.ansible/tmp/ansible-tmp-1726903118.043177-10750-259424085383525/AnsiballZ_dnf.py\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903118.043177-10750-259424085383525/ /root/.ansible/tmp/ansible-tmp-1726903118.043177-10750-259424085383525/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 -tt 10.31.45.36 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903117.9982107-10749-206005385034012/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.45.212> (0, b'', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 -tt 10.31.45.212 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903118.0227132-10751-184324639434678/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 -tt 10.31.45.17 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903118.043177-10750-259424085383525/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.45.36> (0, b'\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "lock_timeout": 30, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to 10.31.45.36 closed.\r\n') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903117.9982107-10749-206005385034012/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.212> (0, b'\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "lock_timeout": 30, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to 10.31.45.212 closed.\r\n') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903118.0227132-10751-184324639434678/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') ok: [managed_node1] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "autoremove": false, "bugfix": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "releasever": null, "security": false, "skip_broken": false, "state": "present", "update_cache": false, "update_only": false, "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients <10.31.45.212> (0, b'', b'') ok: [managed_node3] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "autoremove": false, "bugfix": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "releasever": null, "security": false, "skip_broken": false, "state": "present", "update_cache": false, "update_only": false, "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients <10.31.45.17> (0, b'\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "lock_timeout": 30, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to 10.31.45.17 closed.\r\n') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903118.043177-10750-259424085383525/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') ok: [managed_node2] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "autoremove": false, "bugfix": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "releasever": null, "security": false, "skip_broken": false, "state": "present", "update_cache": false, "update_only": false, "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 21 September 2024 03:18:41 -0400 (0:00:03.496) 0:00:06.486 **** <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.36> (0, b'/root\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903121.4019082-10859-168724350161140 `" && echo ansible-tmp-1726903121.4019082-10859-168724350161140="` echo /root/.ansible/tmp/ansible-tmp-1726903121.4019082-10859-168724350161140 `" ) && sleep 0'"'"'' <10.31.45.17> (0, b'/root\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903121.4098737-10860-25841662546392 `" && echo ansible-tmp-1726903121.4098737-10860-25841662546392="` echo /root/.ansible/tmp/ansible-tmp-1726903121.4098737-10860-25841662546392 `" ) && sleep 0'"'"'' <10.31.45.212> (0, b'/root\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903121.4161787-10862-165008348629347 `" && echo ansible-tmp-1726903121.4161787-10862-165008348629347="` echo /root/.ansible/tmp/ansible-tmp-1726903121.4161787-10862-165008348629347 `" ) && sleep 0'"'"'' <10.31.45.36> (0, b'ansible-tmp-1726903121.4019082-10859-168724350161140=/root/.ansible/tmp/ansible-tmp-1726903121.4019082-10859-168724350161140\n', b'') <10.31.45.17> (0, b'ansible-tmp-1726903121.4098737-10860-25841662546392=/root/.ansible/tmp/ansible-tmp-1726903121.4098737-10860-25841662546392\n', b'') <10.31.45.212> (0, b'ansible-tmp-1726903121.4161787-10862-165008348629347=/root/.ansible/tmp/ansible-tmp-1726903121.4161787-10862-165008348629347\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.45.36> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmph87k8dlo TO /root/.ansible/tmp/ansible-tmp-1726903121.4019082-10859-168724350161140/AnsiballZ_systemd.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.45.36> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4957cff310 '[10.31.45.36]' <10.31.45.17> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpsw39hlr4 TO /root/.ansible/tmp/ansible-tmp-1726903121.4098737-10860-25841662546392/AnsiballZ_systemd.py <10.31.45.17> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/aa2709a845 '[10.31.45.17]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.45.212> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp2tk8hisq TO /root/.ansible/tmp/ansible-tmp-1726903121.4161787-10862-165008348629347/AnsiballZ_systemd.py <10.31.45.212> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/2a0db7bcd4 '[10.31.45.212]' <10.31.45.36> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmph87k8dlo /root/.ansible/tmp/ansible-tmp-1726903121.4019082-10859-168724350161140/AnsiballZ_systemd.py\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903121.4019082-10859-168724350161140/ /root/.ansible/tmp/ansible-tmp-1726903121.4019082-10859-168724350161140/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.45.17> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpsw39hlr4 /root/.ansible/tmp/ansible-tmp-1726903121.4098737-10860-25841662546392/AnsiballZ_systemd.py\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903121.4098737-10860-25841662546392/ /root/.ansible/tmp/ansible-tmp-1726903121.4098737-10860-25841662546392/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.45.212> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp2tk8hisq /root/.ansible/tmp/ansible-tmp-1726903121.4161787-10862-165008348629347/AnsiballZ_systemd.py\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903121.4161787-10862-165008348629347/ /root/.ansible/tmp/ansible-tmp-1726903121.4161787-10862-165008348629347/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 -tt 10.31.45.36 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903121.4019082-10859-168724350161140/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.45.212> (0, b'', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 -tt 10.31.45.212 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903121.4161787-10862-165008348629347/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 -tt 10.31.45.17 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903121.4098737-10860-25841662546392/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.45.36> (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-09-21 03:18:00 EDT", "ExecMainStartTimestampMonotonic": "327107645", "ExecMainExitTimestamp": "Sat 2024-09-21 03:18:19 EDT", "ExecMainExitTimestampMonotonic": "346781648", "ExecMainPID": "16596", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-09-21 03:18:00 EDT] ; stop_time=[Sat 2024-09-21 03:18:19 EDT] ; pid=16596 ; 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-09-21 03:18:00 EDT] ; stop_time=[Sat 2024-09-21 03:18:00 EDT] ; pid=16587 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "systemd-journald.socket basic.target system.slice network-online.target network.target remote-fs.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-09-21 03:18:19 EDT", "StateChangeTimestampMonotonic": "346782215", "InactiveExitTimestamp": "Sat 2024-09-21 03:18:00 EDT", "InactiveExitTimestampMonotonic": "327107684", "ActiveEnterTimestamp": "Sat 2024-09-21 03:18:19 EDT", "ActiveEnterTimestampMonotonic": "346782215", "ActiveExitTimestamp": "Sat 2024-09-21 03:18:00 EDT", "ActiveExitTimestampMonotonic": "327085218", "InactiveEnterTimestamp": "Sat 2024-09-21 03:18:00 EDT", "InactiveEnterTimestampMonotonic": "327105974", "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-09-21 03:18:00 EDT", "ConditionTimestampMonotonic": "327106724", "AssertTimestamp": "Sat 2024-09-21 03:18:00 EDT", "AssertTimestampMonotonic": "327106785", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "9bdad84d7e0e4020bf9fbbf08dffc6f7", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "no_block": false, "state": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.45.36 closed.\r\n') <10.31.45.212> (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-09-21 03:18:14 EDT", "ExecMainStartTimestampMonotonic": "267644128", "ExecMainExitTimestamp": "Sat 2024-09-21 03:18:33 EDT", "ExecMainExitTimestampMonotonic": "286478453", "ExecMainPID": "16628", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-09-21 03:18:14 EDT] ; stop_time=[Sat 2024-09-21 03:18:33 EDT] ; pid=16628 ; 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-09-21 03:18:14 EDT] ; stop_time=[Sat 2024-09-21 03:18:14 EDT] ; pid=16619 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target basic.target network-online.target systemd-journald.socket network.target system.slice", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-09-21 03:18:33 EDT", "StateChangeTimestampMonotonic": "286478984", "InactiveExitTimestamp": "Sat 2024-09-21 03:18:14 EDT", "InactiveExitTimestampMonotonic": "267644160", "ActiveEnterTimestamp": "Sat 2024-09-21 03:18:33 EDT", "ActiveEnterTimestampMonotonic": "286478984", "ActiveExitTimestamp": "Sat 2024-09-21 03:18:14 EDT", "ActiveExitTimestampMonotonic": "267621731", "InactiveEnterTimestamp": "Sat 2024-09-21 03:18:14 EDT", "InactiveEnterTimestampMonotonic": "267642532", "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-09-21 03:18:14 EDT", "ConditionTimestampMonotonic": "267643250", "AssertTimestamp": "Sat 2024-09-21 03:18:14 EDT", "AssertTimestampMonotonic": "267643312", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "c37d95d4e24243c1a47fdf8842e63c80", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "no_block": false, "state": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.45.212 closed.\r\n') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903121.4019082-10859-168724350161140/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903121.4161787-10862-165008348629347/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.17> (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-09-21 03:18:09 EDT", "ExecMainStartTimestampMonotonic": "345793541", "ExecMainExitTimestamp": "Sat 2024-09-21 03:18:27 EDT", "ExecMainExitTimestampMonotonic": "363974603", "ExecMainPID": "20301", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-09-21 03:18:09 EDT] ; stop_time=[Sat 2024-09-21 03:18:27 EDT] ; pid=20301 ; 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-09-21 03:18:09 EDT] ; stop_time=[Sat 2024-09-21 03:18:09 EDT] ; pid=20292 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "systemd-journald.socket basic.target network.target network-online.target system.slice remote-fs.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-09-21 03:18:27 EDT", "StateChangeTimestampMonotonic": "363975051", "InactiveExitTimestamp": "Sat 2024-09-21 03:18:09 EDT", "InactiveExitTimestampMonotonic": "345793571", "ActiveEnterTimestamp": "Sat 2024-09-21 03:18:27 EDT", "ActiveEnterTimestampMonotonic": "363975051", "ActiveExitTimestamp": "Sat 2024-09-21 03:18:09 EDT", "ActiveExitTimestampMonotonic": "345770345", "InactiveEnterTimestamp": "Sat 2024-09-21 03:18:09 EDT", "InactiveEnterTimestampMonotonic": "345791735", "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-09-21 03:18:09 EDT", "ConditionTimestampMonotonic": "345792664", "AssertTimestamp": "Sat 2024-09-21 03:18:09 EDT", "AssertTimestampMonotonic": "345792685", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "0226ee2775934e2b80c90d4e8a7ea186", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "no_block": false, "state": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.45.17 closed.\r\n') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903121.4098737-10860-25841662546392/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') <10.31.45.212> (0, b'', b'') ok: [managed_node1] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": null, "user": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-09-21 03:18:19 EDT", "ActiveEnterTimestampMonotonic": "346782215", "ActiveExitTimestamp": "Sat 2024-09-21 03:18:00 EDT", "ActiveExitTimestampMonotonic": "327085218", "ActiveState": "active", "After": "systemd-journald.socket basic.target system.slice network-online.target network.target remote-fs.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-09-21 03:18:00 EDT", "AssertTimestampMonotonic": "327106785", "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-09-21 03:18:00 EDT", "ConditionTimestampMonotonic": "327106724", "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-09-21 03:18:19 EDT", "ExecMainExitTimestampMonotonic": "346781648", "ExecMainPID": "16596", "ExecMainStartTimestamp": "Sat 2024-09-21 03:18:00 EDT", "ExecMainStartTimestampMonotonic": "327107645", "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-09-21 03:18:00 EDT] ; stop_time=[Sat 2024-09-21 03:18:19 EDT] ; pid=16596 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-09-21 03:18:00 EDT] ; stop_time=[Sat 2024-09-21 03:18:00 EDT] ; pid=16587 ; 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-09-21 03:18:00 EDT", "InactiveEnterTimestampMonotonic": "327105974", "InactiveExitTimestamp": "Sat 2024-09-21 03:18:00 EDT", "InactiveExitTimestampMonotonic": "327107684", "InvocationID": "9bdad84d7e0e4020bf9fbbf08dffc6f7", "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-09-21 03:18:19 EDT", "StateChangeTimestampMonotonic": "346782215", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } ok: [managed_node3] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": null, "user": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-09-21 03:18:33 EDT", "ActiveEnterTimestampMonotonic": "286478984", "ActiveExitTimestamp": "Sat 2024-09-21 03:18:14 EDT", "ActiveExitTimestampMonotonic": "267621731", "ActiveState": "active", "After": "remote-fs.target basic.target network-online.target systemd-journald.socket network.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-09-21 03:18:14 EDT", "AssertTimestampMonotonic": "267643312", "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-09-21 03:18:14 EDT", "ConditionTimestampMonotonic": "267643250", "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-09-21 03:18:33 EDT", "ExecMainExitTimestampMonotonic": "286478453", "ExecMainPID": "16628", "ExecMainStartTimestamp": "Sat 2024-09-21 03:18:14 EDT", "ExecMainStartTimestampMonotonic": "267644128", "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-09-21 03:18:14 EDT] ; stop_time=[Sat 2024-09-21 03:18:33 EDT] ; pid=16628 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-09-21 03:18:14 EDT] ; stop_time=[Sat 2024-09-21 03:18:14 EDT] ; pid=16619 ; 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-09-21 03:18:14 EDT", "InactiveEnterTimestampMonotonic": "267642532", "InactiveExitTimestamp": "Sat 2024-09-21 03:18:14 EDT", "InactiveExitTimestampMonotonic": "267644160", "InvocationID": "c37d95d4e24243c1a47fdf8842e63c80", "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-09-21 03:18:33 EDT", "StateChangeTimestampMonotonic": "286478984", "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.45.17> (0, b'', b'') ok: [managed_node2] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": null, "user": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-09-21 03:18:27 EDT", "ActiveEnterTimestampMonotonic": "363975051", "ActiveExitTimestamp": "Sat 2024-09-21 03:18:09 EDT", "ActiveExitTimestampMonotonic": "345770345", "ActiveState": "active", "After": "systemd-journald.socket basic.target network.target network-online.target system.slice remote-fs.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-09-21 03:18:09 EDT", "AssertTimestampMonotonic": "345792685", "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-09-21 03:18:09 EDT", "ConditionTimestampMonotonic": "345792664", "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-09-21 03:18:27 EDT", "ExecMainExitTimestampMonotonic": "363974603", "ExecMainPID": "20301", "ExecMainStartTimestamp": "Sat 2024-09-21 03:18:09 EDT", "ExecMainStartTimestampMonotonic": "345793541", "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-09-21 03:18:09 EDT] ; stop_time=[Sat 2024-09-21 03:18:27 EDT] ; pid=20301 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-09-21 03:18:09 EDT] ; stop_time=[Sat 2024-09-21 03:18:09 EDT] ; pid=20292 ; 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-09-21 03:18:09 EDT", "InactiveEnterTimestampMonotonic": "345791735", "InactiveExitTimestamp": "Sat 2024-09-21 03:18:09 EDT", "InactiveExitTimestampMonotonic": "345793571", "InvocationID": "0226ee2775934e2b80c90d4e8a7ea186", "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-09-21 03:18:27 EDT", "StateChangeTimestampMonotonic": "363975051", "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-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 21 September 2024 03:18:42 -0400 (0:00:00.707) 0:00:07.193 **** included: /tmp/collections-hSZ/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-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 21 September 2024 03:18:42 -0400 (0:00:00.126) 0:00:07.320 **** <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.17> (0, b'/root\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903122.2425613-10896-139360344090097 `" && echo ansible-tmp-1726903122.2425613-10896-139360344090097="` echo /root/.ansible/tmp/ansible-tmp-1726903122.2425613-10896-139360344090097 `" ) && sleep 0'"'"'' <10.31.45.36> (0, b'/root\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> (0, b'/root\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903122.250803-10895-128137249936381 `" && echo ansible-tmp-1726903122.250803-10895-128137249936381="` echo /root/.ansible/tmp/ansible-tmp-1726903122.250803-10895-128137249936381 `" ) && sleep 0'"'"'' <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903122.2513494-10897-25815142580764 `" && echo ansible-tmp-1726903122.2513494-10897-25815142580764="` echo /root/.ansible/tmp/ansible-tmp-1726903122.2513494-10897-25815142580764 `" ) && sleep 0'"'"'' <10.31.45.17> (0, b'ansible-tmp-1726903122.2425613-10896-139360344090097=/root/.ansible/tmp/ansible-tmp-1726903122.2425613-10896-139360344090097\n', b'') <10.31.45.36> (0, b'ansible-tmp-1726903122.250803-10895-128137249936381=/root/.ansible/tmp/ansible-tmp-1726903122.250803-10895-128137249936381\n', b'') <10.31.45.212> (0, b'ansible-tmp-1726903122.2513494-10897-25815142580764=/root/.ansible/tmp/ansible-tmp-1726903122.2513494-10897-25815142580764\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py <10.31.45.17> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpcssjfeur TO /root/.ansible/tmp/ansible-tmp-1726903122.2425613-10896-139360344090097/AnsiballZ_command.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py <10.31.45.36> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp43l0p6hb TO /root/.ansible/tmp/ansible-tmp-1726903122.250803-10895-128137249936381/AnsiballZ_command.py <10.31.45.17> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/aa2709a845 '[10.31.45.17]' <10.31.45.36> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4957cff310 '[10.31.45.36]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py <10.31.45.212> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp94td5xue TO /root/.ansible/tmp/ansible-tmp-1726903122.2513494-10897-25815142580764/AnsiballZ_command.py <10.31.45.212> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/2a0db7bcd4 '[10.31.45.212]' <10.31.45.17> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpcssjfeur /root/.ansible/tmp/ansible-tmp-1726903122.2425613-10896-139360344090097/AnsiballZ_command.py\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp43l0p6hb /root/.ansible/tmp/ansible-tmp-1726903122.250803-10895-128137249936381/AnsiballZ_command.py\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903122.2425613-10896-139360344090097/ /root/.ansible/tmp/ansible-tmp-1726903122.2425613-10896-139360344090097/AnsiballZ_command.py && sleep 0'"'"'' <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903122.250803-10895-128137249936381/ /root/.ansible/tmp/ansible-tmp-1726903122.250803-10895-128137249936381/AnsiballZ_command.py && sleep 0'"'"'' <10.31.45.212> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp94td5xue /root/.ansible/tmp/ansible-tmp-1726903122.2513494-10897-25815142580764/AnsiballZ_command.py\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903122.2513494-10897-25815142580764/ /root/.ansible/tmp/ansible-tmp-1726903122.2513494-10897-25815142580764/AnsiballZ_command.py && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> (0, b'', b'') <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 -tt 10.31.45.17 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903122.2425613-10896-139360344090097/AnsiballZ_command.py && sleep 0'"'"'' <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 -tt 10.31.45.36 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903122.250803-10895-128137249936381/AnsiballZ_command.py && sleep 0'"'"'' <10.31.45.212> (0, b'', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 -tt 10.31.45.212 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903122.2513494-10897-25815142580764/AnsiballZ_command.py && sleep 0'"'"'' <10.31.45.17> (0, b'\r\n{"cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "changed": false, "rc": 0, "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "warn": true, "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to 10.31.45.17 closed.\r\n') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903122.2425613-10896-139360344090097/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.36> (0, b'\r\n{"cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "changed": false, "rc": 0, "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "warn": true, "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to 10.31.45.36 closed.\r\n') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903122.250803-10895-128137249936381/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.212> (0, b'\r\n{"cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "changed": false, "rc": 0, "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "warn": true, "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to 10.31.45.212 closed.\r\n') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903122.2513494-10897-25815142580764/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') <10.31.45.212> (0, b'', b'') <10.31.45.36> (0, b'', b'') ok: [managed_node2] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true } }, "rc": 0 } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists ok: [managed_node3] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true } }, "rc": 0 } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists ok: [managed_node1] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true } }, "rc": 0 } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 21 September 2024 03:18:42 -0400 (0:00:00.442) 0:00:07.763 **** <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.36> (0, b'/root\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903122.6762857-10922-116348745549472 `" && echo ansible-tmp-1726903122.6762857-10922-116348745549472="` echo /root/.ansible/tmp/ansible-tmp-1726903122.6762857-10922-116348745549472 `" ) && sleep 0'"'"'' <10.31.45.17> (0, b'/root\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903122.6959176-10923-260399646314143 `" && echo ansible-tmp-1726903122.6959176-10923-260399646314143="` echo /root/.ansible/tmp/ansible-tmp-1726903122.6959176-10923-260399646314143 `" ) && sleep 0'"'"'' <10.31.45.212> (0, b'/root\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903122.6989765-10925-187634086987958 `" && echo ansible-tmp-1726903122.6989765-10925-187634086987958="` echo /root/.ansible/tmp/ansible-tmp-1726903122.6989765-10925-187634086987958 `" ) && sleep 0'"'"'' <10.31.45.36> (0, b'ansible-tmp-1726903122.6762857-10922-116348745549472=/root/.ansible/tmp/ansible-tmp-1726903122.6762857-10922-116348745549472\n', b'') <10.31.45.17> (0, b'ansible-tmp-1726903122.6959176-10923-260399646314143=/root/.ansible/tmp/ansible-tmp-1726903122.6959176-10923-260399646314143\n', b'') <10.31.45.212> (0, b'ansible-tmp-1726903122.6989765-10925-187634086987958=/root/.ansible/tmp/ansible-tmp-1726903122.6989765-10925-187634086987958\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.45.17> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpvfp9jqiy TO /root/.ansible/tmp/ansible-tmp-1726903122.6959176-10923-260399646314143/AnsiballZ_slurp.py <10.31.45.212> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpxehupwte TO /root/.ansible/tmp/ansible-tmp-1726903122.6989765-10925-187634086987958/AnsiballZ_slurp.py <10.31.45.17> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/aa2709a845 '[10.31.45.17]' <10.31.45.212> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/2a0db7bcd4 '[10.31.45.212]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.45.36> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpa6ruol8_ TO /root/.ansible/tmp/ansible-tmp-1726903122.6762857-10922-116348745549472/AnsiballZ_slurp.py <10.31.45.36> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4957cff310 '[10.31.45.36]' <10.31.45.212> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpxehupwte /root/.ansible/tmp/ansible-tmp-1726903122.6989765-10925-187634086987958/AnsiballZ_slurp.py\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903122.6989765-10925-187634086987958/ /root/.ansible/tmp/ansible-tmp-1726903122.6989765-10925-187634086987958/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.36> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpa6ruol8_ /root/.ansible/tmp/ansible-tmp-1726903122.6762857-10922-116348745549472/AnsiballZ_slurp.py\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903122.6762857-10922-116348745549472/ /root/.ansible/tmp/ansible-tmp-1726903122.6762857-10922-116348745549472/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.17> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpvfp9jqiy /root/.ansible/tmp/ansible-tmp-1726903122.6959176-10923-260399646314143/AnsiballZ_slurp.py\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903122.6959176-10923-260399646314143/ /root/.ansible/tmp/ansible-tmp-1726903122.6959176-10923-260399646314143/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.212> (0, b'', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 -tt 10.31.45.212 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903122.6989765-10925-187634086987958/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> (0, b'', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 -tt 10.31.45.17 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903122.6959176-10923-260399646314143/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 -tt 10.31.45.36 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903122.6762857-10922-116348745549472/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.212> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEWERiZmxQSHpJUTF3R294citySk1NRHZBczljK1NRRnhYditlVkFLbHdFQWhETWNqMW80ZjdiWm8xT0xXbFR2K3VPYmVUNEZRbzVPZWZSNkgzYVg2ZnE5Z3hSWHZxVW1Xam1OV3E1K1BvV1c4UEs0dGR4L3NxdmdySkY2T1lJaUhFTVJwamNVS2NCajdYZU1kTDY5UEZQbWg5b1B4V1N5RDAyWVVwUDVkRUpMbU1lUUowYk1MYWFmYnFNTHlTQ0R0dVFMYVg1WW0wenRpT2ZqSEFLM3FOWVdmSTJnMkVmOXFERFg1djRiUSs4V3Uyc0hxT2MvdXFGV0ZYWXJRdUNhQjZvZlRTamlkQ1lFcCtMc3hwWUYvdFl1ZnlIeExnRWJKeEZpbnJERnFwQ3dmRi9QK2hxZFhuUWxqb0d4djljc1BxcGZERDZPZjRzQWw3WG5ScERXWkc1WXAxSWJub0VFM3hxVDFvYkVSNEc0UW9zL0VrUDlRbEc1T2V1UWZNaHFQNE85TUVrV1p2UGFYUm44bFhPbEMrbFprRUN2b3RSVW11MWxiakZ1K2ZndEczVTNXN3pOL3llZ3BzRWFtL212V3VYWFhwUUdpeitWTUJ2ZTVZWEVMNHNnV1BEWHljdVRLYXJ3MGlDc3d1SWhMWk53YlM2cENWWFREMC8vR0h4WWM9IHJvb3RAaXAtMTAtMzEtNDUtMjEyLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}}\r\n', b'Shared connection to 10.31.45.212 closed.\r\n') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903122.6989765-10925-187634086987958/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.17> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEUExVVjEzalpSZCt1Vis3a1phL3hncWp0S2t0MytVb3VWQnZteVlXOWFabHBnajNFd2Zwb2JPOFRKbE05UFM0cm5WaU1JeVdudlNDVjFhTXZyRGxESnFnanc2UnNzdVVLM2l6S2FaVk0xRms2QlpwUEM5bExCY2xheE55N05xYnp6d05ma0RiNkhiYisxSkdUdHFKNnlrNFg4L1VYMVJpWUpUOWFsWFU2WnZTc3JGbDVXeE9zdkhuRWQ0T3JFUnhSZjRDWTUwdVpWVU9pUHp6dHEybDA3L1NIUDZYcVlzaU8xa0p2YmV4VEhSZVVOc2hZMThUVDN1MkQxQ0Z3VUdnMnFGVWFRcGxNOG5uTDdEcm1uckdwUG55RHg1cnBabXlWZnR2VUtWUmlaQUpNSEE2NHp4NnVrdmc2M2VESTBLemdzSVhHUFp2OGdFUzVrZlRGUDdSTXluTW45TC9FUW9HcGh5aXVnRGlvendKYnpQUDY0NUwxdnpnZ3pUZkFMMnRsTmYyRCtMMDN1aitOMlRPdit5WElEK0w5L2lUenNBbEQ5UXQ1WDlrSlA5WVJWenkxY0JNc0R2dE1KcTcybVhPQTVPd2NPVXAxbG5IWEEzV2dCY1MzaDhQdEJKR0M0RVIzTkZONWRvbG41UC9EdnJWOFFMRDZjMUdQWHgvc3k4djg9IHJvb3RAaXAtMTAtMzEtNDUtMTcudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}}\r\n', b'Shared connection to 10.31.45.17 closed.\r\n') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903122.6959176-10923-260399646314143/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.36> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FERGZFYXlMcjI5Y0Z3Z204ckRrUlhCcFR1RG9BVjU4SktOY0huLzBWVGdZMmx4L0s5Wnh6Ri9DNjVtRlRzMllkOTBBVEtGS2xsTmthZkJiZGtWQ0VTWXBxREZWUVRYL3dUNUx6OFNibk9raGZuWS9RZEJCbnBoMFFmQm5mMjFZaEdNYmpYcmc3ZjRKN1R0ZGQyR3ZDVm9ZTkFBd1dodW1FMTY4ZmtCbllxQzU3WUcwT2pnZUFNOHlGRGZUM0lEMjN4ajlBS3JxV0tuR0E1K1JTdVZ2M2ZpWEwyTkNUaTZFcVArQjduVTFSdVlRdGltZ2V5OFZZV0JQZzdyaC9GZ1JmS0I3YnMza3NnVE02czcrRC93K2kzcy80c2Q4MzJmeGtLaFBuMk1QWXBERmJCblljd0JOT0N4VmM5V2p3RTRMU0FnQ2dqdms1aGZZWEFPVHdIeGwxN1ZLZzk3QktMUkdtcXNCcUk1RUYwOVlxQ3cyN0MrMEJNZnd1QVI5akRETHRTaFRmSC9hMCtvQ01pM1pHTFpZTnl6M1pleWpZM1l6L0JBNXVETlY3aCtnaEVwSHpBSUM2WXJ1S1E3aVVaaHdyTXlleVMxQURDNGNzSFJQMUFFT0RVRU1qS3lGWkVZUXdRaGdJckx6YkRxb3duODRrdUdtRHlvOFBvYWtEaVlxd2M9IHJvb3RAaXAtMTAtMzEtNDUtMzYudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}}\r\n', b'Shared connection to 10.31.45.36 closed.\r\n') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903122.6762857-10922-116348745549472/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.212> (0, b'', b'') ok: [managed_node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEWERiZmxQSHpJUTF3R294citySk1NRHZBczljK1NRRnhYditlVkFLbHdFQWhETWNqMW80ZjdiWm8xT0xXbFR2K3VPYmVUNEZRbzVPZWZSNkgzYVg2ZnE5Z3hSWHZxVW1Xam1OV3E1K1BvV1c4UEs0dGR4L3NxdmdySkY2T1lJaUhFTVJwamNVS2NCajdYZU1kTDY5UEZQbWg5b1B4V1N5RDAyWVVwUDVkRUpMbU1lUUowYk1MYWFmYnFNTHlTQ0R0dVFMYVg1WW0wenRpT2ZqSEFLM3FOWVdmSTJnMkVmOXFERFg1djRiUSs4V3Uyc0hxT2MvdXFGV0ZYWXJRdUNhQjZvZlRTamlkQ1lFcCtMc3hwWUYvdFl1ZnlIeExnRWJKeEZpbnJERnFwQ3dmRi9QK2hxZFhuUWxqb0d4djljc1BxcGZERDZPZjRzQWw3WG5ScERXWkc1WXAxSWJub0VFM3hxVDFvYkVSNEc0UW9zL0VrUDlRbEc1T2V1UWZNaHFQNE85TUVrV1p2UGFYUm44bFhPbEMrbFprRUN2b3RSVW11MWxiakZ1K2ZndEczVTNXN3pOL3llZ3BzRWFtL212V3VYWFhwUUdpeitWTUJ2ZTVZWEVMNHNnV1BEWHljdVRLYXJ3MGlDc3d1SWhMWk53YlM2cENWWFREMC8vR0h4WWM9IHJvb3RAaXAtMTAtMzEtNDUtMjEyLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } <10.31.45.17> (0, b'', b'') ok: [managed_node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEUExVVjEzalpSZCt1Vis3a1phL3hncWp0S2t0MytVb3VWQnZteVlXOWFabHBnajNFd2Zwb2JPOFRKbE05UFM0cm5WaU1JeVdudlNDVjFhTXZyRGxESnFnanc2UnNzdVVLM2l6S2FaVk0xRms2QlpwUEM5bExCY2xheE55N05xYnp6d05ma0RiNkhiYisxSkdUdHFKNnlrNFg4L1VYMVJpWUpUOWFsWFU2WnZTc3JGbDVXeE9zdkhuRWQ0T3JFUnhSZjRDWTUwdVpWVU9pUHp6dHEybDA3L1NIUDZYcVlzaU8xa0p2YmV4VEhSZVVOc2hZMThUVDN1MkQxQ0Z3VUdnMnFGVWFRcGxNOG5uTDdEcm1uckdwUG55RHg1cnBabXlWZnR2VUtWUmlaQUpNSEE2NHp4NnVrdmc2M2VESTBLemdzSVhHUFp2OGdFUzVrZlRGUDdSTXluTW45TC9FUW9HcGh5aXVnRGlvendKYnpQUDY0NUwxdnpnZ3pUZkFMMnRsTmYyRCtMMDN1aitOMlRPdit5WElEK0w5L2lUenNBbEQ5UXQ1WDlrSlA5WVJWenkxY0JNc0R2dE1KcTcybVhPQTVPd2NPVXAxbG5IWEEzV2dCY1MzaDhQdEJKR0M0RVIzTkZONWRvbG41UC9EdnJWOFFMRDZjMUdQWHgvc3k4djg9IHJvb3RAaXAtMTAtMzEtNDUtMTcudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } <10.31.45.36> (0, b'', b'') ok: [managed_node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FERGZFYXlMcjI5Y0Z3Z204ckRrUlhCcFR1RG9BVjU4SktOY0huLzBWVGdZMmx4L0s5Wnh6Ri9DNjVtRlRzMllkOTBBVEtGS2xsTmthZkJiZGtWQ0VTWXBxREZWUVRYL3dUNUx6OFNibk9raGZuWS9RZEJCbnBoMFFmQm5mMjFZaEdNYmpYcmc3ZjRKN1R0ZGQyR3ZDVm9ZTkFBd1dodW1FMTY4ZmtCbllxQzU3WUcwT2pnZUFNOHlGRGZUM0lEMjN4ajlBS3JxV0tuR0E1K1JTdVZ2M2ZpWEwyTkNUaTZFcVArQjduVTFSdVlRdGltZ2V5OFZZV0JQZzdyaC9GZ1JmS0I3YnMza3NnVE02czcrRC93K2kzcy80c2Q4MzJmeGtLaFBuMk1QWXBERmJCblljd0JOT0N4VmM5V2p3RTRMU0FnQ2dqdms1aGZZWEFPVHdIeGwxN1ZLZzk3QktMUkdtcXNCcUk1RUYwOVlxQ3cyN0MrMEJNZnd1QVI5akRETHRTaFRmSC9hMCtvQ01pM1pHTFpZTnl6M1pleWpZM1l6L0JBNXVETlY3aCtnaEVwSHpBSUM2WXJ1S1E3aVVaaHdyTXlleVMxQURDNGNzSFJQMUFFT0RVRU1qS3lGWkVZUXdRaGdJckx6YkRxb3duODRrdUdtRHlvOFBvYWtEaVlxd2M9IHJvb3RAaXAtMTAtMzEtNDUtMzYudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 21 September 2024 03:18:43 -0400 (0:00:00.440) 0:00:08.203 **** <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.36> (0, b'/root\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903123.1392834-10952-246528773218257 `" && echo ansible-tmp-1726903123.1392834-10952-246528773218257="` echo /root/.ansible/tmp/ansible-tmp-1726903123.1392834-10952-246528773218257 `" ) && sleep 0'"'"'' <10.31.45.17> (0, b'/root\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903123.1533697-10953-184574460100118 `" && echo ansible-tmp-1726903123.1533697-10953-184574460100118="` echo /root/.ansible/tmp/ansible-tmp-1726903123.1533697-10953-184574460100118 `" ) && sleep 0'"'"'' <10.31.45.212> (0, b'/root\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903123.1652718-10955-189665283924152 `" && echo ansible-tmp-1726903123.1652718-10955-189665283924152="` echo /root/.ansible/tmp/ansible-tmp-1726903123.1652718-10955-189665283924152 `" ) && sleep 0'"'"'' <10.31.45.36> (0, b'ansible-tmp-1726903123.1392834-10952-246528773218257=/root/.ansible/tmp/ansible-tmp-1726903123.1392834-10952-246528773218257\n', b'') <10.31.45.17> (0, b'ansible-tmp-1726903123.1533697-10953-184574460100118=/root/.ansible/tmp/ansible-tmp-1726903123.1533697-10953-184574460100118\n', b'') <10.31.45.212> (0, b'ansible-tmp-1726903123.1652718-10955-189665283924152=/root/.ansible/tmp/ansible-tmp-1726903123.1652718-10955-189665283924152\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py <10.31.45.36> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpt0f75t0d TO /root/.ansible/tmp/ansible-tmp-1726903123.1392834-10952-246528773218257/AnsiballZ_user.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py <10.31.45.17> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpm68gpzi1 TO /root/.ansible/tmp/ansible-tmp-1726903123.1533697-10953-184574460100118/AnsiballZ_user.py <10.31.45.36> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4957cff310 '[10.31.45.36]' <10.31.45.17> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/aa2709a845 '[10.31.45.17]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py <10.31.45.212> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpt3zqkjf8 TO /root/.ansible/tmp/ansible-tmp-1726903123.1652718-10955-189665283924152/AnsiballZ_user.py <10.31.45.212> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/2a0db7bcd4 '[10.31.45.212]' <10.31.45.36> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpt0f75t0d /root/.ansible/tmp/ansible-tmp-1726903123.1392834-10952-246528773218257/AnsiballZ_user.py\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpt3zqkjf8 /root/.ansible/tmp/ansible-tmp-1726903123.1652718-10955-189665283924152/AnsiballZ_user.py\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903123.1392834-10952-246528773218257/ /root/.ansible/tmp/ansible-tmp-1726903123.1392834-10952-246528773218257/AnsiballZ_user.py && sleep 0'"'"'' <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903123.1652718-10955-189665283924152/ /root/.ansible/tmp/ansible-tmp-1726903123.1652718-10955-189665283924152/AnsiballZ_user.py && sleep 0'"'"'' <10.31.45.17> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpm68gpzi1 /root/.ansible/tmp/ansible-tmp-1726903123.1533697-10953-184574460100118/AnsiballZ_user.py\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903123.1533697-10953-184574460100118/ /root/.ansible/tmp/ansible-tmp-1726903123.1533697-10953-184574460100118/AnsiballZ_user.py && sleep 0'"'"'' <10.31.45.212> (0, b'', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> (0, b'', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 -tt 10.31.45.212 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903123.1652718-10955-189665283924152/AnsiballZ_user.py && sleep 0'"'"'' <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 -tt 10.31.45.36 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903123.1392834-10952-246528773218257/AnsiballZ_user.py && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 -tt 10.31.45.17 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903123.1533697-10953-184574460100118/AnsiballZ_user.py && sleep 0'"'"'' <10.31.45.212> (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 ip-10-31-45-212.us-east-1.aws.redhat.com", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null}}}\r\n', b'Shared connection to 10.31.45.212 closed.\r\n') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903123.1652718-10955-189665283924152/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.36> (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 ip-10-31-45-36.us-east-1.aws.redhat.com", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null}}}\r\n', b'Shared connection to 10.31.45.36 closed.\r\n') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903123.1392834-10952-246528773218257/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.17> (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 ip-10-31-45-17.us-east-1.aws.redhat.com", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null}}}\r\n', b'Shared connection to 10.31.45.17 closed.\r\n') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903123.1533697-10953-184574460100118/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') <10.31.45.212> (0, b'', b'') ok: [managed_node1 -> managed_node1] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on ip-10-31-45-36.us-east-1.aws.redhat.com", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } <10.31.45.17> (0, b'', b'') ok: [managed_node3 -> managed_node3] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on ip-10-31-45-212.us-east-1.aws.redhat.com", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } ok: [managed_node2 -> managed_node2] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on ip-10-31-45-17.us-east-1.aws.redhat.com", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] **** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 21 September 2024 03:18:43 -0400 (0:00:00.563) 0:00:08.767 **** <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.36> (0, b'/root\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903123.6940234-10979-168567218683615 `" && echo ansible-tmp-1726903123.6940234-10979-168567218683615="` echo /root/.ansible/tmp/ansible-tmp-1726903123.6940234-10979-168567218683615 `" ) && sleep 0'"'"'' <10.31.45.17> (0, b'/root\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903123.7033944-10980-230010516591382 `" && echo ansible-tmp-1726903123.7033944-10980-230010516591382="` echo /root/.ansible/tmp/ansible-tmp-1726903123.7033944-10980-230010516591382 `" ) && sleep 0'"'"'' <10.31.45.212> (0, b'/root\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903123.7198548-10983-104068235206008 `" && echo ansible-tmp-1726903123.7198548-10983-104068235206008="` echo /root/.ansible/tmp/ansible-tmp-1726903123.7198548-10983-104068235206008 `" ) && sleep 0'"'"'' <10.31.45.36> (0, b'ansible-tmp-1726903123.6940234-10979-168567218683615=/root/.ansible/tmp/ansible-tmp-1726903123.6940234-10979-168567218683615\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.45.36> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpkv37ogyd TO /root/.ansible/tmp/ansible-tmp-1726903123.6940234-10979-168567218683615/AnsiballZ_stat.py <10.31.45.36> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4957cff310 '[10.31.45.36]' <10.31.45.17> (0, b'ansible-tmp-1726903123.7033944-10980-230010516591382=/root/.ansible/tmp/ansible-tmp-1726903123.7033944-10980-230010516591382\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.45.17> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpiu967bnx TO /root/.ansible/tmp/ansible-tmp-1726903123.7033944-10980-230010516591382/AnsiballZ_stat.py <10.31.45.17> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/aa2709a845 '[10.31.45.17]' <10.31.45.212> (0, b'ansible-tmp-1726903123.7198548-10983-104068235206008=/root/.ansible/tmp/ansible-tmp-1726903123.7198548-10983-104068235206008\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.45.212> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpyavlk1dr TO /root/.ansible/tmp/ansible-tmp-1726903123.7198548-10983-104068235206008/AnsiballZ_stat.py <10.31.45.212> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/2a0db7bcd4 '[10.31.45.212]' <10.31.45.36> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpkv37ogyd /root/.ansible/tmp/ansible-tmp-1726903123.6940234-10979-168567218683615/AnsiballZ_stat.py\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903123.6940234-10979-168567218683615/ /root/.ansible/tmp/ansible-tmp-1726903123.6940234-10979-168567218683615/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.17> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpiu967bnx /root/.ansible/tmp/ansible-tmp-1726903123.7033944-10980-230010516591382/AnsiballZ_stat.py\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903123.7033944-10980-230010516591382/ /root/.ansible/tmp/ansible-tmp-1726903123.7033944-10980-230010516591382/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.212> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpyavlk1dr /root/.ansible/tmp/ansible-tmp-1726903123.7198548-10983-104068235206008/AnsiballZ_stat.py\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903123.7198548-10983-104068235206008/ /root/.ansible/tmp/ansible-tmp-1726903123.7198548-10983-104068235206008/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 -tt 10.31.45.36 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903123.6940234-10979-168567218683615/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 -tt 10.31.45.17 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903123.7033944-10980-230010516591382/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.212> (0, b'', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 -tt 10.31.45.212 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903123.7198548-10983-104068235206008/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.36> (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": 1726902782.09726, "mtime": 1726903075.1214366, "ctime": 1726903075.1214366, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1339598710", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.45.36 closed.\r\n') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903123.6940234-10979-168567218683615/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.17> (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": 1726902775.1950736, "mtime": 1726903084.1879134, "ctime": 1726903084.1879134, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1339598710", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.45.17 closed.\r\n') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903123.7033944-10980-230010516591382/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.212> (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": 1726902864.851529, "mtime": 1726903091.308092, "ctime": 1726903091.308092, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1339598710", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.45.212 closed.\r\n') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903123.7198548-10983-104068235206008/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') ok: [managed_node1 -> managed_node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1726902782.09726, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726903075.1214366, "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": 1726903075.1214366, "nlink": 2, "path": "/root/.ssh", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 101, "uid": 0, "version": "1339598710", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } <10.31.45.17> (0, b'', b'') ok: [managed_node2 -> managed_node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1726902775.1950736, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726903084.1879134, "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": 1726903084.1879134, "nlink": 2, "path": "/root/.ssh", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 101, "uid": 0, "version": "1339598710", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } <10.31.45.212> (0, b'', b'') ok: [managed_node3 -> managed_node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1726902864.851529, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726903091.308092, "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": 1726903091.308092, "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-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 21 September 2024 03:18:44 -0400 (0:00:00.381) 0:00:09.149 **** <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.17> (0, b'/root\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903124.0762935-11011-34554862869390 `" && echo ansible-tmp-1726903124.0762935-11011-34554862869390="` echo /root/.ansible/tmp/ansible-tmp-1726903124.0762935-11011-34554862869390 `" ) && sleep 0'"'"'' <10.31.45.36> (0, b'/root\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903124.07794-11009-180681395887186 `" && echo ansible-tmp-1726903124.07794-11009-180681395887186="` echo /root/.ansible/tmp/ansible-tmp-1726903124.07794-11009-180681395887186 `" ) && sleep 0'"'"'' <10.31.45.212> (0, b'/root\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903124.0971458-11013-134018366422046 `" && echo ansible-tmp-1726903124.0971458-11013-134018366422046="` echo /root/.ansible/tmp/ansible-tmp-1726903124.0971458-11013-134018366422046 `" ) && sleep 0'"'"'' <10.31.45.17> (0, b'ansible-tmp-1726903124.0762935-11011-34554862869390=/root/.ansible/tmp/ansible-tmp-1726903124.0762935-11011-34554862869390\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.45.17> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmppcsqajmp TO /root/.ansible/tmp/ansible-tmp-1726903124.0762935-11011-34554862869390/AnsiballZ_stat.py <10.31.45.17> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/aa2709a845 '[10.31.45.17]' <10.31.45.36> (0, b'ansible-tmp-1726903124.07794-11009-180681395887186=/root/.ansible/tmp/ansible-tmp-1726903124.07794-11009-180681395887186\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.45.36> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp_2fuy4y0 TO /root/.ansible/tmp/ansible-tmp-1726903124.07794-11009-180681395887186/AnsiballZ_stat.py <10.31.45.36> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4957cff310 '[10.31.45.36]' <10.31.45.212> (0, b'ansible-tmp-1726903124.0971458-11013-134018366422046=/root/.ansible/tmp/ansible-tmp-1726903124.0971458-11013-134018366422046\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.45.212> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp4ethz18g TO /root/.ansible/tmp/ansible-tmp-1726903124.0971458-11013-134018366422046/AnsiballZ_stat.py <10.31.45.212> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/2a0db7bcd4 '[10.31.45.212]' <10.31.45.17> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmppcsqajmp /root/.ansible/tmp/ansible-tmp-1726903124.0762935-11011-34554862869390/AnsiballZ_stat.py\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903124.0762935-11011-34554862869390/ /root/.ansible/tmp/ansible-tmp-1726903124.0762935-11011-34554862869390/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.36> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp_2fuy4y0 /root/.ansible/tmp/ansible-tmp-1726903124.07794-11009-180681395887186/AnsiballZ_stat.py\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903124.07794-11009-180681395887186/ /root/.ansible/tmp/ansible-tmp-1726903124.07794-11009-180681395887186/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.212> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp4ethz18g /root/.ansible/tmp/ansible-tmp-1726903124.0971458-11013-134018366422046/AnsiballZ_stat.py\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903124.0971458-11013-134018366422046/ /root/.ansible/tmp/ansible-tmp-1726903124.0971458-11013-134018366422046/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 -tt 10.31.45.17 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903124.0762935-11011-34554862869390/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 -tt 10.31.45.36 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903124.07794-11009-180681395887186/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.212> (0, b'', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 -tt 10.31.45.212 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903124.0971458-11013-134018366422046/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.17> (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": 1726902848.476182, "mtime": 1726902775.1940734, "ctime": 1726902775.1940734, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "mimetype": "text/plain", "charset": "us-ascii", "version": "1222691786", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.45.17 closed.\r\n') <10.31.45.36> (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": 1588, "inode": 245367042, "dev": 51713, "nlink": 1, "atime": 1726903081.3034456, "mtime": 1726903075.1214366, "ctime": 1726903075.1224365, "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": "e15ef21ce27bb42736c874e2eb8eb4c3777efc7e", "mimetype": "text/plain", "charset": "us-ascii", "version": "3569098668", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.45.36 closed.\r\n') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903124.0762935-11011-34554862869390/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903124.07794-11009-180681395887186/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.212> (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": 1589, "inode": 262144258, "dev": 51713, "nlink": 1, "atime": 1726903095.3151376, "mtime": 1726903091.308092, "ctime": 1726903091.309092, "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": "d0998c6b8fcef8af29a41826e54baa07c89149f2", "mimetype": "text/plain", "charset": "us-ascii", "version": "3371492079", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.45.212 closed.\r\n') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903124.0971458-11013-134018366422046/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') ok: [managed_node2 -> managed_node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1726902848.476182, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1726902775.1940734, "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": 1726902775.1940734, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 990, "uid": 0, "version": "1222691786", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.45.36> (0, b'', b'') <10.31.45.212> (0, b'', b'') ok: [managed_node1 -> managed_node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1726903081.3034456, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e15ef21ce27bb42736c874e2eb8eb4c3777efc7e", "ctime": 1726903075.1224365, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 245367042, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1726903075.1214366, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1588, "uid": 0, "version": "3569098668", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed_node3 -> managed_node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1726903095.3151376, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d0998c6b8fcef8af29a41826e54baa07c89149f2", "ctime": 1726903091.309092, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262144258, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1726903091.308092, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1589, "uid": 0, "version": "3371492079", "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-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 21 September 2024 03:18:44 -0400 (0:00:00.390) 0:00:09.539 **** <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.36> (0, b'/root\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903124.4881258-11036-97913619272565 `" && echo ansible-tmp-1726903124.4881258-11036-97913619272565="` echo /root/.ansible/tmp/ansible-tmp-1726903124.4881258-11036-97913619272565 `" ) && sleep 0'"'"'' <10.31.45.17> (0, b'/root\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903124.5046096-11037-119663950364829 `" && echo ansible-tmp-1726903124.5046096-11037-119663950364829="` echo /root/.ansible/tmp/ansible-tmp-1726903124.5046096-11037-119663950364829 `" ) && sleep 0'"'"'' <10.31.45.212> (0, b'/root\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903124.5070126-11039-213029103216497 `" && echo ansible-tmp-1726903124.5070126-11039-213029103216497="` echo /root/.ansible/tmp/ansible-tmp-1726903124.5070126-11039-213029103216497 `" ) && sleep 0'"'"'' <10.31.45.36> (0, b'ansible-tmp-1726903124.4881258-11036-97913619272565=/root/.ansible/tmp/ansible-tmp-1726903124.4881258-11036-97913619272565\n', b'') <10.31.45.17> (0, b'ansible-tmp-1726903124.5046096-11037-119663950364829=/root/.ansible/tmp/ansible-tmp-1726903124.5046096-11037-119663950364829\n', b'') <10.31.45.212> (0, b'ansible-tmp-1726903124.5070126-11039-213029103216497=/root/.ansible/tmp/ansible-tmp-1726903124.5070126-11039-213029103216497\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.45.36> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp31q_o1ws TO /root/.ansible/tmp/ansible-tmp-1726903124.4881258-11036-97913619272565/AnsiballZ_file.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.45.212> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpcke_nryx TO /root/.ansible/tmp/ansible-tmp-1726903124.5070126-11039-213029103216497/AnsiballZ_file.py <10.31.45.36> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4957cff310 '[10.31.45.36]' <10.31.45.212> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/2a0db7bcd4 '[10.31.45.212]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.45.17> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp9ouwb3xl TO /root/.ansible/tmp/ansible-tmp-1726903124.5046096-11037-119663950364829/AnsiballZ_file.py <10.31.45.17> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/aa2709a845 '[10.31.45.17]' <10.31.45.17> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp9ouwb3xl /root/.ansible/tmp/ansible-tmp-1726903124.5046096-11037-119663950364829/AnsiballZ_file.py\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903124.5046096-11037-119663950364829/ /root/.ansible/tmp/ansible-tmp-1726903124.5046096-11037-119663950364829/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.212> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpcke_nryx /root/.ansible/tmp/ansible-tmp-1726903124.5070126-11039-213029103216497/AnsiballZ_file.py\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903124.5070126-11039-213029103216497/ /root/.ansible/tmp/ansible-tmp-1726903124.5070126-11039-213029103216497/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.36> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp31q_o1ws /root/.ansible/tmp/ansible-tmp-1726903124.4881258-11036-97913619272565/AnsiballZ_file.py\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903124.4881258-11036-97913619272565/ /root/.ansible/tmp/ansible-tmp-1726903124.4881258-11036-97913619272565/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.212> (0, b'', b'') <10.31.45.17> (0, b'', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 -tt 10.31.45.212 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903124.5070126-11039-213029103216497/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 -tt 10.31.45.17 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903124.5046096-11037-119663950364829/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 -tt 10.31.45.36 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903124.4881258-11036-97913619272565/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.212> (0, b'\r\n{"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "invocation": {"module_args": {"path": "/root/.ssh", "state": "directory", "group": "root", "owner": "root", "mode": "0700", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.45.212 closed.\r\n') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903124.5070126-11039-213029103216497/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.17> (0, b'\r\n{"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "invocation": {"module_args": {"path": "/root/.ssh", "state": "directory", "group": "root", "owner": "root", "mode": "0700", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.45.17 closed.\r\n') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903124.5046096-11037-119663950364829/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.36> (0, b'\r\n{"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "invocation": {"module_args": {"path": "/root/.ssh", "state": "directory", "group": "root", "owner": "root", "mode": "0700", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.45.36 closed.\r\n') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903124.4881258-11036-97913619272565/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.212> (0, b'', b'') <10.31.45.17> (0, b'', b'') ok: [managed_node2 -> managed_node2] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } <10.31.45.36> (0, b'', b'') ok: [managed_node3 -> managed_node3] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } ok: [managed_node1 -> managed_node1] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 21 September 2024 03:18:44 -0400 (0:00:00.521) 0:00:10.061 **** <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.36> (0, b'/root\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903125.0163949-11066-186944892718805 `" && echo ansible-tmp-1726903125.0163949-11066-186944892718805="` echo /root/.ansible/tmp/ansible-tmp-1726903125.0163949-11066-186944892718805 `" ) && sleep 0'"'"'' <10.31.45.212> (0, b'/root\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> (0, b'/root\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903125.0297291-11069-233611025784300 `" && echo ansible-tmp-1726903125.0297291-11069-233611025784300="` echo /root/.ansible/tmp/ansible-tmp-1726903125.0297291-11069-233611025784300 `" ) && sleep 0'"'"'' <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903125.0303195-11067-34145326846093 `" && echo ansible-tmp-1726903125.0303195-11067-34145326846093="` echo /root/.ansible/tmp/ansible-tmp-1726903125.0303195-11067-34145326846093 `" ) && sleep 0'"'"'' <10.31.45.36> (0, b'ansible-tmp-1726903125.0163949-11066-186944892718805=/root/.ansible/tmp/ansible-tmp-1726903125.0163949-11066-186944892718805\n', b'') <10.31.45.212> (0, b'ansible-tmp-1726903125.0297291-11069-233611025784300=/root/.ansible/tmp/ansible-tmp-1726903125.0297291-11069-233611025784300\n', b'') <10.31.45.17> (0, b'ansible-tmp-1726903125.0303195-11067-34145326846093=/root/.ansible/tmp/ansible-tmp-1726903125.0303195-11067-34145326846093\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py <10.31.45.36> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpodq1sl1f TO /root/.ansible/tmp/ansible-tmp-1726903125.0163949-11066-186944892718805/AnsiballZ_lineinfile.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py <10.31.45.36> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4957cff310 '[10.31.45.36]' <10.31.45.212> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmptdm0dnr0 TO /root/.ansible/tmp/ansible-tmp-1726903125.0297291-11069-233611025784300/AnsiballZ_lineinfile.py <10.31.45.212> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/2a0db7bcd4 '[10.31.45.212]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py <10.31.45.17> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpa2by2i5g TO /root/.ansible/tmp/ansible-tmp-1726903125.0303195-11067-34145326846093/AnsiballZ_lineinfile.py <10.31.45.17> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/aa2709a845 '[10.31.45.17]' <10.31.45.36> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpodq1sl1f /root/.ansible/tmp/ansible-tmp-1726903125.0163949-11066-186944892718805/AnsiballZ_lineinfile.py\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903125.0163949-11066-186944892718805/ /root/.ansible/tmp/ansible-tmp-1726903125.0163949-11066-186944892718805/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.45.17> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpa2by2i5g /root/.ansible/tmp/ansible-tmp-1726903125.0303195-11067-34145326846093/AnsiballZ_lineinfile.py\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903125.0303195-11067-34145326846093/ /root/.ansible/tmp/ansible-tmp-1726903125.0303195-11067-34145326846093/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.45.212> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmptdm0dnr0 /root/.ansible/tmp/ansible-tmp-1726903125.0297291-11069-233611025784300/AnsiballZ_lineinfile.py\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903125.0297291-11069-233611025784300/ /root/.ansible/tmp/ansible-tmp-1726903125.0297291-11069-233611025784300/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 -tt 10.31.45.36 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903125.0163949-11066-186944892718805/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 -tt 10.31.45.17 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903125.0303195-11067-34145326846093/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.45.212> (0, b'', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 -tt 10.31.45.212 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903125.0297291-11069-233611025784300/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.45.36> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDDfEayLr29cFwgm8rDkRXBpTuDoAV58JKNcHn/0VTgY2lx/K9ZxzF/C65mFTs2Yd90ATKFKllNkafBbdkVCESYpqDFVQTX/wT5Lz8SbnOkhfnY/QdBBnph0QfBnf21YhGMbjXrg7f4J7Ttdd2GvCVoYNAAwWhumE168fkBnYqC57YG0OjgeAM8yFDfT3ID23xj9AKrqWKnGA5+RSuVv3fiXL2NCTi6EqP+B7nU1RuYQtimgey8VYWBPg7rh/FgRfKB7bs3ksgTM6s7+D/w+i3s/4sd832fxkKhPn2MPYpDFbBnYcwBNOCxVc9WjwE4LSAgCgjvk5hfYXAOTwHxl17VKg97BKLRGmqsBqI5EF09YqCw27C+0BMfwuAR9jDDLtShTfH/a0+oCMi3ZGLZYNyz3ZeyjY3Yz/BA5uDNV7h+ghEpHzAIC6YruKQ7iUZhwrMyeyS1ADC4csHRP1AEODUEMjKyFZEYQwQhgIrLzbDqown84kuGmDyo8PoakDiYqwc= root@ip-10-31-45-36.us-east-1.aws.redhat.com", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "follow": false, "unsafe_writes": false, "regexp": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "src": null, "force": null, "content": null, "remote_src": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.45.36 closed.\r\n') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903125.0163949-11066-186944892718805/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.17> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDPLUV13jZRd+uV+7kZa/xgqjtKkt3+UouVBvmyYW9aZlpgj3EwfpobO8TJlM9PS4rnViMIyWnvSCV1aMvrDlDJqgjw6RssuUK3izKaZVM1Fk6BZpPC9lLBclaxNy7NqbzzwNfkDb6Hbb+1JGTtqJ6yk4X8/UX1RiYJT9alXU6ZvSsrFl5WxOsvHnEd4OrERxRf4CY50uZVUOiPzztq2l07/SHP6XqYsiO1kJvbexTHReUNshY18TT3u2D1CFwUGg2qFUaQplM8nnL7DrmnrGpPnyDx5rpZmyVftvUKVRiZAJMHA64zx6ukvg63eDI0KzgsIXGPZv8gES5kfTFP7RMynMn9L/EQoGphyiugDiozwJbzPP645L1vzggzTfAL2tlNf2D+L03uj+N2TOv+yXID+L9/iTzsAlD9Qt5X9kJP9YRVzy1cBMsDvtMJq72mXOA5OwcOUp1lnHXA3WgBcS3h8PtBJGC4ER3NFN5doln5P/DvrV8QLD6c1GPXx/sy8v8= root@ip-10-31-45-17.us-east-1.aws.redhat.com", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "follow": false, "unsafe_writes": false, "regexp": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "src": null, "force": null, "content": null, "remote_src": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.45.17 closed.\r\n') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903125.0303195-11067-34145326846093/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.212> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDXDbflPHzIQ1wGoxr+rJMMDvAs9c+SQFxXv+eVAKlwEAhDMcj1o4f7bZo1OLWlTv+uObeT4FQo5OefR6H3aX6fq9gxRXvqUmWjmNWq5+PoWW8PK4tdx/sqvgrJF6OYIiHEMRpjcUKcBj7XeMdL69PFPmh9oPxWSyD02YUpP5dEJLmMeQJ0bMLaafbqMLySCDtuQLaX5Ym0ztiOfjHAK3qNYWfI2g2Ef9qDDX5v4bQ+8Wu2sHqOc/uqFWFXYrQuCaB6ofTSjidCYEp+LsxpYF/tYufyHxLgEbJxFinrDFqpCwfF/P+hqdXnQljoGxv9csPqpfDD6Of4sAl7XnRpDWZG5Yp1IbnoEE3xqT1obER4G4Qos/EkP9QlG5OeuQfMhqP4O9MEkWZvPaXRn8lXOlC+lZkECvotRUmu1lbjFu+fgtG3U3W7zN/yegpsEam/mvWuXXXpQGiz+VMBve5YXEL4sgWPDXycuTKarw0iCswuIhLZNwbS6pCVXTD0//GHxYc= root@ip-10-31-45-212.us-east-1.aws.redhat.com", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "follow": false, "unsafe_writes": false, "regexp": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "src": null, "force": null, "content": null, "remote_src": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.45.212 closed.\r\n') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903125.0297291-11069-233611025784300/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') ok: [managed_node1 -> managed_node1] => { "backup": "", "changed": false, "diff": [ { "after": "", "after_header": "/root/.ssh/authorized_keys (content)", "before": "", "before_header": "/root/.ssh/authorized_keys (content)" }, { "after_header": "/root/.ssh/authorized_keys (file attributes)", "before_header": "/root/.ssh/authorized_keys (file attributes)" } ], "invocation": { "module_args": { "attributes": null, "backrefs": false, "backup": false, "content": null, "create": true, "delimiter": null, "directory_mode": null, "firstmatch": false, "follow": false, "force": null, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDfEayLr29cFwgm8rDkRXBpTuDoAV58JKNcHn/0VTgY2lx/K9ZxzF/C65mFTs2Yd90ATKFKllNkafBbdkVCESYpqDFVQTX/wT5Lz8SbnOkhfnY/QdBBnph0QfBnf21YhGMbjXrg7f4J7Ttdd2GvCVoYNAAwWhumE168fkBnYqC57YG0OjgeAM8yFDfT3ID23xj9AKrqWKnGA5+RSuVv3fiXL2NCTi6EqP+B7nU1RuYQtimgey8VYWBPg7rh/FgRfKB7bs3ksgTM6s7+D/w+i3s/4sd832fxkKhPn2MPYpDFbBnYcwBNOCxVc9WjwE4LSAgCgjvk5hfYXAOTwHxl17VKg97BKLRGmqsBqI5EF09YqCw27C+0BMfwuAR9jDDLtShTfH/a0+oCMi3ZGLZYNyz3ZeyjY3Yz/BA5uDNV7h+ghEpHzAIC6YruKQ7iUZhwrMyeyS1ADC4csHRP1AEODUEMjKyFZEYQwQhgIrLzbDqown84kuGmDyo8PoakDiYqwc= root@ip-10-31-45-36.us-east-1.aws.redhat.com", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "present", "unsafe_writes": false, "validate": null } } } <10.31.45.17> (0, b'', b'') changed: [managed_node2 -> managed_node2] => { "backup": "", "changed": true, "diff": [ { "after": "", "after_header": "/root/.ssh/authorized_keys (content)", "before": "", "before_header": "/root/.ssh/authorized_keys (content)" }, { "after_header": "/root/.ssh/authorized_keys (file attributes)", "before_header": "/root/.ssh/authorized_keys (file attributes)" } ], "invocation": { "module_args": { "attributes": null, "backrefs": false, "backup": false, "content": null, "create": true, "delimiter": null, "directory_mode": null, "firstmatch": false, "follow": false, "force": null, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPLUV13jZRd+uV+7kZa/xgqjtKkt3+UouVBvmyYW9aZlpgj3EwfpobO8TJlM9PS4rnViMIyWnvSCV1aMvrDlDJqgjw6RssuUK3izKaZVM1Fk6BZpPC9lLBclaxNy7NqbzzwNfkDb6Hbb+1JGTtqJ6yk4X8/UX1RiYJT9alXU6ZvSsrFl5WxOsvHnEd4OrERxRf4CY50uZVUOiPzztq2l07/SHP6XqYsiO1kJvbexTHReUNshY18TT3u2D1CFwUGg2qFUaQplM8nnL7DrmnrGpPnyDx5rpZmyVftvUKVRiZAJMHA64zx6ukvg63eDI0KzgsIXGPZv8gES5kfTFP7RMynMn9L/EQoGphyiugDiozwJbzPP645L1vzggzTfAL2tlNf2D+L03uj+N2TOv+yXID+L9/iTzsAlD9Qt5X9kJP9YRVzy1cBMsDvtMJq72mXOA5OwcOUp1lnHXA3WgBcS3h8PtBJGC4ER3NFN5doln5P/DvrV8QLD6c1GPXx/sy8v8= root@ip-10-31-45-17.us-east-1.aws.redhat.com", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "present", "unsafe_writes": false, "validate": null } } } MSG: line added <10.31.45.212> (0, b'', b'') ok: [managed_node3 -> managed_node3] => { "backup": "", "changed": false, "diff": [ { "after": "", "after_header": "/root/.ssh/authorized_keys (content)", "before": "", "before_header": "/root/.ssh/authorized_keys (content)" }, { "after_header": "/root/.ssh/authorized_keys (file attributes)", "before_header": "/root/.ssh/authorized_keys (file attributes)" } ], "invocation": { "module_args": { "attributes": null, "backrefs": false, "backup": false, "content": null, "create": true, "delimiter": null, "directory_mode": null, "firstmatch": false, "follow": false, "force": null, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXDbflPHzIQ1wGoxr+rJMMDvAs9c+SQFxXv+eVAKlwEAhDMcj1o4f7bZo1OLWlTv+uObeT4FQo5OefR6H3aX6fq9gxRXvqUmWjmNWq5+PoWW8PK4tdx/sqvgrJF6OYIiHEMRpjcUKcBj7XeMdL69PFPmh9oPxWSyD02YUpP5dEJLmMeQJ0bMLaafbqMLySCDtuQLaX5Ym0ztiOfjHAK3qNYWfI2g2Ef9qDDX5v4bQ+8Wu2sHqOc/uqFWFXYrQuCaB6ofTSjidCYEp+LsxpYF/tYufyHxLgEbJxFinrDFqpCwfF/P+hqdXnQljoGxv9csPqpfDD6Of4sAl7XnRpDWZG5Yp1IbnoEE3xqT1obER4G4Qos/EkP9QlG5OeuQfMhqP4O9MEkWZvPaXRn8lXOlC+lZkECvotRUmu1lbjFu+fgtG3U3W7zN/yegpsEam/mvWuXXXpQGiz+VMBve5YXEL4sgWPDXycuTKarw0iCswuIhLZNwbS6pCVXTD0//GHxYc= root@ip-10-31-45-212.us-east-1.aws.redhat.com", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "present", "unsafe_writes": false, "validate": null } } } TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 21 September 2024 03:18:45 -0400 (0:00:00.510) 0:00:10.572 **** <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.36> (0, b'/root\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903125.4947062-11093-1947077642012 `" && echo ansible-tmp-1726903125.4947062-11093-1947077642012="` echo /root/.ansible/tmp/ansible-tmp-1726903125.4947062-11093-1947077642012 `" ) && sleep 0'"'"'' <10.31.45.17> (0, b'/root\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903125.5023537-11095-198261565974377 `" && echo ansible-tmp-1726903125.5023537-11095-198261565974377="` echo /root/.ansible/tmp/ansible-tmp-1726903125.5023537-11095-198261565974377 `" ) && sleep 0'"'"'' <10.31.45.212> (0, b'/root\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903125.5159314-11096-104776942734727 `" && echo ansible-tmp-1726903125.5159314-11096-104776942734727="` echo /root/.ansible/tmp/ansible-tmp-1726903125.5159314-11096-104776942734727 `" ) && sleep 0'"'"'' <10.31.45.36> (0, b'ansible-tmp-1726903125.4947062-11093-1947077642012=/root/.ansible/tmp/ansible-tmp-1726903125.4947062-11093-1947077642012\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.45.36> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp9yd63eqd TO /root/.ansible/tmp/ansible-tmp-1726903125.4947062-11093-1947077642012/AnsiballZ_slurp.py <10.31.45.36> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4957cff310 '[10.31.45.36]' <10.31.45.17> (0, b'ansible-tmp-1726903125.5023537-11095-198261565974377=/root/.ansible/tmp/ansible-tmp-1726903125.5023537-11095-198261565974377\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.45.17> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpintisi46 TO /root/.ansible/tmp/ansible-tmp-1726903125.5023537-11095-198261565974377/AnsiballZ_slurp.py <10.31.45.17> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/aa2709a845 '[10.31.45.17]' <10.31.45.212> (0, b'ansible-tmp-1726903125.5159314-11096-104776942734727=/root/.ansible/tmp/ansible-tmp-1726903125.5159314-11096-104776942734727\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.45.212> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpwhnt0e8y TO /root/.ansible/tmp/ansible-tmp-1726903125.5159314-11096-104776942734727/AnsiballZ_slurp.py <10.31.45.212> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/2a0db7bcd4 '[10.31.45.212]' <10.31.45.36> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp9yd63eqd /root/.ansible/tmp/ansible-tmp-1726903125.4947062-11093-1947077642012/AnsiballZ_slurp.py\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903125.4947062-11093-1947077642012/ /root/.ansible/tmp/ansible-tmp-1726903125.4947062-11093-1947077642012/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.17> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpintisi46 /root/.ansible/tmp/ansible-tmp-1726903125.5023537-11095-198261565974377/AnsiballZ_slurp.py\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903125.5023537-11095-198261565974377/ /root/.ansible/tmp/ansible-tmp-1726903125.5023537-11095-198261565974377/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.212> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpwhnt0e8y /root/.ansible/tmp/ansible-tmp-1726903125.5159314-11096-104776942734727/AnsiballZ_slurp.py\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903125.5159314-11096-104776942734727/ /root/.ansible/tmp/ansible-tmp-1726903125.5159314-11096-104776942734727/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 -tt 10.31.45.36 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903125.4947062-11093-1947077642012/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 -tt 10.31.45.17 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903125.5023537-11095-198261565974377/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.212> (0, b'', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 -tt 10.31.45.212 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903125.5159314-11096-104776942734727/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.36> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDM0VCd29BSVR0TnF2REhPcEhDbHlvODBwcHptOFoxRmw3L0RrQVBLL0VDUEF6VHFIVnRzSW03LzZNRUh3aCtGYkhWV3FNcXk4emV5T21mMEpHdFVCRGUvN3E1RjU0SG9Pb1NPNUdCY2EzNmttdnlzTVBhNVJVbHovYk1OMFlNQmNtUDV5M09lYnplZEJzT0xraHlDbDhRRTBmanh4WGJNY2h1QVZWR1UwL0FHYlI4TTViTkhxUGlVb0NCWGdNdFpzR2liNVViRnI2VnNwdmpkb29ZT0dmRzJLTk1vc1g4VnJLa0h3QnRQK2dkejY5RkNFMndKTGtpWHhQSTUxNEQxWnBMQlVFMDZRT09wS1Q0UEZRczErNnVjL0ltb1NLVHlLTGZCUUJKYnJpTlF5QnhBZXg0Zmc1MFRoMzBhUTRSV2tWRE5pb3RkTE93WFpQTW9HVWRiNmlZUVN0VzdPRFdxRG1LaUZGaE5vaW96RmZ5a2tQYmZkMEt5Y0FrZXdKS040aUhuSytxMG9xejZ2MUg0SUpHRWx4M1hwdVdvZVduQllGMzZ5RUtwL3REUk9CbjhObDBVNjdnVCt5VW84TjBZY0RNVnZLRFQyaVpmS0t3M28yaTlmb2pkS0JmUEVlU0oyQmFOUnRZRjBKdVZvcHNXQkxHdDUxcmFVV0NBd3FHM3M9IHJvb3RAaXAtMTAtMzEtNDUtMzYudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}}\r\n', b'Shared connection to 10.31.45.36 closed.\r\n') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903125.4947062-11093-1947077642012/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.17> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEZUlpazkwYVE3bnk5U2gvR1F4bGY5Slp3YnluUHNiUkczeWFYbDNzT2RsSzBDZW93bDNTSWF5czl3QmxHTTlNZk1SWXVGNG04Y0pkVmhCaE44eGpkOUFVd1Y4aUhnUndNSEpNdHJVQTNzMXlSMC9KSklmUVZGbnpqMkVkTlZBNjgxcUd5RWtZNUZCTFkvNFRabm83U3pGY0NxdWgrelVNdGdNRWJubnByYThuUW9zckFNem1ucUpWWFY2bHJ6OUZxMFV3bEFyN0RncVBZVXJGcGVXanRGMGJYK0hZOEFpNFM5UVRSRjBGWERjWURXWWFuOTVSc21pdGJKZU9lY0hrU3E5Z1N3bDlIb3lkUXZJRlZicTIzay9vN3MrWW4vS1FuWUU5WDNoMnRFWXU4a0RsdmlBT0NjakZYWDZyU3RuZlo1VkRmT0VjUFRma2ZDeXhGLythTEo1WXNRYmtJdm4rTXhLS2cwNFF0cE9admpwclVMWU91NTA3Y2ZHSVpaNUQzWjdxVk9IVi9tcnB2NEpKRXlxZ2ZlNVRMMGhGQWFqNkpabEQyRUxuNU55R1JMdnM1YXBFbXluWUlCRXYxbUZaQis0V1p3QzUxMzVxWS94eHZTRFJTNGd1ejloNjRwM0pRVDFndThUVnJtS05wOGlSNElSai9ja3NxeFk5TFNrSjg9IHJvb3RAaXAtMTAtMzEtNDUtMTcudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}}\r\n', b'Shared connection to 10.31.45.17 closed.\r\n') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903125.5023537-11095-198261565974377/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.212> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDYzR5aDJGSHYvbkR0S05VeDRORDBXeXlHY3YzaFRWbHlFODBCYXMzSnNMeDlYVFVVMEovUFhsSnZJVDBLL3hsUXpralEzcHkvMlNaTU9VRGM1VTNrR3hPdzQrTlR2M1dlUXZNNXgwYmVpVDUxY1ZPVmR2OWNTd1hGaXE1dDFaZDdUbXlDa3FkdndSL3FWZk1HakRlSWRCWSs4UGNmTDhTZUprTmlPanFRTTNrOU9BOVFnRkE2bTVzeVIzNUxmY3VVNnlTcE1WTlFEWlNPRW9vTmJTQkxNSFllMnNwcHNSaHJLS1pNaXhNMWYvSFBwNmFUWndKMTg2RVpJa3FYaFNBOEdFVjY3MlVudERZVkVyaERRSmo2MzRZUHk4Zy9IT1hZaHZvaW1SWlZJTERIWjltVzVpTXVwUDhQMnBTcmswbEQ4Z0MwZHpPU3RYVEdMMTZNN3NqYmdrNHU2R2M0cStKbzVoUnRacjljdDUvcXdzOGxzSkhWN2tXRVJaUFMzc21sZk1kaDlPOE9ySTlVVmttQy82NCt2eGNvV1lKbE9XT3BHbG5rV0dHQjdibUJTTENoK2dONFhFc0NscDBLbS9FMnQzU1B6U015NFpZcE9RbHQvTG1iZG1hWWp1cmNVSk50aEFuVDBqWFFpQmpFbU5tSDlpaDFRU3ZEQWZDTUxUbFU9IHJvb3RAaXAtMTAtMzEtNDUtMjEyLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}}\r\n', b'Shared connection to 10.31.45.212 closed.\r\n') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903125.5159314-11096-104776942734727/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') ok: [managed_node1 -> managed_node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDM0VCd29BSVR0TnF2REhPcEhDbHlvODBwcHptOFoxRmw3L0RrQVBLL0VDUEF6VHFIVnRzSW03LzZNRUh3aCtGYkhWV3FNcXk4emV5T21mMEpHdFVCRGUvN3E1RjU0SG9Pb1NPNUdCY2EzNmttdnlzTVBhNVJVbHovYk1OMFlNQmNtUDV5M09lYnplZEJzT0xraHlDbDhRRTBmanh4WGJNY2h1QVZWR1UwL0FHYlI4TTViTkhxUGlVb0NCWGdNdFpzR2liNVViRnI2VnNwdmpkb29ZT0dmRzJLTk1vc1g4VnJLa0h3QnRQK2dkejY5RkNFMndKTGtpWHhQSTUxNEQxWnBMQlVFMDZRT09wS1Q0UEZRczErNnVjL0ltb1NLVHlLTGZCUUJKYnJpTlF5QnhBZXg0Zmc1MFRoMzBhUTRSV2tWRE5pb3RkTE93WFpQTW9HVWRiNmlZUVN0VzdPRFdxRG1LaUZGaE5vaW96RmZ5a2tQYmZkMEt5Y0FrZXdKS040aUhuSytxMG9xejZ2MUg0SUpHRWx4M1hwdVdvZVduQllGMzZ5RUtwL3REUk9CbjhObDBVNjdnVCt5VW84TjBZY0RNVnZLRFQyaVpmS0t3M28yaTlmb2pkS0JmUEVlU0oyQmFOUnRZRjBKdVZvcHNXQkxHdDUxcmFVV0NBd3FHM3M9IHJvb3RAaXAtMTAtMzEtNDUtMzYudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.45.17> (0, b'', b'') ok: [managed_node2 -> managed_node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEZUlpazkwYVE3bnk5U2gvR1F4bGY5Slp3YnluUHNiUkczeWFYbDNzT2RsSzBDZW93bDNTSWF5czl3QmxHTTlNZk1SWXVGNG04Y0pkVmhCaE44eGpkOUFVd1Y4aUhnUndNSEpNdHJVQTNzMXlSMC9KSklmUVZGbnpqMkVkTlZBNjgxcUd5RWtZNUZCTFkvNFRabm83U3pGY0NxdWgrelVNdGdNRWJubnByYThuUW9zckFNem1ucUpWWFY2bHJ6OUZxMFV3bEFyN0RncVBZVXJGcGVXanRGMGJYK0hZOEFpNFM5UVRSRjBGWERjWURXWWFuOTVSc21pdGJKZU9lY0hrU3E5Z1N3bDlIb3lkUXZJRlZicTIzay9vN3MrWW4vS1FuWUU5WDNoMnRFWXU4a0RsdmlBT0NjakZYWDZyU3RuZlo1VkRmT0VjUFRma2ZDeXhGLythTEo1WXNRYmtJdm4rTXhLS2cwNFF0cE9admpwclVMWU91NTA3Y2ZHSVpaNUQzWjdxVk9IVi9tcnB2NEpKRXlxZ2ZlNVRMMGhGQWFqNkpabEQyRUxuNU55R1JMdnM1YXBFbXluWUlCRXYxbUZaQis0V1p3QzUxMzVxWS94eHZTRFJTNGd1ejloNjRwM0pRVDFndThUVnJtS05wOGlSNElSai9ja3NxeFk5TFNrSjg9IHJvb3RAaXAtMTAtMzEtNDUtMTcudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.45.212> (0, b'', b'') ok: [managed_node3 -> managed_node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDYzR5aDJGSHYvbkR0S05VeDRORDBXeXlHY3YzaFRWbHlFODBCYXMzSnNMeDlYVFVVMEovUFhsSnZJVDBLL3hsUXpralEzcHkvMlNaTU9VRGM1VTNrR3hPdzQrTlR2M1dlUXZNNXgwYmVpVDUxY1ZPVmR2OWNTd1hGaXE1dDFaZDdUbXlDa3FkdndSL3FWZk1HakRlSWRCWSs4UGNmTDhTZUprTmlPanFRTTNrOU9BOVFnRkE2bTVzeVIzNUxmY3VVNnlTcE1WTlFEWlNPRW9vTmJTQkxNSFllMnNwcHNSaHJLS1pNaXhNMWYvSFBwNmFUWndKMTg2RVpJa3FYaFNBOEdFVjY3MlVudERZVkVyaERRSmo2MzRZUHk4Zy9IT1hZaHZvaW1SWlZJTERIWjltVzVpTXVwUDhQMnBTcmswbEQ4Z0MwZHpPU3RYVEdMMTZNN3NqYmdrNHU2R2M0cStKbzVoUnRacjljdDUvcXdzOGxzSkhWN2tXRVJaUFMzc21sZk1kaDlPOE9ySTlVVmttQy82NCt2eGNvV1lKbE9XT3BHbG5rV0dHQjdibUJTTENoK2dONFhFc0NscDBLbS9FMnQzU1B6U015NFpZcE9RbHQvTG1iZG1hWWp1cmNVSk50aEFuVDBqWFFpQmpFbU5tSDlpaDFRU3ZEQWZDTUxUbFU9IHJvb3RAaXAtMTAtMzEtNDUtMjEyLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 21 September 2024 03:18:45 -0400 (0:00:00.360) 0:00:10.932 **** <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.36> (0, b'/root\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903125.926331-11123-226130157727840 `" && echo ansible-tmp-1726903125.926331-11123-226130157727840="` echo /root/.ansible/tmp/ansible-tmp-1726903125.926331-11123-226130157727840 `" ) && sleep 0'"'"'' <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.17> (0, b'/root\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903125.942275-11124-226066914166983 `" && echo ansible-tmp-1726903125.942275-11124-226066914166983="` echo /root/.ansible/tmp/ansible-tmp-1726903125.942275-11124-226066914166983 `" ) && sleep 0'"'"'' <10.31.45.212> (0, b'/root\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903125.9567463-11125-30031172811239 `" && echo ansible-tmp-1726903125.9567463-11125-30031172811239="` echo /root/.ansible/tmp/ansible-tmp-1726903125.9567463-11125-30031172811239 `" ) && sleep 0'"'"'' <10.31.45.36> (0, b'ansible-tmp-1726903125.926331-11123-226130157727840=/root/.ansible/tmp/ansible-tmp-1726903125.926331-11123-226130157727840\n', b'') <10.31.45.17> (0, b'ansible-tmp-1726903125.942275-11124-226066914166983=/root/.ansible/tmp/ansible-tmp-1726903125.942275-11124-226066914166983\n', b'') <10.31.45.212> (0, b'ansible-tmp-1726903125.9567463-11125-30031172811239=/root/.ansible/tmp/ansible-tmp-1726903125.9567463-11125-30031172811239\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py <10.31.45.36> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmphbm5z5qz TO /root/.ansible/tmp/ansible-tmp-1726903125.926331-11123-226130157727840/AnsiballZ_known_hosts.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py <10.31.45.36> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4957cff310 '[10.31.45.36]' <10.31.45.17> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp1_sjmrun TO /root/.ansible/tmp/ansible-tmp-1726903125.942275-11124-226066914166983/AnsiballZ_known_hosts.py <10.31.45.17> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/aa2709a845 '[10.31.45.17]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py <10.31.45.212> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpwyv659vg TO /root/.ansible/tmp/ansible-tmp-1726903125.9567463-11125-30031172811239/AnsiballZ_known_hosts.py <10.31.45.212> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/2a0db7bcd4 '[10.31.45.212]' <10.31.45.212> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpwyv659vg /root/.ansible/tmp/ansible-tmp-1726903125.9567463-11125-30031172811239/AnsiballZ_known_hosts.py\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903125.9567463-11125-30031172811239/ /root/.ansible/tmp/ansible-tmp-1726903125.9567463-11125-30031172811239/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.45.17> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp1_sjmrun /root/.ansible/tmp/ansible-tmp-1726903125.942275-11124-226066914166983/AnsiballZ_known_hosts.py\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903125.942275-11124-226066914166983/ /root/.ansible/tmp/ansible-tmp-1726903125.942275-11124-226066914166983/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.45.36> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmphbm5z5qz /root/.ansible/tmp/ansible-tmp-1726903125.926331-11123-226130157727840/AnsiballZ_known_hosts.py\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903125.926331-11123-226130157727840/ /root/.ansible/tmp/ansible-tmp-1726903125.926331-11123-226130157727840/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.45.212> (0, b'', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 -tt 10.31.45.212 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903125.9567463-11125-30031172811239/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 -tt 10.31.45.17 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903125.942275-11124-226066914166983/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 -tt 10.31.45.36 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903125.926331-11123-226130157727840/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.45.212> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.45.212 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCc4yh2FHv/nDtKNUx4ND0WyyGcv3hTVlyE80Bas3JsLx9XTUU0J/PXlJvIT0K/xlQzkjQ3py/2SZMOUDc5U3kGxOw4+NTv3WeQvM5x0beiT51cVOVdv9cSwXFiq5t1Zd7TmyCkqdvwR/qVfMGjDeIdBY+8PcfL8SeJkNiOjqQM3k9OA9QgFA6m5syR35LfcuU6ySpMVNQDZSOEooNbSBLMHYe2sppsRhrKKZMixM1f/HPp6aTZwJ186EZIkqXhSA8GEV672UntDYVErhDQJj634YPy8g/HOXYhvoimRZVILDHZ9mW5iMupP8P2pSrk0lD8gC0dzOStXTGL16M7sjbgk4u6Gc4q+Jo5hRtZr9ct5/qws8lsJHV7kWERZPS3smlfMdh9O8OrI9UVkmC/64+vxcoWYJlOWOpGlnkWGGB7bmBSLCh+gN4XEsClp0Km/E2t3SPzSMy4ZYpOQlt/LmbdmaYjurcUJNthAnT0jXQiBjEmNmH9ih1QSvDAfCMLTlU= root@ip-10-31-45-212.us-east-1.aws.redhat.com\\n", "after": "10.31.45.212 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCc4yh2FHv/nDtKNUx4ND0WyyGcv3hTVlyE80Bas3JsLx9XTUU0J/PXlJvIT0K/xlQzkjQ3py/2SZMOUDc5U3kGxOw4+NTv3WeQvM5x0beiT51cVOVdv9cSwXFiq5t1Zd7TmyCkqdvwR/qVfMGjDeIdBY+8PcfL8SeJkNiOjqQM3k9OA9QgFA6m5syR35LfcuU6ySpMVNQDZSOEooNbSBLMHYe2sppsRhrKKZMixM1f/HPp6aTZwJ186EZIkqXhSA8GEV672UntDYVErhDQJj634YPy8g/HOXYhvoimRZVILDHZ9mW5iMupP8P2pSrk0lD8gC0dzOStXTGL16M7sjbgk4u6Gc4q+Jo5hRtZr9ct5/qws8lsJHV7kWERZPS3smlfMdh9O8OrI9UVkmC/64+vxcoWYJlOWOpGlnkWGGB7bmBSLCh+gN4XEsClp0Km/E2t3SPzSMy4ZYpOQlt/LmbdmaYjurcUJNthAnT0jXQiBjEmNmH9ih1QSvDAfCMLTlU= root@ip-10-31-45-212.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.45.212 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCc4yh2FHv/nDtKNUx4ND0WyyGcv3hTVlyE80Bas3JsLx9XTUU0J/PXlJvIT0K/xlQzkjQ3py/2SZMOUDc5U3kGxOw4+NTv3WeQvM5x0beiT51cVOVdv9cSwXFiq5t1Zd7TmyCkqdvwR/qVfMGjDeIdBY+8PcfL8SeJkNiOjqQM3k9OA9QgFA6m5syR35LfcuU6ySpMVNQDZSOEooNbSBLMHYe2sppsRhrKKZMixM1f/HPp6aTZwJ186EZIkqXhSA8GEV672UntDYVErhDQJj634YPy8g/HOXYhvoimRZVILDHZ9mW5iMupP8P2pSrk0lD8gC0dzOStXTGL16M7sjbgk4u6Gc4q+Jo5hRtZr9ct5/qws8lsJHV7kWERZPS3smlfMdh9O8OrI9UVkmC/64+vxcoWYJlOWOpGlnkWGGB7bmBSLCh+gN4XEsClp0Km/E2t3SPzSMy4ZYpOQlt/LmbdmaYjurcUJNthAnT0jXQiBjEmNmH9ih1QSvDAfCMLTlU= root@ip-10-31-45-212.us-east-1.aws.redhat.com\\n", "name": "10.31.45.212", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.45.212 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCc4yh2FHv/nDtKNUx4ND0WyyGcv3hTVlyE80Bas3JsLx9XTUU0J/PXlJvIT0K/xlQzkjQ3py/2SZMOUDc5U3kGxOw4+NTv3WeQvM5x0beiT51cVOVdv9cSwXFiq5t1Zd7TmyCkqdvwR/qVfMGjDeIdBY+8PcfL8SeJkNiOjqQM3k9OA9QgFA6m5syR35LfcuU6ySpMVNQDZSOEooNbSBLMHYe2sppsRhrKKZMixM1f/HPp6aTZwJ186EZIkqXhSA8GEV672UntDYVErhDQJj634YPy8g/HOXYhvoimRZVILDHZ9mW5iMupP8P2pSrk0lD8gC0dzOStXTGL16M7sjbgk4u6Gc4q+Jo5hRtZr9ct5/qws8lsJHV7kWERZPS3smlfMdh9O8OrI9UVkmC/64+vxcoWYJlOWOpGlnkWGGB7bmBSLCh+gN4XEsClp0Km/E2t3SPzSMy4ZYpOQlt/LmbdmaYjurcUJNthAnT0jXQiBjEmNmH9ih1QSvDAfCMLTlU= root@ip-10-31-45-212.us-east-1.aws.redhat.com\\n", "after": "10.31.45.212 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCc4yh2FHv/nDtKNUx4ND0WyyGcv3hTVlyE80Bas3JsLx9XTUU0J/PXlJvIT0K/xlQzkjQ3py/2SZMOUDc5U3kGxOw4+NTv3WeQvM5x0beiT51cVOVdv9cSwXFiq5t1Zd7TmyCkqdvwR/qVfMGjDeIdBY+8PcfL8SeJkNiOjqQM3k9OA9QgFA6m5syR35LfcuU6ySpMVNQDZSOEooNbSBLMHYe2sppsRhrKKZMixM1f/HPp6aTZwJ186EZIkqXhSA8GEV672UntDYVErhDQJj634YPy8g/HOXYhvoimRZVILDHZ9mW5iMupP8P2pSrk0lD8gC0dzOStXTGL16M7sjbgk4u6Gc4q+Jo5hRtZr9ct5/qws8lsJHV7kWERZPS3smlfMdh9O8OrI9UVkmC/64+vxcoWYJlOWOpGlnkWGGB7bmBSLCh+gN4XEsClp0Km/E2t3SPzSMy4ZYpOQlt/LmbdmaYjurcUJNthAnT0jXQiBjEmNmH9ih1QSvDAfCMLTlU= root@ip-10-31-45-212.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.45.212 closed.\r\n') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903125.9567463-11125-30031172811239/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.17> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.45.17 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeIik90aQ7ny9Sh/GQxlf9JZwbynPsbRG3yaXl3sOdlK0Ceowl3SIays9wBlGM9MfMRYuF4m8cJdVhBhN8xjd9AUwV8iHgRwMHJMtrUA3s1yR0/JJIfQVFnzj2EdNVA681qGyEkY5FBLY/4TZno7SzFcCquh+zUMtgMEbnnpra8nQosrAMzmnqJVXV6lrz9Fq0UwlAr7DgqPYUrFpeWjtF0bX+HY8Ai4S9QTRF0FXDcYDWYan95RsmitbJeOecHkSq9gSwl9HoydQvIFVbq23k/o7s+Yn/KQnYE9X3h2tEYu8kDlviAOCcjFXX6rStnfZ5VDfOEcPTfkfCyxF/+aLJ5YsQbkIvn+MxKKg04QtpOZvjprULYOu507cfGIZZ5D3Z7qVOHV/mrpv4JJEyqgfe5TL0hFAaj6JZlD2ELn5NyGRLvs5apEmynYIBEv1mFZB+4WZwC5135qY/xxvSDRS4guz9h64p3JQT1gu8TVrmKNp8iR4IRj/cksqxY9LSkJ8= root@ip-10-31-45-17.us-east-1.aws.redhat.com\\n", "after": "10.31.45.17 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeIik90aQ7ny9Sh/GQxlf9JZwbynPsbRG3yaXl3sOdlK0Ceowl3SIays9wBlGM9MfMRYuF4m8cJdVhBhN8xjd9AUwV8iHgRwMHJMtrUA3s1yR0/JJIfQVFnzj2EdNVA681qGyEkY5FBLY/4TZno7SzFcCquh+zUMtgMEbnnpra8nQosrAMzmnqJVXV6lrz9Fq0UwlAr7DgqPYUrFpeWjtF0bX+HY8Ai4S9QTRF0FXDcYDWYan95RsmitbJeOecHkSq9gSwl9HoydQvIFVbq23k/o7s+Yn/KQnYE9X3h2tEYu8kDlviAOCcjFXX6rStnfZ5VDfOEcPTfkfCyxF/+aLJ5YsQbkIvn+MxKKg04QtpOZvjprULYOu507cfGIZZ5D3Z7qVOHV/mrpv4JJEyqgfe5TL0hFAaj6JZlD2ELn5NyGRLvs5apEmynYIBEv1mFZB+4WZwC5135qY/xxvSDRS4guz9h64p3JQT1gu8TVrmKNp8iR4IRj/cksqxY9LSkJ8= root@ip-10-31-45-17.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.45.17 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeIik90aQ7ny9Sh/GQxlf9JZwbynPsbRG3yaXl3sOdlK0Ceowl3SIays9wBlGM9MfMRYuF4m8cJdVhBhN8xjd9AUwV8iHgRwMHJMtrUA3s1yR0/JJIfQVFnzj2EdNVA681qGyEkY5FBLY/4TZno7SzFcCquh+zUMtgMEbnnpra8nQosrAMzmnqJVXV6lrz9Fq0UwlAr7DgqPYUrFpeWjtF0bX+HY8Ai4S9QTRF0FXDcYDWYan95RsmitbJeOecHkSq9gSwl9HoydQvIFVbq23k/o7s+Yn/KQnYE9X3h2tEYu8kDlviAOCcjFXX6rStnfZ5VDfOEcPTfkfCyxF/+aLJ5YsQbkIvn+MxKKg04QtpOZvjprULYOu507cfGIZZ5D3Z7qVOHV/mrpv4JJEyqgfe5TL0hFAaj6JZlD2ELn5NyGRLvs5apEmynYIBEv1mFZB+4WZwC5135qY/xxvSDRS4guz9h64p3JQT1gu8TVrmKNp8iR4IRj/cksqxY9LSkJ8= root@ip-10-31-45-17.us-east-1.aws.redhat.com\\n", "name": "10.31.45.17", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.45.17 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeIik90aQ7ny9Sh/GQxlf9JZwbynPsbRG3yaXl3sOdlK0Ceowl3SIays9wBlGM9MfMRYuF4m8cJdVhBhN8xjd9AUwV8iHgRwMHJMtrUA3s1yR0/JJIfQVFnzj2EdNVA681qGyEkY5FBLY/4TZno7SzFcCquh+zUMtgMEbnnpra8nQosrAMzmnqJVXV6lrz9Fq0UwlAr7DgqPYUrFpeWjtF0bX+HY8Ai4S9QTRF0FXDcYDWYan95RsmitbJeOecHkSq9gSwl9HoydQvIFVbq23k/o7s+Yn/KQnYE9X3h2tEYu8kDlviAOCcjFXX6rStnfZ5VDfOEcPTfkfCyxF/+aLJ5YsQbkIvn+MxKKg04QtpOZvjprULYOu507cfGIZZ5D3Z7qVOHV/mrpv4JJEyqgfe5TL0hFAaj6JZlD2ELn5NyGRLvs5apEmynYIBEv1mFZB+4WZwC5135qY/xxvSDRS4guz9h64p3JQT1gu8TVrmKNp8iR4IRj/cksqxY9LSkJ8= root@ip-10-31-45-17.us-east-1.aws.redhat.com\\n", "after": "10.31.45.17 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeIik90aQ7ny9Sh/GQxlf9JZwbynPsbRG3yaXl3sOdlK0Ceowl3SIays9wBlGM9MfMRYuF4m8cJdVhBhN8xjd9AUwV8iHgRwMHJMtrUA3s1yR0/JJIfQVFnzj2EdNVA681qGyEkY5FBLY/4TZno7SzFcCquh+zUMtgMEbnnpra8nQosrAMzmnqJVXV6lrz9Fq0UwlAr7DgqPYUrFpeWjtF0bX+HY8Ai4S9QTRF0FXDcYDWYan95RsmitbJeOecHkSq9gSwl9HoydQvIFVbq23k/o7s+Yn/KQnYE9X3h2tEYu8kDlviAOCcjFXX6rStnfZ5VDfOEcPTfkfCyxF/+aLJ5YsQbkIvn+MxKKg04QtpOZvjprULYOu507cfGIZZ5D3Z7qVOHV/mrpv4JJEyqgfe5TL0hFAaj6JZlD2ELn5NyGRLvs5apEmynYIBEv1mFZB+4WZwC5135qY/xxvSDRS4guz9h64p3JQT1gu8TVrmKNp8iR4IRj/cksqxY9LSkJ8= root@ip-10-31-45-17.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.45.17 closed.\r\n') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903125.942275-11124-226066914166983/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.36> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.45.36 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3EBwoAITtNqvDHOpHClyo80ppzm8Z1Fl7/DkAPK/ECPAzTqHVtsIm7/6MEHwh+FbHVWqMqy8zeyOmf0JGtUBDe/7q5F54HoOoSO5GBca36kmvysMPa5RUlz/bMN0YMBcmP5y3OebzedBsOLkhyCl8QE0fjxxXbMchuAVVGU0/AGbR8M5bNHqPiUoCBXgMtZsGib5UbFr6VspvjdooYOGfG2KNMosX8VrKkHwBtP+gdz69FCE2wJLkiXxPI514D1ZpLBUE06QOOpKT4PFQs1+6uc/ImoSKTyKLfBQBJbriNQyBxAex4fg50Th30aQ4RWkVDNiotdLOwXZPMoGUdb6iYQStW7ODWqDmKiFFhNoiozFfykkPbfd0KycAkewJKN4iHnK+q0oqz6v1H4IJGElx3XpuWoeWnBYF36yEKp/tDROBn8Nl0U67gT+yUo8N0YcDMVvKDT2iZfKKw3o2i9fojdKBfPEeSJ2BaNRtYF0JuVopsWBLGt51raUWCAwqG3s= root@ip-10-31-45-36.us-east-1.aws.redhat.com\\n", "after": "10.31.45.36 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3EBwoAITtNqvDHOpHClyo80ppzm8Z1Fl7/DkAPK/ECPAzTqHVtsIm7/6MEHwh+FbHVWqMqy8zeyOmf0JGtUBDe/7q5F54HoOoSO5GBca36kmvysMPa5RUlz/bMN0YMBcmP5y3OebzedBsOLkhyCl8QE0fjxxXbMchuAVVGU0/AGbR8M5bNHqPiUoCBXgMtZsGib5UbFr6VspvjdooYOGfG2KNMosX8VrKkHwBtP+gdz69FCE2wJLkiXxPI514D1ZpLBUE06QOOpKT4PFQs1+6uc/ImoSKTyKLfBQBJbriNQyBxAex4fg50Th30aQ4RWkVDNiotdLOwXZPMoGUdb6iYQStW7ODWqDmKiFFhNoiozFfykkPbfd0KycAkewJKN4iHnK+q0oqz6v1H4IJGElx3XpuWoeWnBYF36yEKp/tDROBn8Nl0U67gT+yUo8N0YcDMVvKDT2iZfKKw3o2i9fojdKBfPEeSJ2BaNRtYF0JuVopsWBLGt51raUWCAwqG3s= root@ip-10-31-45-36.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.45.36 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3EBwoAITtNqvDHOpHClyo80ppzm8Z1Fl7/DkAPK/ECPAzTqHVtsIm7/6MEHwh+FbHVWqMqy8zeyOmf0JGtUBDe/7q5F54HoOoSO5GBca36kmvysMPa5RUlz/bMN0YMBcmP5y3OebzedBsOLkhyCl8QE0fjxxXbMchuAVVGU0/AGbR8M5bNHqPiUoCBXgMtZsGib5UbFr6VspvjdooYOGfG2KNMosX8VrKkHwBtP+gdz69FCE2wJLkiXxPI514D1ZpLBUE06QOOpKT4PFQs1+6uc/ImoSKTyKLfBQBJbriNQyBxAex4fg50Th30aQ4RWkVDNiotdLOwXZPMoGUdb6iYQStW7ODWqDmKiFFhNoiozFfykkPbfd0KycAkewJKN4iHnK+q0oqz6v1H4IJGElx3XpuWoeWnBYF36yEKp/tDROBn8Nl0U67gT+yUo8N0YcDMVvKDT2iZfKKw3o2i9fojdKBfPEeSJ2BaNRtYF0JuVopsWBLGt51raUWCAwqG3s= root@ip-10-31-45-36.us-east-1.aws.redhat.com\\n", "name": "10.31.45.36", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.45.36 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3EBwoAITtNqvDHOpHClyo80ppzm8Z1Fl7/DkAPK/ECPAzTqHVtsIm7/6MEHwh+FbHVWqMqy8zeyOmf0JGtUBDe/7q5F54HoOoSO5GBca36kmvysMPa5RUlz/bMN0YMBcmP5y3OebzedBsOLkhyCl8QE0fjxxXbMchuAVVGU0/AGbR8M5bNHqPiUoCBXgMtZsGib5UbFr6VspvjdooYOGfG2KNMosX8VrKkHwBtP+gdz69FCE2wJLkiXxPI514D1ZpLBUE06QOOpKT4PFQs1+6uc/ImoSKTyKLfBQBJbriNQyBxAex4fg50Th30aQ4RWkVDNiotdLOwXZPMoGUdb6iYQStW7ODWqDmKiFFhNoiozFfykkPbfd0KycAkewJKN4iHnK+q0oqz6v1H4IJGElx3XpuWoeWnBYF36yEKp/tDROBn8Nl0U67gT+yUo8N0YcDMVvKDT2iZfKKw3o2i9fojdKBfPEeSJ2BaNRtYF0JuVopsWBLGt51raUWCAwqG3s= root@ip-10-31-45-36.us-east-1.aws.redhat.com\\n", "after": "10.31.45.36 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3EBwoAITtNqvDHOpHClyo80ppzm8Z1Fl7/DkAPK/ECPAzTqHVtsIm7/6MEHwh+FbHVWqMqy8zeyOmf0JGtUBDe/7q5F54HoOoSO5GBca36kmvysMPa5RUlz/bMN0YMBcmP5y3OebzedBsOLkhyCl8QE0fjxxXbMchuAVVGU0/AGbR8M5bNHqPiUoCBXgMtZsGib5UbFr6VspvjdooYOGfG2KNMosX8VrKkHwBtP+gdz69FCE2wJLkiXxPI514D1ZpLBUE06QOOpKT4PFQs1+6uc/ImoSKTyKLfBQBJbriNQyBxAex4fg50Th30aQ4RWkVDNiotdLOwXZPMoGUdb6iYQStW7ODWqDmKiFFhNoiozFfykkPbfd0KycAkewJKN4iHnK+q0oqz6v1H4IJGElx3XpuWoeWnBYF36yEKp/tDROBn8Nl0U67gT+yUo8N0YcDMVvKDT2iZfKKw3o2i9fojdKBfPEeSJ2BaNRtYF0JuVopsWBLGt51raUWCAwqG3s= root@ip-10-31-45-36.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.45.36 closed.\r\n') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903125.926331-11123-226130157727840/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.212> (0, b'', b'') <10.31.45.17> (0, b'', b'') ok: [managed_node3] => { "changed": false, "diff": { "after": "10.31.45.212 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCc4yh2FHv/nDtKNUx4ND0WyyGcv3hTVlyE80Bas3JsLx9XTUU0J/PXlJvIT0K/xlQzkjQ3py/2SZMOUDc5U3kGxOw4+NTv3WeQvM5x0beiT51cVOVdv9cSwXFiq5t1Zd7TmyCkqdvwR/qVfMGjDeIdBY+8PcfL8SeJkNiOjqQM3k9OA9QgFA6m5syR35LfcuU6ySpMVNQDZSOEooNbSBLMHYe2sppsRhrKKZMixM1f/HPp6aTZwJ186EZIkqXhSA8GEV672UntDYVErhDQJj634YPy8g/HOXYhvoimRZVILDHZ9mW5iMupP8P2pSrk0lD8gC0dzOStXTGL16M7sjbgk4u6Gc4q+Jo5hRtZr9ct5/qws8lsJHV7kWERZPS3smlfMdh9O8OrI9UVkmC/64+vxcoWYJlOWOpGlnkWGGB7bmBSLCh+gN4XEsClp0Km/E2t3SPzSMy4ZYpOQlt/LmbdmaYjurcUJNthAnT0jXQiBjEmNmH9ih1QSvDAfCMLTlU= root@ip-10-31-45-212.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.45.212 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCc4yh2FHv/nDtKNUx4ND0WyyGcv3hTVlyE80Bas3JsLx9XTUU0J/PXlJvIT0K/xlQzkjQ3py/2SZMOUDc5U3kGxOw4+NTv3WeQvM5x0beiT51cVOVdv9cSwXFiq5t1Zd7TmyCkqdvwR/qVfMGjDeIdBY+8PcfL8SeJkNiOjqQM3k9OA9QgFA6m5syR35LfcuU6ySpMVNQDZSOEooNbSBLMHYe2sppsRhrKKZMixM1f/HPp6aTZwJ186EZIkqXhSA8GEV672UntDYVErhDQJj634YPy8g/HOXYhvoimRZVILDHZ9mW5iMupP8P2pSrk0lD8gC0dzOStXTGL16M7sjbgk4u6Gc4q+Jo5hRtZr9ct5/qws8lsJHV7kWERZPS3smlfMdh9O8OrI9UVkmC/64+vxcoWYJlOWOpGlnkWGGB7bmBSLCh+gN4XEsClp0Km/E2t3SPzSMy4ZYpOQlt/LmbdmaYjurcUJNthAnT0jXQiBjEmNmH9ih1QSvDAfCMLTlU= root@ip-10-31-45-212.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.45.212 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCc4yh2FHv/nDtKNUx4ND0WyyGcv3hTVlyE80Bas3JsLx9XTUU0J/PXlJvIT0K/xlQzkjQ3py/2SZMOUDc5U3kGxOw4+NTv3WeQvM5x0beiT51cVOVdv9cSwXFiq5t1Zd7TmyCkqdvwR/qVfMGjDeIdBY+8PcfL8SeJkNiOjqQM3k9OA9QgFA6m5syR35LfcuU6ySpMVNQDZSOEooNbSBLMHYe2sppsRhrKKZMixM1f/HPp6aTZwJ186EZIkqXhSA8GEV672UntDYVErhDQJj634YPy8g/HOXYhvoimRZVILDHZ9mW5iMupP8P2pSrk0lD8gC0dzOStXTGL16M7sjbgk4u6Gc4q+Jo5hRtZr9ct5/qws8lsJHV7kWERZPS3smlfMdh9O8OrI9UVkmC/64+vxcoWYJlOWOpGlnkWGGB7bmBSLCh+gN4XEsClp0Km/E2t3SPzSMy4ZYpOQlt/LmbdmaYjurcUJNthAnT0jXQiBjEmNmH9ih1QSvDAfCMLTlU= root@ip-10-31-45-212.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.45.212 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCc4yh2FHv/nDtKNUx4ND0WyyGcv3hTVlyE80Bas3JsLx9XTUU0J/PXlJvIT0K/xlQzkjQ3py/2SZMOUDc5U3kGxOw4+NTv3WeQvM5x0beiT51cVOVdv9cSwXFiq5t1Zd7TmyCkqdvwR/qVfMGjDeIdBY+8PcfL8SeJkNiOjqQM3k9OA9QgFA6m5syR35LfcuU6ySpMVNQDZSOEooNbSBLMHYe2sppsRhrKKZMixM1f/HPp6aTZwJ186EZIkqXhSA8GEV672UntDYVErhDQJj634YPy8g/HOXYhvoimRZVILDHZ9mW5iMupP8P2pSrk0lD8gC0dzOStXTGL16M7sjbgk4u6Gc4q+Jo5hRtZr9ct5/qws8lsJHV7kWERZPS3smlfMdh9O8OrI9UVkmC/64+vxcoWYJlOWOpGlnkWGGB7bmBSLCh+gN4XEsClp0Km/E2t3SPzSMy4ZYpOQlt/LmbdmaYjurcUJNthAnT0jXQiBjEmNmH9ih1QSvDAfCMLTlU= root@ip-10-31-45-212.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.45.212 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCc4yh2FHv/nDtKNUx4ND0WyyGcv3hTVlyE80Bas3JsLx9XTUU0J/PXlJvIT0K/xlQzkjQ3py/2SZMOUDc5U3kGxOw4+NTv3WeQvM5x0beiT51cVOVdv9cSwXFiq5t1Zd7TmyCkqdvwR/qVfMGjDeIdBY+8PcfL8SeJkNiOjqQM3k9OA9QgFA6m5syR35LfcuU6ySpMVNQDZSOEooNbSBLMHYe2sppsRhrKKZMixM1f/HPp6aTZwJ186EZIkqXhSA8GEV672UntDYVErhDQJj634YPy8g/HOXYhvoimRZVILDHZ9mW5iMupP8P2pSrk0lD8gC0dzOStXTGL16M7sjbgk4u6Gc4q+Jo5hRtZr9ct5/qws8lsJHV7kWERZPS3smlfMdh9O8OrI9UVkmC/64+vxcoWYJlOWOpGlnkWGGB7bmBSLCh+gN4XEsClp0Km/E2t3SPzSMy4ZYpOQlt/LmbdmaYjurcUJNthAnT0jXQiBjEmNmH9ih1QSvDAfCMLTlU= root@ip-10-31-45-212.us-east-1.aws.redhat.com\n", "name": "10.31.45.212", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } ok: [managed_node2] => { "changed": false, "diff": { "after": "10.31.45.17 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeIik90aQ7ny9Sh/GQxlf9JZwbynPsbRG3yaXl3sOdlK0Ceowl3SIays9wBlGM9MfMRYuF4m8cJdVhBhN8xjd9AUwV8iHgRwMHJMtrUA3s1yR0/JJIfQVFnzj2EdNVA681qGyEkY5FBLY/4TZno7SzFcCquh+zUMtgMEbnnpra8nQosrAMzmnqJVXV6lrz9Fq0UwlAr7DgqPYUrFpeWjtF0bX+HY8Ai4S9QTRF0FXDcYDWYan95RsmitbJeOecHkSq9gSwl9HoydQvIFVbq23k/o7s+Yn/KQnYE9X3h2tEYu8kDlviAOCcjFXX6rStnfZ5VDfOEcPTfkfCyxF/+aLJ5YsQbkIvn+MxKKg04QtpOZvjprULYOu507cfGIZZ5D3Z7qVOHV/mrpv4JJEyqgfe5TL0hFAaj6JZlD2ELn5NyGRLvs5apEmynYIBEv1mFZB+4WZwC5135qY/xxvSDRS4guz9h64p3JQT1gu8TVrmKNp8iR4IRj/cksqxY9LSkJ8= root@ip-10-31-45-17.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.45.17 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeIik90aQ7ny9Sh/GQxlf9JZwbynPsbRG3yaXl3sOdlK0Ceowl3SIays9wBlGM9MfMRYuF4m8cJdVhBhN8xjd9AUwV8iHgRwMHJMtrUA3s1yR0/JJIfQVFnzj2EdNVA681qGyEkY5FBLY/4TZno7SzFcCquh+zUMtgMEbnnpra8nQosrAMzmnqJVXV6lrz9Fq0UwlAr7DgqPYUrFpeWjtF0bX+HY8Ai4S9QTRF0FXDcYDWYan95RsmitbJeOecHkSq9gSwl9HoydQvIFVbq23k/o7s+Yn/KQnYE9X3h2tEYu8kDlviAOCcjFXX6rStnfZ5VDfOEcPTfkfCyxF/+aLJ5YsQbkIvn+MxKKg04QtpOZvjprULYOu507cfGIZZ5D3Z7qVOHV/mrpv4JJEyqgfe5TL0hFAaj6JZlD2ELn5NyGRLvs5apEmynYIBEv1mFZB+4WZwC5135qY/xxvSDRS4guz9h64p3JQT1gu8TVrmKNp8iR4IRj/cksqxY9LSkJ8= root@ip-10-31-45-17.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.45.17 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeIik90aQ7ny9Sh/GQxlf9JZwbynPsbRG3yaXl3sOdlK0Ceowl3SIays9wBlGM9MfMRYuF4m8cJdVhBhN8xjd9AUwV8iHgRwMHJMtrUA3s1yR0/JJIfQVFnzj2EdNVA681qGyEkY5FBLY/4TZno7SzFcCquh+zUMtgMEbnnpra8nQosrAMzmnqJVXV6lrz9Fq0UwlAr7DgqPYUrFpeWjtF0bX+HY8Ai4S9QTRF0FXDcYDWYan95RsmitbJeOecHkSq9gSwl9HoydQvIFVbq23k/o7s+Yn/KQnYE9X3h2tEYu8kDlviAOCcjFXX6rStnfZ5VDfOEcPTfkfCyxF/+aLJ5YsQbkIvn+MxKKg04QtpOZvjprULYOu507cfGIZZ5D3Z7qVOHV/mrpv4JJEyqgfe5TL0hFAaj6JZlD2ELn5NyGRLvs5apEmynYIBEv1mFZB+4WZwC5135qY/xxvSDRS4guz9h64p3JQT1gu8TVrmKNp8iR4IRj/cksqxY9LSkJ8= root@ip-10-31-45-17.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.45.17 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeIik90aQ7ny9Sh/GQxlf9JZwbynPsbRG3yaXl3sOdlK0Ceowl3SIays9wBlGM9MfMRYuF4m8cJdVhBhN8xjd9AUwV8iHgRwMHJMtrUA3s1yR0/JJIfQVFnzj2EdNVA681qGyEkY5FBLY/4TZno7SzFcCquh+zUMtgMEbnnpra8nQosrAMzmnqJVXV6lrz9Fq0UwlAr7DgqPYUrFpeWjtF0bX+HY8Ai4S9QTRF0FXDcYDWYan95RsmitbJeOecHkSq9gSwl9HoydQvIFVbq23k/o7s+Yn/KQnYE9X3h2tEYu8kDlviAOCcjFXX6rStnfZ5VDfOEcPTfkfCyxF/+aLJ5YsQbkIvn+MxKKg04QtpOZvjprULYOu507cfGIZZ5D3Z7qVOHV/mrpv4JJEyqgfe5TL0hFAaj6JZlD2ELn5NyGRLvs5apEmynYIBEv1mFZB+4WZwC5135qY/xxvSDRS4guz9h64p3JQT1gu8TVrmKNp8iR4IRj/cksqxY9LSkJ8= root@ip-10-31-45-17.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.45.17 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeIik90aQ7ny9Sh/GQxlf9JZwbynPsbRG3yaXl3sOdlK0Ceowl3SIays9wBlGM9MfMRYuF4m8cJdVhBhN8xjd9AUwV8iHgRwMHJMtrUA3s1yR0/JJIfQVFnzj2EdNVA681qGyEkY5FBLY/4TZno7SzFcCquh+zUMtgMEbnnpra8nQosrAMzmnqJVXV6lrz9Fq0UwlAr7DgqPYUrFpeWjtF0bX+HY8Ai4S9QTRF0FXDcYDWYan95RsmitbJeOecHkSq9gSwl9HoydQvIFVbq23k/o7s+Yn/KQnYE9X3h2tEYu8kDlviAOCcjFXX6rStnfZ5VDfOEcPTfkfCyxF/+aLJ5YsQbkIvn+MxKKg04QtpOZvjprULYOu507cfGIZZ5D3Z7qVOHV/mrpv4JJEyqgfe5TL0hFAaj6JZlD2ELn5NyGRLvs5apEmynYIBEv1mFZB+4WZwC5135qY/xxvSDRS4guz9h64p3JQT1gu8TVrmKNp8iR4IRj/cksqxY9LSkJ8= root@ip-10-31-45-17.us-east-1.aws.redhat.com\n", "name": "10.31.45.17", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } <10.31.45.36> (0, b'', b'') ok: [managed_node1] => { "changed": false, "diff": { "after": "10.31.45.36 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3EBwoAITtNqvDHOpHClyo80ppzm8Z1Fl7/DkAPK/ECPAzTqHVtsIm7/6MEHwh+FbHVWqMqy8zeyOmf0JGtUBDe/7q5F54HoOoSO5GBca36kmvysMPa5RUlz/bMN0YMBcmP5y3OebzedBsOLkhyCl8QE0fjxxXbMchuAVVGU0/AGbR8M5bNHqPiUoCBXgMtZsGib5UbFr6VspvjdooYOGfG2KNMosX8VrKkHwBtP+gdz69FCE2wJLkiXxPI514D1ZpLBUE06QOOpKT4PFQs1+6uc/ImoSKTyKLfBQBJbriNQyBxAex4fg50Th30aQ4RWkVDNiotdLOwXZPMoGUdb6iYQStW7ODWqDmKiFFhNoiozFfykkPbfd0KycAkewJKN4iHnK+q0oqz6v1H4IJGElx3XpuWoeWnBYF36yEKp/tDROBn8Nl0U67gT+yUo8N0YcDMVvKDT2iZfKKw3o2i9fojdKBfPEeSJ2BaNRtYF0JuVopsWBLGt51raUWCAwqG3s= root@ip-10-31-45-36.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.45.36 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3EBwoAITtNqvDHOpHClyo80ppzm8Z1Fl7/DkAPK/ECPAzTqHVtsIm7/6MEHwh+FbHVWqMqy8zeyOmf0JGtUBDe/7q5F54HoOoSO5GBca36kmvysMPa5RUlz/bMN0YMBcmP5y3OebzedBsOLkhyCl8QE0fjxxXbMchuAVVGU0/AGbR8M5bNHqPiUoCBXgMtZsGib5UbFr6VspvjdooYOGfG2KNMosX8VrKkHwBtP+gdz69FCE2wJLkiXxPI514D1ZpLBUE06QOOpKT4PFQs1+6uc/ImoSKTyKLfBQBJbriNQyBxAex4fg50Th30aQ4RWkVDNiotdLOwXZPMoGUdb6iYQStW7ODWqDmKiFFhNoiozFfykkPbfd0KycAkewJKN4iHnK+q0oqz6v1H4IJGElx3XpuWoeWnBYF36yEKp/tDROBn8Nl0U67gT+yUo8N0YcDMVvKDT2iZfKKw3o2i9fojdKBfPEeSJ2BaNRtYF0JuVopsWBLGt51raUWCAwqG3s= root@ip-10-31-45-36.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.45.36 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3EBwoAITtNqvDHOpHClyo80ppzm8Z1Fl7/DkAPK/ECPAzTqHVtsIm7/6MEHwh+FbHVWqMqy8zeyOmf0JGtUBDe/7q5F54HoOoSO5GBca36kmvysMPa5RUlz/bMN0YMBcmP5y3OebzedBsOLkhyCl8QE0fjxxXbMchuAVVGU0/AGbR8M5bNHqPiUoCBXgMtZsGib5UbFr6VspvjdooYOGfG2KNMosX8VrKkHwBtP+gdz69FCE2wJLkiXxPI514D1ZpLBUE06QOOpKT4PFQs1+6uc/ImoSKTyKLfBQBJbriNQyBxAex4fg50Th30aQ4RWkVDNiotdLOwXZPMoGUdb6iYQStW7ODWqDmKiFFhNoiozFfykkPbfd0KycAkewJKN4iHnK+q0oqz6v1H4IJGElx3XpuWoeWnBYF36yEKp/tDROBn8Nl0U67gT+yUo8N0YcDMVvKDT2iZfKKw3o2i9fojdKBfPEeSJ2BaNRtYF0JuVopsWBLGt51raUWCAwqG3s= root@ip-10-31-45-36.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.45.36 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3EBwoAITtNqvDHOpHClyo80ppzm8Z1Fl7/DkAPK/ECPAzTqHVtsIm7/6MEHwh+FbHVWqMqy8zeyOmf0JGtUBDe/7q5F54HoOoSO5GBca36kmvysMPa5RUlz/bMN0YMBcmP5y3OebzedBsOLkhyCl8QE0fjxxXbMchuAVVGU0/AGbR8M5bNHqPiUoCBXgMtZsGib5UbFr6VspvjdooYOGfG2KNMosX8VrKkHwBtP+gdz69FCE2wJLkiXxPI514D1ZpLBUE06QOOpKT4PFQs1+6uc/ImoSKTyKLfBQBJbriNQyBxAex4fg50Th30aQ4RWkVDNiotdLOwXZPMoGUdb6iYQStW7ODWqDmKiFFhNoiozFfykkPbfd0KycAkewJKN4iHnK+q0oqz6v1H4IJGElx3XpuWoeWnBYF36yEKp/tDROBn8Nl0U67gT+yUo8N0YcDMVvKDT2iZfKKw3o2i9fojdKBfPEeSJ2BaNRtYF0JuVopsWBLGt51raUWCAwqG3s= root@ip-10-31-45-36.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.45.36 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3EBwoAITtNqvDHOpHClyo80ppzm8Z1Fl7/DkAPK/ECPAzTqHVtsIm7/6MEHwh+FbHVWqMqy8zeyOmf0JGtUBDe/7q5F54HoOoSO5GBca36kmvysMPa5RUlz/bMN0YMBcmP5y3OebzedBsOLkhyCl8QE0fjxxXbMchuAVVGU0/AGbR8M5bNHqPiUoCBXgMtZsGib5UbFr6VspvjdooYOGfG2KNMosX8VrKkHwBtP+gdz69FCE2wJLkiXxPI514D1ZpLBUE06QOOpKT4PFQs1+6uc/ImoSKTyKLfBQBJbriNQyBxAex4fg50Th30aQ4RWkVDNiotdLOwXZPMoGUdb6iYQStW7ODWqDmKiFFhNoiozFfykkPbfd0KycAkewJKN4iHnK+q0oqz6v1H4IJGElx3XpuWoeWnBYF36yEKp/tDROBn8Nl0U67gT+yUo8N0YcDMVvKDT2iZfKKw3o2i9fojdKBfPEeSJ2BaNRtYF0JuVopsWBLGt51raUWCAwqG3s= root@ip-10-31-45-36.us-east-1.aws.redhat.com\n", "name": "10.31.45.36", "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-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 21 September 2024 03:18:46 -0400 (0:00:00.561) 0:00:11.494 **** <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.36> (0, b'/root\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> (0, b'/root\n', b'') <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903126.410044-11150-136882867432337 `" && echo ansible-tmp-1726903126.410044-11150-136882867432337="` echo /root/.ansible/tmp/ansible-tmp-1726903126.410044-11150-136882867432337 `" ) && sleep 0'"'"'' <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903126.411268-11151-207433481167886 `" && echo ansible-tmp-1726903126.411268-11151-207433481167886="` echo /root/.ansible/tmp/ansible-tmp-1726903126.411268-11151-207433481167886 `" ) && sleep 0'"'"'' <10.31.45.212> (0, b'/root\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903126.4208646-11153-85725679499702 `" && echo ansible-tmp-1726903126.4208646-11153-85725679499702="` echo /root/.ansible/tmp/ansible-tmp-1726903126.4208646-11153-85725679499702 `" ) && sleep 0'"'"'' <10.31.45.36> (0, b'ansible-tmp-1726903126.410044-11150-136882867432337=/root/.ansible/tmp/ansible-tmp-1726903126.410044-11150-136882867432337\n', b'') <10.31.45.17> (0, b'ansible-tmp-1726903126.411268-11151-207433481167886=/root/.ansible/tmp/ansible-tmp-1726903126.411268-11151-207433481167886\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.45.36> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpltfcbuza TO /root/.ansible/tmp/ansible-tmp-1726903126.410044-11150-136882867432337/AnsiballZ_stat.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.45.36> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4957cff310 '[10.31.45.36]' <10.31.45.17> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp5f2j46xd TO /root/.ansible/tmp/ansible-tmp-1726903126.411268-11151-207433481167886/AnsiballZ_stat.py <10.31.45.17> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/aa2709a845 '[10.31.45.17]' <10.31.45.212> (0, b'ansible-tmp-1726903126.4208646-11153-85725679499702=/root/.ansible/tmp/ansible-tmp-1726903126.4208646-11153-85725679499702\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.45.212> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmphp91x85n TO /root/.ansible/tmp/ansible-tmp-1726903126.4208646-11153-85725679499702/AnsiballZ_stat.py <10.31.45.212> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/2a0db7bcd4 '[10.31.45.212]' <10.31.45.36> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpltfcbuza /root/.ansible/tmp/ansible-tmp-1726903126.410044-11150-136882867432337/AnsiballZ_stat.py\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903126.410044-11150-136882867432337/ /root/.ansible/tmp/ansible-tmp-1726903126.410044-11150-136882867432337/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.212> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmphp91x85n /root/.ansible/tmp/ansible-tmp-1726903126.4208646-11153-85725679499702/AnsiballZ_stat.py\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903126.4208646-11153-85725679499702/ /root/.ansible/tmp/ansible-tmp-1726903126.4208646-11153-85725679499702/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.17> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp5f2j46xd /root/.ansible/tmp/ansible-tmp-1726903126.411268-11151-207433481167886/AnsiballZ_stat.py\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903126.411268-11151-207433481167886/ /root/.ansible/tmp/ansible-tmp-1726903126.411268-11151-207433481167886/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 -tt 10.31.45.36 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903126.410044-11150-136882867432337/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.212> (0, b'', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 -tt 10.31.45.212 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903126.4208646-11153-85725679499702/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 -tt 10.31.45.17 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903126.411268-11151-207433481167886/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.36> (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": 274727170, "dev": 51713, "nlink": 1, "atime": 1726903080.1114438, "mtime": 1726903077.6514401, "ctime": 1726903078.0704408, "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": "8c1025d9eab67be808ae7fbc786ca55102887cd8", "mimetype": "text/plain", "charset": "us-ascii", "version": "370687113", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.45.36 closed.\r\n') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903126.410044-11150-136882867432337/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.212> (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": 278921474, "dev": 51713, "nlink": 1, "atime": 1726903094.64313, "mtime": 1726903092.795109, "ctime": 1726903093.0311117, "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": "18d2a870ff13f61374987a6482893bd4f1f4735f", "mimetype": "text/plain", "charset": "us-ascii", "version": "76559138", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.45.212 closed.\r\n') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903126.4208646-11153-85725679499702/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.17> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 120, "inode": 350224516, "dev": 51713, "nlink": 1, "atime": 1726903089.7909338, "mtime": 1726903088.0279274, "ctime": 1726903088.4059289, "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": "7cb5c54fa29d270b0d14b1180fb6ba220578d00f", "mimetype": "text/plain", "charset": "us-ascii", "version": "155398334", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.45.17 closed.\r\n') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903126.411268-11151-207433481167886/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') ok: [managed_node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1726903080.1114438, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8c1025d9eab67be808ae7fbc786ca55102887cd8", "ctime": 1726903078.0704408, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 274727170, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726903077.6514401, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 103, "uid": 0, "version": "370687113", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.45.212> (0, b'', b'') ok: [managed_node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1726903094.64313, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "18d2a870ff13f61374987a6482893bd4f1f4735f", "ctime": 1726903093.0311117, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 278921474, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726903092.795109, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "76559138", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.45.17> (0, b'', b'') ok: [managed_node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1726903089.7909338, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7cb5c54fa29d270b0d14b1180fb6ba220578d00f", "ctime": 1726903088.4059289, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 350224516, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726903088.0279274, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 120, "uid": 0, "version": "155398334", "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-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 21 September 2024 03:18:46 -0400 (0:00:00.369) 0:00:11.863 **** <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.17> (0, b'/root\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903126.791969-11180-48729540497512 `" && echo ansible-tmp-1726903126.791969-11180-48729540497512="` echo /root/.ansible/tmp/ansible-tmp-1726903126.791969-11180-48729540497512 `" ) && sleep 0'"'"'' <10.31.45.36> (0, b'/root\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903126.7958472-11179-146963383406811 `" && echo ansible-tmp-1726903126.7958472-11179-146963383406811="` echo /root/.ansible/tmp/ansible-tmp-1726903126.7958472-11179-146963383406811 `" ) && sleep 0'"'"'' <10.31.45.212> (0, b'/root\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903126.8044207-11183-14455542631880 `" && echo ansible-tmp-1726903126.8044207-11183-14455542631880="` echo /root/.ansible/tmp/ansible-tmp-1726903126.8044207-11183-14455542631880 `" ) && sleep 0'"'"'' <10.31.45.17> (0, b'ansible-tmp-1726903126.791969-11180-48729540497512=/root/.ansible/tmp/ansible-tmp-1726903126.791969-11180-48729540497512\n', b'') <10.31.45.36> (0, b'ansible-tmp-1726903126.7958472-11179-146963383406811=/root/.ansible/tmp/ansible-tmp-1726903126.7958472-11179-146963383406811\n', b'') <10.31.45.212> (0, b'ansible-tmp-1726903126.8044207-11183-14455542631880=/root/.ansible/tmp/ansible-tmp-1726903126.8044207-11183-14455542631880\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.45.36> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpbaomc5_z TO /root/.ansible/tmp/ansible-tmp-1726903126.7958472-11179-146963383406811/AnsiballZ_stat.py <10.31.45.36> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4957cff310 '[10.31.45.36]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.45.212> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpp2w1897m TO /root/.ansible/tmp/ansible-tmp-1726903126.8044207-11183-14455542631880/AnsiballZ_stat.py <10.31.45.212> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/2a0db7bcd4 '[10.31.45.212]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.45.17> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpfeogqbz0 TO /root/.ansible/tmp/ansible-tmp-1726903126.791969-11180-48729540497512/AnsiballZ_stat.py <10.31.45.17> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/aa2709a845 '[10.31.45.17]' <10.31.45.17> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpfeogqbz0 /root/.ansible/tmp/ansible-tmp-1726903126.791969-11180-48729540497512/AnsiballZ_stat.py\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpbaomc5_z /root/.ansible/tmp/ansible-tmp-1726903126.7958472-11179-146963383406811/AnsiballZ_stat.py\n', b'') <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903126.791969-11180-48729540497512/ /root/.ansible/tmp/ansible-tmp-1726903126.791969-11180-48729540497512/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903126.7958472-11179-146963383406811/ /root/.ansible/tmp/ansible-tmp-1726903126.7958472-11179-146963383406811/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.212> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpp2w1897m /root/.ansible/tmp/ansible-tmp-1726903126.8044207-11183-14455542631880/AnsiballZ_stat.py\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903126.8044207-11183-14455542631880/ /root/.ansible/tmp/ansible-tmp-1726903126.8044207-11183-14455542631880/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> (0, b'', b'') <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 -tt 10.31.45.36 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903126.7958472-11179-146963383406811/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 -tt 10.31.45.17 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903126.791969-11180-48729540497512/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.212> (0, b'', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 -tt 10.31.45.212 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903126.8044207-11183-14455542631880/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.36> (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": 274727170, "dev": 51713, "nlink": 1, "atime": 1726903080.1114438, "mtime": 1726903077.6514401, "ctime": 1726903078.0704408, "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": "8c1025d9eab67be808ae7fbc786ca55102887cd8", "mimetype": "text/plain", "charset": "us-ascii", "version": "370687113", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_md5": false, "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to 10.31.45.36 closed.\r\n') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.45.36> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpx1qmnnoa TO /root/.ansible/tmp/ansible-tmp-1726903126.7958472-11179-146963383406811/AnsiballZ_file.py <10.31.45.36> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4957cff310 '[10.31.45.36]' <10.31.45.17> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 120, "inode": 350224516, "dev": 51713, "nlink": 1, "atime": 1726903089.7909338, "mtime": 1726903088.0279274, "ctime": 1726903088.4059289, "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": "7cb5c54fa29d270b0d14b1180fb6ba220578d00f", "mimetype": "text/plain", "charset": "us-ascii", "version": "155398334", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_md5": false, "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to 10.31.45.17 closed.\r\n') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903126.791969-11180-48729540497512/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.212> (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": 278921474, "dev": 51713, "nlink": 1, "atime": 1726903094.64313, "mtime": 1726903092.795109, "ctime": 1726903093.0311117, "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": "18d2a870ff13f61374987a6482893bd4f1f4735f", "mimetype": "text/plain", "charset": "us-ascii", "version": "76559138", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_md5": false, "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to 10.31.45.212 closed.\r\n') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.45.212> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp59l3o90n TO /root/.ansible/tmp/ansible-tmp-1726903126.8044207-11183-14455542631880/AnsiballZ_file.py <10.31.45.212> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/2a0db7bcd4 '[10.31.45.212]' <10.31.45.17> (0, b'', b'') NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed_node2 <10.31.45.36> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpx1qmnnoa /root/.ansible/tmp/ansible-tmp-1726903126.7958472-11179-146963383406811/AnsiballZ_file.py\n', b'') 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-10533e7vszs60/tmpw1kod6wz/kdump.conf.j2" }, "src": "/root/.ansible/tmp/ansible-local-10533e7vszs60/tmpw1kod6wz/kdump.conf.j2" } } <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903126.7958472-11179-146963383406811/ /root/.ansible/tmp/ansible-tmp-1726903126.7958472-11179-146963383406811/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.212> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp59l3o90n /root/.ansible/tmp/ansible-tmp-1726903126.8044207-11183-14455542631880/AnsiballZ_file.py\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903126.8044207-11183-14455542631880/ /root/.ansible/tmp/ansible-tmp-1726903126.8044207-11183-14455542631880/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 -tt 10.31.45.36 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903126.7958472-11179-146963383406811/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.212> (0, b'', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 -tt 10.31.45.212 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903126.8044207-11183-14455542631880/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.36> (0, b'\r\n{"path": "/etc/kdump.conf", "changed": false, "diff": {"before": {"path": "/etc/kdump.conf"}, "after": {"path": "/etc/kdump.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 103, "invocation": {"module_args": {"mode": "0644", "follow": false, "dest": "/etc/kdump.conf", "_original_basename": "kdump.conf.j2", "recurse": false, "state": "file", "path": "/etc/kdump.conf", "force": false, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.45.36 closed.\r\n') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903126.7958472-11179-146963383406811/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.212> (0, b'\r\n{"path": "/etc/kdump.conf", "changed": false, "diff": {"before": {"path": "/etc/kdump.conf"}, "after": {"path": "/etc/kdump.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "invocation": {"module_args": {"mode": "0644", "follow": false, "dest": "/etc/kdump.conf", "_original_basename": "kdump.conf.j2", "recurse": false, "state": "file", "path": "/etc/kdump.conf", "force": false, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.45.212 closed.\r\n') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903126.8044207-11183-14455542631880/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') ok: [managed_node1] => { "changed": false, "checksum": "8c1025d9eab67be808ae7fbc786ca55102887cd8", "dest": "/etc/kdump.conf", "diff": { "after": { "path": "/etc/kdump.conf" }, "before": { "path": "/etc/kdump.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "kdump.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/kdump.conf", "directory_mode": null, "follow": false, "force": false, "group": null, "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/etc/kdump.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/kdump.conf", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 103, "state": "file", "uid": 0 } <10.31.45.212> (0, b'', b'') ok: [managed_node3] => { "changed": false, "checksum": "18d2a870ff13f61374987a6482893bd4f1f4735f", "dest": "/etc/kdump.conf", "diff": { "after": { "path": "/etc/kdump.conf" }, "before": { "path": "/etc/kdump.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "kdump.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/kdump.conf", "directory_mode": null, "follow": false, "force": false, "group": null, "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/etc/kdump.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/kdump.conf", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 21 September 2024 03:18:47 -0400 (0:00:00.716) 0:00:12.580 **** <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.17> (0, b'/root\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903127.497104-11216-261939079489556 `" && echo ansible-tmp-1726903127.497104-11216-261939079489556="` echo /root/.ansible/tmp/ansible-tmp-1726903127.497104-11216-261939079489556 `" ) && sleep 0'"'"'' <10.31.45.36> (0, b'/root\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903127.5022762-11215-107494218583499 `" && echo ansible-tmp-1726903127.5022762-11215-107494218583499="` echo /root/.ansible/tmp/ansible-tmp-1726903127.5022762-11215-107494218583499 `" ) && sleep 0'"'"'' <10.31.45.212> (0, b'/root\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903127.5093536-11218-167143120534885 `" && echo ansible-tmp-1726903127.5093536-11218-167143120534885="` echo /root/.ansible/tmp/ansible-tmp-1726903127.5093536-11218-167143120534885 `" ) && sleep 0'"'"'' <10.31.45.17> (0, b'ansible-tmp-1726903127.497104-11216-261939079489556=/root/.ansible/tmp/ansible-tmp-1726903127.497104-11216-261939079489556\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.45.17> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpl5h426i4 TO /root/.ansible/tmp/ansible-tmp-1726903127.497104-11216-261939079489556/AnsiballZ_slurp.py <10.31.45.17> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/aa2709a845 '[10.31.45.17]' <10.31.45.36> (0, b'ansible-tmp-1726903127.5022762-11215-107494218583499=/root/.ansible/tmp/ansible-tmp-1726903127.5022762-11215-107494218583499\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.45.36> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpizyfcbj9 TO /root/.ansible/tmp/ansible-tmp-1726903127.5022762-11215-107494218583499/AnsiballZ_slurp.py <10.31.45.36> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4957cff310 '[10.31.45.36]' <10.31.45.212> (0, b'ansible-tmp-1726903127.5093536-11218-167143120534885=/root/.ansible/tmp/ansible-tmp-1726903127.5093536-11218-167143120534885\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.45.212> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpxqkv_vmh TO /root/.ansible/tmp/ansible-tmp-1726903127.5093536-11218-167143120534885/AnsiballZ_slurp.py <10.31.45.212> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/2a0db7bcd4 '[10.31.45.212]' <10.31.45.17> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpl5h426i4 /root/.ansible/tmp/ansible-tmp-1726903127.497104-11216-261939079489556/AnsiballZ_slurp.py\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903127.497104-11216-261939079489556/ /root/.ansible/tmp/ansible-tmp-1726903127.497104-11216-261939079489556/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.36> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpizyfcbj9 /root/.ansible/tmp/ansible-tmp-1726903127.5022762-11215-107494218583499/AnsiballZ_slurp.py\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpxqkv_vmh /root/.ansible/tmp/ansible-tmp-1726903127.5093536-11218-167143120534885/AnsiballZ_slurp.py\n', b'') <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903127.5022762-11215-107494218583499/ /root/.ansible/tmp/ansible-tmp-1726903127.5022762-11215-107494218583499/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903127.5093536-11218-167143120534885/ /root/.ansible/tmp/ansible-tmp-1726903127.5093536-11218-167143120534885/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 -tt 10.31.45.17 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903127.497104-11216-261939079489556/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 -tt 10.31.45.36 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903127.5022762-11215-107494218583499/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.212> (0, b'', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 -tt 10.31.45.212 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903127.5093536-11218-167143120534885/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.17> (0, b'\r\n{"content": "MjAxMzI2NTkyCg==", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}}\r\n', b'Shared connection to 10.31.45.17 closed.\r\n') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903127.497104-11216-261939079489556/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.36> (0, b'\r\n{"content": "MjAxMzI2NTkyCg==", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}}\r\n', b'Shared connection to 10.31.45.36 closed.\r\n') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903127.5022762-11215-107494218583499/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.212> (0, b'\r\n{"content": "MjAxMzI2NTkyCg==", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}}\r\n', b'Shared connection to 10.31.45.212 closed.\r\n') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903127.5093536-11218-167143120534885/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') ok: [managed_node2] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } <10.31.45.36> (0, b'', b'') <10.31.45.212> (0, b'', b'') ok: [managed_node1] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } ok: [managed_node3] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] **** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 21 September 2024 03:18:47 -0400 (0:00:00.365) 0:00:12.946 **** 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-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 21 September 2024 03:18:47 -0400 (0:00:00.042) 0:00:12.988 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] *** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 21 September 2024 03:18:47 -0400 (0:00:00.036) 0:00:13.024 **** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false] *** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 21 September 2024 03:18:47 -0400 (0:00:00.035) 0:00:13.060 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Reboot the managed node] *************** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 21 September 2024 03:18:47 -0400 (0:00:00.037) 0:00:13.098 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag] *** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 21 September 2024 03:18:47 -0400 (0:00:00.035) 0:00:13.133 **** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] ********** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 21 September 2024 03:18:48 -0400 (0:00:00.037) 0:00:13.171 **** <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.17> (0, b'/root\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903128.0912828-11282-200237513193330 `" && echo ansible-tmp-1726903128.0912828-11282-200237513193330="` echo /root/.ansible/tmp/ansible-tmp-1726903128.0912828-11282-200237513193330 `" ) && sleep 0'"'"'' <10.31.45.36> (0, b'/root\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903128.093602-11281-159723085249875 `" && echo ansible-tmp-1726903128.093602-11281-159723085249875="` echo /root/.ansible/tmp/ansible-tmp-1726903128.093602-11281-159723085249875 `" ) && sleep 0'"'"'' <10.31.45.212> (0, b'/root\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903128.1030183-11284-262656118188086 `" && echo ansible-tmp-1726903128.1030183-11284-262656118188086="` echo /root/.ansible/tmp/ansible-tmp-1726903128.1030183-11284-262656118188086 `" ) && sleep 0'"'"'' <10.31.45.17> (0, b'ansible-tmp-1726903128.0912828-11282-200237513193330=/root/.ansible/tmp/ansible-tmp-1726903128.0912828-11282-200237513193330\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.45.17> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpqc811v3g TO /root/.ansible/tmp/ansible-tmp-1726903128.0912828-11282-200237513193330/AnsiballZ_systemd.py <10.31.45.17> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/aa2709a845 '[10.31.45.17]' <10.31.45.36> (0, b'ansible-tmp-1726903128.093602-11281-159723085249875=/root/.ansible/tmp/ansible-tmp-1726903128.093602-11281-159723085249875\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.45.36> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpl073qc_k TO /root/.ansible/tmp/ansible-tmp-1726903128.093602-11281-159723085249875/AnsiballZ_systemd.py <10.31.45.36> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4957cff310 '[10.31.45.36]' <10.31.45.212> (0, b'ansible-tmp-1726903128.1030183-11284-262656118188086=/root/.ansible/tmp/ansible-tmp-1726903128.1030183-11284-262656118188086\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.45.212> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpahajvk7w TO /root/.ansible/tmp/ansible-tmp-1726903128.1030183-11284-262656118188086/AnsiballZ_systemd.py <10.31.45.212> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/2a0db7bcd4 '[10.31.45.212]' <10.31.45.17> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpqc811v3g /root/.ansible/tmp/ansible-tmp-1726903128.0912828-11282-200237513193330/AnsiballZ_systemd.py\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903128.0912828-11282-200237513193330/ /root/.ansible/tmp/ansible-tmp-1726903128.0912828-11282-200237513193330/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.45.36> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpl073qc_k /root/.ansible/tmp/ansible-tmp-1726903128.093602-11281-159723085249875/AnsiballZ_systemd.py\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903128.093602-11281-159723085249875/ /root/.ansible/tmp/ansible-tmp-1726903128.093602-11281-159723085249875/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.45.212> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpahajvk7w /root/.ansible/tmp/ansible-tmp-1726903128.1030183-11284-262656118188086/AnsiballZ_systemd.py\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903128.1030183-11284-262656118188086/ /root/.ansible/tmp/ansible-tmp-1726903128.1030183-11284-262656118188086/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 -tt 10.31.45.17 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903128.0912828-11282-200237513193330/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 -tt 10.31.45.36 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903128.093602-11281-159723085249875/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.45.212> (0, b'', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 -tt 10.31.45.212 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903128.1030183-11284-262656118188086/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.45.17> (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-09-21 03:18:09 EDT", "ExecMainStartTimestampMonotonic": "345793541", "ExecMainExitTimestamp": "Sat 2024-09-21 03:18:27 EDT", "ExecMainExitTimestampMonotonic": "363974603", "ExecMainPID": "20301", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-09-21 03:18:09 EDT] ; stop_time=[Sat 2024-09-21 03:18:27 EDT] ; pid=20301 ; 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-09-21 03:18:09 EDT] ; stop_time=[Sat 2024-09-21 03:18:09 EDT] ; pid=20292 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "systemd-journald.socket basic.target network.target network-online.target system.slice remote-fs.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-09-21 03:18:27 EDT", "StateChangeTimestampMonotonic": "363975051", "InactiveExitTimestamp": "Sat 2024-09-21 03:18:09 EDT", "InactiveExitTimestampMonotonic": "345793571", "ActiveEnterTimestamp": "Sat 2024-09-21 03:18:27 EDT", "ActiveEnterTimestampMonotonic": "363975051", "ActiveExitTimestamp": "Sat 2024-09-21 03:18:09 EDT", "ActiveExitTimestampMonotonic": "345770345", "InactiveEnterTimestamp": "Sat 2024-09-21 03:18:09 EDT", "InactiveEnterTimestampMonotonic": "345791735", "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-09-21 03:18:09 EDT", "ConditionTimestampMonotonic": "345792664", "AssertTimestamp": "Sat 2024-09-21 03:18:09 EDT", "AssertTimestampMonotonic": "345792685", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "0226ee2775934e2b80c90d4e8a7ea186", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "no_block": false, "enabled": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.45.17 closed.\r\n') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903128.0912828-11282-200237513193330/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.212> (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-09-21 03:18:14 EDT", "ExecMainStartTimestampMonotonic": "267644128", "ExecMainExitTimestamp": "Sat 2024-09-21 03:18:33 EDT", "ExecMainExitTimestampMonotonic": "286478453", "ExecMainPID": "16628", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-09-21 03:18:14 EDT] ; stop_time=[Sat 2024-09-21 03:18:33 EDT] ; pid=16628 ; 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-09-21 03:18:14 EDT] ; stop_time=[Sat 2024-09-21 03:18:14 EDT] ; pid=16619 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target basic.target network-online.target systemd-journald.socket network.target system.slice", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-09-21 03:18:33 EDT", "StateChangeTimestampMonotonic": "286478984", "InactiveExitTimestamp": "Sat 2024-09-21 03:18:14 EDT", "InactiveExitTimestampMonotonic": "267644160", "ActiveEnterTimestamp": "Sat 2024-09-21 03:18:33 EDT", "ActiveEnterTimestampMonotonic": "286478984", "ActiveExitTimestamp": "Sat 2024-09-21 03:18:14 EDT", "ActiveExitTimestampMonotonic": "267621731", "InactiveEnterTimestamp": "Sat 2024-09-21 03:18:14 EDT", "InactiveEnterTimestampMonotonic": "267642532", "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-09-21 03:18:14 EDT", "ConditionTimestampMonotonic": "267643250", "AssertTimestamp": "Sat 2024-09-21 03:18:14 EDT", "AssertTimestampMonotonic": "267643312", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "c37d95d4e24243c1a47fdf8842e63c80", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "no_block": false, "enabled": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.45.212 closed.\r\n') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903128.1030183-11284-262656118188086/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.36> (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-09-21 03:18:00 EDT", "ExecMainStartTimestampMonotonic": "327107645", "ExecMainExitTimestamp": "Sat 2024-09-21 03:18:19 EDT", "ExecMainExitTimestampMonotonic": "346781648", "ExecMainPID": "16596", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-09-21 03:18:00 EDT] ; stop_time=[Sat 2024-09-21 03:18:19 EDT] ; pid=16596 ; 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-09-21 03:18:00 EDT] ; stop_time=[Sat 2024-09-21 03:18:00 EDT] ; pid=16587 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "systemd-journald.socket basic.target system.slice network-online.target network.target remote-fs.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-09-21 03:18:19 EDT", "StateChangeTimestampMonotonic": "346782215", "InactiveExitTimestamp": "Sat 2024-09-21 03:18:00 EDT", "InactiveExitTimestampMonotonic": "327107684", "ActiveEnterTimestamp": "Sat 2024-09-21 03:18:19 EDT", "ActiveEnterTimestampMonotonic": "346782215", "ActiveExitTimestamp": "Sat 2024-09-21 03:18:00 EDT", "ActiveExitTimestampMonotonic": "327085218", "InactiveEnterTimestamp": "Sat 2024-09-21 03:18:00 EDT", "InactiveEnterTimestampMonotonic": "327105974", "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-09-21 03:18:00 EDT", "ConditionTimestampMonotonic": "327106724", "AssertTimestamp": "Sat 2024-09-21 03:18:00 EDT", "AssertTimestampMonotonic": "327106785", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "9bdad84d7e0e4020bf9fbbf08dffc6f7", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "no_block": false, "enabled": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.45.36 closed.\r\n') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903128.093602-11281-159723085249875/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') ok: [managed_node2] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": "started", "user": null } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-09-21 03:18:27 EDT", "ActiveEnterTimestampMonotonic": "363975051", "ActiveExitTimestamp": "Sat 2024-09-21 03:18:09 EDT", "ActiveExitTimestampMonotonic": "345770345", "ActiveState": "active", "After": "systemd-journald.socket basic.target network.target network-online.target system.slice remote-fs.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-09-21 03:18:09 EDT", "AssertTimestampMonotonic": "345792685", "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-09-21 03:18:09 EDT", "ConditionTimestampMonotonic": "345792664", "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-09-21 03:18:27 EDT", "ExecMainExitTimestampMonotonic": "363974603", "ExecMainPID": "20301", "ExecMainStartTimestamp": "Sat 2024-09-21 03:18:09 EDT", "ExecMainStartTimestampMonotonic": "345793541", "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-09-21 03:18:09 EDT] ; stop_time=[Sat 2024-09-21 03:18:27 EDT] ; pid=20301 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-09-21 03:18:09 EDT] ; stop_time=[Sat 2024-09-21 03:18:09 EDT] ; pid=20292 ; 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-09-21 03:18:09 EDT", "InactiveEnterTimestampMonotonic": "345791735", "InactiveExitTimestamp": "Sat 2024-09-21 03:18:09 EDT", "InactiveExitTimestampMonotonic": "345793571", "InvocationID": "0226ee2775934e2b80c90d4e8a7ea186", "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-09-21 03:18:27 EDT", "StateChangeTimestampMonotonic": "363975051", "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.45.212> (0, b'', b'') <10.31.45.36> (0, b'', b'') ok: [managed_node3] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": "started", "user": null } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-09-21 03:18:33 EDT", "ActiveEnterTimestampMonotonic": "286478984", "ActiveExitTimestamp": "Sat 2024-09-21 03:18:14 EDT", "ActiveExitTimestampMonotonic": "267621731", "ActiveState": "active", "After": "remote-fs.target basic.target network-online.target systemd-journald.socket network.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-09-21 03:18:14 EDT", "AssertTimestampMonotonic": "267643312", "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-09-21 03:18:14 EDT", "ConditionTimestampMonotonic": "267643250", "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-09-21 03:18:33 EDT", "ExecMainExitTimestampMonotonic": "286478453", "ExecMainPID": "16628", "ExecMainStartTimestamp": "Sat 2024-09-21 03:18:14 EDT", "ExecMainStartTimestampMonotonic": "267644128", "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-09-21 03:18:14 EDT] ; stop_time=[Sat 2024-09-21 03:18:33 EDT] ; pid=16628 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-09-21 03:18:14 EDT] ; stop_time=[Sat 2024-09-21 03:18:14 EDT] ; pid=16619 ; 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-09-21 03:18:14 EDT", "InactiveEnterTimestampMonotonic": "267642532", "InactiveExitTimestamp": "Sat 2024-09-21 03:18:14 EDT", "InactiveExitTimestampMonotonic": "267644160", "InvocationID": "c37d95d4e24243c1a47fdf8842e63c80", "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-09-21 03:18:33 EDT", "StateChangeTimestampMonotonic": "286478984", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } ok: [managed_node1] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": "started", "user": null } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-09-21 03:18:19 EDT", "ActiveEnterTimestampMonotonic": "346782215", "ActiveExitTimestamp": "Sat 2024-09-21 03:18:00 EDT", "ActiveExitTimestampMonotonic": "327085218", "ActiveState": "active", "After": "systemd-journald.socket basic.target system.slice network-online.target network.target remote-fs.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-09-21 03:18:00 EDT", "AssertTimestampMonotonic": "327106785", "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-09-21 03:18:00 EDT", "ConditionTimestampMonotonic": "327106724", "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-09-21 03:18:19 EDT", "ExecMainExitTimestampMonotonic": "346781648", "ExecMainPID": "16596", "ExecMainStartTimestamp": "Sat 2024-09-21 03:18:00 EDT", "ExecMainStartTimestampMonotonic": "327107645", "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-09-21 03:18:00 EDT] ; stop_time=[Sat 2024-09-21 03:18:19 EDT] ; pid=16596 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-09-21 03:18:00 EDT] ; stop_time=[Sat 2024-09-21 03:18:00 EDT] ; pid=16587 ; 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-09-21 03:18:00 EDT", "InactiveEnterTimestampMonotonic": "327105974", "InactiveExitTimestamp": "Sat 2024-09-21 03:18:00 EDT", "InactiveExitTimestampMonotonic": "327107684", "InvocationID": "9bdad84d7e0e4020bf9fbbf08dffc6f7", "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-09-21 03:18:19 EDT", "StateChangeTimestampMonotonic": "346782215", "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-hSZ/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 21 September 2024 03:18:48 -0400 (0:00:00.498) 0:00:13.669 **** <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.36> (0, b'/root\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903128.5925064-11308-126934966642108 `" && echo ansible-tmp-1726903128.5925064-11308-126934966642108="` echo /root/.ansible/tmp/ansible-tmp-1726903128.5925064-11308-126934966642108 `" ) && sleep 0'"'"'' <10.31.45.17> (0, b'/root\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903128.5994802-11310-164792077764071 `" && echo ansible-tmp-1726903128.5994802-11310-164792077764071="` echo /root/.ansible/tmp/ansible-tmp-1726903128.5994802-11310-164792077764071 `" ) && sleep 0'"'"'' <10.31.45.212> (0, b'/root\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903128.6103547-11311-226101614928437 `" && echo ansible-tmp-1726903128.6103547-11311-226101614928437="` echo /root/.ansible/tmp/ansible-tmp-1726903128.6103547-11311-226101614928437 `" ) && sleep 0'"'"'' <10.31.45.36> (0, b'ansible-tmp-1726903128.5925064-11308-126934966642108=/root/.ansible/tmp/ansible-tmp-1726903128.5925064-11308-126934966642108\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.45.36> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpibpuejv8 TO /root/.ansible/tmp/ansible-tmp-1726903128.5925064-11308-126934966642108/AnsiballZ_file.py <10.31.45.36> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4957cff310 '[10.31.45.36]' <10.31.45.17> (0, b'ansible-tmp-1726903128.5994802-11310-164792077764071=/root/.ansible/tmp/ansible-tmp-1726903128.5994802-11310-164792077764071\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.45.17> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp7znq4ju2 TO /root/.ansible/tmp/ansible-tmp-1726903128.5994802-11310-164792077764071/AnsiballZ_file.py <10.31.45.17> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/aa2709a845 '[10.31.45.17]' <10.31.45.212> (0, b'ansible-tmp-1726903128.6103547-11311-226101614928437=/root/.ansible/tmp/ansible-tmp-1726903128.6103547-11311-226101614928437\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.45.212> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpox6x_0f3 TO /root/.ansible/tmp/ansible-tmp-1726903128.6103547-11311-226101614928437/AnsiballZ_file.py <10.31.45.212> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/2a0db7bcd4 '[10.31.45.212]' <10.31.45.36> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpibpuejv8 /root/.ansible/tmp/ansible-tmp-1726903128.5925064-11308-126934966642108/AnsiballZ_file.py\n', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903128.5925064-11308-126934966642108/ /root/.ansible/tmp/ansible-tmp-1726903128.5925064-11308-126934966642108/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.17> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmp7znq4ju2 /root/.ansible/tmp/ansible-tmp-1726903128.5994802-11310-164792077764071/AnsiballZ_file.py\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903128.5994802-11310-164792077764071/ /root/.ansible/tmp/ansible-tmp-1726903128.5994802-11310-164792077764071/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.212> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpox6x_0f3 /root/.ansible/tmp/ansible-tmp-1726903128.6103547-11311-226101614928437/AnsiballZ_file.py\n', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903128.6103547-11311-226101614928437/ /root/.ansible/tmp/ansible-tmp-1726903128.6103547-11311-226101614928437/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 -tt 10.31.45.36 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903128.5925064-11308-126934966642108/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 -tt 10.31.45.17 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903128.5994802-11310-164792077764071/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.212> (0, b'', b'') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 -tt 10.31.45.212 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903128.6103547-11311-226101614928437/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.36> (0, b'\r\n{"path": "/tmp/tests_ssh", "changed": true, "diff": {"before": {"path": "/tmp/tests_ssh", "state": "directory", "path_content": {"directories": [], "files": []}}, "after": {"path": "/tmp/tests_ssh", "state": "absent"}}, "state": "directory", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "invocation": {"module_args": {"path": "/tmp/tests_ssh", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.45.36 closed.\r\n') <10.31.45.36> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.36> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4957cff310 10.31.45.36 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903128.5925064-11308-126934966642108/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.17> (0, b'\r\n{"path": "/tmp/tests_ssh", "changed": false, "state": "absent", "invocation": {"module_args": {"path": "/tmp/tests_ssh", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.45.17 closed.\r\n') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903128.5994802-11310-164792077764071/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.212> (0, b'\r\n{"path": "/tmp/tests_ssh", "changed": true, "diff": {"before": {"path": "/tmp/tests_ssh", "state": "directory", "path_content": {"directories": [], "files": []}}, "after": {"path": "/tmp/tests_ssh", "state": "absent"}}, "state": "directory", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "invocation": {"module_args": {"path": "/tmp/tests_ssh", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.45.212 closed.\r\n') <10.31.45.212> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.212> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/2a0db7bcd4 10.31.45.212 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903128.6103547-11311-226101614928437/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.36> (0, b'', b'') changed: [managed_node1 -> managed_node1] => { "changed": true, "diff": { "after": { "path": "/tmp/tests_ssh", "state": "absent" }, "before": { "path": "/tmp/tests_ssh", "path_content": { "directories": [], "files": [] }, "state": "directory" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/tmp/tests_ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "mode": "0755", "owner": "root", "path": "/tmp/tests_ssh", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } <10.31.45.17> (0, b'', b'') ok: [managed_node2 -> managed_node2] => { "changed": false, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/tmp/tests_ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "path": "/tmp/tests_ssh", "state": "absent" } <10.31.45.212> (0, b'', b'') changed: [managed_node3 -> managed_node3] => { "changed": true, "diff": { "after": { "path": "/tmp/tests_ssh", "state": "absent" }, "before": { "path": "/tmp/tests_ssh", "path_content": { "directories": [], "files": [] }, "state": "directory" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/tmp/tests_ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "mode": "0755", "owner": "root", "path": "/tmp/tests_ssh", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } RUNNING HANDLER [fedora.linux_system_roles.kdump : Restart kdump] ************** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 21 September 2024 03:18:48 -0400 (0:00:00.367) 0:00:14.036 **** <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.17> (0, b'/root\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726903128.9431946-11338-70927354299055 `" && echo ansible-tmp-1726903128.9431946-11338-70927354299055="` echo /root/.ansible/tmp/ansible-tmp-1726903128.9431946-11338-70927354299055 `" ) && sleep 0'"'"'' <10.31.45.17> (0, b'ansible-tmp-1726903128.9431946-11338-70927354299055=/root/.ansible/tmp/ansible-tmp-1726903128.9431946-11338-70927354299055\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.45.17> PUT /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpl1tyv65p TO /root/.ansible/tmp/ansible-tmp-1726903128.9431946-11338-70927354299055/AnsiballZ_systemd.py <10.31.45.17> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/aa2709a845 '[10.31.45.17]' <10.31.45.17> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10533e7vszs60/tmpl1tyv65p /root/.ansible/tmp/ansible-tmp-1726903128.9431946-11338-70927354299055/AnsiballZ_systemd.py\n', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726903128.9431946-11338-70927354299055/ /root/.ansible/tmp/ansible-tmp-1726903128.9431946-11338-70927354299055/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 -tt 10.31.45.17 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726903128.9431946-11338-70927354299055/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.45.17> (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-09-21 03:18:09 EDT", "ExecMainStartTimestampMonotonic": "345793541", "ExecMainExitTimestamp": "Sat 2024-09-21 03:18:27 EDT", "ExecMainExitTimestampMonotonic": "363974603", "ExecMainPID": "20301", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-09-21 03:18:09 EDT] ; stop_time=[Sat 2024-09-21 03:18:27 EDT] ; pid=20301 ; 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-09-21 03:18:09 EDT] ; stop_time=[Sat 2024-09-21 03:18:09 EDT] ; pid=20292 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "systemd-journald.socket basic.target network.target network-online.target system.slice remote-fs.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-09-21 03:18:27 EDT", "StateChangeTimestampMonotonic": "363975051", "InactiveExitTimestamp": "Sat 2024-09-21 03:18:09 EDT", "InactiveExitTimestampMonotonic": "345793571", "ActiveEnterTimestamp": "Sat 2024-09-21 03:18:27 EDT", "ActiveEnterTimestampMonotonic": "363975051", "ActiveExitTimestamp": "Sat 2024-09-21 03:18:09 EDT", "ActiveExitTimestampMonotonic": "345770345", "InactiveEnterTimestamp": "Sat 2024-09-21 03:18:09 EDT", "InactiveEnterTimestampMonotonic": "345791735", "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-09-21 03:18:09 EDT", "ConditionTimestampMonotonic": "345792664", "AssertTimestamp": "Sat 2024-09-21 03:18:09 EDT", "AssertTimestampMonotonic": "345792685", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "0226ee2775934e2b80c90d4e8a7ea186", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "restarted", "daemon_reload": false, "daemon_reexec": false, "no_block": false, "enabled": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.45.17 closed.\r\n') <10.31.45.17> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.17> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/aa2709a845 10.31.45.17 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726903128.9431946-11338-70927354299055/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.17> (0, b'', b'') changed: [managed_node2] => { "changed": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": "restarted", "user": null } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-09-21 03:18:27 EDT", "ActiveEnterTimestampMonotonic": "363975051", "ActiveExitTimestamp": "Sat 2024-09-21 03:18:09 EDT", "ActiveExitTimestampMonotonic": "345770345", "ActiveState": "active", "After": "systemd-journald.socket basic.target network.target network-online.target system.slice remote-fs.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-09-21 03:18:09 EDT", "AssertTimestampMonotonic": "345792685", "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-09-21 03:18:09 EDT", "ConditionTimestampMonotonic": "345792664", "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-09-21 03:18:27 EDT", "ExecMainExitTimestampMonotonic": "363974603", "ExecMainPID": "20301", "ExecMainStartTimestamp": "Sat 2024-09-21 03:18:09 EDT", "ExecMainStartTimestampMonotonic": "345793541", "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-09-21 03:18:09 EDT] ; stop_time=[Sat 2024-09-21 03:18:27 EDT] ; pid=20301 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-09-21 03:18:09 EDT] ; stop_time=[Sat 2024-09-21 03:18:09 EDT] ; pid=20292 ; 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-09-21 03:18:09 EDT", "InactiveEnterTimestampMonotonic": "345791735", "InactiveExitTimestamp": "Sat 2024-09-21 03:18:09 EDT", "InactiveExitTimestampMonotonic": "345793571", "InvocationID": "0226ee2775934e2b80c90d4e8a7ea186", "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-09-21 03:18:27 EDT", "StateChangeTimestampMonotonic": "363975051", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node1 : ok=23 changed=1 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 managed_node2 : ok=24 changed=3 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 managed_node3 : ok=23 changed=1 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 Saturday 21 September 2024 03:18:49 -0400 (0:00:00.434) 0:00:14.470 **** =============================================================================== fedora.linux_system_roles.kdump : Install required packages ------------- 3.50s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.15s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gather facts from managed_node1 ----------------------------------------- 0.81s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.72s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.71s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.62s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.56s /tmp/collections-hSZ/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.56s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.52s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.51s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.50s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.44s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.44s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Restart kdump ------------------------- 0.43s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.39s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.38s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists --- 0.37s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Cleanup kdump_path ------------------------------------------------------ 0.37s /tmp/collections-hSZ/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.37s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 fedora.linux_system_roles.kdump : Fetch the servers public key ---------- 0.36s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 STDERR: [WARNING]: running playbook inside collection fedora.linux_system_roles TASK [Remove the temporary file] *********************************************** task path: /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:40 Saturday 21 September 2024 03:18:49 -0400 (0:00:15.349) 0:00:48.711 **** changed: [managed_node3 -> localhost] => { "changed": true, "path": "/tmp/ansible.7c7n9eo0.inventory.yaml", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node3 : ok=30 changed=8 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 Saturday 21 September 2024 03:18:49 -0400 (0:00:00.218) 0:00:48.929 **** =============================================================================== fedora.linux_system_roles.kdump : Restart kdump ------------------------ 19.31s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Run ansible-playbook with tests_ssh.yml in check mode ------------------ 15.35s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 fedora.linux_system_roles.kdump : Install required packages ------------- 2.84s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Create static inventory from hostvars ----------------------------------- 0.85s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 Gathering Facts --------------------------------------------------------- 0.84s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.69s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Gathering Facts --------------------------------------------------------- 0.66s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.65s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.64s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Gathering Facts --------------------------------------------------------- 0.59s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.58s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Gather facts from managed_node3 ----------------------------------------- 0.58s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.47s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.46s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.44s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.43s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.42s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.34s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.33s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.32s /tmp/collections-hSZ/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30