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-mJr/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-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Friday 20 September 2024 20:49:08 -0400 (0:00:00.024) 0:00:00.024 ****** ok: [managed_node3] META: ran handlers TASK [Create temporary file] *************************************************** task path: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7 Friday 20 September 2024 20:49:09 -0400 (0:00:00.931) 0:00:00.956 ****** changed: [managed_node3 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.atf4nk7m.inventory.yaml", "size": 0, "state": "file", "uid": 0 } TASK [Create static inventory from hostvars] *********************************** task path: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 Friday 20 September 2024 20:49:09 -0400 (0:00:00.361) 0:00:01.317 ****** changed: [managed_node3 -> localhost] => { "changed": true, "checksum": "096cdb596aedadbf1bd303b0fe850b7ed60d47b2", "dest": "/tmp/ansible.atf4nk7m.inventory.yaml", "gid": 0, "group": "root", "md5sum": "595066287200f110f2e3c3f8951cadb0", "mode": "0644", "owner": "root", "size": 30964, "src": "/root/.ansible/tmp/ansible-tmp-1726879749.472477-9768-94301719244352/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-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Friday 20 September 2024 20:49:10 -0400 (0:00:01.046) 0:00:02.364 ****** ok: [managed_node3] META: ran handlers TASK [Gather facts from managed_node3] ***************************************** task path: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Friday 20 September 2024 20:49:11 -0400 (0:00:00.683) 0:00:03.047 ****** ok: [managed_node3 -> managed_node3] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Friday 20 September 2024 20:49:11 -0400 (0:00:00.621) 0:00:03.669 ****** 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-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Friday 20 September 2024 20:49:11 -0400 (0:00:00.034) 0:00:03.703 ****** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Friday 20 September 2024 20:49:11 -0400 (0:00:00.062) 0:00:03.765 ****** included: /tmp/collections-mJr/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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Friday 20 September 2024 20:49:11 -0400 (0:00:00.024) 0:00:03.790 ****** 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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Friday 20 September 2024 20:49:11 -0400 (0:00:00.018) 0:00:03.808 ****** 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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Friday 20 September 2024 20:49:12 -0400 (0:00:00.340) 0:00:04.149 ****** 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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Friday 20 September 2024 20:49:12 -0400 (0:00:00.021) 0:00:04.170 ****** 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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Friday 20 September 2024 20:49:12 -0400 (0:00:00.038) 0:00:04.209 ****** ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Friday 20 September 2024 20:49:15 -0400 (0:00:02.895) 0:00:07.104 ****** ok: [managed_node3] => { "changed": false, "enabled": true, "name": "kdump", "status": { "ActiveEnterTimestamp": "Fri 2024-09-20 20:48:50 EDT", "ActiveEnterTimestampMonotonic": "236555731", "ActiveExitTimestamp": "Fri 2024-09-20 20:48:35 EDT", "ActiveExitTimestampMonotonic": "221919337", "ActiveState": "active", "After": "basic.target system.slice network.target remote-fs.target network-online.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-09-20 20:48:35 EDT", "AssertTimestampMonotonic": "221944035", "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": "Fri 2024-09-20 20:48:35 EDT", "ConditionTimestampMonotonic": "221943963", "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": "Fri 2024-09-20 20:48:50 EDT", "ExecMainExitTimestampMonotonic": "236555255", "ExecMainPID": "8281", "ExecMainStartTimestamp": "Fri 2024-09-20 20:48:35 EDT", "ExecMainStartTimestampMonotonic": "221944936", "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=[Fri 2024-09-20 20:48:35 EDT] ; stop_time=[Fri 2024-09-20 20:48:50 EDT] ; pid=8281 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Fri 2024-09-20 20:48:35 EDT] ; stop_time=[Fri 2024-09-20 20:48:35 EDT] ; pid=8272 ; 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": "Fri 2024-09-20 20:48:35 EDT", "InactiveEnterTimestampMonotonic": "221943102", "InactiveExitTimestamp": "Fri 2024-09-20 20:48:35 EDT", "InactiveExitTimestampMonotonic": "221944972", "InvocationID": "bf678864060f49c8a00fde4ec8bf7a6f", "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": "Fri 2024-09-20 20:48:50 EDT", "StateChangeTimestampMonotonic": "236555731", "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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Friday 20 September 2024 20:49:15 -0400 (0:00:00.716) 0:00:07.821 ****** included: /tmp/collections-mJr/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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Friday 20 September 2024 20:49:15 -0400 (0:00:00.053) 0:00:07.874 ****** changed: [managed_node3] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": "0:00:00.178464", "end": "2024-09-20 20:49:16.593485", "rc": 0, "start": "2024-09-20 20:49:16.415021" } 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:gXINhABXT8kuAdEOOMumr7kOf5W8uCQTYgVXosvTjEM root@ip-10-31-15-160.us-east-1.aws.redhat.com The key's randomart image is: +---[RSA 3072]----+ |.+=Oo=+. | |o.= =oo+ | |.E +.o+ o | |+o* oo. . | |+B.o o .S | |o.o. + | |..o .o . | |.o.+o . | |=+.... | +----[SHA256]-----+ TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Friday 20 September 2024 20:49:16 -0400 (0:00:00.658) 0:00:08.532 ****** ok: [managed_node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDODdPWHZrdERUOThsUklkMk96SkRwVHAwa1ZDRXNiL1c2OXhXcFBhY2c1THZ0bDZUSHBKT1lIZElZbXBiMHpmcDhvcnFEOVpsNnlRT1gxTlQzZktjYll6MGE2cVNpTU0wZEFkWVY5MmhKNjdFTGo1Z295SmV2VjdWeHZVaU42VVdpYm82VGpEVnNGcDhwN0Nta1RFQTZneUN2ZWdKemRZWStGSC9PS3V5MUZZditJVGYyZkhGb1lCa1N4VFdXU3oveVhmRW5TOEN3aTBLUVZ6aGhYTVBQUkRtYkRpc2VvdFhTeThQQ25SSWdlT2VCQ3VGdkg0Y2k3NmFTenYwSTBPak5iTi9qNDRUYzV6NmZrV3JlNjBqRmRTS05LTko4dXJaOEJXZjltN0g0K1R5YU9pUXFrS1lrWW1oVndWS2hMTGtGTXQ1TFZNYzlySDAvTjlmckgrVFhhT0xzNFlmSS9ZQU5FWWFUNXRQWnEvQW1XNkx3blhnaFpDTG91bzgxM1dsKzlRK3hpQ0t0QkVnYjZ4SWRGMjkyRU44dTdmNm84VHdObUE2NkphdHVYZWRnK1dEbHp6b2p2WlVsVDBZbEdiTDN2ZWNXckg5a09iNnlLQU5NY3k2RXlWWGVLbWxUQ21hOEUrSDZnNUVVd0M2ZTdmdmFRSVFSMDlSUWU0YnhOV0U9IHJvb3RAaXAtMTAtMzEtMTUtMTYwLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Friday 20 September 2024 20:49:17 -0400 (0:00:00.455) 0:00:08.987 ****** 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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Friday 20 September 2024 20:49:17 -0400 (0:00:00.647) 0:00:09.634 ****** ok: [managed_node3 -> managed_node3] => { "changed": false, "stat": { "atime": 1726879524.91648, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726879756.5915227, "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": 1726879756.5915227, "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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Friday 20 September 2024 20:49:18 -0400 (0:00:00.346) 0:00:09.980 ****** ok: [managed_node3 -> managed_node3] => { "changed": false, "stat": { "atime": 1726879604.257836, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1726879524.9154801, "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": 1726879524.9154801, "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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Friday 20 September 2024 20:49:18 -0400 (0:00:00.352) 0:00:10.333 ****** 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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Friday 20 September 2024 20:49:18 -0400 (0:00:00.470) 0:00:10.803 ****** 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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Friday 20 September 2024 20:49:19 -0400 (0:00:00.463) 0:00:11.267 ****** ok: [managed_node3 -> managed_node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDN0MwZGF5QUlkT3I3ZjVSOFhnN3FLZERCaWovcG5RZ2hsSCs3blRZZUdLQkp6T21QN2xGclk5QW54YStJNUpFMHV5dlNtdDFzUTFmMFpYbjYxRURFekZpTFBXVkJpVW03SkNOQVJCallUSG1nYlMxVWE2RmhqeXErV3I4UXFPcllKdFJrWGdCT2ttL3l1em5lcHRMY3E5NXczNi9Wd1FyWUY2RW53dnlmYVM0YWVBWWd0RE45QkxETll6Y1F1RmZOK0ZZMjgzcTI3TEdPclBEMXcyaUx5WlVzb0s3RWZsZkw2dXBFL3NFYy9yVnZhbEZ5ZDdsQVNweE9adjRGTDViUS9iV01IajFhbjAzcVl0Q3R2UlBnbTE5N0RVRnF1TmtDUHZvdUJiMTRWMUFvWWR3aHMxWDRKbEhoUFo0enZhZndEOStkdE9BRkl4V3VmUDBiaW1QeDlONXRLR0VlY29UcGliaFh4TWFtUkFnMVhRTTdVYndQU0Frckhia0Z2Qk14Y09Qa3ZOVVNnaUM0VEkwTGoxZXFqb2FUM2JGWXhBRTNQNjQzaG55KzdOK240aFdNQUpjc08zak85eHR6RzJjQTFCZHJuU0NRNjN0OGI4dk41N0RNRWhwelVWazZJc0tFeXVoZWt1ZUJzdlplNVNiZ2IxZVUwajh2blNXSG9BUjg9IHJvb3RAaXAtMTAtMzEtMTUtMTYwLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Friday 20 September 2024 20:49:19 -0400 (0:00:00.330) 0:00:11.597 ****** changed: [managed_node3] => { "changed": true, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.15.160 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7C0dayAIdOr7f5R8Xg7qKdDBij/pnQghlH+7nTYeGKBJzOmP7lFrY9Anxa+I5JE0uyvSmt1sQ1f0ZXn61EDEzFiLPWVBiUm7JCNARBjYTHmgbS1Ua6Fhjyq+Wr8QqOrYJtRkXgBOkm/yuzneptLcq95w36/VwQrYF6EnwvyfaS4aeAYgtDN9BLDNYzcQuFfN+FY283q27LGOrPD1w2iLyZUsoK7EflfL6upE/sEc/rVvalFyd7lASpxOZv4FL5bQ/bWMHj1an03qYtCtvRPgm197DUFquNkCPvouBb14V1AoYdwhs1X4JlHhPZ4zvafwD9+dtOAFIxWufP0bimPx9N5tKGEecoTpibhXxMamRAg1XQM7UbwPSAkrHbkFvBMxcOPkvNUSgiC4TI0Lj1eqjoaT3bFYxAE3P643hny+7N+n4hWMAJcsO3jO9xtzG2cA1BdrnSCQ63t8b8vN57DMEhpzUVk6IsKEyuhekueBsvZe5Sbgb1eU0j8vnSWHoAR8= root@ip-10-31-15-160.us-east-1.aws.redhat.com\n", "mode": "0644", "name": "10.31.15.160", "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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Friday 20 September 2024 20:49:20 -0400 (0:00:00.488) 0:00:12.085 ****** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726879715.9492266, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5eea1b4829897f2843bafdff6b482ed722029483", "ctime": 1726879714.1512144, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 281018562, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726879713.8942127, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 77, "uid": 0, "version": "1325136327", "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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Friday 20 September 2024 20:49:20 -0400 (0:00:00.336) 0:00:12.422 ****** NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed_node3 changed: [managed_node3] => { "backup_file": "/etc/kdump.conf.16064.2024-09-20@20:49:21~", "changed": true, "checksum": "ed0cf529287f053b5b2273d79185fd5b2960e52e", "dest": "/etc/kdump.conf", "gid": 0, "group": "root", "md5sum": "a147df59b18817512f9d1c4b52e3d1b7", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1726879760.577525-10176-262891103852781/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Friday 20 September 2024 20:49:21 -0400 (0:00:00.684) 0:00:13.107 ****** 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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Friday 20 September 2024 20:49:21 -0400 (0:00:00.326) 0:00:13.433 ****** 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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Friday 20 September 2024 20:49:21 -0400 (0:00:00.019) 0:00:13.452 ****** 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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Friday 20 September 2024 20:49:21 -0400 (0:00:00.016) 0:00:13.469 ****** 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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Friday 20 September 2024 20:49:21 -0400 (0:00:00.017) 0:00:13.486 ****** 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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Friday 20 September 2024 20:49:21 -0400 (0:00:00.017) 0:00:13.504 ****** 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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Friday 20 September 2024 20:49:21 -0400 (0:00:00.016) 0:00:13.520 ****** 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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Friday 20 September 2024 20:49:21 -0400 (0:00:00.017) 0:00:13.537 ****** ok: [managed_node3] => { "changed": false, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-09-20 20:48:50 EDT", "ActiveEnterTimestampMonotonic": "236555731", "ActiveExitTimestamp": "Fri 2024-09-20 20:48:35 EDT", "ActiveExitTimestampMonotonic": "221919337", "ActiveState": "active", "After": "basic.target system.slice network.target remote-fs.target network-online.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-09-20 20:48:35 EDT", "AssertTimestampMonotonic": "221944035", "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": "Fri 2024-09-20 20:48:35 EDT", "ConditionTimestampMonotonic": "221943963", "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": "Fri 2024-09-20 20:48:50 EDT", "ExecMainExitTimestampMonotonic": "236555255", "ExecMainPID": "8281", "ExecMainStartTimestamp": "Fri 2024-09-20 20:48:35 EDT", "ExecMainStartTimestampMonotonic": "221944936", "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=[Fri 2024-09-20 20:48:35 EDT] ; stop_time=[Fri 2024-09-20 20:48:50 EDT] ; pid=8281 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Fri 2024-09-20 20:48:35 EDT] ; stop_time=[Fri 2024-09-20 20:48:35 EDT] ; pid=8272 ; 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": "Fri 2024-09-20 20:48:35 EDT", "InactiveEnterTimestampMonotonic": "221943102", "InactiveExitTimestamp": "Fri 2024-09-20 20:48:35 EDT", "InactiveExitTimestampMonotonic": "221944972", "InvocationID": "bf678864060f49c8a00fde4ec8bf7a6f", "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": "Fri 2024-09-20 20:48:50 EDT", "StateChangeTimestampMonotonic": "236555731", "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-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Friday 20 September 2024 20:49:22 -0400 (0:00:00.452) 0:00:13.989 ****** 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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Friday 20 September 2024 20:49:22 -0400 (0:00:00.330) 0:00:14.320 ****** changed: [managed_node3] => { "changed": true, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-09-20 20:48:50 EDT", "ActiveEnterTimestampMonotonic": "236555731", "ActiveExitTimestamp": "Fri 2024-09-20 20:48:35 EDT", "ActiveExitTimestampMonotonic": "221919337", "ActiveState": "active", "After": "basic.target system.slice network.target remote-fs.target network-online.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-09-20 20:48:35 EDT", "AssertTimestampMonotonic": "221944035", "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": "Fri 2024-09-20 20:48:35 EDT", "ConditionTimestampMonotonic": "221943963", "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": "Fri 2024-09-20 20:48:50 EDT", "ExecMainExitTimestampMonotonic": "236555255", "ExecMainPID": "8281", "ExecMainStartTimestamp": "Fri 2024-09-20 20:48:35 EDT", "ExecMainStartTimestampMonotonic": "221944936", "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=[Fri 2024-09-20 20:48:35 EDT] ; stop_time=[Fri 2024-09-20 20:48:50 EDT] ; pid=8281 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Fri 2024-09-20 20:48:35 EDT] ; stop_time=[Fri 2024-09-20 20:48:35 EDT] ; pid=8272 ; 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": "Fri 2024-09-20 20:48:35 EDT", "InactiveEnterTimestampMonotonic": "221943102", "InactiveExitTimestamp": "Fri 2024-09-20 20:48:35 EDT", "InactiveExitTimestampMonotonic": "221944972", "InvocationID": "bf678864060f49c8a00fde4ec8bf7a6f", "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": "Fri 2024-09-20 20:48:50 EDT", "StateChangeTimestampMonotonic": "236555731", "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-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Friday 20 September 2024 20:49:41 -0400 (0:00:19.498) 0:00:33.819 ****** ok: [managed_node3] META: ran handlers TASK [Run ansible-playbook with tests_ssh.yml in check mode] ******************* task path: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 Friday 20 September 2024 20:49:42 -0400 (0:00:00.619) 0:00:34.439 ****** ok: [managed_node3 -> localhost] => { "changed": false, "cmd": [ "ansible-playbook", "-vvv", "-i", "/tmp/ansible.atf4nk7m.inventory.yaml", "--check", "tests_ssh.yml" ], "delta": "0:00:15.851135", "end": "2024-09-20 20:49:58.636828", "rc": 0, "start": "2024-09-20 20:49:42.785693" } 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.atf4nk7m.inventory.yaml as it did not pass its verify_file() method script declined parsing /tmp/ansible.atf4nk7m.inventory.yaml as it did not pass its verify_file() method Parsed /tmp/ansible.atf4nk7m.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-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Friday 20 September 2024 20:49:43 -0400 (0:00:00.020) 0:00:00.020 ****** <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.15.160> (0, b'/root\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879783.4207015-10508-255618091950340 `" && echo ansible-tmp-1726879783.4207015-10508-255618091950340="` echo /root/.ansible/tmp/ansible-tmp-1726879783.4207015-10508-255618091950340 `" ) && sleep 0'"'"'' <10.31.14.101> (0, b'/root\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879783.4233882-10505-56989845431655 `" && echo ansible-tmp-1726879783.4233882-10505-56989845431655="` echo /root/.ansible/tmp/ansible-tmp-1726879783.4233882-10505-56989845431655 `" ) && sleep 0'"'"'' <10.31.13.245> (0, b'/root\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879783.4326227-10506-6688221465906 `" && echo ansible-tmp-1726879783.4326227-10506-6688221465906="` echo /root/.ansible/tmp/ansible-tmp-1726879783.4326227-10506-6688221465906 `" ) && sleep 0'"'"'' <10.31.15.160> (0, b'ansible-tmp-1726879783.4207015-10508-255618091950340=/root/.ansible/tmp/ansible-tmp-1726879783.4207015-10508-255618091950340\n', b'') <10.31.14.101> (0, b'ansible-tmp-1726879783.4233882-10505-56989845431655=/root/.ansible/tmp/ansible-tmp-1726879783.4233882-10505-56989845431655\n', b'') <10.31.13.245> (0, b'ansible-tmp-1726879783.4326227-10506-6688221465906=/root/.ansible/tmp/ansible-tmp-1726879783.4326227-10506-6688221465906\n', b'') Attempting python interpreter discovery <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/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.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/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.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/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.15.160> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.14.101> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.13.245> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.15.160> (0, b'{"platform_dist_result": ["centos", "8", ""], "osrelease_content": "NAME=\\"CentOS Stream\\"\\nVERSION=\\"8\\"\\nID=\\"centos\\"\\nID_LIKE=\\"rhel fedora\\"\\nVERSION_ID=\\"8\\"\\nPLATFORM_ID=\\"platform:el8\\"\\nPRETTY_NAME=\\"CentOS Stream 8\\"\\nANSI_COLOR=\\"0;31\\"\\nCPE_NAME=\\"cpe:/o:centos:centos:8\\"\\nHOME_URL=\\"https://centos.org/\\"\\nBUG_REPORT_URL=\\"https://bugzilla.redhat.com/\\"\\nREDHAT_SUPPORT_PRODUCT=\\"Red Hat Enterprise Linux 8\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=\\"CentOS Stream\\"\\n"}\n', b'') <10.31.14.101> (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.15.160> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpipf4msqr TO /root/.ansible/tmp/ansible-tmp-1726879783.4207015-10508-255618091950340/AnsiballZ_setup.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.15.160> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/d389dbb645 '[10.31.15.160]' <10.31.14.101> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpyv8zo2ts TO /root/.ansible/tmp/ansible-tmp-1726879783.4233882-10505-56989845431655/AnsiballZ_setup.py <10.31.14.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82126873fd '[10.31.14.101]' <10.31.13.245> (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.13.245> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpth1xk40r TO /root/.ansible/tmp/ansible-tmp-1726879783.4326227-10506-6688221465906/AnsiballZ_setup.py <10.31.13.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9596114582 '[10.31.13.245]' <10.31.14.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpyv8zo2ts /root/.ansible/tmp/ansible-tmp-1726879783.4233882-10505-56989845431655/AnsiballZ_setup.py\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879783.4233882-10505-56989845431655/ /root/.ansible/tmp/ansible-tmp-1726879783.4233882-10505-56989845431655/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.15.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpipf4msqr /root/.ansible/tmp/ansible-tmp-1726879783.4207015-10508-255618091950340/AnsiballZ_setup.py\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879783.4207015-10508-255618091950340/ /root/.ansible/tmp/ansible-tmp-1726879783.4207015-10508-255618091950340/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.14.101> (0, b'', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd -tt 10.31.14.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879783.4233882-10505-56989845431655/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.15.160> (0, b'', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 -tt 10.31.15.160 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879783.4207015-10508-255618091950340/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.13.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpth1xk40r /root/.ansible/tmp/ansible-tmp-1726879783.4326227-10506-6688221465906/AnsiballZ_setup.py\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879783.4326227-10506-6688221465906/ /root/.ansible/tmp/ansible-tmp-1726879783.4326227-10506-6688221465906/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.13.245> (0, b'', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 -tt 10.31.13.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879783.4326227-10506-6688221465906/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.14.101> (0, b'\r\n{"ansible_facts": {"ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_lsb": {}, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_iscsi_iqn": "", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAOjKZEXWou+soJnbcNf0gLpzLRPJfM74g4fMG68y8U/IKMiHsTqZ+kdkrhqm69bTNSy2OXHlm8klFyA11vg58mHoEeL4A5qn9At7fjKsB3GsrqoiynP5yGWy9fmofBf/XwhgGRpPQMSMwEcl2HS95EUA8ysiVMec9woAuMmeMRpDAAAAFQCenuP9D8QFbMjccv9kcdzuuN5NtQAAAIEA04P7fHsqdxuoRl7ixIXzLsgGLk0bMQ/dqZl9dhYhVFLq9TehiNgzjHQgJePpT6zeL5ubI1/3KcWdgXsq530zhrGjDEbdCTQztYE0RaNFiBRsyU1yYGXSoHOEhIgZp+BrEDBqNrKHxs14gQI78SiNicDfuCkTWL7eCdMzenSIvHwAAACBAKcPok+XZpOaLrXXdoEBh6O4SwmmV2CGEVCLj3m4kVL53of58eINiV+IGPEywwfy9Z8JT3u31w/ipnnKUDkBV3flkfgF44RZd0Q9UMHkuQKRMdRtfE6C+YUEwPq/TCi5IAbsTv1JzrCg7GFD8jXqDVNjfo6l0g4NdIz09ItFP0WW", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDXVOoZROOS6i2n774srJWKn0qQ+jj5kkE83/In23xQjy8TKd0tghjNOl+bzRMxke4alpebcU9A+iO2SoJ+7rVl3bS/+ATJ/ymCk10YnALixjbyYx9lhreEPb1sYMy3gbgUzr2JpXD/XTB3kevO5bRoIuyWqDO9MRvhFs28RdrAXYiEED2d49CptXAAnszGfXo6gieYzIjjBdQFJw07DsGBe6lJaUKD3T1agVLYpno2hOzRtwyU7vtdnTpWxlbG+ybNH4mv7qVIKrRLZJ5K6RfPX4uUTC8uVClxls0R5RftxHWFZJD68OnKfKA34Yv2p6jNMOjUYdC8hXxb3NqDEz/sfyu9GfndjfnE3fpxGE8gBfVo8N9ltP5701o3iPirpIHTNDVscYbQyp8E3POhpoLs3HNHFMuf2v2dI+BiwH/RGRLQXFBsKMZPDUhmb00j+ZhdGpNKpvrvLJs4Y3xEx1rEyVIHxKh4V8HEqN6T8NSt0dLSPNEVLyV69AS8knBQmB8=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM8IUc49k3crRKnveFUY/6ugCnnCYbbNRCtsNNNOcAOsKD902M1ci81kW3338r8bJ9sNMLKgcVS8+FmLh3/50g8=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAILECIZ+McqIMbPr9lxL1bM7wsMhlPC1QMB6BBlqScWlL", "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-14-101.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-14-101", "ansible_nodename": "ip-10-31-14-101.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": "28aafc5b53dd4c0ab5b9403a40284a1a", "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": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "49", "second": "44", "epoch": "1726879784", "date": "2024-09-20", "time": "20:49:44", "iso8601_micro": "2024-09-21T00:49:44.191261Z", "iso8601": "2024-09-21T00:49:44Z", "iso8601_basic": "20240920T204944191261", "iso8601_basic_short": "20240920T204944", "tz": "EDT", "tz_offset": "-0400"}, "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": 2826, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 713, "free": 2826}, "nocache": {"free": 3332, "used": 207}, "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": "ec21768c-0c28-b0f0-2617-eeaa06998ce0", "ansible_product_uuid": "ec21768c-0c28-b0f0-2617-eeaa06998ce0", "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": 326, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560163328, "block_size": 4096, "block_total": 65533179, "block_available": 64345743, "block_used": 1187436, "inode_total": 131071472, "inode_available": 130996207, "inode_used": 75265, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "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_is_chroot": false, "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": "0a:ff:f1:31:14:f7", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.14.101", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0"}, "ipv6": [{"address": "fe80::8ff:f1ff:fe31:14f7", "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.12.1", "interface": "eth0", "address": "10.31.14.101", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "macaddress": "0a:ff:f1:31:14:f7", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.14.101"], "ansible_all_ipv6_addresses": ["fe80::8ff:f1ff:fe31:14f7"], "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_local": {}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_hostnqn": "", "ansible_fibre_channel_wwn": [], "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.15.40 57808 10.31.14.101 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.15.40 57808 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_fips": false, "ansible_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.14.101 closed.\r\n') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879783.4233882-10505-56989845431655/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.15.160> (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_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": "926ecc48-81f4-4c57-b165-0598574e7a49.testing-farm.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-15-160", "ansible_nodename": "ip-10-31-15-160.us-east-1.aws.redhat.com", "ansible_domain": "testing-farm.us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "9f6a3d5fe8464bd3afa9d50d6c1dee79", "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_pkg_mgr": "dnf", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPsGdiK8f0fOIe/lzsOdsYm683frONcyb++XCCYP/zPzDwuRow9SbwSINSX8bK6c4dXhJXUMJeshsakzt9pAEQ4rO2a7gmfJTNarwtZu5y5cn8ytZOowUBorLfj7+l88Qa6XWlpm94vtpObqglYnax+ruB244mCTOy+GHTFcs8VxAAAAFQCUuDiNv71PbPSKu2gTOebZp9iu0QAAAIBGEtcYIMlRF7H0d1Ac+P2gP2dL8ZqJ6wbguc7bK+zZ5XoPgtIgAJu4psa9QQ6m0/wuHMaWnoSTxHjoN5+h+DGA0/ctNoIopsO/PzU0WRR4TuMPyWocNOM0hngqmMlKMpTyUc1UOEH6/lJSo4zsWG7oYfwLD+9tjqtOqsLHDGfa8wAAAIEAvt1P5BqQ2Zj1pU00lFkQyTq6G+0vLvO988zHIRLW6QTv255cf9WLYscBRz7W0SwODI04Z+cuHpE5h9sCI0DJEbPdVidjnBMol2epKmhbomLIczqADSPJ4dOiLPTHYOksIIusKb6VJm2ChNlqR113vTNbcWhUDNvXnZ0Qa2MlEkQ=", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC7C0dayAIdOr7f5R8Xg7qKdDBij/pnQghlH+7nTYeGKBJzOmP7lFrY9Anxa+I5JE0uyvSmt1sQ1f0ZXn61EDEzFiLPWVBiUm7JCNARBjYTHmgbS1Ua6Fhjyq+Wr8QqOrYJtRkXgBOkm/yuzneptLcq95w36/VwQrYF6EnwvyfaS4aeAYgtDN9BLDNYzcQuFfN+FY283q27LGOrPD1w2iLyZUsoK7EflfL6upE/sEc/rVvalFyd7lASpxOZv4FL5bQ/bWMHj1an03qYtCtvRPgm197DUFquNkCPvouBb14V1AoYdwhs1X4JlHhPZ4zvafwD9+dtOAFIxWufP0bimPx9N5tKGEecoTpibhXxMamRAg1XQM7UbwPSAkrHbkFvBMxcOPkvNUSgiC4TI0Lj1eqjoaT3bFYxAE3P643hny+7N+n4hWMAJcsO3jO9xtzG2cA1BdrnSCQ63t8b8vN57DMEhpzUVk6IsKEyuhekueBsvZe5Sbgb1eU0j8vnSWHoAR8=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA1rubZU3A/HRbAtRrjuuQi6r/YF5hwo/P6sOAsUxCa8sEyZ4BWFPtHDF6lhQazSnxQGeQTZPZ9/IRLDrW6gApw=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIKOEZFKAAMCJ/syoDlAaShlqKLRW0HVQgZ4xAqOq2u5h", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.15.40 47952 10.31.15.160 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.15.40 47952 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_lsb": {}, "ansible_fibre_channel_wwn": [], "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": 2829, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 710, "free": 2829}, "nocache": {"free": 3335, "used": 204}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec210dc2-e9c0-071c-b9ad-3e7d124c303c", "ansible_product_uuid": "ec210dc2-e9c0-071c-b9ad-3e7d124c303c", "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": 290, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560183808, "block_size": 4096, "block_total": 65533179, "block_available": 64345748, "block_used": 1187431, "inode_total": 131071472, "inode_available": 130996205, "inode_used": 75267, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_iscsi_iqn": "", "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_service_mgr": "systemd", "ansible_hostnqn": "", "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:f4:35:da:5f", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.15.160", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0"}, "ipv6": [{"address": "fe80::8ff:f4ff:fe35:da5f", "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.12.1", "interface": "eth0", "address": "10.31.15.160", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "macaddress": "0a:ff:f4:35:da:5f", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.15.160"], "ansible_all_ipv6_addresses": ["fe80::8ff:f4ff:fe35:da5f"], "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_fips": false, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "49", "second": "44", "epoch": "1726879784", "date": "2024-09-20", "time": "20:49:44", "iso8601_micro": "2024-09-21T00:49:44.357861Z", "iso8601": "2024-09-21T00:49:44Z", "iso8601_basic": "20240920T204944357861", "iso8601_basic_short": "20240920T204944", "tz": "EDT", "tz_offset": "-0400"}, "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.15.160 closed.\r\n') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879783.4207015-10508-255618091950340/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.14.101> (0, b'', b'') ok: [managed_node1] <10.31.15.160> (0, b'', b'') ok: [managed_node3] <10.31.13.245> (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_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBALERpgC/WBYW14ssslfP4iZdXk0DyjqurQ4j9Bo6iiNjzpmegnoNf9ns6rOtrJonTZ2uYrBjb9SR61aT5P+hlREyjNvhZmTb5FTANWBk2mKJmusfZmg0naH5COLuTnjIW18ndxx3niX163kKNTbeRWVmR+7M9tBG6ZDUMlCRGZPvAAAAFQCQGQBLezZ2oF4LwHAMlA58ohMtBQAAAIAfrQbmWkxD+dvfOIbYB1UEq2QiO29JyZMb5wo/6Bv1mtPVQu6DkpTyszfHrRWa1lBRit/MQHxX5IO/r5bO+jgEtry1QyU+oOR3aj1dCnLT+n7ON3YHLzJ19FN711aH1JWKu7UkEWPznhcVaBDeLqagA3NbN01eA/o2AST/+VpFOQAAAIBtVPTRETgiQ5BZDrMmCyjwKN146hjO2zBeDBRBvb/+ZRcM2EJcwt4hZQrDnnaq3L5pYpA1Q9xqV8Vjs6iH7y+dtWuH7SZwwic6xuUq9EJVkBp6enTado9FFtOdDQfUoopTPXBTqXbREryyyUxv15+AEVvDYYf9f6iqqVvEgpHr1g==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDA+ZqbTRUlOY34p/9Lt39+MXPF4W30w1tc3J5K40kM3DO05BOx+0wihDE8Elhqb4JCVtpeHmwrcuimY8mF7DoRrm/ZjDc7+8jI0VimPKu2/1VLDXK5K+1jUdgNOq+W3I40pfRWuknPDSDQWkzIjIpTvEXgBaJoovCuVwFGfOW5ONUhJXEzO4FGaIt12ocei7shJt+s7gzMPjX4N8HZteo7AcXSX+H09DancVnZKB+xPZb2IYyMkIYPQCB5qlq9p9N/O+SRHb7BHo8PyETj8UX7YKb9M+QjW99UvL5FzpA6+e0wvSZ7zT5ekfo5AhlAa3GdSPT2L0F4fG/oOGv6zOh7IYYmDkVDVaKD6hkA8Zck+VyR/O7tPDfEKCp/EiN4w5JoCSoNtg6FjJHN7nQQc6ODiT5hbqCiQApFJ/wahkJnJxrX7Vo4qDZCB88gGBS1VkHIh0lq6oxbd6N1lweohxH8ZSNxG8TQSSoL5c8sk7+Lhu9gCNr7sOxbK5IrxCyHrHU=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHNkeH3TCQhLq+DZhzxYN54DJK4O/+6UGKIyzCAkq/aekzRIlcq8aXvKwhsUNAHQtgN1PV6bmp183cLrRzZl2FM=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIPLDhr2iVBjaoCMNbFbyB+DASfAb03EckqqWoNGT/gn2", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_local": {}, "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-13-245.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-13-245", "ansible_nodename": "ip-10-31-13-245.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": "9d1ac72ed2a34a7d95525e8339ada8c9", "ansible_fips": false, "ansible_apparmor": {"status": "disabled"}, "ansible_fibre_channel_wwn": [], "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_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.15.40 39004 10.31.13.245 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.15.40 39004 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_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "49", "second": "44", "epoch": "1726879784", "date": "2024-09-20", "time": "20:49:44", "iso8601_micro": "2024-09-21T00:49:44.339152Z", "iso8601": "2024-09-21T00:49:44Z", "iso8601_basic": "20240920T204944339152", "iso8601_basic_short": "20240920T204944", "tz": "EDT", "tz_offset": "-0400"}, "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": 2816, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 723, "free": 2816}, "nocache": {"free": 3323, "used": 216}, "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": "ec2adf51-7924-6268-a3ba-5747cc1f7f70", "ansible_product_uuid": "ec2adf51-7924-6268-a3ba-5747cc1f7f70", "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": 263559737344, "block_size": 4096, "block_total": 65533179, "block_available": 64345639, "block_used": 1187540, "inode_total": 131071472, "inode_available": 130996193, "inode_used": 75279, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_lsb": {}, "ansible_hostnqn": "", "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:d1:10:bc:2b", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.13.245", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0"}, "ipv6": [{"address": "fe80::8ff:d1ff:fe10:bc2b", "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.12.1", "interface": "eth0", "address": "10.31.13.245", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "macaddress": "0a:ff:d1:10:bc:2b", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.13.245"], "ansible_all_ipv6_addresses": ["fe80::8ff:d1ff:fe10:bc2b"], "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.13.245 closed.\r\n') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879783.4326227-10506-6688221465906/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.13.245> (0, b'', b'') ok: [managed_node2] META: ran handlers TASK [Gather facts from managed_node1] ***************************************** task path: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Friday 20 September 2024 20:49:44 -0400 (0:00:01.238) 0:00:01.259 ****** <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.14.101> (0, b'/root\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879784.6730313-10566-20370613872881 `" && echo ansible-tmp-1726879784.6730313-10566-20370613872881="` echo /root/.ansible/tmp/ansible-tmp-1726879784.6730313-10566-20370613872881 `" ) && sleep 0'"'"'' <10.31.13.245> (0, b'/root\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879784.6867585-10568-195785467956281 `" && echo ansible-tmp-1726879784.6867585-10568-195785467956281="` echo /root/.ansible/tmp/ansible-tmp-1726879784.6867585-10568-195785467956281 `" ) && sleep 0'"'"'' <10.31.15.160> (0, b'/root\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879784.688507-10569-20270878917818 `" && echo ansible-tmp-1726879784.688507-10569-20270878917818="` echo /root/.ansible/tmp/ansible-tmp-1726879784.688507-10569-20270878917818 `" ) && sleep 0'"'"'' <10.31.14.101> (0, b'ansible-tmp-1726879784.6730313-10566-20370613872881=/root/.ansible/tmp/ansible-tmp-1726879784.6730313-10566-20370613872881\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.14.101> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmp7dvf_h30 TO /root/.ansible/tmp/ansible-tmp-1726879784.6730313-10566-20370613872881/AnsiballZ_setup.py <10.31.14.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82126873fd '[10.31.14.101]' <10.31.15.160> (0, b'ansible-tmp-1726879784.688507-10569-20270878917818=/root/.ansible/tmp/ansible-tmp-1726879784.688507-10569-20270878917818\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.15.160> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmp4bxtqc5g TO /root/.ansible/tmp/ansible-tmp-1726879784.688507-10569-20270878917818/AnsiballZ_setup.py <10.31.15.160> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/d389dbb645 '[10.31.15.160]' <10.31.13.245> (0, b'ansible-tmp-1726879784.6867585-10568-195785467956281=/root/.ansible/tmp/ansible-tmp-1726879784.6867585-10568-195785467956281\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.13.245> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmp6lvovk3e TO /root/.ansible/tmp/ansible-tmp-1726879784.6867585-10568-195785467956281/AnsiballZ_setup.py <10.31.13.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9596114582 '[10.31.13.245]' <10.31.14.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmp7dvf_h30 /root/.ansible/tmp/ansible-tmp-1726879784.6730313-10566-20370613872881/AnsiballZ_setup.py\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879784.6730313-10566-20370613872881/ /root/.ansible/tmp/ansible-tmp-1726879784.6730313-10566-20370613872881/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.15.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmp4bxtqc5g /root/.ansible/tmp/ansible-tmp-1726879784.688507-10569-20270878917818/AnsiballZ_setup.py\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879784.688507-10569-20270878917818/ /root/.ansible/tmp/ansible-tmp-1726879784.688507-10569-20270878917818/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.14.101> (0, b'', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd -tt 10.31.14.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879784.6730313-10566-20370613872881/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.13.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmp6lvovk3e /root/.ansible/tmp/ansible-tmp-1726879784.6867585-10568-195785467956281/AnsiballZ_setup.py\n', b'') <10.31.15.160> (0, b'', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 -tt 10.31.15.160 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879784.688507-10569-20270878917818/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879784.6867585-10568-195785467956281/ /root/.ansible/tmp/ansible-tmp-1726879784.6867585-10568-195785467956281/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.13.245> (0, b'', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 -tt 10.31.13.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879784.6867585-10568-195785467956281/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.14.101> (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_is_chroot": false, "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-14-101.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-14-101", "ansible_nodename": "ip-10-31-14-101.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": "28aafc5b53dd4c0ab5b9403a40284a1a", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAOjKZEXWou+soJnbcNf0gLpzLRPJfM74g4fMG68y8U/IKMiHsTqZ+kdkrhqm69bTNSy2OXHlm8klFyA11vg58mHoEeL4A5qn9At7fjKsB3GsrqoiynP5yGWy9fmofBf/XwhgGRpPQMSMwEcl2HS95EUA8ysiVMec9woAuMmeMRpDAAAAFQCenuP9D8QFbMjccv9kcdzuuN5NtQAAAIEA04P7fHsqdxuoRl7ixIXzLsgGLk0bMQ/dqZl9dhYhVFLq9TehiNgzjHQgJePpT6zeL5ubI1/3KcWdgXsq530zhrGjDEbdCTQztYE0RaNFiBRsyU1yYGXSoHOEhIgZp+BrEDBqNrKHxs14gQI78SiNicDfuCkTWL7eCdMzenSIvHwAAACBAKcPok+XZpOaLrXXdoEBh6O4SwmmV2CGEVCLj3m4kVL53of58eINiV+IGPEywwfy9Z8JT3u31w/ipnnKUDkBV3flkfgF44RZd0Q9UMHkuQKRMdRtfE6C+YUEwPq/TCi5IAbsTv1JzrCg7GFD8jXqDVNjfo6l0g4NdIz09ItFP0WW", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDXVOoZROOS6i2n774srJWKn0qQ+jj5kkE83/In23xQjy8TKd0tghjNOl+bzRMxke4alpebcU9A+iO2SoJ+7rVl3bS/+ATJ/ymCk10YnALixjbyYx9lhreEPb1sYMy3gbgUzr2JpXD/XTB3kevO5bRoIuyWqDO9MRvhFs28RdrAXYiEED2d49CptXAAnszGfXo6gieYzIjjBdQFJw07DsGBe6lJaUKD3T1agVLYpno2hOzRtwyU7vtdnTpWxlbG+ybNH4mv7qVIKrRLZJ5K6RfPX4uUTC8uVClxls0R5RftxHWFZJD68OnKfKA34Yv2p6jNMOjUYdC8hXxb3NqDEz/sfyu9GfndjfnE3fpxGE8gBfVo8N9ltP5701o3iPirpIHTNDVscYbQyp8E3POhpoLs3HNHFMuf2v2dI+BiwH/RGRLQXFBsKMZPDUhmb00j+ZhdGpNKpvrvLJs4Y3xEx1rEyVIHxKh4V8HEqN6T8NSt0dLSPNEVLyV69AS8knBQmB8=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM8IUc49k3crRKnveFUY/6ugCnnCYbbNRCtsNNNOcAOsKD902M1ci81kW3338r8bJ9sNMLKgcVS8+FmLh3/50g8=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAILECIZ+McqIMbPr9lxL1bM7wsMhlPC1QMB6BBlqScWlL", "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_apparmor": {"status": "disabled"}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "49", "second": "45", "epoch": "1726879785", "date": "2024-09-20", "time": "20:49:45", "iso8601_micro": "2024-09-21T00:49:45.066222Z", "iso8601": "2024-09-21T00:49:45Z", "iso8601_basic": "20240920T204945066222", "iso8601_basic_short": "20240920T204945", "tz": "EDT", "tz_offset": "-0400"}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.15.40 57808 10.31.14.101 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.15.40 57808 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_local": {}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_fips": false, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "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": 2826, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 713, "free": 2826}, "nocache": {"free": 3332, "used": 207}, "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": "ec21768c-0c28-b0f0-2617-eeaa06998ce0", "ansible_product_uuid": "ec21768c-0c28-b0f0-2617-eeaa06998ce0", "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": 327, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560163328, "block_size": 4096, "block_total": 65533179, "block_available": 64345743, "block_used": 1187436, "inode_total": 131071472, "inode_available": 130996207, "inode_used": 75265, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_pkg_mgr": "dnf", "ansible_hostnqn": "", "ansible_fibre_channel_wwn": [], "ansible_iscsi_iqn": "", "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": "0a:ff:f1:31:14:f7", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.14.101", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0"}, "ipv6": [{"address": "fe80::8ff:f1ff:fe31:14f7", "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.12.1", "interface": "eth0", "address": "10.31.14.101", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "macaddress": "0a:ff:f1:31:14:f7", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.14.101"], "ansible_all_ipv6_addresses": ["fe80::8ff:f1ff:fe31:14f7"], "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.14.101 closed.\r\n') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879784.6730313-10566-20370613872881/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.15.160> (0, b'\r\n{"ansible_facts": {"ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPsGdiK8f0fOIe/lzsOdsYm683frONcyb++XCCYP/zPzDwuRow9SbwSINSX8bK6c4dXhJXUMJeshsakzt9pAEQ4rO2a7gmfJTNarwtZu5y5cn8ytZOowUBorLfj7+l88Qa6XWlpm94vtpObqglYnax+ruB244mCTOy+GHTFcs8VxAAAAFQCUuDiNv71PbPSKu2gTOebZp9iu0QAAAIBGEtcYIMlRF7H0d1Ac+P2gP2dL8ZqJ6wbguc7bK+zZ5XoPgtIgAJu4psa9QQ6m0/wuHMaWnoSTxHjoN5+h+DGA0/ctNoIopsO/PzU0WRR4TuMPyWocNOM0hngqmMlKMpTyUc1UOEH6/lJSo4zsWG7oYfwLD+9tjqtOqsLHDGfa8wAAAIEAvt1P5BqQ2Zj1pU00lFkQyTq6G+0vLvO988zHIRLW6QTv255cf9WLYscBRz7W0SwODI04Z+cuHpE5h9sCI0DJEbPdVidjnBMol2epKmhbomLIczqADSPJ4dOiLPTHYOksIIusKb6VJm2ChNlqR113vTNbcWhUDNvXnZ0Qa2MlEkQ=", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC7C0dayAIdOr7f5R8Xg7qKdDBij/pnQghlH+7nTYeGKBJzOmP7lFrY9Anxa+I5JE0uyvSmt1sQ1f0ZXn61EDEzFiLPWVBiUm7JCNARBjYTHmgbS1Ua6Fhjyq+Wr8QqOrYJtRkXgBOkm/yuzneptLcq95w36/VwQrYF6EnwvyfaS4aeAYgtDN9BLDNYzcQuFfN+FY283q27LGOrPD1w2iLyZUsoK7EflfL6upE/sEc/rVvalFyd7lASpxOZv4FL5bQ/bWMHj1an03qYtCtvRPgm197DUFquNkCPvouBb14V1AoYdwhs1X4JlHhPZ4zvafwD9+dtOAFIxWufP0bimPx9N5tKGEecoTpibhXxMamRAg1XQM7UbwPSAkrHbkFvBMxcOPkvNUSgiC4TI0Lj1eqjoaT3bFYxAE3P643hny+7N+n4hWMAJcsO3jO9xtzG2cA1BdrnSCQ63t8b8vN57DMEhpzUVk6IsKEyuhekueBsvZe5Sbgb1eU0j8vnSWHoAR8=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA1rubZU3A/HRbAtRrjuuQi6r/YF5hwo/P6sOAsUxCa8sEyZ4BWFPtHDF6lhQazSnxQGeQTZPZ9/IRLDrW6gApw=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIKOEZFKAAMCJ/syoDlAaShlqKLRW0HVQgZ4xAqOq2u5h", "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": "926ecc48-81f4-4c57-b165-0598574e7a49.testing-farm.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-15-160", "ansible_nodename": "ip-10-31-15-160.us-east-1.aws.redhat.com", "ansible_domain": "testing-farm.us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "9f6a3d5fe8464bd3afa9d50d6c1dee79", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_lsb": {}, "ansible_iscsi_iqn": "", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "49", "second": "45", "epoch": "1726879785", "date": "2024-09-20", "time": "20:49:45", "iso8601_micro": "2024-09-21T00:49:45.077205Z", "iso8601": "2024-09-21T00:49:45Z", "iso8601_basic": "20240920T204945077205", "iso8601_basic_short": "20240920T204945", "tz": "EDT", "tz_offset": "-0400"}, "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_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_local": {}, "ansible_fips": false, "ansible_fibre_channel_wwn": [], "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:f4:35:da:5f", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.15.160", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0"}, "ipv6": [{"address": "fe80::8ff:f4ff:fe35:da5f", "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.12.1", "interface": "eth0", "address": "10.31.15.160", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "macaddress": "0a:ff:f4:35:da:5f", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.15.160"], "ansible_all_ipv6_addresses": ["fe80::8ff:f4ff:fe35:da5f"], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2829, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 710, "free": 2829}, "nocache": {"free": 3335, "used": 204}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec210dc2-e9c0-071c-b9ad-3e7d124c303c", "ansible_product_uuid": "ec210dc2-e9c0-071c-b9ad-3e7d124c303c", "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": 291, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560183808, "block_size": 4096, "block_total": 65533179, "block_available": 64345748, "block_used": 1187431, "inode_total": 131071472, "inode_available": 130996205, "inode_used": 75267, "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_hostnqn": "", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.15.40 47952 10.31.15.160 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.15.40 47952 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_apparmor": {"status": "disabled"}, "ansible_pkg_mgr": "dnf", "ansible_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.15.160 closed.\r\n') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879784.688507-10569-20270878917818/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.15.160> (0, b'', b'') <10.31.14.101> (0, b'', b'') ok: [managed_node1 -> managed_node1] ok: [managed_node3 -> managed_node3] <10.31.13.245> (0, b'\r\n{"ansible_facts": {"ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "ip-10-31-13-245.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-13-245", "ansible_nodename": "ip-10-31-13-245.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": "9d1ac72ed2a34a7d95525e8339ada8c9", "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_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBALERpgC/WBYW14ssslfP4iZdXk0DyjqurQ4j9Bo6iiNjzpmegnoNf9ns6rOtrJonTZ2uYrBjb9SR61aT5P+hlREyjNvhZmTb5FTANWBk2mKJmusfZmg0naH5COLuTnjIW18ndxx3niX163kKNTbeRWVmR+7M9tBG6ZDUMlCRGZPvAAAAFQCQGQBLezZ2oF4LwHAMlA58ohMtBQAAAIAfrQbmWkxD+dvfOIbYB1UEq2QiO29JyZMb5wo/6Bv1mtPVQu6DkpTyszfHrRWa1lBRit/MQHxX5IO/r5bO+jgEtry1QyU+oOR3aj1dCnLT+n7ON3YHLzJ19FN711aH1JWKu7UkEWPznhcVaBDeLqagA3NbN01eA/o2AST/+VpFOQAAAIBtVPTRETgiQ5BZDrMmCyjwKN146hjO2zBeDBRBvb/+ZRcM2EJcwt4hZQrDnnaq3L5pYpA1Q9xqV8Vjs6iH7y+dtWuH7SZwwic6xuUq9EJVkBp6enTado9FFtOdDQfUoopTPXBTqXbREryyyUxv15+AEVvDYYf9f6iqqVvEgpHr1g==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDA+ZqbTRUlOY34p/9Lt39+MXPF4W30w1tc3J5K40kM3DO05BOx+0wihDE8Elhqb4JCVtpeHmwrcuimY8mF7DoRrm/ZjDc7+8jI0VimPKu2/1VLDXK5K+1jUdgNOq+W3I40pfRWuknPDSDQWkzIjIpTvEXgBaJoovCuVwFGfOW5ONUhJXEzO4FGaIt12ocei7shJt+s7gzMPjX4N8HZteo7AcXSX+H09DancVnZKB+xPZb2IYyMkIYPQCB5qlq9p9N/O+SRHb7BHo8PyETj8UX7YKb9M+QjW99UvL5FzpA6+e0wvSZ7zT5ekfo5AhlAa3GdSPT2L0F4fG/oOGv6zOh7IYYmDkVDVaKD6hkA8Zck+VyR/O7tPDfEKCp/EiN4w5JoCSoNtg6FjJHN7nQQc6ODiT5hbqCiQApFJ/wahkJnJxrX7Vo4qDZCB88gGBS1VkHIh0lq6oxbd6N1lweohxH8ZSNxG8TQSSoL5c8sk7+Lhu9gCNr7sOxbK5IrxCyHrHU=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHNkeH3TCQhLq+DZhzxYN54DJK4O/+6UGKIyzCAkq/aekzRIlcq8aXvKwhsUNAHQtgN1PV6bmp183cLrRzZl2FM=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIPLDhr2iVBjaoCMNbFbyB+DASfAb03EckqqWoNGT/gn2", "ansible_fips": false, "ansible_fibre_channel_wwn": [], "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.15.40 39004 10.31.13.245 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.15.40 39004 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_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": 2814, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 725, "free": 2814}, "nocache": {"free": 3321, "used": 218}, "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": "ec2adf51-7924-6268-a3ba-5747cc1f7f70", "ansible_product_uuid": "ec2adf51-7924-6268-a3ba-5747cc1f7f70", "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": 290, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263559585792, "block_size": 4096, "block_total": 65533179, "block_available": 64345602, "block_used": 1187577, "inode_total": 131071472, "inode_available": 130996192, "inode_used": 75280, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "49", "second": "45", "epoch": "1726879785", "date": "2024-09-20", "time": "20:49:45", "iso8601_micro": "2024-09-21T00:49:45.324277Z", "iso8601": "2024-09-21T00:49:45Z", "iso8601_basic": "20240920T204945324277", "iso8601_basic_short": "20240920T204945", "tz": "EDT", "tz_offset": "-0400"}, "ansible_apparmor": {"status": "disabled"}, "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_is_chroot": false, "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:d1:10:bc:2b", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.13.245", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0"}, "ipv6": [{"address": "fe80::8ff:d1ff:fe10:bc2b", "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.12.1", "interface": "eth0", "address": "10.31.13.245", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "macaddress": "0a:ff:d1:10:bc:2b", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.13.245"], "ansible_all_ipv6_addresses": ["fe80::8ff:d1ff:fe10:bc2b"], "ansible_iscsi_iqn": "", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_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_local": {}, "ansible_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "ansible_hostnqn": "", "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.13.245 closed.\r\n') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879784.6867585-10568-195785467956281/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.13.245> (0, b'', b'') ok: [managed_node2 -> managed_node2] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Friday 20 September 2024 20:49:45 -0400 (0:00:00.838) 0:00:02.097 ****** 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-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Friday 20 September 2024 20:49:45 -0400 (0:00:00.070) 0:00:02.168 ****** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Friday 20 September 2024 20:49:45 -0400 (0:00:00.084) 0:00:02.252 ****** included: /tmp/collections-mJr/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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Friday 20 September 2024 20:49:45 -0400 (0:00:00.058) 0:00:02.311 ****** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Friday 20 September 2024 20:49:45 -0400 (0:00:00.065) 0:00:02.377 ****** <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.13.245> (0, b'/root\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879785.7989867-10641-117539858082103 `" && echo ansible-tmp-1726879785.7989867-10641-117539858082103="` echo /root/.ansible/tmp/ansible-tmp-1726879785.7989867-10641-117539858082103 `" ) && sleep 0'"'"'' <10.31.14.101> (0, b'/root\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879785.832398-10639-89542204566783 `" && echo ansible-tmp-1726879785.832398-10639-89542204566783="` echo /root/.ansible/tmp/ansible-tmp-1726879785.832398-10639-89542204566783 `" ) && sleep 0'"'"'' <10.31.15.160> (0, b'/root\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879785.834233-10643-86961709603803 `" && echo ansible-tmp-1726879785.834233-10643-86961709603803="` echo /root/.ansible/tmp/ansible-tmp-1726879785.834233-10643-86961709603803 `" ) && sleep 0'"'"'' <10.31.13.245> (0, b'ansible-tmp-1726879785.7989867-10641-117539858082103=/root/.ansible/tmp/ansible-tmp-1726879785.7989867-10641-117539858082103\n', b'') <10.31.15.160> (0, b'ansible-tmp-1726879785.834233-10643-86961709603803=/root/.ansible/tmp/ansible-tmp-1726879785.834233-10643-86961709603803\n', b'') <10.31.14.101> (0, b'ansible-tmp-1726879785.832398-10639-89542204566783=/root/.ansible/tmp/ansible-tmp-1726879785.832398-10639-89542204566783\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.13.245> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmps5vnr_4x TO /root/.ansible/tmp/ansible-tmp-1726879785.7989867-10641-117539858082103/AnsiballZ_stat.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.13.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9596114582 '[10.31.13.245]' <10.31.15.160> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpftxr97xp TO /root/.ansible/tmp/ansible-tmp-1726879785.834233-10643-86961709603803/AnsiballZ_stat.py <10.31.15.160> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/d389dbb645 '[10.31.15.160]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.14.101> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmp58dt8e6y TO /root/.ansible/tmp/ansible-tmp-1726879785.832398-10639-89542204566783/AnsiballZ_stat.py <10.31.14.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82126873fd '[10.31.14.101]' <10.31.13.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmps5vnr_4x /root/.ansible/tmp/ansible-tmp-1726879785.7989867-10641-117539858082103/AnsiballZ_stat.py\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879785.7989867-10641-117539858082103/ /root/.ansible/tmp/ansible-tmp-1726879785.7989867-10641-117539858082103/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.15.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpftxr97xp /root/.ansible/tmp/ansible-tmp-1726879785.834233-10643-86961709603803/AnsiballZ_stat.py\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879785.834233-10643-86961709603803/ /root/.ansible/tmp/ansible-tmp-1726879785.834233-10643-86961709603803/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.14.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmp58dt8e6y /root/.ansible/tmp/ansible-tmp-1726879785.832398-10639-89542204566783/AnsiballZ_stat.py\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879785.832398-10639-89542204566783/ /root/.ansible/tmp/ansible-tmp-1726879785.832398-10639-89542204566783/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.15.160> (0, b'', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 -tt 10.31.15.160 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879785.834233-10643-86961709603803/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.13.245> (0, b'', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 -tt 10.31.13.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879785.7989867-10641-117539858082103/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.14.101> (0, b'', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd -tt 10.31.14.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879785.832398-10639-89542204566783/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.15.160> (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.15.160 closed.\r\n') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879785.834233-10643-86961709603803/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.14.101> (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.14.101 closed.\r\n') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879785.832398-10639-89542204566783/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.15.160> (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.14.101> (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.13.245> (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.13.245 closed.\r\n') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879785.7989867-10641-117539858082103/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.13.245> (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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Friday 20 September 2024 20:49:46 -0400 (0:00:00.653) 0:00:03.031 ****** ok: [managed_node1] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } ok: [managed_node3] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } ok: [managed_node2] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Set platform/version specific variables] *** task path: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Friday 20 September 2024 20:49:46 -0400 (0:00:00.049) 0:00:03.081 ****** skipping: [managed_node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Friday 20 September 2024 20:49:46 -0400 (0:00:00.096) 0:00:03.178 ****** <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.14.101> (0, b'/root\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879786.6513317-10699-190203314714034 `" && echo ansible-tmp-1726879786.6513317-10699-190203314714034="` echo /root/.ansible/tmp/ansible-tmp-1726879786.6513317-10699-190203314714034 `" ) && sleep 0'"'"'' <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.14.101> (0, b'ansible-tmp-1726879786.6513317-10699-190203314714034=/root/.ansible/tmp/ansible-tmp-1726879786.6513317-10699-190203314714034\n', b'') <10.31.13.245> (0, b'/root\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879786.707924-10700-65645683380189 `" && echo ansible-tmp-1726879786.707924-10700-65645683380189="` echo /root/.ansible/tmp/ansible-tmp-1726879786.707924-10700-65645683380189 `" ) && sleep 0'"'"'' <10.31.15.160> (0, b'/root\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879786.7182503-10702-202157881010728 `" && echo ansible-tmp-1726879786.7182503-10702-202157881010728="` echo /root/.ansible/tmp/ansible-tmp-1726879786.7182503-10702-202157881010728 `" ) && sleep 0'"'"'' <10.31.13.245> (0, b'ansible-tmp-1726879786.707924-10700-65645683380189=/root/.ansible/tmp/ansible-tmp-1726879786.707924-10700-65645683380189\n', b'') <10.31.15.160> (0, b'ansible-tmp-1726879786.7182503-10702-202157881010728=/root/.ansible/tmp/ansible-tmp-1726879786.7182503-10702-202157881010728\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py <10.31.13.245> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpgn740cev TO /root/.ansible/tmp/ansible-tmp-1726879786.707924-10700-65645683380189/AnsiballZ_dnf.py <10.31.15.160> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpl6_ajomg TO /root/.ansible/tmp/ansible-tmp-1726879786.7182503-10702-202157881010728/AnsiballZ_dnf.py <10.31.13.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9596114582 '[10.31.13.245]' <10.31.15.160> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/d389dbb645 '[10.31.15.160]' <10.31.14.101> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmp46fb8gre TO /root/.ansible/tmp/ansible-tmp-1726879786.6513317-10699-190203314714034/AnsiballZ_dnf.py <10.31.14.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82126873fd '[10.31.14.101]' <10.31.15.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpl6_ajomg /root/.ansible/tmp/ansible-tmp-1726879786.7182503-10702-202157881010728/AnsiballZ_dnf.py\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879786.7182503-10702-202157881010728/ /root/.ansible/tmp/ansible-tmp-1726879786.7182503-10702-202157881010728/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.13.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpgn740cev /root/.ansible/tmp/ansible-tmp-1726879786.707924-10700-65645683380189/AnsiballZ_dnf.py\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879786.707924-10700-65645683380189/ /root/.ansible/tmp/ansible-tmp-1726879786.707924-10700-65645683380189/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.15.160> (0, b'', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 -tt 10.31.15.160 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879786.7182503-10702-202157881010728/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.14.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmp46fb8gre /root/.ansible/tmp/ansible-tmp-1726879786.6513317-10699-190203314714034/AnsiballZ_dnf.py\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879786.6513317-10699-190203314714034/ /root/.ansible/tmp/ansible-tmp-1726879786.6513317-10699-190203314714034/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.13.245> (0, b'', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 -tt 10.31.13.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879786.707924-10700-65645683380189/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.14.101> (0, b'', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd -tt 10.31.14.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879786.6513317-10699-190203314714034/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.15.160> (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.15.160 closed.\r\n') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879786.7182503-10702-202157881010728/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.15.160> (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 <10.31.14.101> (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.14.101 closed.\r\n') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879786.6513317-10699-190203314714034/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.14.101> (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 <10.31.13.245> (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.13.245 closed.\r\n') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879786.707924-10700-65645683380189/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.13.245> (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 TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Friday 20 September 2024 20:49:50 -0400 (0:00:03.510) 0:00:06.688 ****** <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.14.101> (0, b'/root\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879790.0884395-10812-36264918444433 `" && echo ansible-tmp-1726879790.0884395-10812-36264918444433="` echo /root/.ansible/tmp/ansible-tmp-1726879790.0884395-10812-36264918444433 `" ) && sleep 0'"'"'' <10.31.13.245> (0, b'/root\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879790.10103-10813-58722193435032 `" && echo ansible-tmp-1726879790.10103-10813-58722193435032="` echo /root/.ansible/tmp/ansible-tmp-1726879790.10103-10813-58722193435032 `" ) && sleep 0'"'"'' <10.31.15.160> (0, b'/root\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879790.107248-10815-120755892018673 `" && echo ansible-tmp-1726879790.107248-10815-120755892018673="` echo /root/.ansible/tmp/ansible-tmp-1726879790.107248-10815-120755892018673 `" ) && sleep 0'"'"'' <10.31.14.101> (0, b'ansible-tmp-1726879790.0884395-10812-36264918444433=/root/.ansible/tmp/ansible-tmp-1726879790.0884395-10812-36264918444433\n', b'') <10.31.13.245> (0, b'ansible-tmp-1726879790.10103-10813-58722193435032=/root/.ansible/tmp/ansible-tmp-1726879790.10103-10813-58722193435032\n', b'') <10.31.15.160> (0, b'ansible-tmp-1726879790.107248-10815-120755892018673=/root/.ansible/tmp/ansible-tmp-1726879790.107248-10815-120755892018673\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.14.101> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpfn1t4xa0 TO /root/.ansible/tmp/ansible-tmp-1726879790.0884395-10812-36264918444433/AnsiballZ_systemd.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.14.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82126873fd '[10.31.14.101]' <10.31.13.245> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmp1l4ane0e TO /root/.ansible/tmp/ansible-tmp-1726879790.10103-10813-58722193435032/AnsiballZ_systemd.py <10.31.13.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9596114582 '[10.31.13.245]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.15.160> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpofsqy_qn TO /root/.ansible/tmp/ansible-tmp-1726879790.107248-10815-120755892018673/AnsiballZ_systemd.py <10.31.15.160> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/d389dbb645 '[10.31.15.160]' <10.31.13.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmp1l4ane0e /root/.ansible/tmp/ansible-tmp-1726879790.10103-10813-58722193435032/AnsiballZ_systemd.py\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879790.10103-10813-58722193435032/ /root/.ansible/tmp/ansible-tmp-1726879790.10103-10813-58722193435032/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.14.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpfn1t4xa0 /root/.ansible/tmp/ansible-tmp-1726879790.0884395-10812-36264918444433/AnsiballZ_systemd.py\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879790.0884395-10812-36264918444433/ /root/.ansible/tmp/ansible-tmp-1726879790.0884395-10812-36264918444433/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.15.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpofsqy_qn /root/.ansible/tmp/ansible-tmp-1726879790.107248-10815-120755892018673/AnsiballZ_systemd.py\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879790.107248-10815-120755892018673/ /root/.ansible/tmp/ansible-tmp-1726879790.107248-10815-120755892018673/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.13.245> (0, b'', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 -tt 10.31.13.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879790.10103-10813-58722193435032/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.14.101> (0, b'', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd -tt 10.31.14.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879790.0884395-10812-36264918444433/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.15.160> (0, b'', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 -tt 10.31.15.160 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879790.107248-10815-120755892018673/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.13.245> (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": "Fri 2024-09-20 20:49:17 EDT", "ExecMainStartTimestampMonotonic": "262376610", "ExecMainExitTimestamp": "Fri 2024-09-20 20:49:36 EDT", "ExecMainExitTimestampMonotonic": "281305621", "ExecMainPID": "20237", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Fri 2024-09-20 20:49:17 EDT] ; stop_time=[Fri 2024-09-20 20:49:36 EDT] ; pid=20237 ; 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=[Fri 2024-09-20 20:49:17 EDT] ; stop_time=[Fri 2024-09-20 20:49:17 EDT] ; pid=20228 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22406", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "systemd-journald.socket network-online.target basic.target system.slice 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": "Fri 2024-09-20 20:49:36 EDT", "StateChangeTimestampMonotonic": "281305911", "InactiveExitTimestamp": "Fri 2024-09-20 20:49:17 EDT", "InactiveExitTimestampMonotonic": "262376646", "ActiveEnterTimestamp": "Fri 2024-09-20 20:49:36 EDT", "ActiveEnterTimestampMonotonic": "281305911", "ActiveExitTimestamp": "Fri 2024-09-20 20:49:17 EDT", "ActiveExitTimestampMonotonic": "262353748", "InactiveEnterTimestamp": "Fri 2024-09-20 20:49:17 EDT", "InactiveEnterTimestampMonotonic": "262374982", "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": "Fri 2024-09-20 20:49:17 EDT", "ConditionTimestampMonotonic": "262375753", "AssertTimestamp": "Fri 2024-09-20 20:49:17 EDT", "AssertTimestampMonotonic": "262375776", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "5d4e7d7500104f74ae76696250ea916b", "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.13.245 closed.\r\n') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879790.10103-10813-58722193435032/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.14.101> (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": "Fri 2024-09-20 20:49:11 EDT", "ExecMainStartTimestampMonotonic": "293265407", "ExecMainExitTimestamp": "Fri 2024-09-20 20:49:30 EDT", "ExecMainExitTimestampMonotonic": "312248294", "ExecMainPID": "16546", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Fri 2024-09-20 20:49:11 EDT] ; stop_time=[Fri 2024-09-20 20:49:30 EDT] ; pid=16546 ; 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=[Fri 2024-09-20 20:49:11 EDT] ; stop_time=[Fri 2024-09-20 20:49:11 EDT] ; pid=16537 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "network-online.target basic.target network.target remote-fs.target system.slice systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Fri 2024-09-20 20:49:30 EDT", "StateChangeTimestampMonotonic": "312248788", "InactiveExitTimestamp": "Fri 2024-09-20 20:49:11 EDT", "InactiveExitTimestampMonotonic": "293265457", "ActiveEnterTimestamp": "Fri 2024-09-20 20:49:30 EDT", "ActiveEnterTimestampMonotonic": "312248788", "ActiveExitTimestamp": "Fri 2024-09-20 20:49:11 EDT", "ActiveExitTimestampMonotonic": "293242131", "InactiveEnterTimestamp": "Fri 2024-09-20 20:49:11 EDT", "InactiveEnterTimestampMonotonic": "293263455", "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": "Fri 2024-09-20 20:49:11 EDT", "ConditionTimestampMonotonic": "293264321", "AssertTimestamp": "Fri 2024-09-20 20:49:11 EDT", "AssertTimestampMonotonic": "293264380", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "24e475541b7a4660aac526b1df2d0731", "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.14.101 closed.\r\n') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> (0, b'', b'') <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879790.0884395-10812-36264918444433/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.15.160> (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": "Fri 2024-09-20 20:49:22 EDT", "ExecMainStartTimestampMonotonic": "268878289", "ExecMainExitTimestamp": "Fri 2024-09-20 20:49:41 EDT", "ExecMainExitTimestampMonotonic": "287880087", "ExecMainPID": "16579", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Fri 2024-09-20 20:49:22 EDT] ; stop_time=[Fri 2024-09-20 20:49:41 EDT] ; pid=16579 ; 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=[Fri 2024-09-20 20:49:22 EDT] ; stop_time=[Fri 2024-09-20 20:49:22 EDT] ; pid=16570 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "basic.target system.slice network.target remote-fs.target network-online.target systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Fri 2024-09-20 20:49:41 EDT", "StateChangeTimestampMonotonic": "287880617", "InactiveExitTimestamp": "Fri 2024-09-20 20:49:22 EDT", "InactiveExitTimestampMonotonic": "268878326", "ActiveEnterTimestamp": "Fri 2024-09-20 20:49:41 EDT", "ActiveEnterTimestampMonotonic": "287880617", "ActiveExitTimestamp": "Fri 2024-09-20 20:49:22 EDT", "ActiveExitTimestampMonotonic": "268855206", "InactiveEnterTimestamp": "Fri 2024-09-20 20:49:22 EDT", "InactiveEnterTimestampMonotonic": "268876409", "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": "Fri 2024-09-20 20:49:22 EDT", "ConditionTimestampMonotonic": "268877238", "AssertTimestamp": "Fri 2024-09-20 20:49:22 EDT", "AssertTimestampMonotonic": "268877293", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "c1ec68e63158470e9e2bcd7913c17a3f", "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.15.160 closed.\r\n') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879790.107248-10815-120755892018673/ > /dev/null 2>&1 && sleep 0'"'"'' 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": "Fri 2024-09-20 20:49:36 EDT", "ActiveEnterTimestampMonotonic": "281305911", "ActiveExitTimestamp": "Fri 2024-09-20 20:49:17 EDT", "ActiveExitTimestampMonotonic": "262353748", "ActiveState": "active", "After": "systemd-journald.socket network-online.target basic.target system.slice network.target remote-fs.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-09-20 20:49:17 EDT", "AssertTimestampMonotonic": "262375776", "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": "Fri 2024-09-20 20:49:17 EDT", "ConditionTimestampMonotonic": "262375753", "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": "Fri 2024-09-20 20:49:36 EDT", "ExecMainExitTimestampMonotonic": "281305621", "ExecMainPID": "20237", "ExecMainStartTimestamp": "Fri 2024-09-20 20:49:17 EDT", "ExecMainStartTimestampMonotonic": "262376610", "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=[Fri 2024-09-20 20:49:17 EDT] ; stop_time=[Fri 2024-09-20 20:49:36 EDT] ; pid=20237 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Fri 2024-09-20 20:49:17 EDT] ; stop_time=[Fri 2024-09-20 20:49:17 EDT] ; pid=20228 ; 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": "Fri 2024-09-20 20:49:17 EDT", "InactiveEnterTimestampMonotonic": "262374982", "InactiveExitTimestamp": "Fri 2024-09-20 20:49:17 EDT", "InactiveExitTimestampMonotonic": "262376646", "InvocationID": "5d4e7d7500104f74ae76696250ea916b", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Fri 2024-09-20 20:49:36 EDT", "StateChangeTimestampMonotonic": "281305911", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } <10.31.14.101> (0, b'', b'') <10.31.15.160> (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": "Fri 2024-09-20 20:49:30 EDT", "ActiveEnterTimestampMonotonic": "312248788", "ActiveExitTimestamp": "Fri 2024-09-20 20:49:11 EDT", "ActiveExitTimestampMonotonic": "293242131", "ActiveState": "active", "After": "network-online.target basic.target network.target remote-fs.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-09-20 20:49:11 EDT", "AssertTimestampMonotonic": "293264380", "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": "Fri 2024-09-20 20:49:11 EDT", "ConditionTimestampMonotonic": "293264321", "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": "Fri 2024-09-20 20:49:30 EDT", "ExecMainExitTimestampMonotonic": "312248294", "ExecMainPID": "16546", "ExecMainStartTimestamp": "Fri 2024-09-20 20:49:11 EDT", "ExecMainStartTimestampMonotonic": "293265407", "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=[Fri 2024-09-20 20:49:11 EDT] ; stop_time=[Fri 2024-09-20 20:49:30 EDT] ; pid=16546 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Fri 2024-09-20 20:49:11 EDT] ; stop_time=[Fri 2024-09-20 20:49:11 EDT] ; pid=16537 ; 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": "Fri 2024-09-20 20:49:11 EDT", "InactiveEnterTimestampMonotonic": "293263455", "InactiveExitTimestamp": "Fri 2024-09-20 20:49:11 EDT", "InactiveExitTimestampMonotonic": "293265457", "InvocationID": "24e475541b7a4660aac526b1df2d0731", "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": "Fri 2024-09-20 20:49:30 EDT", "StateChangeTimestampMonotonic": "312248788", "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": "Fri 2024-09-20 20:49:41 EDT", "ActiveEnterTimestampMonotonic": "287880617", "ActiveExitTimestamp": "Fri 2024-09-20 20:49:22 EDT", "ActiveExitTimestampMonotonic": "268855206", "ActiveState": "active", "After": "basic.target system.slice network.target remote-fs.target network-online.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-09-20 20:49:22 EDT", "AssertTimestampMonotonic": "268877293", "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": "Fri 2024-09-20 20:49:22 EDT", "ConditionTimestampMonotonic": "268877238", "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": "Fri 2024-09-20 20:49:41 EDT", "ExecMainExitTimestampMonotonic": "287880087", "ExecMainPID": "16579", "ExecMainStartTimestamp": "Fri 2024-09-20 20:49:22 EDT", "ExecMainStartTimestampMonotonic": "268878289", "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=[Fri 2024-09-20 20:49:22 EDT] ; stop_time=[Fri 2024-09-20 20:49:41 EDT] ; pid=16579 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Fri 2024-09-20 20:49:22 EDT] ; stop_time=[Fri 2024-09-20 20:49:22 EDT] ; pid=16570 ; 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": "Fri 2024-09-20 20:49:22 EDT", "InactiveEnterTimestampMonotonic": "268876409", "InactiveExitTimestamp": "Fri 2024-09-20 20:49:22 EDT", "InactiveExitTimestampMonotonic": "268878326", "InvocationID": "c1ec68e63158470e9e2bcd7913c17a3f", "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": "Fri 2024-09-20 20:49:41 EDT", "StateChangeTimestampMonotonic": "287880617", "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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Friday 20 September 2024 20:49:50 -0400 (0:00:00.754) 0:00:07.443 ****** included: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml for managed_node1, managed_node2, managed_node3 TASK [fedora.linux_system_roles.kdump : Create key if it does not exist] ******* task path: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Friday 20 September 2024 20:49:50 -0400 (0:00:00.132) 0:00:07.575 ****** <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.13.245> (0, b'/root\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> (0, b'/root\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879790.983306-10846-244997616855521 `" && echo ansible-tmp-1726879790.983306-10846-244997616855521="` echo /root/.ansible/tmp/ansible-tmp-1726879790.983306-10846-244997616855521 `" ) && sleep 0'"'"'' <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879790.9842627-10845-9500831570223 `" && echo ansible-tmp-1726879790.9842627-10845-9500831570223="` echo /root/.ansible/tmp/ansible-tmp-1726879790.9842627-10845-9500831570223 `" ) && sleep 0'"'"'' <10.31.15.160> (0, b'/root\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879790.9956512-10848-204615303891343 `" && echo ansible-tmp-1726879790.9956512-10848-204615303891343="` echo /root/.ansible/tmp/ansible-tmp-1726879790.9956512-10848-204615303891343 `" ) && sleep 0'"'"'' <10.31.14.101> (0, b'ansible-tmp-1726879790.9842627-10845-9500831570223=/root/.ansible/tmp/ansible-tmp-1726879790.9842627-10845-9500831570223\n', b'') <10.31.13.245> (0, b'ansible-tmp-1726879790.983306-10846-244997616855521=/root/.ansible/tmp/ansible-tmp-1726879790.983306-10846-244997616855521\n', b'') <10.31.15.160> (0, b'ansible-tmp-1726879790.9956512-10848-204615303891343=/root/.ansible/tmp/ansible-tmp-1726879790.9956512-10848-204615303891343\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py <10.31.14.101> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpmx0zk73a TO /root/.ansible/tmp/ansible-tmp-1726879790.9842627-10845-9500831570223/AnsiballZ_command.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py <10.31.13.245> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpab8_0lhf TO /root/.ansible/tmp/ansible-tmp-1726879790.983306-10846-244997616855521/AnsiballZ_command.py <10.31.14.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82126873fd '[10.31.14.101]' <10.31.13.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9596114582 '[10.31.13.245]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py <10.31.15.160> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpovqa7ynr TO /root/.ansible/tmp/ansible-tmp-1726879790.9956512-10848-204615303891343/AnsiballZ_command.py <10.31.15.160> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/d389dbb645 '[10.31.15.160]' <10.31.14.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpmx0zk73a /root/.ansible/tmp/ansible-tmp-1726879790.9842627-10845-9500831570223/AnsiballZ_command.py\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879790.9842627-10845-9500831570223/ /root/.ansible/tmp/ansible-tmp-1726879790.9842627-10845-9500831570223/AnsiballZ_command.py && sleep 0'"'"'' <10.31.13.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpab8_0lhf /root/.ansible/tmp/ansible-tmp-1726879790.983306-10846-244997616855521/AnsiballZ_command.py\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879790.983306-10846-244997616855521/ /root/.ansible/tmp/ansible-tmp-1726879790.983306-10846-244997616855521/AnsiballZ_command.py && sleep 0'"'"'' <10.31.15.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpovqa7ynr /root/.ansible/tmp/ansible-tmp-1726879790.9956512-10848-204615303891343/AnsiballZ_command.py\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879790.9956512-10848-204615303891343/ /root/.ansible/tmp/ansible-tmp-1726879790.9956512-10848-204615303891343/AnsiballZ_command.py && sleep 0'"'"'' <10.31.14.101> (0, b'', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd -tt 10.31.14.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879790.9842627-10845-9500831570223/AnsiballZ_command.py && sleep 0'"'"'' <10.31.13.245> (0, b'', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 -tt 10.31.13.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879790.983306-10846-244997616855521/AnsiballZ_command.py && sleep 0'"'"'' <10.31.15.160> (0, b'', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 -tt 10.31.15.160 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879790.9956512-10848-204615303891343/AnsiballZ_command.py && sleep 0'"'"'' <10.31.14.101> (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.14.101 closed.\r\n') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879790.9842627-10845-9500831570223/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.13.245> (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.13.245 closed.\r\n') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879790.983306-10846-244997616855521/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.15.160> (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.15.160 closed.\r\n') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879790.9956512-10848-204615303891343/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.14.101> (0, b'', b'') <10.31.13.245> (0, b'', b'') ok: [managed_node1] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true } }, "rc": 0 } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists ok: [managed_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 <10.31.15.160> (0, b'', b'') ok: [managed_node3] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true } }, "rc": 0 } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Friday 20 September 2024 20:49:51 -0400 (0:00:00.460) 0:00:08.036 ****** <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.14.101> (0, b'/root\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879791.4431012-10875-126696712025640 `" && echo ansible-tmp-1726879791.4431012-10875-126696712025640="` echo /root/.ansible/tmp/ansible-tmp-1726879791.4431012-10875-126696712025640 `" ) && sleep 0'"'"'' <10.31.15.160> (0, b'/root\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879791.4485793-10878-78454703295692 `" && echo ansible-tmp-1726879791.4485793-10878-78454703295692="` echo /root/.ansible/tmp/ansible-tmp-1726879791.4485793-10878-78454703295692 `" ) && sleep 0'"'"'' <10.31.13.245> (0, b'/root\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879791.4527826-10876-118132556659738 `" && echo ansible-tmp-1726879791.4527826-10876-118132556659738="` echo /root/.ansible/tmp/ansible-tmp-1726879791.4527826-10876-118132556659738 `" ) && sleep 0'"'"'' <10.31.14.101> (0, b'ansible-tmp-1726879791.4431012-10875-126696712025640=/root/.ansible/tmp/ansible-tmp-1726879791.4431012-10875-126696712025640\n', b'') <10.31.15.160> (0, b'ansible-tmp-1726879791.4485793-10878-78454703295692=/root/.ansible/tmp/ansible-tmp-1726879791.4485793-10878-78454703295692\n', b'') <10.31.13.245> (0, b'ansible-tmp-1726879791.4527826-10876-118132556659738=/root/.ansible/tmp/ansible-tmp-1726879791.4527826-10876-118132556659738\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 Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.15.160> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmp18ytwz8q TO /root/.ansible/tmp/ansible-tmp-1726879791.4485793-10878-78454703295692/AnsiballZ_slurp.py <10.31.13.245> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmp1i2rqmu8 TO /root/.ansible/tmp/ansible-tmp-1726879791.4527826-10876-118132556659738/AnsiballZ_slurp.py <10.31.15.160> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/d389dbb645 '[10.31.15.160]' <10.31.13.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9596114582 '[10.31.13.245]' <10.31.14.101> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpe3d_en89 TO /root/.ansible/tmp/ansible-tmp-1726879791.4431012-10875-126696712025640/AnsiballZ_slurp.py <10.31.14.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82126873fd '[10.31.14.101]' <10.31.13.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmp1i2rqmu8 /root/.ansible/tmp/ansible-tmp-1726879791.4527826-10876-118132556659738/AnsiballZ_slurp.py\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879791.4527826-10876-118132556659738/ /root/.ansible/tmp/ansible-tmp-1726879791.4527826-10876-118132556659738/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.15.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmp18ytwz8q /root/.ansible/tmp/ansible-tmp-1726879791.4485793-10878-78454703295692/AnsiballZ_slurp.py\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879791.4485793-10878-78454703295692/ /root/.ansible/tmp/ansible-tmp-1726879791.4485793-10878-78454703295692/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.14.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpe3d_en89 /root/.ansible/tmp/ansible-tmp-1726879791.4431012-10875-126696712025640/AnsiballZ_slurp.py\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879791.4431012-10875-126696712025640/ /root/.ansible/tmp/ansible-tmp-1726879791.4431012-10875-126696712025640/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.13.245> (0, b'', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 -tt 10.31.13.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879791.4527826-10876-118132556659738/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.15.160> (0, b'', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 -tt 10.31.15.160 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879791.4485793-10878-78454703295692/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.14.101> (0, b'', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd -tt 10.31.14.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879791.4431012-10875-126696712025640/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.13.245> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDZXNuaDJKZHZzTElCanNPZFFMNU92VTkvSmZMTGJ6TllxSUE0UHV4ZlBHL2RlV1prVTgvMVg5aVlCVFpkVjJuU1dhZlVPU0syVWU3dG5IWDR1VGc5eDExeHFyYjdESklZMHJYUHppQ0FyOERseVJBYldPL3QwcHllVy9QRjFLQ2MxV1liUDZHbGVRME5RL1Jpd2tXS2FtMVZ6V2cyMTBWS1VZTlJPUkEvL3RjNlpicWhXbmNid0tSL0pMNTdHM2RjeVZpQ1QrZ3Nwa0Rna2VpUmkzUG5XNEQ0U0p5SFpwbG8rbUtUZEFHK1V3UVJVVk5LdE5QdUJhajR1ZEhPTmluS1laZWgrN1lMMFh4aXk5Q0lGR2VGZXN4OHZSRTFMT3JIVS9pcHZyWGhrSE5MaU5jOGt3R0d0Zm5yYVJJTjMrYm45QTI0eHc2bElWRmhRcnhTZUszYk9YK092aXVGWFJoelQ0bk10QnNVbUZzOVA0YkNFaHVBU1N0dXNJT2RzcFFlSTA3bWpuRHhTc1ZrYUpJUG9jenVSdy95RlAxSkhqeHBIRjhvY0hFQ002MzZ6N3BkdE9ueFhNWi9FQVdubWtuSld4V3VZY1gveldpUElvdlFJU0pEM3dGN3R6dHUzbElxbGw4MzM0TndCMTBjL2FMTWxlR2FlUUNRM1FQcEE3aE09IHJvb3RAaXAtMTAtMzEtMTMtMjQ1LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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.13.245 closed.\r\n') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879791.4527826-10876-118132556659738/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.15.160> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDODdPWHZrdERUOThsUklkMk96SkRwVHAwa1ZDRXNiL1c2OXhXcFBhY2c1THZ0bDZUSHBKT1lIZElZbXBiMHpmcDhvcnFEOVpsNnlRT1gxTlQzZktjYll6MGE2cVNpTU0wZEFkWVY5MmhKNjdFTGo1Z295SmV2VjdWeHZVaU42VVdpYm82VGpEVnNGcDhwN0Nta1RFQTZneUN2ZWdKemRZWStGSC9PS3V5MUZZditJVGYyZkhGb1lCa1N4VFdXU3oveVhmRW5TOEN3aTBLUVZ6aGhYTVBQUkRtYkRpc2VvdFhTeThQQ25SSWdlT2VCQ3VGdkg0Y2k3NmFTenYwSTBPak5iTi9qNDRUYzV6NmZrV3JlNjBqRmRTS05LTko4dXJaOEJXZjltN0g0K1R5YU9pUXFrS1lrWW1oVndWS2hMTGtGTXQ1TFZNYzlySDAvTjlmckgrVFhhT0xzNFlmSS9ZQU5FWWFUNXRQWnEvQW1XNkx3blhnaFpDTG91bzgxM1dsKzlRK3hpQ0t0QkVnYjZ4SWRGMjkyRU44dTdmNm84VHdObUE2NkphdHVYZWRnK1dEbHp6b2p2WlVsVDBZbEdiTDN2ZWNXckg5a09iNnlLQU5NY3k2RXlWWGVLbWxUQ21hOEUrSDZnNUVVd0M2ZTdmdmFRSVFSMDlSUWU0YnhOV0U9IHJvb3RAaXAtMTAtMzEtMTUtMTYwLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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.15.160 closed.\r\n') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879791.4485793-10878-78454703295692/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.14.101> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEQlEyUVpNOGJVM0ZhTGVRNTVsVEVhRUhZbzl4QUorejJsZ3JsbzR2RmlvbVlqbkJZaWtIRFdUQlBZaVhHK0RmTzVKS25rNHdIUDhXR2hxY1ZGYjBISHZIbFROaFY2ck1kOStndnk0dWpWd0tQdmdWWURkY1FzQ0tsTmZuaFptdmcycC85ZEZHaXZhSUJETUE4SENxYVJhWWcrVFVNN2pwM1d6YzN3ang2Y2x2eGZiVyt4T1lMajJyMHplTWtnR3lWTkdTWkIybktraHZnMUFJQTdVanJESTY2N2doWk5Ycm91cUNzMW1rM1dyTWN6aUtNeHdFRlhIaFRQS2MvTVZtMHZlamJON1JRN004UEFaR015T29rb1NLMWl0Uzk5dGhpL3ZIVVVMUVhaNEwvaUhDVFJ5NDBJWnRwUDFiY0NHOG1UUVVjVkE3YzFZdklTMjVCaVEvWVhqdFFrUkFDNHdPN0JsTTBVRlBMNnNjaGhsKzZ5bnVUelVORlZrOUtGY0xmRDB1ek5qZFd6d3RiSDNCeGN2MThGYmFaQU9FdU5UOGFITGJERTkrbjlEekk1VFdSNE9hYmwyK2g4aE5oMU80MFVFQ2M0Z3g0bTd0bEYwSWpCQWo0bzAyYStONllibzZRSi9UaGN0VnpwWHh4ZW81UHE0Y05VYWFMSzQxOGdpS3M9IHJvb3RAaXAtMTAtMzEtMTQtMTAxLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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.14.101 closed.\r\n') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879791.4431012-10875-126696712025640/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.13.245> (0, b'', b'') ok: [managed_node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDZXNuaDJKZHZzTElCanNPZFFMNU92VTkvSmZMTGJ6TllxSUE0UHV4ZlBHL2RlV1prVTgvMVg5aVlCVFpkVjJuU1dhZlVPU0syVWU3dG5IWDR1VGc5eDExeHFyYjdESklZMHJYUHppQ0FyOERseVJBYldPL3QwcHllVy9QRjFLQ2MxV1liUDZHbGVRME5RL1Jpd2tXS2FtMVZ6V2cyMTBWS1VZTlJPUkEvL3RjNlpicWhXbmNid0tSL0pMNTdHM2RjeVZpQ1QrZ3Nwa0Rna2VpUmkzUG5XNEQ0U0p5SFpwbG8rbUtUZEFHK1V3UVJVVk5LdE5QdUJhajR1ZEhPTmluS1laZWgrN1lMMFh4aXk5Q0lGR2VGZXN4OHZSRTFMT3JIVS9pcHZyWGhrSE5MaU5jOGt3R0d0Zm5yYVJJTjMrYm45QTI0eHc2bElWRmhRcnhTZUszYk9YK092aXVGWFJoelQ0bk10QnNVbUZzOVA0YkNFaHVBU1N0dXNJT2RzcFFlSTA3bWpuRHhTc1ZrYUpJUG9jenVSdy95RlAxSkhqeHBIRjhvY0hFQ002MzZ6N3BkdE9ueFhNWi9FQVdubWtuSld4V3VZY1gveldpUElvdlFJU0pEM3dGN3R6dHUzbElxbGw4MzM0TndCMTBjL2FMTWxlR2FlUUNRM1FQcEE3aE09IHJvb3RAaXAtMTAtMzEtMTMtMjQ1LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } <10.31.15.160> (0, b'', b'') ok: [managed_node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDODdPWHZrdERUOThsUklkMk96SkRwVHAwa1ZDRXNiL1c2OXhXcFBhY2c1THZ0bDZUSHBKT1lIZElZbXBiMHpmcDhvcnFEOVpsNnlRT1gxTlQzZktjYll6MGE2cVNpTU0wZEFkWVY5MmhKNjdFTGo1Z295SmV2VjdWeHZVaU42VVdpYm82VGpEVnNGcDhwN0Nta1RFQTZneUN2ZWdKemRZWStGSC9PS3V5MUZZditJVGYyZkhGb1lCa1N4VFdXU3oveVhmRW5TOEN3aTBLUVZ6aGhYTVBQUkRtYkRpc2VvdFhTeThQQ25SSWdlT2VCQ3VGdkg0Y2k3NmFTenYwSTBPak5iTi9qNDRUYzV6NmZrV3JlNjBqRmRTS05LTko4dXJaOEJXZjltN0g0K1R5YU9pUXFrS1lrWW1oVndWS2hMTGtGTXQ1TFZNYzlySDAvTjlmckgrVFhhT0xzNFlmSS9ZQU5FWWFUNXRQWnEvQW1XNkx3blhnaFpDTG91bzgxM1dsKzlRK3hpQ0t0QkVnYjZ4SWRGMjkyRU44dTdmNm84VHdObUE2NkphdHVYZWRnK1dEbHp6b2p2WlVsVDBZbEdiTDN2ZWNXckg5a09iNnlLQU5NY3k2RXlWWGVLbWxUQ21hOEUrSDZnNUVVd0M2ZTdmdmFRSVFSMDlSUWU0YnhOV0U9IHJvb3RAaXAtMTAtMzEtMTUtMTYwLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } <10.31.14.101> (0, b'', b'') ok: [managed_node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEQlEyUVpNOGJVM0ZhTGVRNTVsVEVhRUhZbzl4QUorejJsZ3JsbzR2RmlvbVlqbkJZaWtIRFdUQlBZaVhHK0RmTzVKS25rNHdIUDhXR2hxY1ZGYjBISHZIbFROaFY2ck1kOStndnk0dWpWd0tQdmdWWURkY1FzQ0tsTmZuaFptdmcycC85ZEZHaXZhSUJETUE4SENxYVJhWWcrVFVNN2pwM1d6YzN3ang2Y2x2eGZiVyt4T1lMajJyMHplTWtnR3lWTkdTWkIybktraHZnMUFJQTdVanJESTY2N2doWk5Ycm91cUNzMW1rM1dyTWN6aUtNeHdFRlhIaFRQS2MvTVZtMHZlamJON1JRN004UEFaR015T29rb1NLMWl0Uzk5dGhpL3ZIVVVMUVhaNEwvaUhDVFJ5NDBJWnRwUDFiY0NHOG1UUVVjVkE3YzFZdklTMjVCaVEvWVhqdFFrUkFDNHdPN0JsTTBVRlBMNnNjaGhsKzZ5bnVUelVORlZrOUtGY0xmRDB1ek5qZFd6d3RiSDNCeGN2MThGYmFaQU9FdU5UOGFITGJERTkrbjlEekk1VFdSNE9hYmwyK2g4aE5oMU80MFVFQ2M0Z3g0bTd0bEYwSWpCQWo0bzAyYStONllibzZRSi9UaGN0VnpwWHh4ZW81UHE0Y05VYWFMSzQxOGdpS3M9IHJvb3RAaXAtMTAtMzEtMTQtMTAxLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Friday 20 September 2024 20:49:51 -0400 (0:00:00.474) 0:00:08.511 ****** <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.14.101> (0, b'/root\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879791.9271123-10902-6838496063819 `" && echo ansible-tmp-1726879791.9271123-10902-6838496063819="` echo /root/.ansible/tmp/ansible-tmp-1726879791.9271123-10902-6838496063819 `" ) && sleep 0'"'"'' <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.13.245> (0, b'/root\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879791.9457517-10903-225040543889785 `" && echo ansible-tmp-1726879791.9457517-10903-225040543889785="` echo /root/.ansible/tmp/ansible-tmp-1726879791.9457517-10903-225040543889785 `" ) && sleep 0'"'"'' <10.31.14.101> (0, b'ansible-tmp-1726879791.9271123-10902-6838496063819=/root/.ansible/tmp/ansible-tmp-1726879791.9271123-10902-6838496063819\n', b'') <10.31.15.160> (0, b'/root\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879791.9648166-10905-233588507915294 `" && echo ansible-tmp-1726879791.9648166-10905-233588507915294="` echo /root/.ansible/tmp/ansible-tmp-1726879791.9648166-10905-233588507915294 `" ) && sleep 0'"'"'' <10.31.13.245> (0, b'ansible-tmp-1726879791.9457517-10903-225040543889785=/root/.ansible/tmp/ansible-tmp-1726879791.9457517-10903-225040543889785\n', b'') <10.31.15.160> (0, b'ansible-tmp-1726879791.9648166-10905-233588507915294=/root/.ansible/tmp/ansible-tmp-1726879791.9648166-10905-233588507915294\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py <10.31.14.101> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpmhipdevy TO /root/.ansible/tmp/ansible-tmp-1726879791.9271123-10902-6838496063819/AnsiballZ_user.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py <10.31.14.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82126873fd '[10.31.14.101]' <10.31.13.245> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpqwoh6ob7 TO /root/.ansible/tmp/ansible-tmp-1726879791.9457517-10903-225040543889785/AnsiballZ_user.py <10.31.13.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9596114582 '[10.31.13.245]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py <10.31.15.160> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpfbvbtv66 TO /root/.ansible/tmp/ansible-tmp-1726879791.9648166-10905-233588507915294/AnsiballZ_user.py <10.31.15.160> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/d389dbb645 '[10.31.15.160]' <10.31.14.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpmhipdevy /root/.ansible/tmp/ansible-tmp-1726879791.9271123-10902-6838496063819/AnsiballZ_user.py\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879791.9271123-10902-6838496063819/ /root/.ansible/tmp/ansible-tmp-1726879791.9271123-10902-6838496063819/AnsiballZ_user.py && sleep 0'"'"'' <10.31.13.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpqwoh6ob7 /root/.ansible/tmp/ansible-tmp-1726879791.9457517-10903-225040543889785/AnsiballZ_user.py\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879791.9457517-10903-225040543889785/ /root/.ansible/tmp/ansible-tmp-1726879791.9457517-10903-225040543889785/AnsiballZ_user.py && sleep 0'"'"'' <10.31.15.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpfbvbtv66 /root/.ansible/tmp/ansible-tmp-1726879791.9648166-10905-233588507915294/AnsiballZ_user.py\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879791.9648166-10905-233588507915294/ /root/.ansible/tmp/ansible-tmp-1726879791.9648166-10905-233588507915294/AnsiballZ_user.py && sleep 0'"'"'' <10.31.13.245> (0, b'', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 -tt 10.31.13.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879791.9457517-10903-225040543889785/AnsiballZ_user.py && sleep 0'"'"'' <10.31.14.101> (0, b'', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd -tt 10.31.14.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879791.9271123-10902-6838496063819/AnsiballZ_user.py && sleep 0'"'"'' <10.31.15.160> (0, b'', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 -tt 10.31.15.160 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879791.9648166-10905-233588507915294/AnsiballZ_user.py && sleep 0'"'"'' <10.31.13.245> (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-13-245.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.13.245 closed.\r\n') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879791.9457517-10903-225040543889785/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.14.101> (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-14-101.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.14.101 closed.\r\n') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879791.9271123-10902-6838496063819/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.15.160> (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-15-160.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.15.160 closed.\r\n') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879791.9648166-10905-233588507915294/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.13.245> (0, b'', b'') ok: [managed_node2 -> managed_node2] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on ip-10-31-13-245.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.14.101> (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-14-101.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.15.160> (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-15-160.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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Friday 20 September 2024 20:49:52 -0400 (0:00:00.595) 0:00:09.106 ****** <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.13.245> (0, b'/root\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879792.5178576-10934-155314009442233 `" && echo ansible-tmp-1726879792.5178576-10934-155314009442233="` echo /root/.ansible/tmp/ansible-tmp-1726879792.5178576-10934-155314009442233 `" ) && sleep 0'"'"'' <10.31.14.101> (0, b'/root\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879792.524361-10932-209994101010190 `" && echo ansible-tmp-1726879792.524361-10932-209994101010190="` echo /root/.ansible/tmp/ansible-tmp-1726879792.524361-10932-209994101010190 `" ) && sleep 0'"'"'' <10.31.15.160> (0, b'/root\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879792.5466275-10936-89032906739508 `" && echo ansible-tmp-1726879792.5466275-10936-89032906739508="` echo /root/.ansible/tmp/ansible-tmp-1726879792.5466275-10936-89032906739508 `" ) && sleep 0'"'"'' <10.31.13.245> (0, b'ansible-tmp-1726879792.5178576-10934-155314009442233=/root/.ansible/tmp/ansible-tmp-1726879792.5178576-10934-155314009442233\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.13.245> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpboxu_ds0 TO /root/.ansible/tmp/ansible-tmp-1726879792.5178576-10934-155314009442233/AnsiballZ_stat.py <10.31.13.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9596114582 '[10.31.13.245]' <10.31.14.101> (0, b'ansible-tmp-1726879792.524361-10932-209994101010190=/root/.ansible/tmp/ansible-tmp-1726879792.524361-10932-209994101010190\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.14.101> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpu99y1ze1 TO /root/.ansible/tmp/ansible-tmp-1726879792.524361-10932-209994101010190/AnsiballZ_stat.py <10.31.14.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82126873fd '[10.31.14.101]' <10.31.15.160> (0, b'ansible-tmp-1726879792.5466275-10936-89032906739508=/root/.ansible/tmp/ansible-tmp-1726879792.5466275-10936-89032906739508\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.15.160> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmp4bn1_pi0 TO /root/.ansible/tmp/ansible-tmp-1726879792.5466275-10936-89032906739508/AnsiballZ_stat.py <10.31.15.160> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/d389dbb645 '[10.31.15.160]' <10.31.13.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpboxu_ds0 /root/.ansible/tmp/ansible-tmp-1726879792.5178576-10934-155314009442233/AnsiballZ_stat.py\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879792.5178576-10934-155314009442233/ /root/.ansible/tmp/ansible-tmp-1726879792.5178576-10934-155314009442233/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.14.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpu99y1ze1 /root/.ansible/tmp/ansible-tmp-1726879792.524361-10932-209994101010190/AnsiballZ_stat.py\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879792.524361-10932-209994101010190/ /root/.ansible/tmp/ansible-tmp-1726879792.524361-10932-209994101010190/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.13.245> (0, b'', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 -tt 10.31.13.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879792.5178576-10934-155314009442233/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.14.101> (0, b'', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd -tt 10.31.14.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879792.524361-10932-209994101010190/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.15.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmp4bn1_pi0 /root/.ansible/tmp/ansible-tmp-1726879792.5466275-10936-89032906739508/AnsiballZ_stat.py\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879792.5466275-10936-89032906739508/ /root/.ansible/tmp/ansible-tmp-1726879792.5466275-10936-89032906739508/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.15.160> (0, b'', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 -tt 10.31.15.160 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879792.5466275-10936-89032906739508/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.13.245> (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": 1726879524.080995, "mtime": 1726879751.5253766, "ctime": 1726879751.5253766, "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.13.245 closed.\r\n') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879792.5178576-10934-155314009442233/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.14.101> (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": 1726879485.5890665, "mtime": 1726879746.7875657, "ctime": 1726879746.7875657, "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.14.101 closed.\r\n') <10.31.13.245> (0, b'', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879792.524361-10932-209994101010190/ > /dev/null 2>&1 && sleep 0'"'"'' 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": 1726879524.080995, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726879751.5253766, "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": 1726879751.5253766, "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.15.160> (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": 1726879524.91648, "mtime": 1726879759.325543, "ctime": 1726879759.325543, "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.15.160 closed.\r\n') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879792.5466275-10936-89032906739508/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.14.101> (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": 1726879485.5890665, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726879746.7875657, "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": 1726879746.7875657, "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.15.160> (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": 1726879524.91648, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726879759.325543, "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": 1726879759.325543, "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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Friday 20 September 2024 20:49:52 -0400 (0:00:00.431) 0:00:09.537 ****** <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.14.101> (0, b'/root\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879792.9496207-10959-83960486030557 `" && echo ansible-tmp-1726879792.9496207-10959-83960486030557="` echo /root/.ansible/tmp/ansible-tmp-1726879792.9496207-10959-83960486030557 `" ) && sleep 0'"'"'' <10.31.13.245> (0, b'/root\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879792.9575284-10961-255951161578896 `" && echo ansible-tmp-1726879792.9575284-10961-255951161578896="` echo /root/.ansible/tmp/ansible-tmp-1726879792.9575284-10961-255951161578896 `" ) && sleep 0'"'"'' <10.31.15.160> (0, b'/root\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879792.9669442-10962-72246770448942 `" && echo ansible-tmp-1726879792.9669442-10962-72246770448942="` echo /root/.ansible/tmp/ansible-tmp-1726879792.9669442-10962-72246770448942 `" ) && sleep 0'"'"'' <10.31.14.101> (0, b'ansible-tmp-1726879792.9496207-10959-83960486030557=/root/.ansible/tmp/ansible-tmp-1726879792.9496207-10959-83960486030557\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.14.101> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpwchgp8ur TO /root/.ansible/tmp/ansible-tmp-1726879792.9496207-10959-83960486030557/AnsiballZ_stat.py <10.31.14.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82126873fd '[10.31.14.101]' <10.31.13.245> (0, b'ansible-tmp-1726879792.9575284-10961-255951161578896=/root/.ansible/tmp/ansible-tmp-1726879792.9575284-10961-255951161578896\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.13.245> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpm6uu7vcv TO /root/.ansible/tmp/ansible-tmp-1726879792.9575284-10961-255951161578896/AnsiballZ_stat.py <10.31.13.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9596114582 '[10.31.13.245]' <10.31.15.160> (0, b'ansible-tmp-1726879792.9669442-10962-72246770448942=/root/.ansible/tmp/ansible-tmp-1726879792.9669442-10962-72246770448942\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.15.160> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpdgcth_c8 TO /root/.ansible/tmp/ansible-tmp-1726879792.9669442-10962-72246770448942/AnsiballZ_stat.py <10.31.15.160> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/d389dbb645 '[10.31.15.160]' <10.31.14.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpwchgp8ur /root/.ansible/tmp/ansible-tmp-1726879792.9496207-10959-83960486030557/AnsiballZ_stat.py\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879792.9496207-10959-83960486030557/ /root/.ansible/tmp/ansible-tmp-1726879792.9496207-10959-83960486030557/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.13.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpm6uu7vcv /root/.ansible/tmp/ansible-tmp-1726879792.9575284-10961-255951161578896/AnsiballZ_stat.py\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879792.9575284-10961-255951161578896/ /root/.ansible/tmp/ansible-tmp-1726879792.9575284-10961-255951161578896/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.15.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpdgcth_c8 /root/.ansible/tmp/ansible-tmp-1726879792.9669442-10962-72246770448942/AnsiballZ_stat.py\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879792.9669442-10962-72246770448942/ /root/.ansible/tmp/ansible-tmp-1726879792.9669442-10962-72246770448942/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.14.101> (0, b'', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd -tt 10.31.14.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879792.9496207-10959-83960486030557/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.13.245> (0, b'', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 -tt 10.31.13.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879792.9575284-10961-255951161578896/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.15.160> (0, b'', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 -tt 10.31.15.160 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879792.9669442-10962-72246770448942/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.13.245> (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": 1726879600.7673962, "mtime": 1726879524.0799952, "ctime": 1726879524.080995, "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.13.245 closed.\r\n') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879792.9575284-10961-255951161578896/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.14.101> (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": 184549634, "dev": 51713, "nlink": 1, "atime": 1726879751.9706118, "mtime": 1726879746.7875657, "ctime": 1726879746.7885659, "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": "db59df00d7cca6d59602c887d26a3122f1acfc97", "mimetype": "text/plain", "charset": "us-ascii", "version": "3903344315", "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.14.101 closed.\r\n') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879792.9496207-10959-83960486030557/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.15.160> (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": 184549634, "dev": 51713, "nlink": 1, "atime": 1726879763.5975745, "mtime": 1726879759.3245428, "ctime": 1726879759.325543, "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": "d7ffba6af71cea3932bf55c4619907a1a2be4a19", "mimetype": "text/plain", "charset": "us-ascii", "version": "684718305", "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.15.160 closed.\r\n') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879792.9669442-10962-72246770448942/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.13.245> (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": 1726879600.7673962, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1726879524.080995, "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": 1726879524.0799952, "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.14.101> (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": 1726879751.9706118, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "db59df00d7cca6d59602c887d26a3122f1acfc97", "ctime": 1726879746.7885659, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 184549634, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1726879746.7875657, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1589, "uid": 0, "version": "3903344315", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.15.160> (0, b'', b'') ok: [managed_node3 -> managed_node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1726879763.5975745, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d7ffba6af71cea3932bf55c4619907a1a2be4a19", "ctime": 1726879759.325543, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 184549634, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1726879759.3245428, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1589, "uid": 0, "version": "684718305", "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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Friday 20 September 2024 20:49:53 -0400 (0:00:00.408) 0:00:09.945 ****** <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.14.101> (0, b'/root\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879793.3741698-10989-40075125015734 `" && echo ansible-tmp-1726879793.3741698-10989-40075125015734="` echo /root/.ansible/tmp/ansible-tmp-1726879793.3741698-10989-40075125015734 `" ) && sleep 0'"'"'' <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.13.245> (0, b'/root\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879793.3962395-10990-153807517088529 `" && echo ansible-tmp-1726879793.3962395-10990-153807517088529="` echo /root/.ansible/tmp/ansible-tmp-1726879793.3962395-10990-153807517088529 `" ) && sleep 0'"'"'' <10.31.15.160> (0, b'/root\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879793.4077907-10992-53510602720763 `" && echo ansible-tmp-1726879793.4077907-10992-53510602720763="` echo /root/.ansible/tmp/ansible-tmp-1726879793.4077907-10992-53510602720763 `" ) && sleep 0'"'"'' <10.31.14.101> (0, b'ansible-tmp-1726879793.3741698-10989-40075125015734=/root/.ansible/tmp/ansible-tmp-1726879793.3741698-10989-40075125015734\n', b'') <10.31.13.245> (0, b'ansible-tmp-1726879793.3962395-10990-153807517088529=/root/.ansible/tmp/ansible-tmp-1726879793.3962395-10990-153807517088529\n', b'') <10.31.15.160> (0, b'ansible-tmp-1726879793.4077907-10992-53510602720763=/root/.ansible/tmp/ansible-tmp-1726879793.4077907-10992-53510602720763\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.14.101> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpxjbfwdxu TO /root/.ansible/tmp/ansible-tmp-1726879793.3741698-10989-40075125015734/AnsiballZ_file.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.13.245> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpx_lq6oor TO /root/.ansible/tmp/ansible-tmp-1726879793.3962395-10990-153807517088529/AnsiballZ_file.py <10.31.14.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82126873fd '[10.31.14.101]' <10.31.13.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9596114582 '[10.31.13.245]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.15.160> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmp8s77smsh TO /root/.ansible/tmp/ansible-tmp-1726879793.4077907-10992-53510602720763/AnsiballZ_file.py <10.31.15.160> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/d389dbb645 '[10.31.15.160]' <10.31.13.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpx_lq6oor /root/.ansible/tmp/ansible-tmp-1726879793.3962395-10990-153807517088529/AnsiballZ_file.py\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879793.3962395-10990-153807517088529/ /root/.ansible/tmp/ansible-tmp-1726879793.3962395-10990-153807517088529/AnsiballZ_file.py && sleep 0'"'"'' <10.31.15.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmp8s77smsh /root/.ansible/tmp/ansible-tmp-1726879793.4077907-10992-53510602720763/AnsiballZ_file.py\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879793.4077907-10992-53510602720763/ /root/.ansible/tmp/ansible-tmp-1726879793.4077907-10992-53510602720763/AnsiballZ_file.py && sleep 0'"'"'' <10.31.14.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpxjbfwdxu /root/.ansible/tmp/ansible-tmp-1726879793.3741698-10989-40075125015734/AnsiballZ_file.py\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879793.3741698-10989-40075125015734/ /root/.ansible/tmp/ansible-tmp-1726879793.3741698-10989-40075125015734/AnsiballZ_file.py && sleep 0'"'"'' <10.31.13.245> (0, b'', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 -tt 10.31.13.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879793.3962395-10990-153807517088529/AnsiballZ_file.py && sleep 0'"'"'' <10.31.15.160> (0, b'', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 -tt 10.31.15.160 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879793.4077907-10992-53510602720763/AnsiballZ_file.py && sleep 0'"'"'' <10.31.14.101> (0, b'', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd -tt 10.31.14.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879793.3741698-10989-40075125015734/AnsiballZ_file.py && sleep 0'"'"'' <10.31.13.245> (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.13.245 closed.\r\n') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879793.3962395-10990-153807517088529/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.14.101> (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.14.101 closed.\r\n') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879793.3741698-10989-40075125015734/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.15.160> (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.15.160 closed.\r\n') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879793.4077907-10992-53510602720763/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.13.245> (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.14.101> (0, b'', b'') <10.31.15.160> (0, b'', b'') ok: [managed_node1 -> managed_node1] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } ok: [managed_node3 -> managed_node3] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Friday 20 September 2024 20:49:53 -0400 (0:00:00.555) 0:00:10.501 ****** <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.14.101> (0, b'/root\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879793.932493-11016-100757791638096 `" && echo ansible-tmp-1726879793.932493-11016-100757791638096="` echo /root/.ansible/tmp/ansible-tmp-1726879793.932493-11016-100757791638096 `" ) && sleep 0'"'"'' <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.13.245> (0, b'/root\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879793.9531405-11017-89588594961870 `" && echo ansible-tmp-1726879793.9531405-11017-89588594961870="` echo /root/.ansible/tmp/ansible-tmp-1726879793.9531405-11017-89588594961870 `" ) && sleep 0'"'"'' <10.31.14.101> (0, b'ansible-tmp-1726879793.932493-11016-100757791638096=/root/.ansible/tmp/ansible-tmp-1726879793.932493-11016-100757791638096\n', b'') <10.31.15.160> (0, b'/root\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879793.968187-11019-95919871523262 `" && echo ansible-tmp-1726879793.968187-11019-95919871523262="` echo /root/.ansible/tmp/ansible-tmp-1726879793.968187-11019-95919871523262 `" ) && sleep 0'"'"'' <10.31.13.245> (0, b'ansible-tmp-1726879793.9531405-11017-89588594961870=/root/.ansible/tmp/ansible-tmp-1726879793.9531405-11017-89588594961870\n', b'') <10.31.15.160> (0, b'ansible-tmp-1726879793.968187-11019-95919871523262=/root/.ansible/tmp/ansible-tmp-1726879793.968187-11019-95919871523262\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py <10.31.14.101> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpkpldeuee TO /root/.ansible/tmp/ansible-tmp-1726879793.932493-11016-100757791638096/AnsiballZ_lineinfile.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py <10.31.14.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82126873fd '[10.31.14.101]' <10.31.13.245> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpl0rvwdt7 TO /root/.ansible/tmp/ansible-tmp-1726879793.9531405-11017-89588594961870/AnsiballZ_lineinfile.py <10.31.13.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9596114582 '[10.31.13.245]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py <10.31.15.160> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpd0fiak7z TO /root/.ansible/tmp/ansible-tmp-1726879793.968187-11019-95919871523262/AnsiballZ_lineinfile.py <10.31.15.160> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/d389dbb645 '[10.31.15.160]' <10.31.13.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpl0rvwdt7 /root/.ansible/tmp/ansible-tmp-1726879793.9531405-11017-89588594961870/AnsiballZ_lineinfile.py\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879793.9531405-11017-89588594961870/ /root/.ansible/tmp/ansible-tmp-1726879793.9531405-11017-89588594961870/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.14.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpkpldeuee /root/.ansible/tmp/ansible-tmp-1726879793.932493-11016-100757791638096/AnsiballZ_lineinfile.py\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879793.932493-11016-100757791638096/ /root/.ansible/tmp/ansible-tmp-1726879793.932493-11016-100757791638096/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.15.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpd0fiak7z /root/.ansible/tmp/ansible-tmp-1726879793.968187-11019-95919871523262/AnsiballZ_lineinfile.py\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879793.968187-11019-95919871523262/ /root/.ansible/tmp/ansible-tmp-1726879793.968187-11019-95919871523262/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.13.245> (0, b'', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 -tt 10.31.13.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879793.9531405-11017-89588594961870/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.14.101> (0, b'', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd -tt 10.31.14.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879793.932493-11016-100757791638096/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.15.160> (0, b'', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 -tt 10.31.15.160 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879793.968187-11019-95919871523262/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.13.245> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQCesnh2JdvsLIBjsOdQL5OvU9/JfLLbzNYqIA4PuxfPG/deWZkU8/1X9iYBTZdV2nSWafUOSK2Ue7tnHX4uTg9x11xqrb7DJIY0rXPziCAr8DlyRAbWO/t0pyeW/PF1KCc1WYbP6GleQ0NQ/RiwkWKam1VzWg210VKUYNRORA//tc6ZbqhWncbwKR/JL57G3dcyViCT+gspkDgkeiRi3PnW4D4SJyHZplo+mKTdAG+UwQRUVNKtNPuBaj4udHONinKYZeh+7YL0Xxiy9CIFGeFesx8vRE1LOrHU/ipvrXhkHNLiNc8kwGGtfnraRIN3+bn9A24xw6lIVFhQrxSeK3bOX+OviuFXRhzT4nMtBsUmFs9P4bCEhuASStusIOdspQeI07mjnDxSsVkaJIPoczuRw/yFP1JHjxpHF8ocHECM636z7pdtOnxXMZ/EAWnmknJWxWuYcX/zWiPIovQISJD3wF7tztu3lIqll8334NwB10c/aLMleGaeQCQ3QPpA7hM= root@ip-10-31-13-245.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.13.245 closed.\r\n') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879793.9531405-11017-89588594961870/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.15.160> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQC87OXvktDT98lRId2OzJDpTp0kVCEsb/W69xWpPacg5Lvtl6THpJOYHdIYmpb0zfp8orqD9Zl6yQOX1NT3fKcbYz0a6qSiMM0dAdYV92hJ67ELj5goyJevV7VxvUiN6UWibo6TjDVsFp8p7CmkTEA6gyCvegJzdYY+FH/OKuy1FYv+ITf2fHFoYBkSxTWWSz/yXfEnS8Cwi0KQVzhhXMPPRDmbDiseotXSy8PCnRIgeOeBCuFvH4ci76aSzv0I0OjNbN/j44Tc5z6fkWre60jFdSKNKNJ8urZ8BWf9m7H4+TyaOiQqkKYkYmhVwVKhLLkFMt5LVMc9rH0/N9frH+TXaOLs4YfI/YANEYaT5tPZq/AmW6LwnXghZCLouo813Wl+9Q+xiCKtBEgb6xIdF292EN8u7f6o8TwNmA66JatuXedg+WDlzzojvZUlT0YlGbL3vecWrH9kOb6yKANMcy6EyVXeKmlTCma8E+H6g5EUwC6e7fvaQIQR09RQe4bxNWE= root@ip-10-31-15-160.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.15.160 closed.\r\n') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879793.968187-11019-95919871523262/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.14.101> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDBQ2QZM8bU3FaLeQ55lTEaEHYo9xAJ+z2lgrlo4vFiomYjnBYikHDWTBPYiXG+DfO5JKnk4wHP8WGhqcVFb0HHvHlTNhV6rMd9+gvy4ujVwKPvgVYDdcQsCKlNfnhZmvg2p/9dFGivaIBDMA8HCqaRaYg+TUM7jp3Wzc3wjx6clvxfbW+xOYLj2r0zeMkgGyVNGSZB2nKkhvg1AIA7UjrDI667ghZNXrouqCs1mk3WrMcziKMxwEFXHhTPKc/MVm0vejbN7RQ7M8PAZGMyOokoSK1itS99thi/vHUULQXZ4L/iHCTRy40IZtpP1bcCG8mTQUcVA7c1YvIS25BiQ/YXjtQkRAC4wO7BlM0UFPL6schhl+6ynuTzUNFVk9KFcLfD0uzNjdWzwtbH3Bxcv18FbaZAOEuNT8aHLbDE9+n9DzI5TWR4Oabl2+h8hNh1O40UECc4gx4m7tlF0IjBAj4o02a+N6Ybo6QJ/ThctVzpXxxeo5Pq4cNUaaLK418giKs= root@ip-10-31-14-101.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.14.101 closed.\r\n') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879793.932493-11016-100757791638096/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.13.245> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQCesnh2JdvsLIBjsOdQL5OvU9/JfLLbzNYqIA4PuxfPG/deWZkU8/1X9iYBTZdV2nSWafUOSK2Ue7tnHX4uTg9x11xqrb7DJIY0rXPziCAr8DlyRAbWO/t0pyeW/PF1KCc1WYbP6GleQ0NQ/RiwkWKam1VzWg210VKUYNRORA//tc6ZbqhWncbwKR/JL57G3dcyViCT+gspkDgkeiRi3PnW4D4SJyHZplo+mKTdAG+UwQRUVNKtNPuBaj4udHONinKYZeh+7YL0Xxiy9CIFGeFesx8vRE1LOrHU/ipvrXhkHNLiNc8kwGGtfnraRIN3+bn9A24xw6lIVFhQrxSeK3bOX+OviuFXRhzT4nMtBsUmFs9P4bCEhuASStusIOdspQeI07mjnDxSsVkaJIPoczuRw/yFP1JHjxpHF8ocHECM636z7pdtOnxXMZ/EAWnmknJWxWuYcX/zWiPIovQISJD3wF7tztu3lIqll8334NwB10c/aLMleGaeQCQ3QPpA7hM= root@ip-10-31-13-245.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.15.160> (0, b'', b'') <10.31.14.101> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQC87OXvktDT98lRId2OzJDpTp0kVCEsb/W69xWpPacg5Lvtl6THpJOYHdIYmpb0zfp8orqD9Zl6yQOX1NT3fKcbYz0a6qSiMM0dAdYV92hJ67ELj5goyJevV7VxvUiN6UWibo6TjDVsFp8p7CmkTEA6gyCvegJzdYY+FH/OKuy1FYv+ITf2fHFoYBkSxTWWSz/yXfEnS8Cwi0KQVzhhXMPPRDmbDiseotXSy8PCnRIgeOeBCuFvH4ci76aSzv0I0OjNbN/j44Tc5z6fkWre60jFdSKNKNJ8urZ8BWf9m7H4+TyaOiQqkKYkYmhVwVKhLLkFMt5LVMc9rH0/N9frH+TXaOLs4YfI/YANEYaT5tPZq/AmW6LwnXghZCLouo813Wl+9Q+xiCKtBEgb6xIdF292EN8u7f6o8TwNmA66JatuXedg+WDlzzojvZUlT0YlGbL3vecWrH9kOb6yKANMcy6EyVXeKmlTCma8E+H6g5EUwC6e7fvaQIQR09RQe4bxNWE= root@ip-10-31-15-160.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 } } } 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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDBQ2QZM8bU3FaLeQ55lTEaEHYo9xAJ+z2lgrlo4vFiomYjnBYikHDWTBPYiXG+DfO5JKnk4wHP8WGhqcVFb0HHvHlTNhV6rMd9+gvy4ujVwKPvgVYDdcQsCKlNfnhZmvg2p/9dFGivaIBDMA8HCqaRaYg+TUM7jp3Wzc3wjx6clvxfbW+xOYLj2r0zeMkgGyVNGSZB2nKkhvg1AIA7UjrDI667ghZNXrouqCs1mk3WrMcziKMxwEFXHhTPKc/MVm0vejbN7RQ7M8PAZGMyOokoSK1itS99thi/vHUULQXZ4L/iHCTRy40IZtpP1bcCG8mTQUcVA7c1YvIS25BiQ/YXjtQkRAC4wO7BlM0UFPL6schhl+6ynuTzUNFVk9KFcLfD0uzNjdWzwtbH3Bxcv18FbaZAOEuNT8aHLbDE9+n9DzI5TWR4Oabl2+h8hNh1O40UECc4gx4m7tlF0IjBAj4o02a+N6Ybo6QJ/ThctVzpXxxeo5Pq4cNUaaLK418giKs= root@ip-10-31-14-101.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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Friday 20 September 2024 20:49:54 -0400 (0:00:00.552) 0:00:11.054 ****** <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.13.245> (0, b'/root\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> (0, b'/root\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879794.468043-11048-278328232875817 `" && echo ansible-tmp-1726879794.468043-11048-278328232875817="` echo /root/.ansible/tmp/ansible-tmp-1726879794.468043-11048-278328232875817 `" ) && sleep 0'"'"'' <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879794.4686759-11046-66499714732449 `" && echo ansible-tmp-1726879794.4686759-11046-66499714732449="` echo /root/.ansible/tmp/ansible-tmp-1726879794.4686759-11046-66499714732449 `" ) && sleep 0'"'"'' <10.31.15.160> (0, b'/root\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879794.4966125-11050-121353889006005 `" && echo ansible-tmp-1726879794.4966125-11050-121353889006005="` echo /root/.ansible/tmp/ansible-tmp-1726879794.4966125-11050-121353889006005 `" ) && sleep 0'"'"'' <10.31.14.101> (0, b'ansible-tmp-1726879794.4686759-11046-66499714732449=/root/.ansible/tmp/ansible-tmp-1726879794.4686759-11046-66499714732449\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.14.101> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpqflku_67 TO /root/.ansible/tmp/ansible-tmp-1726879794.4686759-11046-66499714732449/AnsiballZ_slurp.py <10.31.14.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82126873fd '[10.31.14.101]' <10.31.13.245> (0, b'ansible-tmp-1726879794.468043-11048-278328232875817=/root/.ansible/tmp/ansible-tmp-1726879794.468043-11048-278328232875817\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.13.245> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpz5vns61k TO /root/.ansible/tmp/ansible-tmp-1726879794.468043-11048-278328232875817/AnsiballZ_slurp.py <10.31.13.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9596114582 '[10.31.13.245]' <10.31.15.160> (0, b'ansible-tmp-1726879794.4966125-11050-121353889006005=/root/.ansible/tmp/ansible-tmp-1726879794.4966125-11050-121353889006005\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.15.160> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpxp5s6dyl TO /root/.ansible/tmp/ansible-tmp-1726879794.4966125-11050-121353889006005/AnsiballZ_slurp.py <10.31.15.160> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/d389dbb645 '[10.31.15.160]' <10.31.14.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpqflku_67 /root/.ansible/tmp/ansible-tmp-1726879794.4686759-11046-66499714732449/AnsiballZ_slurp.py\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879794.4686759-11046-66499714732449/ /root/.ansible/tmp/ansible-tmp-1726879794.4686759-11046-66499714732449/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.13.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpz5vns61k /root/.ansible/tmp/ansible-tmp-1726879794.468043-11048-278328232875817/AnsiballZ_slurp.py\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879794.468043-11048-278328232875817/ /root/.ansible/tmp/ansible-tmp-1726879794.468043-11048-278328232875817/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.15.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpxp5s6dyl /root/.ansible/tmp/ansible-tmp-1726879794.4966125-11050-121353889006005/AnsiballZ_slurp.py\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879794.4966125-11050-121353889006005/ /root/.ansible/tmp/ansible-tmp-1726879794.4966125-11050-121353889006005/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.14.101> (0, b'', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd -tt 10.31.14.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879794.4686759-11046-66499714732449/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.13.245> (0, b'', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 -tt 10.31.13.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879794.468043-11048-278328232875817/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.15.160> (0, b'', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 -tt 10.31.15.160 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879794.4966125-11050-121353889006005/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.13.245> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEQStacWJUUlVsT1kzNHAvOUx0MzkrTVhQRjRXMzB3MXRjM0o1SzQwa00zRE8wNUJPeCswd2loREU4RWxocWI0SkNWdHBlSG13cmN1aW1ZOG1GN0RvUnJtL1pqRGM3KzhqSTBWaW1QS3UyLzFWTERYSzVLKzFqVWRnTk9xK1czSTQwcGZSV3VrblBEU0RRV2t6SWpJcFR2RVhnQmFKb292Q3VWd0ZHZk9XNU9OVWhKWEV6TzRGR2FJdDEyb2NlaTdzaEp0K3M3Z3pNUGpYNE44SFp0ZW83QWNYU1grSDA5RGFuY1ZuWktCK3hQWmIySVl5TWtJWVBRQ0I1cWxxOXA5Ti9PK1NSSGI3QkhvOFB5RVRqOFVYN1lLYjlNK1FqVzk5VXZMNUZ6cEE2K2Uwd3ZTWjd6VDVla2ZvNUFobEFhM0dkU1BUMkwwRjRmRy9vT0d2NnpPaDdJWVltRGtWRFZhS0Q2aGtBOFpjaytWeVIvTzd0UERmRUtDcC9FaU40dzVKb0NTb050ZzZGakpITjduUVFjNk9EaVQ1aGJxQ2lRQXBGSi93YWhrSm5KeHJYN1ZvNHFEWkNCODhnR0JTMVZrSEloMGxxNm94YmQ2TjFsd2VvaHhIOFpTTnhHOFRRU1NvTDVjOHNrNytMaHU5Z0NOcjdzT3hiSzVJcnhDeUhySFU9IHJvb3RAaXAtMTAtMzEtMTMtMjQ1LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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.13.245 closed.\r\n') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEWFZPb1pST09TNmkybjc3NHNySldLbjBxUStqajVra0U4My9JbjIzeFFqeThUS2QwdGdoak5PbCtielJNeGtlNGFscGViY1U5QStpTzJTb0orN3JWbDNiUy8rQVRKL3ltQ2sxMFluQUxpeGpieVl4OWxocmVFUGIxc1lNeTNnYmdVenIySnBYRC9YVEIza2V2TzViUm9JdXlXcURPOU1SdmhGczI4UmRyQVhZaUVFRDJkNDlDcHRYQUFuc3pHZlhvNmdpZVl6SWpqQmRRRkp3MDdEc0dCZTZsSmFVS0QzVDFhZ1ZMWXBubzJoT3pSdHd5VTd2dGRuVHBXeGxiRyt5Yk5ING12N3FWSUtyUkxaSjVLNlJmUFg0dVVUQzh1VkNseGxzMFI1UmZ0eEhXRlpKRDY4T25LZktBMzRZdjJwNmpOTU9qVVlkQzhoWHhiM05xREV6L3NmeXU5R2ZuZGpmbkUzZnB4R0U4Z0JmVm84TjlsdFA1NzAxbzNpUGlycElIVE5EVnNjWWJReXA4RTNQT2hwb0xzM0hOSEZNdWYydjJkSStCaXdIL1JHUkxRWEZCc0tNWlBEVWhtYjAwaitaaGRHcE5LcHZydkxKczRZM3hFeDFyRXlWSUh4S2g0VjhIRXFONlQ4TlN0MGRMU1BORVZMeVY2OUFTOGtuQlFtQjg9IHJvb3RAaXAtMTAtMzEtMTQtMTAxLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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.14.101 closed.\r\n') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879794.468043-11048-278328232875817/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879794.4686759-11046-66499714732449/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.15.160> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDN0MwZGF5QUlkT3I3ZjVSOFhnN3FLZERCaWovcG5RZ2hsSCs3blRZZUdLQkp6T21QN2xGclk5QW54YStJNUpFMHV5dlNtdDFzUTFmMFpYbjYxRURFekZpTFBXVkJpVW03SkNOQVJCallUSG1nYlMxVWE2RmhqeXErV3I4UXFPcllKdFJrWGdCT2ttL3l1em5lcHRMY3E5NXczNi9Wd1FyWUY2RW53dnlmYVM0YWVBWWd0RE45QkxETll6Y1F1RmZOK0ZZMjgzcTI3TEdPclBEMXcyaUx5WlVzb0s3RWZsZkw2dXBFL3NFYy9yVnZhbEZ5ZDdsQVNweE9adjRGTDViUS9iV01IajFhbjAzcVl0Q3R2UlBnbTE5N0RVRnF1TmtDUHZvdUJiMTRWMUFvWWR3aHMxWDRKbEhoUFo0enZhZndEOStkdE9BRkl4V3VmUDBiaW1QeDlONXRLR0VlY29UcGliaFh4TWFtUkFnMVhRTTdVYndQU0Frckhia0Z2Qk14Y09Qa3ZOVVNnaUM0VEkwTGoxZXFqb2FUM2JGWXhBRTNQNjQzaG55KzdOK240aFdNQUpjc08zak85eHR6RzJjQTFCZHJuU0NRNjN0OGI4dk41N0RNRWhwelVWazZJc0tFeXVoZWt1ZUJzdlplNVNiZ2IxZVUwajh2blNXSG9BUjg9IHJvb3RAaXAtMTAtMzEtMTUtMTYwLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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.15.160 closed.\r\n') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879794.4966125-11050-121353889006005/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.13.245> (0, b'', b'') <10.31.14.101> (0, b'', b'') ok: [managed_node2 -> managed_node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEQStacWJUUlVsT1kzNHAvOUx0MzkrTVhQRjRXMzB3MXRjM0o1SzQwa00zRE8wNUJPeCswd2loREU4RWxocWI0SkNWdHBlSG13cmN1aW1ZOG1GN0RvUnJtL1pqRGM3KzhqSTBWaW1QS3UyLzFWTERYSzVLKzFqVWRnTk9xK1czSTQwcGZSV3VrblBEU0RRV2t6SWpJcFR2RVhnQmFKb292Q3VWd0ZHZk9XNU9OVWhKWEV6TzRGR2FJdDEyb2NlaTdzaEp0K3M3Z3pNUGpYNE44SFp0ZW83QWNYU1grSDA5RGFuY1ZuWktCK3hQWmIySVl5TWtJWVBRQ0I1cWxxOXA5Ti9PK1NSSGI3QkhvOFB5RVRqOFVYN1lLYjlNK1FqVzk5VXZMNUZ6cEE2K2Uwd3ZTWjd6VDVla2ZvNUFobEFhM0dkU1BUMkwwRjRmRy9vT0d2NnpPaDdJWVltRGtWRFZhS0Q2aGtBOFpjaytWeVIvTzd0UERmRUtDcC9FaU40dzVKb0NTb050ZzZGakpITjduUVFjNk9EaVQ1aGJxQ2lRQXBGSi93YWhrSm5KeHJYN1ZvNHFEWkNCODhnR0JTMVZrSEloMGxxNm94YmQ2TjFsd2VvaHhIOFpTTnhHOFRRU1NvTDVjOHNrNytMaHU5Z0NOcjdzT3hiSzVJcnhDeUhySFU9IHJvb3RAaXAtMTAtMzEtMTMtMjQ1LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } ok: [managed_node1 -> managed_node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEWFZPb1pST09TNmkybjc3NHNySldLbjBxUStqajVra0U4My9JbjIzeFFqeThUS2QwdGdoak5PbCtielJNeGtlNGFscGViY1U5QStpTzJTb0orN3JWbDNiUy8rQVRKL3ltQ2sxMFluQUxpeGpieVl4OWxocmVFUGIxc1lNeTNnYmdVenIySnBYRC9YVEIza2V2TzViUm9JdXlXcURPOU1SdmhGczI4UmRyQVhZaUVFRDJkNDlDcHRYQUFuc3pHZlhvNmdpZVl6SWpqQmRRRkp3MDdEc0dCZTZsSmFVS0QzVDFhZ1ZMWXBubzJoT3pSdHd5VTd2dGRuVHBXeGxiRyt5Yk5ING12N3FWSUtyUkxaSjVLNlJmUFg0dVVUQzh1VkNseGxzMFI1UmZ0eEhXRlpKRDY4T25LZktBMzRZdjJwNmpOTU9qVVlkQzhoWHhiM05xREV6L3NmeXU5R2ZuZGpmbkUzZnB4R0U4Z0JmVm84TjlsdFA1NzAxbzNpUGlycElIVE5EVnNjWWJReXA4RTNQT2hwb0xzM0hOSEZNdWYydjJkSStCaXdIL1JHUkxRWEZCc0tNWlBEVWhtYjAwaitaaGRHcE5LcHZydkxKczRZM3hFeDFyRXlWSUh4S2g0VjhIRXFONlQ4TlN0MGRMU1BORVZMeVY2OUFTOGtuQlFtQjg9IHJvb3RAaXAtMTAtMzEtMTQtMTAxLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.15.160> (0, b'', b'') ok: [managed_node3 -> managed_node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDN0MwZGF5QUlkT3I3ZjVSOFhnN3FLZERCaWovcG5RZ2hsSCs3blRZZUdLQkp6T21QN2xGclk5QW54YStJNUpFMHV5dlNtdDFzUTFmMFpYbjYxRURFekZpTFBXVkJpVW03SkNOQVJCallUSG1nYlMxVWE2RmhqeXErV3I4UXFPcllKdFJrWGdCT2ttL3l1em5lcHRMY3E5NXczNi9Wd1FyWUY2RW53dnlmYVM0YWVBWWd0RE45QkxETll6Y1F1RmZOK0ZZMjgzcTI3TEdPclBEMXcyaUx5WlVzb0s3RWZsZkw2dXBFL3NFYy9yVnZhbEZ5ZDdsQVNweE9adjRGTDViUS9iV01IajFhbjAzcVl0Q3R2UlBnbTE5N0RVRnF1TmtDUHZvdUJiMTRWMUFvWWR3aHMxWDRKbEhoUFo0enZhZndEOStkdE9BRkl4V3VmUDBiaW1QeDlONXRLR0VlY29UcGliaFh4TWFtUkFnMVhRTTdVYndQU0Frckhia0Z2Qk14Y09Qa3ZOVVNnaUM0VEkwTGoxZXFqb2FUM2JGWXhBRTNQNjQzaG55KzdOK240aFdNQUpjc08zak85eHR6RzJjQTFCZHJuU0NRNjN0OGI4dk41N0RNRWhwelVWazZJc0tFeXVoZWt1ZUJzdlplNVNiZ2IxZVUwajh2blNXSG9BUjg9IHJvb3RAaXAtMTAtMzEtMTUtMTYwLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Friday 20 September 2024 20:49:54 -0400 (0:00:00.401) 0:00:11.455 ****** <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.13.245> (0, b'/root\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879794.9516885-11074-179646907681567 `" && echo ansible-tmp-1726879794.9516885-11074-179646907681567="` echo /root/.ansible/tmp/ansible-tmp-1726879794.9516885-11074-179646907681567 `" ) && sleep 0'"'"'' <10.31.14.101> (0, b'/root\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879794.9535365-11073-206145098824788 `" && echo ansible-tmp-1726879794.9535365-11073-206145098824788="` echo /root/.ansible/tmp/ansible-tmp-1726879794.9535365-11073-206145098824788 `" ) && sleep 0'"'"'' <10.31.15.160> (0, b'/root\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879794.966519-11075-35209237272 `" && echo ansible-tmp-1726879794.966519-11075-35209237272="` echo /root/.ansible/tmp/ansible-tmp-1726879794.966519-11075-35209237272 `" ) && sleep 0'"'"'' <10.31.13.245> (0, b'ansible-tmp-1726879794.9516885-11074-179646907681567=/root/.ansible/tmp/ansible-tmp-1726879794.9516885-11074-179646907681567\n', b'') <10.31.14.101> (0, b'ansible-tmp-1726879794.9535365-11073-206145098824788=/root/.ansible/tmp/ansible-tmp-1726879794.9535365-11073-206145098824788\n', b'') <10.31.15.160> (0, b'ansible-tmp-1726879794.966519-11075-35209237272=/root/.ansible/tmp/ansible-tmp-1726879794.966519-11075-35209237272\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py <10.31.13.245> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmptrtxh6mq TO /root/.ansible/tmp/ansible-tmp-1726879794.9516885-11074-179646907681567/AnsiballZ_known_hosts.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py <10.31.14.101> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpacwl12_u TO /root/.ansible/tmp/ansible-tmp-1726879794.9535365-11073-206145098824788/AnsiballZ_known_hosts.py <10.31.13.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9596114582 '[10.31.13.245]' <10.31.14.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82126873fd '[10.31.14.101]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py <10.31.15.160> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpr8xgpp8q TO /root/.ansible/tmp/ansible-tmp-1726879794.966519-11075-35209237272/AnsiballZ_known_hosts.py <10.31.15.160> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/d389dbb645 '[10.31.15.160]' <10.31.14.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpacwl12_u /root/.ansible/tmp/ansible-tmp-1726879794.9535365-11073-206145098824788/AnsiballZ_known_hosts.py\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879794.9535365-11073-206145098824788/ /root/.ansible/tmp/ansible-tmp-1726879794.9535365-11073-206145098824788/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.13.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmptrtxh6mq /root/.ansible/tmp/ansible-tmp-1726879794.9516885-11074-179646907681567/AnsiballZ_known_hosts.py\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879794.9516885-11074-179646907681567/ /root/.ansible/tmp/ansible-tmp-1726879794.9516885-11074-179646907681567/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.15.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpr8xgpp8q /root/.ansible/tmp/ansible-tmp-1726879794.966519-11075-35209237272/AnsiballZ_known_hosts.py\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879794.966519-11075-35209237272/ /root/.ansible/tmp/ansible-tmp-1726879794.966519-11075-35209237272/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.14.101> (0, b'', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd -tt 10.31.14.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879794.9535365-11073-206145098824788/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.13.245> (0, b'', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 -tt 10.31.13.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879794.9516885-11074-179646907681567/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.15.160> (0, b'', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 -tt 10.31.15.160 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879794.966519-11075-35209237272/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.13.245> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.13.245 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDA+ZqbTRUlOY34p/9Lt39+MXPF4W30w1tc3J5K40kM3DO05BOx+0wihDE8Elhqb4JCVtpeHmwrcuimY8mF7DoRrm/ZjDc7+8jI0VimPKu2/1VLDXK5K+1jUdgNOq+W3I40pfRWuknPDSDQWkzIjIpTvEXgBaJoovCuVwFGfOW5ONUhJXEzO4FGaIt12ocei7shJt+s7gzMPjX4N8HZteo7AcXSX+H09DancVnZKB+xPZb2IYyMkIYPQCB5qlq9p9N/O+SRHb7BHo8PyETj8UX7YKb9M+QjW99UvL5FzpA6+e0wvSZ7zT5ekfo5AhlAa3GdSPT2L0F4fG/oOGv6zOh7IYYmDkVDVaKD6hkA8Zck+VyR/O7tPDfEKCp/EiN4w5JoCSoNtg6FjJHN7nQQc6ODiT5hbqCiQApFJ/wahkJnJxrX7Vo4qDZCB88gGBS1VkHIh0lq6oxbd6N1lweohxH8ZSNxG8TQSSoL5c8sk7+Lhu9gCNr7sOxbK5IrxCyHrHU= root@ip-10-31-13-245.us-east-1.aws.redhat.com\\n", "after": "10.31.13.245 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDA+ZqbTRUlOY34p/9Lt39+MXPF4W30w1tc3J5K40kM3DO05BOx+0wihDE8Elhqb4JCVtpeHmwrcuimY8mF7DoRrm/ZjDc7+8jI0VimPKu2/1VLDXK5K+1jUdgNOq+W3I40pfRWuknPDSDQWkzIjIpTvEXgBaJoovCuVwFGfOW5ONUhJXEzO4FGaIt12ocei7shJt+s7gzMPjX4N8HZteo7AcXSX+H09DancVnZKB+xPZb2IYyMkIYPQCB5qlq9p9N/O+SRHb7BHo8PyETj8UX7YKb9M+QjW99UvL5FzpA6+e0wvSZ7zT5ekfo5AhlAa3GdSPT2L0F4fG/oOGv6zOh7IYYmDkVDVaKD6hkA8Zck+VyR/O7tPDfEKCp/EiN4w5JoCSoNtg6FjJHN7nQQc6ODiT5hbqCiQApFJ/wahkJnJxrX7Vo4qDZCB88gGBS1VkHIh0lq6oxbd6N1lweohxH8ZSNxG8TQSSoL5c8sk7+Lhu9gCNr7sOxbK5IrxCyHrHU= root@ip-10-31-13-245.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.13.245 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDA+ZqbTRUlOY34p/9Lt39+MXPF4W30w1tc3J5K40kM3DO05BOx+0wihDE8Elhqb4JCVtpeHmwrcuimY8mF7DoRrm/ZjDc7+8jI0VimPKu2/1VLDXK5K+1jUdgNOq+W3I40pfRWuknPDSDQWkzIjIpTvEXgBaJoovCuVwFGfOW5ONUhJXEzO4FGaIt12ocei7shJt+s7gzMPjX4N8HZteo7AcXSX+H09DancVnZKB+xPZb2IYyMkIYPQCB5qlq9p9N/O+SRHb7BHo8PyETj8UX7YKb9M+QjW99UvL5FzpA6+e0wvSZ7zT5ekfo5AhlAa3GdSPT2L0F4fG/oOGv6zOh7IYYmDkVDVaKD6hkA8Zck+VyR/O7tPDfEKCp/EiN4w5JoCSoNtg6FjJHN7nQQc6ODiT5hbqCiQApFJ/wahkJnJxrX7Vo4qDZCB88gGBS1VkHIh0lq6oxbd6N1lweohxH8ZSNxG8TQSSoL5c8sk7+Lhu9gCNr7sOxbK5IrxCyHrHU= root@ip-10-31-13-245.us-east-1.aws.redhat.com\\n", "name": "10.31.13.245", "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.13.245 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDA+ZqbTRUlOY34p/9Lt39+MXPF4W30w1tc3J5K40kM3DO05BOx+0wihDE8Elhqb4JCVtpeHmwrcuimY8mF7DoRrm/ZjDc7+8jI0VimPKu2/1VLDXK5K+1jUdgNOq+W3I40pfRWuknPDSDQWkzIjIpTvEXgBaJoovCuVwFGfOW5ONUhJXEzO4FGaIt12ocei7shJt+s7gzMPjX4N8HZteo7AcXSX+H09DancVnZKB+xPZb2IYyMkIYPQCB5qlq9p9N/O+SRHb7BHo8PyETj8UX7YKb9M+QjW99UvL5FzpA6+e0wvSZ7zT5ekfo5AhlAa3GdSPT2L0F4fG/oOGv6zOh7IYYmDkVDVaKD6hkA8Zck+VyR/O7tPDfEKCp/EiN4w5JoCSoNtg6FjJHN7nQQc6ODiT5hbqCiQApFJ/wahkJnJxrX7Vo4qDZCB88gGBS1VkHIh0lq6oxbd6N1lweohxH8ZSNxG8TQSSoL5c8sk7+Lhu9gCNr7sOxbK5IrxCyHrHU= root@ip-10-31-13-245.us-east-1.aws.redhat.com\\n", "after": "10.31.13.245 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDA+ZqbTRUlOY34p/9Lt39+MXPF4W30w1tc3J5K40kM3DO05BOx+0wihDE8Elhqb4JCVtpeHmwrcuimY8mF7DoRrm/ZjDc7+8jI0VimPKu2/1VLDXK5K+1jUdgNOq+W3I40pfRWuknPDSDQWkzIjIpTvEXgBaJoovCuVwFGfOW5ONUhJXEzO4FGaIt12ocei7shJt+s7gzMPjX4N8HZteo7AcXSX+H09DancVnZKB+xPZb2IYyMkIYPQCB5qlq9p9N/O+SRHb7BHo8PyETj8UX7YKb9M+QjW99UvL5FzpA6+e0wvSZ7zT5ekfo5AhlAa3GdSPT2L0F4fG/oOGv6zOh7IYYmDkVDVaKD6hkA8Zck+VyR/O7tPDfEKCp/EiN4w5JoCSoNtg6FjJHN7nQQc6ODiT5hbqCiQApFJ/wahkJnJxrX7Vo4qDZCB88gGBS1VkHIh0lq6oxbd6N1lweohxH8ZSNxG8TQSSoL5c8sk7+Lhu9gCNr7sOxbK5IrxCyHrHU= root@ip-10-31-13-245.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.13.245 closed.\r\n') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879794.9516885-11074-179646907681567/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.14.101> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.14.101 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXVOoZROOS6i2n774srJWKn0qQ+jj5kkE83/In23xQjy8TKd0tghjNOl+bzRMxke4alpebcU9A+iO2SoJ+7rVl3bS/+ATJ/ymCk10YnALixjbyYx9lhreEPb1sYMy3gbgUzr2JpXD/XTB3kevO5bRoIuyWqDO9MRvhFs28RdrAXYiEED2d49CptXAAnszGfXo6gieYzIjjBdQFJw07DsGBe6lJaUKD3T1agVLYpno2hOzRtwyU7vtdnTpWxlbG+ybNH4mv7qVIKrRLZJ5K6RfPX4uUTC8uVClxls0R5RftxHWFZJD68OnKfKA34Yv2p6jNMOjUYdC8hXxb3NqDEz/sfyu9GfndjfnE3fpxGE8gBfVo8N9ltP5701o3iPirpIHTNDVscYbQyp8E3POhpoLs3HNHFMuf2v2dI+BiwH/RGRLQXFBsKMZPDUhmb00j+ZhdGpNKpvrvLJs4Y3xEx1rEyVIHxKh4V8HEqN6T8NSt0dLSPNEVLyV69AS8knBQmB8= root@ip-10-31-14-101.us-east-1.aws.redhat.com\\n", "after": "10.31.14.101 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXVOoZROOS6i2n774srJWKn0qQ+jj5kkE83/In23xQjy8TKd0tghjNOl+bzRMxke4alpebcU9A+iO2SoJ+7rVl3bS/+ATJ/ymCk10YnALixjbyYx9lhreEPb1sYMy3gbgUzr2JpXD/XTB3kevO5bRoIuyWqDO9MRvhFs28RdrAXYiEED2d49CptXAAnszGfXo6gieYzIjjBdQFJw07DsGBe6lJaUKD3T1agVLYpno2hOzRtwyU7vtdnTpWxlbG+ybNH4mv7qVIKrRLZJ5K6RfPX4uUTC8uVClxls0R5RftxHWFZJD68OnKfKA34Yv2p6jNMOjUYdC8hXxb3NqDEz/sfyu9GfndjfnE3fpxGE8gBfVo8N9ltP5701o3iPirpIHTNDVscYbQyp8E3POhpoLs3HNHFMuf2v2dI+BiwH/RGRLQXFBsKMZPDUhmb00j+ZhdGpNKpvrvLJs4Y3xEx1rEyVIHxKh4V8HEqN6T8NSt0dLSPNEVLyV69AS8knBQmB8= root@ip-10-31-14-101.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.14.101 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXVOoZROOS6i2n774srJWKn0qQ+jj5kkE83/In23xQjy8TKd0tghjNOl+bzRMxke4alpebcU9A+iO2SoJ+7rVl3bS/+ATJ/ymCk10YnALixjbyYx9lhreEPb1sYMy3gbgUzr2JpXD/XTB3kevO5bRoIuyWqDO9MRvhFs28RdrAXYiEED2d49CptXAAnszGfXo6gieYzIjjBdQFJw07DsGBe6lJaUKD3T1agVLYpno2hOzRtwyU7vtdnTpWxlbG+ybNH4mv7qVIKrRLZJ5K6RfPX4uUTC8uVClxls0R5RftxHWFZJD68OnKfKA34Yv2p6jNMOjUYdC8hXxb3NqDEz/sfyu9GfndjfnE3fpxGE8gBfVo8N9ltP5701o3iPirpIHTNDVscYbQyp8E3POhpoLs3HNHFMuf2v2dI+BiwH/RGRLQXFBsKMZPDUhmb00j+ZhdGpNKpvrvLJs4Y3xEx1rEyVIHxKh4V8HEqN6T8NSt0dLSPNEVLyV69AS8knBQmB8= root@ip-10-31-14-101.us-east-1.aws.redhat.com\\n", "name": "10.31.14.101", "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.14.101 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXVOoZROOS6i2n774srJWKn0qQ+jj5kkE83/In23xQjy8TKd0tghjNOl+bzRMxke4alpebcU9A+iO2SoJ+7rVl3bS/+ATJ/ymCk10YnALixjbyYx9lhreEPb1sYMy3gbgUzr2JpXD/XTB3kevO5bRoIuyWqDO9MRvhFs28RdrAXYiEED2d49CptXAAnszGfXo6gieYzIjjBdQFJw07DsGBe6lJaUKD3T1agVLYpno2hOzRtwyU7vtdnTpWxlbG+ybNH4mv7qVIKrRLZJ5K6RfPX4uUTC8uVClxls0R5RftxHWFZJD68OnKfKA34Yv2p6jNMOjUYdC8hXxb3NqDEz/sfyu9GfndjfnE3fpxGE8gBfVo8N9ltP5701o3iPirpIHTNDVscYbQyp8E3POhpoLs3HNHFMuf2v2dI+BiwH/RGRLQXFBsKMZPDUhmb00j+ZhdGpNKpvrvLJs4Y3xEx1rEyVIHxKh4V8HEqN6T8NSt0dLSPNEVLyV69AS8knBQmB8= root@ip-10-31-14-101.us-east-1.aws.redhat.com\\n", "after": "10.31.14.101 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXVOoZROOS6i2n774srJWKn0qQ+jj5kkE83/In23xQjy8TKd0tghjNOl+bzRMxke4alpebcU9A+iO2SoJ+7rVl3bS/+ATJ/ymCk10YnALixjbyYx9lhreEPb1sYMy3gbgUzr2JpXD/XTB3kevO5bRoIuyWqDO9MRvhFs28RdrAXYiEED2d49CptXAAnszGfXo6gieYzIjjBdQFJw07DsGBe6lJaUKD3T1agVLYpno2hOzRtwyU7vtdnTpWxlbG+ybNH4mv7qVIKrRLZJ5K6RfPX4uUTC8uVClxls0R5RftxHWFZJD68OnKfKA34Yv2p6jNMOjUYdC8hXxb3NqDEz/sfyu9GfndjfnE3fpxGE8gBfVo8N9ltP5701o3iPirpIHTNDVscYbQyp8E3POhpoLs3HNHFMuf2v2dI+BiwH/RGRLQXFBsKMZPDUhmb00j+ZhdGpNKpvrvLJs4Y3xEx1rEyVIHxKh4V8HEqN6T8NSt0dLSPNEVLyV69AS8knBQmB8= root@ip-10-31-14-101.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.14.101 closed.\r\n') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879794.9535365-11073-206145098824788/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.15.160> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.15.160 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7C0dayAIdOr7f5R8Xg7qKdDBij/pnQghlH+7nTYeGKBJzOmP7lFrY9Anxa+I5JE0uyvSmt1sQ1f0ZXn61EDEzFiLPWVBiUm7JCNARBjYTHmgbS1Ua6Fhjyq+Wr8QqOrYJtRkXgBOkm/yuzneptLcq95w36/VwQrYF6EnwvyfaS4aeAYgtDN9BLDNYzcQuFfN+FY283q27LGOrPD1w2iLyZUsoK7EflfL6upE/sEc/rVvalFyd7lASpxOZv4FL5bQ/bWMHj1an03qYtCtvRPgm197DUFquNkCPvouBb14V1AoYdwhs1X4JlHhPZ4zvafwD9+dtOAFIxWufP0bimPx9N5tKGEecoTpibhXxMamRAg1XQM7UbwPSAkrHbkFvBMxcOPkvNUSgiC4TI0Lj1eqjoaT3bFYxAE3P643hny+7N+n4hWMAJcsO3jO9xtzG2cA1BdrnSCQ63t8b8vN57DMEhpzUVk6IsKEyuhekueBsvZe5Sbgb1eU0j8vnSWHoAR8= root@ip-10-31-15-160.us-east-1.aws.redhat.com\\n", "after": "10.31.15.160 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7C0dayAIdOr7f5R8Xg7qKdDBij/pnQghlH+7nTYeGKBJzOmP7lFrY9Anxa+I5JE0uyvSmt1sQ1f0ZXn61EDEzFiLPWVBiUm7JCNARBjYTHmgbS1Ua6Fhjyq+Wr8QqOrYJtRkXgBOkm/yuzneptLcq95w36/VwQrYF6EnwvyfaS4aeAYgtDN9BLDNYzcQuFfN+FY283q27LGOrPD1w2iLyZUsoK7EflfL6upE/sEc/rVvalFyd7lASpxOZv4FL5bQ/bWMHj1an03qYtCtvRPgm197DUFquNkCPvouBb14V1AoYdwhs1X4JlHhPZ4zvafwD9+dtOAFIxWufP0bimPx9N5tKGEecoTpibhXxMamRAg1XQM7UbwPSAkrHbkFvBMxcOPkvNUSgiC4TI0Lj1eqjoaT3bFYxAE3P643hny+7N+n4hWMAJcsO3jO9xtzG2cA1BdrnSCQ63t8b8vN57DMEhpzUVk6IsKEyuhekueBsvZe5Sbgb1eU0j8vnSWHoAR8= root@ip-10-31-15-160.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.15.160 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7C0dayAIdOr7f5R8Xg7qKdDBij/pnQghlH+7nTYeGKBJzOmP7lFrY9Anxa+I5JE0uyvSmt1sQ1f0ZXn61EDEzFiLPWVBiUm7JCNARBjYTHmgbS1Ua6Fhjyq+Wr8QqOrYJtRkXgBOkm/yuzneptLcq95w36/VwQrYF6EnwvyfaS4aeAYgtDN9BLDNYzcQuFfN+FY283q27LGOrPD1w2iLyZUsoK7EflfL6upE/sEc/rVvalFyd7lASpxOZv4FL5bQ/bWMHj1an03qYtCtvRPgm197DUFquNkCPvouBb14V1AoYdwhs1X4JlHhPZ4zvafwD9+dtOAFIxWufP0bimPx9N5tKGEecoTpibhXxMamRAg1XQM7UbwPSAkrHbkFvBMxcOPkvNUSgiC4TI0Lj1eqjoaT3bFYxAE3P643hny+7N+n4hWMAJcsO3jO9xtzG2cA1BdrnSCQ63t8b8vN57DMEhpzUVk6IsKEyuhekueBsvZe5Sbgb1eU0j8vnSWHoAR8= root@ip-10-31-15-160.us-east-1.aws.redhat.com\\n", "name": "10.31.15.160", "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.15.160 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7C0dayAIdOr7f5R8Xg7qKdDBij/pnQghlH+7nTYeGKBJzOmP7lFrY9Anxa+I5JE0uyvSmt1sQ1f0ZXn61EDEzFiLPWVBiUm7JCNARBjYTHmgbS1Ua6Fhjyq+Wr8QqOrYJtRkXgBOkm/yuzneptLcq95w36/VwQrYF6EnwvyfaS4aeAYgtDN9BLDNYzcQuFfN+FY283q27LGOrPD1w2iLyZUsoK7EflfL6upE/sEc/rVvalFyd7lASpxOZv4FL5bQ/bWMHj1an03qYtCtvRPgm197DUFquNkCPvouBb14V1AoYdwhs1X4JlHhPZ4zvafwD9+dtOAFIxWufP0bimPx9N5tKGEecoTpibhXxMamRAg1XQM7UbwPSAkrHbkFvBMxcOPkvNUSgiC4TI0Lj1eqjoaT3bFYxAE3P643hny+7N+n4hWMAJcsO3jO9xtzG2cA1BdrnSCQ63t8b8vN57DMEhpzUVk6IsKEyuhekueBsvZe5Sbgb1eU0j8vnSWHoAR8= root@ip-10-31-15-160.us-east-1.aws.redhat.com\\n", "after": "10.31.15.160 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7C0dayAIdOr7f5R8Xg7qKdDBij/pnQghlH+7nTYeGKBJzOmP7lFrY9Anxa+I5JE0uyvSmt1sQ1f0ZXn61EDEzFiLPWVBiUm7JCNARBjYTHmgbS1Ua6Fhjyq+Wr8QqOrYJtRkXgBOkm/yuzneptLcq95w36/VwQrYF6EnwvyfaS4aeAYgtDN9BLDNYzcQuFfN+FY283q27LGOrPD1w2iLyZUsoK7EflfL6upE/sEc/rVvalFyd7lASpxOZv4FL5bQ/bWMHj1an03qYtCtvRPgm197DUFquNkCPvouBb14V1AoYdwhs1X4JlHhPZ4zvafwD9+dtOAFIxWufP0bimPx9N5tKGEecoTpibhXxMamRAg1XQM7UbwPSAkrHbkFvBMxcOPkvNUSgiC4TI0Lj1eqjoaT3bFYxAE3P643hny+7N+n4hWMAJcsO3jO9xtzG2cA1BdrnSCQ63t8b8vN57DMEhpzUVk6IsKEyuhekueBsvZe5Sbgb1eU0j8vnSWHoAR8= root@ip-10-31-15-160.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.15.160 closed.\r\n') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879794.966519-11075-35209237272/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.13.245> (0, b'', b'') ok: [managed_node2] => { "changed": false, "diff": { "after": "10.31.13.245 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDA+ZqbTRUlOY34p/9Lt39+MXPF4W30w1tc3J5K40kM3DO05BOx+0wihDE8Elhqb4JCVtpeHmwrcuimY8mF7DoRrm/ZjDc7+8jI0VimPKu2/1VLDXK5K+1jUdgNOq+W3I40pfRWuknPDSDQWkzIjIpTvEXgBaJoovCuVwFGfOW5ONUhJXEzO4FGaIt12ocei7shJt+s7gzMPjX4N8HZteo7AcXSX+H09DancVnZKB+xPZb2IYyMkIYPQCB5qlq9p9N/O+SRHb7BHo8PyETj8UX7YKb9M+QjW99UvL5FzpA6+e0wvSZ7zT5ekfo5AhlAa3GdSPT2L0F4fG/oOGv6zOh7IYYmDkVDVaKD6hkA8Zck+VyR/O7tPDfEKCp/EiN4w5JoCSoNtg6FjJHN7nQQc6ODiT5hbqCiQApFJ/wahkJnJxrX7Vo4qDZCB88gGBS1VkHIh0lq6oxbd6N1lweohxH8ZSNxG8TQSSoL5c8sk7+Lhu9gCNr7sOxbK5IrxCyHrHU= root@ip-10-31-13-245.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.13.245 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDA+ZqbTRUlOY34p/9Lt39+MXPF4W30w1tc3J5K40kM3DO05BOx+0wihDE8Elhqb4JCVtpeHmwrcuimY8mF7DoRrm/ZjDc7+8jI0VimPKu2/1VLDXK5K+1jUdgNOq+W3I40pfRWuknPDSDQWkzIjIpTvEXgBaJoovCuVwFGfOW5ONUhJXEzO4FGaIt12ocei7shJt+s7gzMPjX4N8HZteo7AcXSX+H09DancVnZKB+xPZb2IYyMkIYPQCB5qlq9p9N/O+SRHb7BHo8PyETj8UX7YKb9M+QjW99UvL5FzpA6+e0wvSZ7zT5ekfo5AhlAa3GdSPT2L0F4fG/oOGv6zOh7IYYmDkVDVaKD6hkA8Zck+VyR/O7tPDfEKCp/EiN4w5JoCSoNtg6FjJHN7nQQc6ODiT5hbqCiQApFJ/wahkJnJxrX7Vo4qDZCB88gGBS1VkHIh0lq6oxbd6N1lweohxH8ZSNxG8TQSSoL5c8sk7+Lhu9gCNr7sOxbK5IrxCyHrHU= root@ip-10-31-13-245.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.13.245 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDA+ZqbTRUlOY34p/9Lt39+MXPF4W30w1tc3J5K40kM3DO05BOx+0wihDE8Elhqb4JCVtpeHmwrcuimY8mF7DoRrm/ZjDc7+8jI0VimPKu2/1VLDXK5K+1jUdgNOq+W3I40pfRWuknPDSDQWkzIjIpTvEXgBaJoovCuVwFGfOW5ONUhJXEzO4FGaIt12ocei7shJt+s7gzMPjX4N8HZteo7AcXSX+H09DancVnZKB+xPZb2IYyMkIYPQCB5qlq9p9N/O+SRHb7BHo8PyETj8UX7YKb9M+QjW99UvL5FzpA6+e0wvSZ7zT5ekfo5AhlAa3GdSPT2L0F4fG/oOGv6zOh7IYYmDkVDVaKD6hkA8Zck+VyR/O7tPDfEKCp/EiN4w5JoCSoNtg6FjJHN7nQQc6ODiT5hbqCiQApFJ/wahkJnJxrX7Vo4qDZCB88gGBS1VkHIh0lq6oxbd6N1lweohxH8ZSNxG8TQSSoL5c8sk7+Lhu9gCNr7sOxbK5IrxCyHrHU= root@ip-10-31-13-245.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.13.245 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDA+ZqbTRUlOY34p/9Lt39+MXPF4W30w1tc3J5K40kM3DO05BOx+0wihDE8Elhqb4JCVtpeHmwrcuimY8mF7DoRrm/ZjDc7+8jI0VimPKu2/1VLDXK5K+1jUdgNOq+W3I40pfRWuknPDSDQWkzIjIpTvEXgBaJoovCuVwFGfOW5ONUhJXEzO4FGaIt12ocei7shJt+s7gzMPjX4N8HZteo7AcXSX+H09DancVnZKB+xPZb2IYyMkIYPQCB5qlq9p9N/O+SRHb7BHo8PyETj8UX7YKb9M+QjW99UvL5FzpA6+e0wvSZ7zT5ekfo5AhlAa3GdSPT2L0F4fG/oOGv6zOh7IYYmDkVDVaKD6hkA8Zck+VyR/O7tPDfEKCp/EiN4w5JoCSoNtg6FjJHN7nQQc6ODiT5hbqCiQApFJ/wahkJnJxrX7Vo4qDZCB88gGBS1VkHIh0lq6oxbd6N1lweohxH8ZSNxG8TQSSoL5c8sk7+Lhu9gCNr7sOxbK5IrxCyHrHU= root@ip-10-31-13-245.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.13.245 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDA+ZqbTRUlOY34p/9Lt39+MXPF4W30w1tc3J5K40kM3DO05BOx+0wihDE8Elhqb4JCVtpeHmwrcuimY8mF7DoRrm/ZjDc7+8jI0VimPKu2/1VLDXK5K+1jUdgNOq+W3I40pfRWuknPDSDQWkzIjIpTvEXgBaJoovCuVwFGfOW5ONUhJXEzO4FGaIt12ocei7shJt+s7gzMPjX4N8HZteo7AcXSX+H09DancVnZKB+xPZb2IYyMkIYPQCB5qlq9p9N/O+SRHb7BHo8PyETj8UX7YKb9M+QjW99UvL5FzpA6+e0wvSZ7zT5ekfo5AhlAa3GdSPT2L0F4fG/oOGv6zOh7IYYmDkVDVaKD6hkA8Zck+VyR/O7tPDfEKCp/EiN4w5JoCSoNtg6FjJHN7nQQc6ODiT5hbqCiQApFJ/wahkJnJxrX7Vo4qDZCB88gGBS1VkHIh0lq6oxbd6N1lweohxH8ZSNxG8TQSSoL5c8sk7+Lhu9gCNr7sOxbK5IrxCyHrHU= root@ip-10-31-13-245.us-east-1.aws.redhat.com\n", "name": "10.31.13.245", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } <10.31.14.101> (0, b'', b'') ok: [managed_node1] => { "changed": false, "diff": { "after": "10.31.14.101 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXVOoZROOS6i2n774srJWKn0qQ+jj5kkE83/In23xQjy8TKd0tghjNOl+bzRMxke4alpebcU9A+iO2SoJ+7rVl3bS/+ATJ/ymCk10YnALixjbyYx9lhreEPb1sYMy3gbgUzr2JpXD/XTB3kevO5bRoIuyWqDO9MRvhFs28RdrAXYiEED2d49CptXAAnszGfXo6gieYzIjjBdQFJw07DsGBe6lJaUKD3T1agVLYpno2hOzRtwyU7vtdnTpWxlbG+ybNH4mv7qVIKrRLZJ5K6RfPX4uUTC8uVClxls0R5RftxHWFZJD68OnKfKA34Yv2p6jNMOjUYdC8hXxb3NqDEz/sfyu9GfndjfnE3fpxGE8gBfVo8N9ltP5701o3iPirpIHTNDVscYbQyp8E3POhpoLs3HNHFMuf2v2dI+BiwH/RGRLQXFBsKMZPDUhmb00j+ZhdGpNKpvrvLJs4Y3xEx1rEyVIHxKh4V8HEqN6T8NSt0dLSPNEVLyV69AS8knBQmB8= root@ip-10-31-14-101.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.14.101 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXVOoZROOS6i2n774srJWKn0qQ+jj5kkE83/In23xQjy8TKd0tghjNOl+bzRMxke4alpebcU9A+iO2SoJ+7rVl3bS/+ATJ/ymCk10YnALixjbyYx9lhreEPb1sYMy3gbgUzr2JpXD/XTB3kevO5bRoIuyWqDO9MRvhFs28RdrAXYiEED2d49CptXAAnszGfXo6gieYzIjjBdQFJw07DsGBe6lJaUKD3T1agVLYpno2hOzRtwyU7vtdnTpWxlbG+ybNH4mv7qVIKrRLZJ5K6RfPX4uUTC8uVClxls0R5RftxHWFZJD68OnKfKA34Yv2p6jNMOjUYdC8hXxb3NqDEz/sfyu9GfndjfnE3fpxGE8gBfVo8N9ltP5701o3iPirpIHTNDVscYbQyp8E3POhpoLs3HNHFMuf2v2dI+BiwH/RGRLQXFBsKMZPDUhmb00j+ZhdGpNKpvrvLJs4Y3xEx1rEyVIHxKh4V8HEqN6T8NSt0dLSPNEVLyV69AS8knBQmB8= root@ip-10-31-14-101.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.14.101 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXVOoZROOS6i2n774srJWKn0qQ+jj5kkE83/In23xQjy8TKd0tghjNOl+bzRMxke4alpebcU9A+iO2SoJ+7rVl3bS/+ATJ/ymCk10YnALixjbyYx9lhreEPb1sYMy3gbgUzr2JpXD/XTB3kevO5bRoIuyWqDO9MRvhFs28RdrAXYiEED2d49CptXAAnszGfXo6gieYzIjjBdQFJw07DsGBe6lJaUKD3T1agVLYpno2hOzRtwyU7vtdnTpWxlbG+ybNH4mv7qVIKrRLZJ5K6RfPX4uUTC8uVClxls0R5RftxHWFZJD68OnKfKA34Yv2p6jNMOjUYdC8hXxb3NqDEz/sfyu9GfndjfnE3fpxGE8gBfVo8N9ltP5701o3iPirpIHTNDVscYbQyp8E3POhpoLs3HNHFMuf2v2dI+BiwH/RGRLQXFBsKMZPDUhmb00j+ZhdGpNKpvrvLJs4Y3xEx1rEyVIHxKh4V8HEqN6T8NSt0dLSPNEVLyV69AS8knBQmB8= root@ip-10-31-14-101.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.14.101 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXVOoZROOS6i2n774srJWKn0qQ+jj5kkE83/In23xQjy8TKd0tghjNOl+bzRMxke4alpebcU9A+iO2SoJ+7rVl3bS/+ATJ/ymCk10YnALixjbyYx9lhreEPb1sYMy3gbgUzr2JpXD/XTB3kevO5bRoIuyWqDO9MRvhFs28RdrAXYiEED2d49CptXAAnszGfXo6gieYzIjjBdQFJw07DsGBe6lJaUKD3T1agVLYpno2hOzRtwyU7vtdnTpWxlbG+ybNH4mv7qVIKrRLZJ5K6RfPX4uUTC8uVClxls0R5RftxHWFZJD68OnKfKA34Yv2p6jNMOjUYdC8hXxb3NqDEz/sfyu9GfndjfnE3fpxGE8gBfVo8N9ltP5701o3iPirpIHTNDVscYbQyp8E3POhpoLs3HNHFMuf2v2dI+BiwH/RGRLQXFBsKMZPDUhmb00j+ZhdGpNKpvrvLJs4Y3xEx1rEyVIHxKh4V8HEqN6T8NSt0dLSPNEVLyV69AS8knBQmB8= root@ip-10-31-14-101.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.14.101 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXVOoZROOS6i2n774srJWKn0qQ+jj5kkE83/In23xQjy8TKd0tghjNOl+bzRMxke4alpebcU9A+iO2SoJ+7rVl3bS/+ATJ/ymCk10YnALixjbyYx9lhreEPb1sYMy3gbgUzr2JpXD/XTB3kevO5bRoIuyWqDO9MRvhFs28RdrAXYiEED2d49CptXAAnszGfXo6gieYzIjjBdQFJw07DsGBe6lJaUKD3T1agVLYpno2hOzRtwyU7vtdnTpWxlbG+ybNH4mv7qVIKrRLZJ5K6RfPX4uUTC8uVClxls0R5RftxHWFZJD68OnKfKA34Yv2p6jNMOjUYdC8hXxb3NqDEz/sfyu9GfndjfnE3fpxGE8gBfVo8N9ltP5701o3iPirpIHTNDVscYbQyp8E3POhpoLs3HNHFMuf2v2dI+BiwH/RGRLQXFBsKMZPDUhmb00j+ZhdGpNKpvrvLJs4Y3xEx1rEyVIHxKh4V8HEqN6T8NSt0dLSPNEVLyV69AS8knBQmB8= root@ip-10-31-14-101.us-east-1.aws.redhat.com\n", "name": "10.31.14.101", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } <10.31.15.160> (0, b'', b'') ok: [managed_node3] => { "changed": false, "diff": { "after": "10.31.15.160 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7C0dayAIdOr7f5R8Xg7qKdDBij/pnQghlH+7nTYeGKBJzOmP7lFrY9Anxa+I5JE0uyvSmt1sQ1f0ZXn61EDEzFiLPWVBiUm7JCNARBjYTHmgbS1Ua6Fhjyq+Wr8QqOrYJtRkXgBOkm/yuzneptLcq95w36/VwQrYF6EnwvyfaS4aeAYgtDN9BLDNYzcQuFfN+FY283q27LGOrPD1w2iLyZUsoK7EflfL6upE/sEc/rVvalFyd7lASpxOZv4FL5bQ/bWMHj1an03qYtCtvRPgm197DUFquNkCPvouBb14V1AoYdwhs1X4JlHhPZ4zvafwD9+dtOAFIxWufP0bimPx9N5tKGEecoTpibhXxMamRAg1XQM7UbwPSAkrHbkFvBMxcOPkvNUSgiC4TI0Lj1eqjoaT3bFYxAE3P643hny+7N+n4hWMAJcsO3jO9xtzG2cA1BdrnSCQ63t8b8vN57DMEhpzUVk6IsKEyuhekueBsvZe5Sbgb1eU0j8vnSWHoAR8= root@ip-10-31-15-160.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.15.160 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7C0dayAIdOr7f5R8Xg7qKdDBij/pnQghlH+7nTYeGKBJzOmP7lFrY9Anxa+I5JE0uyvSmt1sQ1f0ZXn61EDEzFiLPWVBiUm7JCNARBjYTHmgbS1Ua6Fhjyq+Wr8QqOrYJtRkXgBOkm/yuzneptLcq95w36/VwQrYF6EnwvyfaS4aeAYgtDN9BLDNYzcQuFfN+FY283q27LGOrPD1w2iLyZUsoK7EflfL6upE/sEc/rVvalFyd7lASpxOZv4FL5bQ/bWMHj1an03qYtCtvRPgm197DUFquNkCPvouBb14V1AoYdwhs1X4JlHhPZ4zvafwD9+dtOAFIxWufP0bimPx9N5tKGEecoTpibhXxMamRAg1XQM7UbwPSAkrHbkFvBMxcOPkvNUSgiC4TI0Lj1eqjoaT3bFYxAE3P643hny+7N+n4hWMAJcsO3jO9xtzG2cA1BdrnSCQ63t8b8vN57DMEhpzUVk6IsKEyuhekueBsvZe5Sbgb1eU0j8vnSWHoAR8= root@ip-10-31-15-160.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.15.160 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7C0dayAIdOr7f5R8Xg7qKdDBij/pnQghlH+7nTYeGKBJzOmP7lFrY9Anxa+I5JE0uyvSmt1sQ1f0ZXn61EDEzFiLPWVBiUm7JCNARBjYTHmgbS1Ua6Fhjyq+Wr8QqOrYJtRkXgBOkm/yuzneptLcq95w36/VwQrYF6EnwvyfaS4aeAYgtDN9BLDNYzcQuFfN+FY283q27LGOrPD1w2iLyZUsoK7EflfL6upE/sEc/rVvalFyd7lASpxOZv4FL5bQ/bWMHj1an03qYtCtvRPgm197DUFquNkCPvouBb14V1AoYdwhs1X4JlHhPZ4zvafwD9+dtOAFIxWufP0bimPx9N5tKGEecoTpibhXxMamRAg1XQM7UbwPSAkrHbkFvBMxcOPkvNUSgiC4TI0Lj1eqjoaT3bFYxAE3P643hny+7N+n4hWMAJcsO3jO9xtzG2cA1BdrnSCQ63t8b8vN57DMEhpzUVk6IsKEyuhekueBsvZe5Sbgb1eU0j8vnSWHoAR8= root@ip-10-31-15-160.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.15.160 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7C0dayAIdOr7f5R8Xg7qKdDBij/pnQghlH+7nTYeGKBJzOmP7lFrY9Anxa+I5JE0uyvSmt1sQ1f0ZXn61EDEzFiLPWVBiUm7JCNARBjYTHmgbS1Ua6Fhjyq+Wr8QqOrYJtRkXgBOkm/yuzneptLcq95w36/VwQrYF6EnwvyfaS4aeAYgtDN9BLDNYzcQuFfN+FY283q27LGOrPD1w2iLyZUsoK7EflfL6upE/sEc/rVvalFyd7lASpxOZv4FL5bQ/bWMHj1an03qYtCtvRPgm197DUFquNkCPvouBb14V1AoYdwhs1X4JlHhPZ4zvafwD9+dtOAFIxWufP0bimPx9N5tKGEecoTpibhXxMamRAg1XQM7UbwPSAkrHbkFvBMxcOPkvNUSgiC4TI0Lj1eqjoaT3bFYxAE3P643hny+7N+n4hWMAJcsO3jO9xtzG2cA1BdrnSCQ63t8b8vN57DMEhpzUVk6IsKEyuhekueBsvZe5Sbgb1eU0j8vnSWHoAR8= root@ip-10-31-15-160.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.15.160 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7C0dayAIdOr7f5R8Xg7qKdDBij/pnQghlH+7nTYeGKBJzOmP7lFrY9Anxa+I5JE0uyvSmt1sQ1f0ZXn61EDEzFiLPWVBiUm7JCNARBjYTHmgbS1Ua6Fhjyq+Wr8QqOrYJtRkXgBOkm/yuzneptLcq95w36/VwQrYF6EnwvyfaS4aeAYgtDN9BLDNYzcQuFfN+FY283q27LGOrPD1w2iLyZUsoK7EflfL6upE/sEc/rVvalFyd7lASpxOZv4FL5bQ/bWMHj1an03qYtCtvRPgm197DUFquNkCPvouBb14V1AoYdwhs1X4JlHhPZ4zvafwD9+dtOAFIxWufP0bimPx9N5tKGEecoTpibhXxMamRAg1XQM7UbwPSAkrHbkFvBMxcOPkvNUSgiC4TI0Lj1eqjoaT3bFYxAE3P643hny+7N+n4hWMAJcsO3jO9xtzG2cA1BdrnSCQ63t8b8vN57DMEhpzUVk6IsKEyuhekueBsvZe5Sbgb1eU0j8vnSWHoAR8= root@ip-10-31-15-160.us-east-1.aws.redhat.com\n", "name": "10.31.15.160", "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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Friday 20 September 2024 20:49:55 -0400 (0:00:00.608) 0:00:12.064 ****** <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.14.101> (0, b'/root\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879795.4536645-11103-274890681839896 `" && echo ansible-tmp-1726879795.4536645-11103-274890681839896="` echo /root/.ansible/tmp/ansible-tmp-1726879795.4536645-11103-274890681839896 `" ) && sleep 0'"'"'' <10.31.13.245> (0, b'/root\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879795.4785903-11104-172912200862491 `" && echo ansible-tmp-1726879795.4785903-11104-172912200862491="` echo /root/.ansible/tmp/ansible-tmp-1726879795.4785903-11104-172912200862491 `" ) && sleep 0'"'"'' <10.31.15.160> (0, b'/root\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879795.4806197-11106-178496240997576 `" && echo ansible-tmp-1726879795.4806197-11106-178496240997576="` echo /root/.ansible/tmp/ansible-tmp-1726879795.4806197-11106-178496240997576 `" ) && sleep 0'"'"'' <10.31.14.101> (0, b'ansible-tmp-1726879795.4536645-11103-274890681839896=/root/.ansible/tmp/ansible-tmp-1726879795.4536645-11103-274890681839896\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.14.101> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpzkub10ti TO /root/.ansible/tmp/ansible-tmp-1726879795.4536645-11103-274890681839896/AnsiballZ_stat.py <10.31.14.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82126873fd '[10.31.14.101]' <10.31.13.245> (0, b'ansible-tmp-1726879795.4785903-11104-172912200862491=/root/.ansible/tmp/ansible-tmp-1726879795.4785903-11104-172912200862491\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.13.245> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpllqqalo9 TO /root/.ansible/tmp/ansible-tmp-1726879795.4785903-11104-172912200862491/AnsiballZ_stat.py <10.31.15.160> (0, b'ansible-tmp-1726879795.4806197-11106-178496240997576=/root/.ansible/tmp/ansible-tmp-1726879795.4806197-11106-178496240997576\n', b'') <10.31.13.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9596114582 '[10.31.13.245]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.15.160> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpf41nihy_ TO /root/.ansible/tmp/ansible-tmp-1726879795.4806197-11106-178496240997576/AnsiballZ_stat.py <10.31.15.160> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/d389dbb645 '[10.31.15.160]' <10.31.14.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpzkub10ti /root/.ansible/tmp/ansible-tmp-1726879795.4536645-11103-274890681839896/AnsiballZ_stat.py\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879795.4536645-11103-274890681839896/ /root/.ansible/tmp/ansible-tmp-1726879795.4536645-11103-274890681839896/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.13.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpllqqalo9 /root/.ansible/tmp/ansible-tmp-1726879795.4785903-11104-172912200862491/AnsiballZ_stat.py\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879795.4785903-11104-172912200862491/ /root/.ansible/tmp/ansible-tmp-1726879795.4785903-11104-172912200862491/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.14.101> (0, b'', b'') <10.31.15.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpf41nihy_ /root/.ansible/tmp/ansible-tmp-1726879795.4806197-11106-178496240997576/AnsiballZ_stat.py\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd -tt 10.31.14.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879795.4536645-11103-274890681839896/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879795.4806197-11106-178496240997576/ /root/.ansible/tmp/ansible-tmp-1726879795.4806197-11106-178496240997576/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.13.245> (0, b'', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 -tt 10.31.13.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879795.4785903-11104-172912200862491/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.15.160> (0, b'', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 -tt 10.31.15.160 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879795.4806197-11106-178496240997576/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.14.101> (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": 201326850, "dev": 51713, "nlink": 1, "atime": 1726879751.2686057, "mtime": 1726879748.8315845, "ctime": 1726879749.1975875, "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": "6cdb2ea72d8069b5f906867b1e84da21231c7471", "mimetype": "text/plain", "charset": "us-ascii", "version": "3142922289", "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.14.101 closed.\r\n') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879795.4536645-11103-274890681839896/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.13.245> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 121, "inode": 272630018, "dev": 51713, "nlink": 1, "atime": 1726879757.3814287, "mtime": 1726879755.611413, "ctime": 1726879755.9744163, "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": "7cdb8f7fb6600271e9f1e88764f1505d621342c4", "mimetype": "text/plain", "charset": "us-ascii", "version": "4078536611", "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.13.245 closed.\r\n') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879795.4785903-11104-172912200862491/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.14.101> (0, b'', b'') <10.31.15.160> (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": 201326850, "dev": 51713, "nlink": 1, "atime": 1726879762.882569, "mtime": 1726879760.9155545, "ctime": 1726879761.1675565, "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": "ed0cf529287f053b5b2273d79185fd5b2960e52e", "mimetype": "text/plain", "charset": "us-ascii", "version": "386680338", "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.15.160 closed.\r\n') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879795.4806197-11106-178496240997576/ > /dev/null 2>&1 && sleep 0'"'"'' ok: [managed_node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1726879751.2686057, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6cdb2ea72d8069b5f906867b1e84da21231c7471", "ctime": 1726879749.1975875, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 201326850, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726879748.8315845, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "3142922289", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.13.245> (0, b'', b'') <10.31.15.160> (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": 1726879757.3814287, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7cdb8f7fb6600271e9f1e88764f1505d621342c4", "ctime": 1726879755.9744163, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 272630018, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726879755.611413, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 121, "uid": 0, "version": "4078536611", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 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": 1726879762.882569, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ed0cf529287f053b5b2273d79185fd5b2960e52e", "ctime": 1726879761.1675565, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 201326850, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726879760.9155545, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "386680338", "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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Friday 20 September 2024 20:49:55 -0400 (0:00:00.404) 0:00:12.468 ****** <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.14.101> (0, b'/root\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879795.8684435-11130-37801862291713 `" && echo ansible-tmp-1726879795.8684435-11130-37801862291713="` echo /root/.ansible/tmp/ansible-tmp-1726879795.8684435-11130-37801862291713 `" ) && sleep 0'"'"'' <10.31.13.245> (0, b'/root\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879795.8801126-11131-172347922278018 `" && echo ansible-tmp-1726879795.8801126-11131-172347922278018="` echo /root/.ansible/tmp/ansible-tmp-1726879795.8801126-11131-172347922278018 `" ) && sleep 0'"'"'' <10.31.15.160> (0, b'/root\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879795.8851707-11133-160258781536817 `" && echo ansible-tmp-1726879795.8851707-11133-160258781536817="` echo /root/.ansible/tmp/ansible-tmp-1726879795.8851707-11133-160258781536817 `" ) && sleep 0'"'"'' <10.31.14.101> (0, b'ansible-tmp-1726879795.8684435-11130-37801862291713=/root/.ansible/tmp/ansible-tmp-1726879795.8684435-11130-37801862291713\n', b'') <10.31.13.245> (0, b'ansible-tmp-1726879795.8801126-11131-172347922278018=/root/.ansible/tmp/ansible-tmp-1726879795.8801126-11131-172347922278018\n', b'') <10.31.15.160> (0, b'ansible-tmp-1726879795.8851707-11133-160258781536817=/root/.ansible/tmp/ansible-tmp-1726879795.8851707-11133-160258781536817\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.13.245> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmp515k04l6 TO /root/.ansible/tmp/ansible-tmp-1726879795.8801126-11131-172347922278018/AnsiballZ_stat.py <10.31.13.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9596114582 '[10.31.13.245]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.14.101> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmp87pz8onc TO /root/.ansible/tmp/ansible-tmp-1726879795.8684435-11130-37801862291713/AnsiballZ_stat.py <10.31.14.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82126873fd '[10.31.14.101]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.15.160> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpxmq7mwv8 TO /root/.ansible/tmp/ansible-tmp-1726879795.8851707-11133-160258781536817/AnsiballZ_stat.py <10.31.15.160> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/d389dbb645 '[10.31.15.160]' <10.31.13.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmp515k04l6 /root/.ansible/tmp/ansible-tmp-1726879795.8801126-11131-172347922278018/AnsiballZ_stat.py\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879795.8801126-11131-172347922278018/ /root/.ansible/tmp/ansible-tmp-1726879795.8801126-11131-172347922278018/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.14.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmp87pz8onc /root/.ansible/tmp/ansible-tmp-1726879795.8684435-11130-37801862291713/AnsiballZ_stat.py\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879795.8684435-11130-37801862291713/ /root/.ansible/tmp/ansible-tmp-1726879795.8684435-11130-37801862291713/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.15.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpxmq7mwv8 /root/.ansible/tmp/ansible-tmp-1726879795.8851707-11133-160258781536817/AnsiballZ_stat.py\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879795.8851707-11133-160258781536817/ /root/.ansible/tmp/ansible-tmp-1726879795.8851707-11133-160258781536817/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.13.245> (0, b'', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 -tt 10.31.13.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879795.8801126-11131-172347922278018/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.14.101> (0, b'', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd -tt 10.31.14.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879795.8684435-11130-37801862291713/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.15.160> (0, b'', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 -tt 10.31.15.160 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879795.8851707-11133-160258781536817/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.13.245> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 121, "inode": 272630018, "dev": 51713, "nlink": 1, "atime": 1726879757.3814287, "mtime": 1726879755.611413, "ctime": 1726879755.9744163, "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": "7cdb8f7fb6600271e9f1e88764f1505d621342c4", "mimetype": "text/plain", "charset": "us-ascii", "version": "4078536611", "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.13.245 closed.\r\n') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879795.8801126-11131-172347922278018/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.14.101> (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": 201326850, "dev": 51713, "nlink": 1, "atime": 1726879751.2686057, "mtime": 1726879748.8315845, "ctime": 1726879749.1975875, "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": "6cdb2ea72d8069b5f906867b1e84da21231c7471", "mimetype": "text/plain", "charset": "us-ascii", "version": "3142922289", "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.14.101 closed.\r\n') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.14.101> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpre2d6neu TO /root/.ansible/tmp/ansible-tmp-1726879795.8684435-11130-37801862291713/AnsiballZ_file.py <10.31.14.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82126873fd '[10.31.14.101]' <10.31.13.245> (0, b'', b'') NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed_node2 changed: [managed_node2] => { "changed": true, "diff": [], "invocation": { "backup": true, "dest": "/etc/kdump.conf", "follow": false, "mode": "0644", "module_args": { "backup": true, "dest": "/etc/kdump.conf", "follow": false, "mode": "0644", "src": "/root/.ansible/tmp/ansible-local-10483bmug520p/tmp1_w2_tof/kdump.conf.j2" }, "src": "/root/.ansible/tmp/ansible-local-10483bmug520p/tmp1_w2_tof/kdump.conf.j2" } } <10.31.15.160> (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": 201326850, "dev": 51713, "nlink": 1, "atime": 1726879762.882569, "mtime": 1726879760.9155545, "ctime": 1726879761.1675565, "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": "ed0cf529287f053b5b2273d79185fd5b2960e52e", "mimetype": "text/plain", "charset": "us-ascii", "version": "386680338", "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.15.160 closed.\r\n') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.15.160> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmp7imm1p3x TO /root/.ansible/tmp/ansible-tmp-1726879795.8851707-11133-160258781536817/AnsiballZ_file.py <10.31.15.160> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/d389dbb645 '[10.31.15.160]' <10.31.14.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpre2d6neu /root/.ansible/tmp/ansible-tmp-1726879795.8684435-11130-37801862291713/AnsiballZ_file.py\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879795.8684435-11130-37801862291713/ /root/.ansible/tmp/ansible-tmp-1726879795.8684435-11130-37801862291713/AnsiballZ_file.py && sleep 0'"'"'' <10.31.15.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmp7imm1p3x /root/.ansible/tmp/ansible-tmp-1726879795.8851707-11133-160258781536817/AnsiballZ_file.py\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879795.8851707-11133-160258781536817/ /root/.ansible/tmp/ansible-tmp-1726879795.8851707-11133-160258781536817/AnsiballZ_file.py && sleep 0'"'"'' <10.31.14.101> (0, b'', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd -tt 10.31.14.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879795.8684435-11130-37801862291713/AnsiballZ_file.py && sleep 0'"'"'' <10.31.15.160> (0, b'', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 -tt 10.31.15.160 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879795.8851707-11133-160258781536817/AnsiballZ_file.py && sleep 0'"'"'' <10.31.14.101> (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.14.101 closed.\r\n') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879795.8684435-11130-37801862291713/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.15.160> (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.15.160 closed.\r\n') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879795.8851707-11133-160258781536817/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.14.101> (0, b'', b'') ok: [managed_node1] => { "changed": false, "checksum": "6cdb2ea72d8069b5f906867b1e84da21231c7471", "dest": "/etc/kdump.conf", "diff": { "after": { "path": "/etc/kdump.conf" }, "before": { "path": "/etc/kdump.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "kdump.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/kdump.conf", "directory_mode": null, "follow": false, "force": false, "group": null, "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/etc/kdump.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/kdump.conf", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "state": "file", "uid": 0 } <10.31.15.160> (0, b'', b'') ok: [managed_node3] => { "changed": false, "checksum": "ed0cf529287f053b5b2273d79185fd5b2960e52e", "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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Friday 20 September 2024 20:49:56 -0400 (0:00:00.722) 0:00:13.191 ****** <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.14.101> (0, b'/root\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879796.5888805-11168-277227700078020 `" && echo ansible-tmp-1726879796.5888805-11168-277227700078020="` echo /root/.ansible/tmp/ansible-tmp-1726879796.5888805-11168-277227700078020 `" ) && sleep 0'"'"'' <10.31.15.160> (0, b'/root\n', b'') <10.31.13.245> (0, b'/root\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879796.600252-11169-176844885501190 `" && echo ansible-tmp-1726879796.600252-11169-176844885501190="` echo /root/.ansible/tmp/ansible-tmp-1726879796.600252-11169-176844885501190 `" ) && sleep 0'"'"'' <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879796.6002512-11171-68056074491334 `" && echo ansible-tmp-1726879796.6002512-11171-68056074491334="` echo /root/.ansible/tmp/ansible-tmp-1726879796.6002512-11171-68056074491334 `" ) && sleep 0'"'"'' <10.31.14.101> (0, b'ansible-tmp-1726879796.5888805-11168-277227700078020=/root/.ansible/tmp/ansible-tmp-1726879796.5888805-11168-277227700078020\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.14.101> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpkabzm0p9 TO /root/.ansible/tmp/ansible-tmp-1726879796.5888805-11168-277227700078020/AnsiballZ_slurp.py <10.31.14.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82126873fd '[10.31.14.101]' <10.31.13.245> (0, b'ansible-tmp-1726879796.600252-11169-176844885501190=/root/.ansible/tmp/ansible-tmp-1726879796.600252-11169-176844885501190\n', b'') <10.31.15.160> (0, b'ansible-tmp-1726879796.6002512-11171-68056074491334=/root/.ansible/tmp/ansible-tmp-1726879796.6002512-11171-68056074491334\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.15.160> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpak5___w2 TO /root/.ansible/tmp/ansible-tmp-1726879796.6002512-11171-68056074491334/AnsiballZ_slurp.py <10.31.13.245> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpk6us6bgy TO /root/.ansible/tmp/ansible-tmp-1726879796.600252-11169-176844885501190/AnsiballZ_slurp.py <10.31.15.160> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/d389dbb645 '[10.31.15.160]' <10.31.13.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9596114582 '[10.31.13.245]' <10.31.14.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpkabzm0p9 /root/.ansible/tmp/ansible-tmp-1726879796.5888805-11168-277227700078020/AnsiballZ_slurp.py\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879796.5888805-11168-277227700078020/ /root/.ansible/tmp/ansible-tmp-1726879796.5888805-11168-277227700078020/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.13.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpk6us6bgy /root/.ansible/tmp/ansible-tmp-1726879796.600252-11169-176844885501190/AnsiballZ_slurp.py\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879796.600252-11169-176844885501190/ /root/.ansible/tmp/ansible-tmp-1726879796.600252-11169-176844885501190/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.15.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpak5___w2 /root/.ansible/tmp/ansible-tmp-1726879796.6002512-11171-68056074491334/AnsiballZ_slurp.py\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879796.6002512-11171-68056074491334/ /root/.ansible/tmp/ansible-tmp-1726879796.6002512-11171-68056074491334/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.14.101> (0, b'', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd -tt 10.31.14.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879796.5888805-11168-277227700078020/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.13.245> (0, b'', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 -tt 10.31.13.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879796.600252-11169-176844885501190/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.15.160> (0, b'', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 -tt 10.31.15.160 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879796.6002512-11171-68056074491334/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.14.101> (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.14.101 closed.\r\n') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879796.5888805-11168-277227700078020/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.13.245> (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.13.245 closed.\r\n') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879796.600252-11169-176844885501190/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.14.101> (0, b'', b'') <10.31.15.160> (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.15.160 closed.\r\n') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879796.6002512-11171-68056074491334/ > /dev/null 2>&1 && sleep 0'"'"'' ok: [managed_node1] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } <10.31.13.245> (0, b'', b'') <10.31.15.160> (0, b'', b'') ok: [managed_node2] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } ok: [managed_node3] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] **** task path: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Friday 20 September 2024 20:49:56 -0400 (0:00:00.383) 0:00:13.574 ****** 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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Friday 20 September 2024 20:49:56 -0400 (0:00:00.047) 0:00:13.621 ****** 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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Friday 20 September 2024 20:49:57 -0400 (0:00:00.040) 0:00:13.662 ****** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false] *** task path: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Friday 20 September 2024 20:49:57 -0400 (0:00:00.040) 0:00:13.702 ****** 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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Friday 20 September 2024 20:49:57 -0400 (0:00:00.043) 0:00:13.746 ****** 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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Friday 20 September 2024 20:49:57 -0400 (0:00:00.043) 0:00:13.790 ****** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] ********** task path: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Friday 20 September 2024 20:49:57 -0400 (0:00:00.040) 0:00:13.831 ****** <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.14.101> (0, b'/root\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879797.2261326-11234-263655309662783 `" && echo ansible-tmp-1726879797.2261326-11234-263655309662783="` echo /root/.ansible/tmp/ansible-tmp-1726879797.2261326-11234-263655309662783 `" ) && sleep 0'"'"'' <10.31.13.245> (0, b'/root\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> (0, b'/root\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879797.2511966-11235-263113306283275 `" && echo ansible-tmp-1726879797.2511966-11235-263113306283275="` echo /root/.ansible/tmp/ansible-tmp-1726879797.2511966-11235-263113306283275 `" ) && sleep 0'"'"'' <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879797.2517898-11237-221870350217484 `" && echo ansible-tmp-1726879797.2517898-11237-221870350217484="` echo /root/.ansible/tmp/ansible-tmp-1726879797.2517898-11237-221870350217484 `" ) && sleep 0'"'"'' <10.31.14.101> (0, b'ansible-tmp-1726879797.2261326-11234-263655309662783=/root/.ansible/tmp/ansible-tmp-1726879797.2261326-11234-263655309662783\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.14.101> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpuh0bsule TO /root/.ansible/tmp/ansible-tmp-1726879797.2261326-11234-263655309662783/AnsiballZ_systemd.py <10.31.14.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82126873fd '[10.31.14.101]' <10.31.15.160> (0, b'ansible-tmp-1726879797.2517898-11237-221870350217484=/root/.ansible/tmp/ansible-tmp-1726879797.2517898-11237-221870350217484\n', b'') <10.31.13.245> (0, b'ansible-tmp-1726879797.2511966-11235-263113306283275=/root/.ansible/tmp/ansible-tmp-1726879797.2511966-11235-263113306283275\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.15.160> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpy5207xl2 TO /root/.ansible/tmp/ansible-tmp-1726879797.2517898-11237-221870350217484/AnsiballZ_systemd.py <10.31.15.160> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/d389dbb645 '[10.31.15.160]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.13.245> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmp6n7vg8jh TO /root/.ansible/tmp/ansible-tmp-1726879797.2511966-11235-263113306283275/AnsiballZ_systemd.py <10.31.13.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9596114582 '[10.31.13.245]' <10.31.14.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpuh0bsule /root/.ansible/tmp/ansible-tmp-1726879797.2261326-11234-263655309662783/AnsiballZ_systemd.py\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879797.2261326-11234-263655309662783/ /root/.ansible/tmp/ansible-tmp-1726879797.2261326-11234-263655309662783/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.15.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpy5207xl2 /root/.ansible/tmp/ansible-tmp-1726879797.2517898-11237-221870350217484/AnsiballZ_systemd.py\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879797.2517898-11237-221870350217484/ /root/.ansible/tmp/ansible-tmp-1726879797.2517898-11237-221870350217484/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.14.101> (0, b'', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd -tt 10.31.14.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879797.2261326-11234-263655309662783/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.13.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmp6n7vg8jh /root/.ansible/tmp/ansible-tmp-1726879797.2511966-11235-263113306283275/AnsiballZ_systemd.py\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879797.2511966-11235-263113306283275/ /root/.ansible/tmp/ansible-tmp-1726879797.2511966-11235-263113306283275/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.15.160> (0, b'', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 -tt 10.31.15.160 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879797.2517898-11237-221870350217484/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.13.245> (0, b'', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 -tt 10.31.13.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879797.2511966-11235-263113306283275/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.14.101> (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": "Fri 2024-09-20 20:49:11 EDT", "ExecMainStartTimestampMonotonic": "293265407", "ExecMainExitTimestamp": "Fri 2024-09-20 20:49:30 EDT", "ExecMainExitTimestampMonotonic": "312248294", "ExecMainPID": "16546", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Fri 2024-09-20 20:49:11 EDT] ; stop_time=[Fri 2024-09-20 20:49:30 EDT] ; pid=16546 ; 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=[Fri 2024-09-20 20:49:11 EDT] ; stop_time=[Fri 2024-09-20 20:49:11 EDT] ; pid=16537 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "network-online.target basic.target network.target remote-fs.target system.slice systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Fri 2024-09-20 20:49:30 EDT", "StateChangeTimestampMonotonic": "312248788", "InactiveExitTimestamp": "Fri 2024-09-20 20:49:11 EDT", "InactiveExitTimestampMonotonic": "293265457", "ActiveEnterTimestamp": "Fri 2024-09-20 20:49:30 EDT", "ActiveEnterTimestampMonotonic": "312248788", "ActiveExitTimestamp": "Fri 2024-09-20 20:49:11 EDT", "ActiveExitTimestampMonotonic": "293242131", "InactiveEnterTimestamp": "Fri 2024-09-20 20:49:11 EDT", "InactiveEnterTimestampMonotonic": "293263455", "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": "Fri 2024-09-20 20:49:11 EDT", "ConditionTimestampMonotonic": "293264321", "AssertTimestamp": "Fri 2024-09-20 20:49:11 EDT", "AssertTimestampMonotonic": "293264380", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "24e475541b7a4660aac526b1df2d0731", "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.14.101 closed.\r\n') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879797.2261326-11234-263655309662783/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.15.160> (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": "Fri 2024-09-20 20:49:22 EDT", "ExecMainStartTimestampMonotonic": "268878289", "ExecMainExitTimestamp": "Fri 2024-09-20 20:49:41 EDT", "ExecMainExitTimestampMonotonic": "287880087", "ExecMainPID": "16579", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Fri 2024-09-20 20:49:22 EDT] ; stop_time=[Fri 2024-09-20 20:49:41 EDT] ; pid=16579 ; 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=[Fri 2024-09-20 20:49:22 EDT] ; stop_time=[Fri 2024-09-20 20:49:22 EDT] ; pid=16570 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "basic.target system.slice network.target remote-fs.target network-online.target systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Fri 2024-09-20 20:49:41 EDT", "StateChangeTimestampMonotonic": "287880617", "InactiveExitTimestamp": "Fri 2024-09-20 20:49:22 EDT", "InactiveExitTimestampMonotonic": "268878326", "ActiveEnterTimestamp": "Fri 2024-09-20 20:49:41 EDT", "ActiveEnterTimestampMonotonic": "287880617", "ActiveExitTimestamp": "Fri 2024-09-20 20:49:22 EDT", "ActiveExitTimestampMonotonic": "268855206", "InactiveEnterTimestamp": "Fri 2024-09-20 20:49:22 EDT", "InactiveEnterTimestampMonotonic": "268876409", "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": "Fri 2024-09-20 20:49:22 EDT", "ConditionTimestampMonotonic": "268877238", "AssertTimestamp": "Fri 2024-09-20 20:49:22 EDT", "AssertTimestampMonotonic": "268877293", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "c1ec68e63158470e9e2bcd7913c17a3f", "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.15.160 closed.\r\n') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879797.2517898-11237-221870350217484/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.13.245> (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": "Fri 2024-09-20 20:49:17 EDT", "ExecMainStartTimestampMonotonic": "262376610", "ExecMainExitTimestamp": "Fri 2024-09-20 20:49:36 EDT", "ExecMainExitTimestampMonotonic": "281305621", "ExecMainPID": "20237", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Fri 2024-09-20 20:49:17 EDT] ; stop_time=[Fri 2024-09-20 20:49:36 EDT] ; pid=20237 ; 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=[Fri 2024-09-20 20:49:17 EDT] ; stop_time=[Fri 2024-09-20 20:49:17 EDT] ; pid=20228 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22406", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "systemd-journald.socket network-online.target basic.target system.slice 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": "Fri 2024-09-20 20:49:36 EDT", "StateChangeTimestampMonotonic": "281305911", "InactiveExitTimestamp": "Fri 2024-09-20 20:49:17 EDT", "InactiveExitTimestampMonotonic": "262376646", "ActiveEnterTimestamp": "Fri 2024-09-20 20:49:36 EDT", "ActiveEnterTimestampMonotonic": "281305911", "ActiveExitTimestamp": "Fri 2024-09-20 20:49:17 EDT", "ActiveExitTimestampMonotonic": "262353748", "InactiveEnterTimestamp": "Fri 2024-09-20 20:49:17 EDT", "InactiveEnterTimestampMonotonic": "262374982", "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": "Fri 2024-09-20 20:49:17 EDT", "ConditionTimestampMonotonic": "262375753", "AssertTimestamp": "Fri 2024-09-20 20:49:17 EDT", "AssertTimestampMonotonic": "262375776", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "5d4e7d7500104f74ae76696250ea916b", "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.13.245 closed.\r\n') <10.31.14.101> (0, b'', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879797.2511966-11235-263113306283275/ > /dev/null 2>&1 && sleep 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": "Fri 2024-09-20 20:49:30 EDT", "ActiveEnterTimestampMonotonic": "312248788", "ActiveExitTimestamp": "Fri 2024-09-20 20:49:11 EDT", "ActiveExitTimestampMonotonic": "293242131", "ActiveState": "active", "After": "network-online.target basic.target network.target remote-fs.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-09-20 20:49:11 EDT", "AssertTimestampMonotonic": "293264380", "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": "Fri 2024-09-20 20:49:11 EDT", "ConditionTimestampMonotonic": "293264321", "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": "Fri 2024-09-20 20:49:30 EDT", "ExecMainExitTimestampMonotonic": "312248294", "ExecMainPID": "16546", "ExecMainStartTimestamp": "Fri 2024-09-20 20:49:11 EDT", "ExecMainStartTimestampMonotonic": "293265407", "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=[Fri 2024-09-20 20:49:11 EDT] ; stop_time=[Fri 2024-09-20 20:49:30 EDT] ; pid=16546 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Fri 2024-09-20 20:49:11 EDT] ; stop_time=[Fri 2024-09-20 20:49:11 EDT] ; pid=16537 ; 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": "Fri 2024-09-20 20:49:11 EDT", "InactiveEnterTimestampMonotonic": "293263455", "InactiveExitTimestamp": "Fri 2024-09-20 20:49:11 EDT", "InactiveExitTimestampMonotonic": "293265457", "InvocationID": "24e475541b7a4660aac526b1df2d0731", "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": "Fri 2024-09-20 20:49:30 EDT", "StateChangeTimestampMonotonic": "312248788", "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.15.160> (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": "Fri 2024-09-20 20:49:41 EDT", "ActiveEnterTimestampMonotonic": "287880617", "ActiveExitTimestamp": "Fri 2024-09-20 20:49:22 EDT", "ActiveExitTimestampMonotonic": "268855206", "ActiveState": "active", "After": "basic.target system.slice network.target remote-fs.target network-online.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-09-20 20:49:22 EDT", "AssertTimestampMonotonic": "268877293", "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": "Fri 2024-09-20 20:49:22 EDT", "ConditionTimestampMonotonic": "268877238", "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": "Fri 2024-09-20 20:49:41 EDT", "ExecMainExitTimestampMonotonic": "287880087", "ExecMainPID": "16579", "ExecMainStartTimestamp": "Fri 2024-09-20 20:49:22 EDT", "ExecMainStartTimestampMonotonic": "268878289", "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=[Fri 2024-09-20 20:49:22 EDT] ; stop_time=[Fri 2024-09-20 20:49:41 EDT] ; pid=16579 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Fri 2024-09-20 20:49:22 EDT] ; stop_time=[Fri 2024-09-20 20:49:22 EDT] ; pid=16570 ; 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": "Fri 2024-09-20 20:49:22 EDT", "InactiveEnterTimestampMonotonic": "268876409", "InactiveExitTimestamp": "Fri 2024-09-20 20:49:22 EDT", "InactiveExitTimestampMonotonic": "268878326", "InvocationID": "c1ec68e63158470e9e2bcd7913c17a3f", "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": "Fri 2024-09-20 20:49:41 EDT", "StateChangeTimestampMonotonic": "287880617", "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.13.245> (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": "Fri 2024-09-20 20:49:36 EDT", "ActiveEnterTimestampMonotonic": "281305911", "ActiveExitTimestamp": "Fri 2024-09-20 20:49:17 EDT", "ActiveExitTimestampMonotonic": "262353748", "ActiveState": "active", "After": "systemd-journald.socket network-online.target basic.target system.slice network.target remote-fs.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-09-20 20:49:17 EDT", "AssertTimestampMonotonic": "262375776", "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": "Fri 2024-09-20 20:49:17 EDT", "ConditionTimestampMonotonic": "262375753", "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": "Fri 2024-09-20 20:49:36 EDT", "ExecMainExitTimestampMonotonic": "281305621", "ExecMainPID": "20237", "ExecMainStartTimestamp": "Fri 2024-09-20 20:49:17 EDT", "ExecMainStartTimestampMonotonic": "262376610", "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=[Fri 2024-09-20 20:49:17 EDT] ; stop_time=[Fri 2024-09-20 20:49:36 EDT] ; pid=20237 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Fri 2024-09-20 20:49:17 EDT] ; stop_time=[Fri 2024-09-20 20:49:17 EDT] ; pid=20228 ; 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": "Fri 2024-09-20 20:49:17 EDT", "InactiveEnterTimestampMonotonic": "262374982", "InactiveExitTimestamp": "Fri 2024-09-20 20:49:17 EDT", "InactiveExitTimestampMonotonic": "262376646", "InvocationID": "5d4e7d7500104f74ae76696250ea916b", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Fri 2024-09-20 20:49:36 EDT", "StateChangeTimestampMonotonic": "281305911", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Cleanup kdump_path] ****************************************************** task path: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Friday 20 September 2024 20:49:57 -0400 (0:00:00.523) 0:00:14.354 ****** <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.14.101> (0, b'/root\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879797.757482-11261-186567403050272 `" && echo ansible-tmp-1726879797.757482-11261-186567403050272="` echo /root/.ansible/tmp/ansible-tmp-1726879797.757482-11261-186567403050272 `" ) && sleep 0'"'"'' <10.31.13.245> (0, b'/root\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879797.7742105-11263-190172100968082 `" && echo ansible-tmp-1726879797.7742105-11263-190172100968082="` echo /root/.ansible/tmp/ansible-tmp-1726879797.7742105-11263-190172100968082 `" ) && sleep 0'"'"'' <10.31.15.160> (0, b'/root\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879797.788115-11264-101835186036356 `" && echo ansible-tmp-1726879797.788115-11264-101835186036356="` echo /root/.ansible/tmp/ansible-tmp-1726879797.788115-11264-101835186036356 `" ) && sleep 0'"'"'' <10.31.14.101> (0, b'ansible-tmp-1726879797.757482-11261-186567403050272=/root/.ansible/tmp/ansible-tmp-1726879797.757482-11261-186567403050272\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.14.101> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpepd_e6el TO /root/.ansible/tmp/ansible-tmp-1726879797.757482-11261-186567403050272/AnsiballZ_file.py <10.31.14.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82126873fd '[10.31.14.101]' <10.31.13.245> (0, b'ansible-tmp-1726879797.7742105-11263-190172100968082=/root/.ansible/tmp/ansible-tmp-1726879797.7742105-11263-190172100968082\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.13.245> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmpmi6k76kv TO /root/.ansible/tmp/ansible-tmp-1726879797.7742105-11263-190172100968082/AnsiballZ_file.py <10.31.13.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9596114582 '[10.31.13.245]' <10.31.15.160> (0, b'ansible-tmp-1726879797.788115-11264-101835186036356=/root/.ansible/tmp/ansible-tmp-1726879797.788115-11264-101835186036356\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.15.160> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmp25tbrb14 TO /root/.ansible/tmp/ansible-tmp-1726879797.788115-11264-101835186036356/AnsiballZ_file.py <10.31.15.160> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/d389dbb645 '[10.31.15.160]' <10.31.14.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpepd_e6el /root/.ansible/tmp/ansible-tmp-1726879797.757482-11261-186567403050272/AnsiballZ_file.py\n', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879797.757482-11261-186567403050272/ /root/.ansible/tmp/ansible-tmp-1726879797.757482-11261-186567403050272/AnsiballZ_file.py && sleep 0'"'"'' <10.31.13.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmpmi6k76kv /root/.ansible/tmp/ansible-tmp-1726879797.7742105-11263-190172100968082/AnsiballZ_file.py\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879797.7742105-11263-190172100968082/ /root/.ansible/tmp/ansible-tmp-1726879797.7742105-11263-190172100968082/AnsiballZ_file.py && sleep 0'"'"'' <10.31.15.160> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmp25tbrb14 /root/.ansible/tmp/ansible-tmp-1726879797.788115-11264-101835186036356/AnsiballZ_file.py\n', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879797.788115-11264-101835186036356/ /root/.ansible/tmp/ansible-tmp-1726879797.788115-11264-101835186036356/AnsiballZ_file.py && sleep 0'"'"'' <10.31.14.101> (0, b'', b'') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> (0, b'', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd -tt 10.31.14.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879797.757482-11261-186567403050272/AnsiballZ_file.py && sleep 0'"'"'' <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 -tt 10.31.13.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879797.7742105-11263-190172100968082/AnsiballZ_file.py && sleep 0'"'"'' <10.31.15.160> (0, b'', b'') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 -tt 10.31.15.160 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879797.788115-11264-101835186036356/AnsiballZ_file.py && sleep 0'"'"'' <10.31.13.245> (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.13.245 closed.\r\n') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879797.7742105-11263-190172100968082/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.14.101> (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.14.101 closed.\r\n') <10.31.14.101> ESTABLISH SSH CONNECTION FOR USER: None <10.31.14.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82126873fd 10.31.14.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879797.757482-11261-186567403050272/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.13.245> (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.14.101> (0, b'', b'') <10.31.15.160> (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.15.160 closed.\r\n') <10.31.15.160> ESTABLISH SSH CONNECTION FOR USER: None <10.31.15.160> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/d389dbb645 10.31.15.160 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879797.788115-11264-101835186036356/ > /dev/null 2>&1 && sleep 0'"'"'' 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.15.160> (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-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Friday 20 September 2024 20:49:58 -0400 (0:00:00.412) 0:00:14.767 ****** <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.13.245> (0, b'/root\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879798.1600566-11291-218836013880470 `" && echo ansible-tmp-1726879798.1600566-11291-218836013880470="` echo /root/.ansible/tmp/ansible-tmp-1726879798.1600566-11291-218836013880470 `" ) && sleep 0'"'"'' <10.31.13.245> (0, b'ansible-tmp-1726879798.1600566-11291-218836013880470=/root/.ansible/tmp/ansible-tmp-1726879798.1600566-11291-218836013880470\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.13.245> PUT /root/.ansible/tmp/ansible-local-10483bmug520p/tmp8jb44d2_ TO /root/.ansible/tmp/ansible-tmp-1726879798.1600566-11291-218836013880470/AnsiballZ_systemd.py <10.31.13.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/9596114582 '[10.31.13.245]' <10.31.13.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10483bmug520p/tmp8jb44d2_ /root/.ansible/tmp/ansible-tmp-1726879798.1600566-11291-218836013880470/AnsiballZ_systemd.py\n', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879798.1600566-11291-218836013880470/ /root/.ansible/tmp/ansible-tmp-1726879798.1600566-11291-218836013880470/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.13.245> (0, b'', b'') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 -tt 10.31.13.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726879798.1600566-11291-218836013880470/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.13.245> (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": "Fri 2024-09-20 20:49:17 EDT", "ExecMainStartTimestampMonotonic": "262376610", "ExecMainExitTimestamp": "Fri 2024-09-20 20:49:36 EDT", "ExecMainExitTimestampMonotonic": "281305621", "ExecMainPID": "20237", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Fri 2024-09-20 20:49:17 EDT] ; stop_time=[Fri 2024-09-20 20:49:36 EDT] ; pid=20237 ; 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=[Fri 2024-09-20 20:49:17 EDT] ; stop_time=[Fri 2024-09-20 20:49:17 EDT] ; pid=20228 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22406", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "systemd-journald.socket network-online.target basic.target system.slice 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": "Fri 2024-09-20 20:49:36 EDT", "StateChangeTimestampMonotonic": "281305911", "InactiveExitTimestamp": "Fri 2024-09-20 20:49:17 EDT", "InactiveExitTimestampMonotonic": "262376646", "ActiveEnterTimestamp": "Fri 2024-09-20 20:49:36 EDT", "ActiveEnterTimestampMonotonic": "281305911", "ActiveExitTimestamp": "Fri 2024-09-20 20:49:17 EDT", "ActiveExitTimestampMonotonic": "262353748", "InactiveEnterTimestamp": "Fri 2024-09-20 20:49:17 EDT", "InactiveEnterTimestampMonotonic": "262374982", "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": "Fri 2024-09-20 20:49:17 EDT", "ConditionTimestampMonotonic": "262375753", "AssertTimestamp": "Fri 2024-09-20 20:49:17 EDT", "AssertTimestampMonotonic": "262375776", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "5d4e7d7500104f74ae76696250ea916b", "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.13.245 closed.\r\n') <10.31.13.245> ESTABLISH SSH CONNECTION FOR USER: None <10.31.13.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/9596114582 10.31.13.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879798.1600566-11291-218836013880470/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.13.245> (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": "Fri 2024-09-20 20:49:36 EDT", "ActiveEnterTimestampMonotonic": "281305911", "ActiveExitTimestamp": "Fri 2024-09-20 20:49:17 EDT", "ActiveExitTimestampMonotonic": "262353748", "ActiveState": "active", "After": "systemd-journald.socket network-online.target basic.target system.slice network.target remote-fs.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-09-20 20:49:17 EDT", "AssertTimestampMonotonic": "262375776", "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": "Fri 2024-09-20 20:49:17 EDT", "ConditionTimestampMonotonic": "262375753", "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": "Fri 2024-09-20 20:49:36 EDT", "ExecMainExitTimestampMonotonic": "281305621", "ExecMainPID": "20237", "ExecMainStartTimestamp": "Fri 2024-09-20 20:49:17 EDT", "ExecMainStartTimestampMonotonic": "262376610", "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=[Fri 2024-09-20 20:49:17 EDT] ; stop_time=[Fri 2024-09-20 20:49:36 EDT] ; pid=20237 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Fri 2024-09-20 20:49:17 EDT] ; stop_time=[Fri 2024-09-20 20:49:17 EDT] ; pid=20228 ; 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": "Fri 2024-09-20 20:49:17 EDT", "InactiveEnterTimestampMonotonic": "262374982", "InactiveExitTimestamp": "Fri 2024-09-20 20:49:17 EDT", "InactiveExitTimestampMonotonic": "262376646", "InvocationID": "5d4e7d7500104f74ae76696250ea916b", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Fri 2024-09-20 20:49:36 EDT", "StateChangeTimestampMonotonic": "281305911", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 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 Friday 20 September 2024 20:49:58 -0400 (0:00:00.445) 0:00:15.212 ****** =============================================================================== fedora.linux_system_roles.kdump : Install required packages ------------- 3.51s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.24s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gather facts from managed_node1 ----------------------------------------- 0.84s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.75s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.72s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.65s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.61s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.60s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.56s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.55s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.52s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.47s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.46s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Restart kdump ------------------------- 0.45s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.43s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Cleanup kdump_path ------------------------------------------------------ 0.41s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.41s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists --- 0.40s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 fedora.linux_system_roles.kdump : Fetch the servers public key ---------- 0.40s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel --- 0.38s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 STDERR: [WARNING]: running playbook inside collection fedora.linux_system_roles TASK [Remove the temporary file] *********************************************** task path: /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:40 Friday 20 September 2024 20:49:58 -0400 (0:00:16.152) 0:00:50.592 ****** changed: [managed_node3 -> localhost] => { "changed": true, "path": "/tmp/ansible.atf4nk7m.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 Friday 20 September 2024 20:49:58 -0400 (0:00:00.231) 0:00:50.824 ****** =============================================================================== fedora.linux_system_roles.kdump : Restart kdump ------------------------ 19.50s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Run ansible-playbook with tests_ssh.yml in check mode ------------------ 16.15s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 fedora.linux_system_roles.kdump : Install required packages ------------- 2.90s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Create static inventory from hostvars ----------------------------------- 1.05s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 Gathering Facts --------------------------------------------------------- 0.93s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.72s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.68s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Gathering Facts --------------------------------------------------------- 0.68s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.66s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.65s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Gather facts from managed_node3 ----------------------------------------- 0.62s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Gathering Facts --------------------------------------------------------- 0.62s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.49s /tmp/collections-mJr/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.47s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.46s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.46s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.45s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Create temporary file --------------------------------------------------- 0.36s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.35s /tmp/collections-mJr/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.35s /tmp/collections-mJr/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25