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-JEC/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-JEC/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Saturday 26 October 2024 03:19:42 -0400 (0:00:00.025) 0:00:00.025 ****** ok: [managed-node3] META: ran handlers TASK [Create temporary file] *************************************************** task path: /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7 Saturday 26 October 2024 03:19:43 -0400 (0:00:00.922) 0:00:00.947 ****** changed: [managed-node3 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.uk4oyu1u.inventory.yaml", "size": 0, "state": "file", "uid": 0 } TASK [Create static inventory from hostvars] *********************************** task path: /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 Saturday 26 October 2024 03:19:43 -0400 (0:00:00.341) 0:00:01.288 ****** changed: [managed-node3 -> localhost] => { "changed": true, "checksum": "671abb6489e52eb45a91183164a05b0adb654caa", "dest": "/tmp/ansible.uk4oyu1u.inventory.yaml", "gid": 0, "group": "root", "md5sum": "4b954e299695329cf6c736da01aa39a7", "mode": "0644", "owner": "root", "size": 30646, "src": "/root/.ansible/tmp/ansible-tmp-1729927183.442352-9744-176273000440727/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-JEC/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 26 October 2024 03:19:44 -0400 (0:00:00.811) 0:00:02.100 ****** ok: [managed-node3] META: ran handlers TASK [Gather facts from managed-node3] ***************************************** task path: /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 26 October 2024 03:19:44 -0400 (0:00:00.653) 0:00:02.754 ****** ok: [managed-node3 -> managed-node3] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 26 October 2024 03:19:45 -0400 (0:00:00.630) 0:00:03.384 ****** 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-JEC/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 26 October 2024 03:19:45 -0400 (0:00:00.027) 0:00:03.412 ****** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 26 October 2024 03:19:45 -0400 (0:00:00.065) 0:00:03.477 ****** included: /tmp/collections-JEC/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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 26 October 2024 03:19:45 -0400 (0:00:00.024) 0:00:03.502 ****** 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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 26 October 2024 03:19:45 -0400 (0:00:00.017) 0:00:03.520 ****** 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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 26 October 2024 03:19:45 -0400 (0:00:00.355) 0:00:03.875 ****** 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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 26 October 2024 03:19:46 -0400 (0:00:00.022) 0:00:03.898 ****** 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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 26 October 2024 03:19:46 -0400 (0:00:00.047) 0:00:03.945 ****** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 26 October 2024 03:19:49 -0400 (0:00:03.081) 0:00:07.026 ****** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-10-26 03:19:24 EDT", "ActiveEnterTimestampMonotonic": "427572695", "ActiveExitTimestamp": "Sat 2024-10-26 03:19:09 EDT", "ActiveExitTimestampMonotonic": "412761851", "ActiveState": "active", "After": "remote-fs.target network.target system.slice basic.target systemd-journald.socket network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-26 03:19:09 EDT", "AssertTimestampMonotonic": "412787180", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-10-26 03:19:09 EDT", "ConditionTimestampMonotonic": "412787157", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-10-26 03:19:24 EDT", "ExecMainExitTimestampMonotonic": "427572163", "ExecMainPID": "8377", "ExecMainStartTimestamp": "Sat 2024-10-26 03:19:09 EDT", "ExecMainStartTimestampMonotonic": "412788091", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:09 EDT] ; stop_time=[Sat 2024-10-26 03:19:24 EDT] ; pid=8377 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:09 EDT] ; stop_time=[Sat 2024-10-26 03:19:09 EDT] ; pid=8368 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-10-26 03:19:09 EDT", "InactiveEnterTimestampMonotonic": "412786296", "InactiveExitTimestamp": "Sat 2024-10-26 03:19:09 EDT", "InactiveExitTimestampMonotonic": "412788127", "InvocationID": "770af51dfbdd4ddf9e7a6c1079efa781", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-10-26 03:19:24 EDT", "StateChangeTimestampMonotonic": "427572695", "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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 26 October 2024 03:19:49 -0400 (0:00:00.760) 0:00:07.787 ****** included: /tmp/collections-JEC/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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 26 October 2024 03:19:49 -0400 (0:00:00.072) 0:00:07.859 ****** changed: [managed-node3] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": "0:00:00.266344", "end": "2024-10-26 03:19:50.665919", "rc": 0, "start": "2024-10-26 03:19:50.399575" } 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:NWNEMoj0uePYId4oQTyJ/vrFqJyrlXJTjsHJu72CWHs root@managed-node3 The key's randomart image is: +---[RSA 3072]----+ | ... .o.o | | o ..... + | |. = o = | |.+ o . o o | | .* o + S | | oXoB o | |ooO+=o+ | |++*=E | |o*++o. | +----[SHA256]-----+ TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 26 October 2024 03:19:50 -0400 (0:00:00.741) 0:00:08.600 ****** ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FESlUvMFhIMjhnTU5hK0hJcDJ4ZThwYnN0Y1dNMXlIK1ZZOElUVzZnSS94OEIySGltQ2hrUi9oNjlzK05VZGswTGgwciticFR5cFVLc1cxMStrZEM4RjdDMDFscE9TaE9BVS9Za3h0YXBPOHJmSGVEU1ZRRm5YU2k5dVhzYldoQ3ZnRUwzSzlLdXBkSUlmMmI4Nk9XWWpuN2YzVkRwdk9saEFnVzl4aEc4djlwbVlza3dsV3BzN29iNVBDMlJ6V1ExeVJxaTF3TldoRTNzdVE3NXp2NkJ5OU50WU9McFV5b1p0SlhtTVBHSmpsL0FtRGVnNUtCdkRlNGVYNjhUaUlVN2l1cjlnR3BBY2hmeHVBbVNCbzltYm9LekVrMkFoZ0FXTHpSODBubEMxTXpqN2EzQmc0MUZsb0MzSU0ySzNncDFrdGx5cWtOZEpqczBYTmk5NC9sa3hnVXBCeCs1bExkV2ltd050K1JwOXhNNU5uMmJPVlZFaVV4S0lCU3BZK0VOMUZsaEZYRWVhczc4aXNBWU5CZHVYOVhOMVhXMXV1OEdDVlUrRy9nOElhdWM1ZXNNcnJSbktFdUdZaXVPMzBvbVR4Y2xOZ2VvWVo2M282eXh6R1dJNGkyNloxK21KUmVhbEFmU3Z0ZjRZYVNoYjBHZlNKYmhmUGd3Kzh6dHVpK0U9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "encoding": "base64", "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 26 October 2024 03:19:51 -0400 (0:00:00.480) 0:00:09.081 ****** 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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 26 October 2024 03:19:51 -0400 (0:00:00.593) 0:00:09.675 ****** ok: [managed-node3 -> managed-node3] => { "changed": false, "stat": { "atime": 1729926759.409489, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1729927190.663838, "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": 1729927190.663838, "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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 26 October 2024 03:19:52 -0400 (0:00:00.379) 0:00:10.054 ****** ok: [managed-node3 -> managed-node3] => { "changed": false, "stat": { "atime": 1729926899.037636, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1729926759.4084058, "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": 1729926759.4084058, "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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 26 October 2024 03:19:52 -0400 (0:00:00.368) 0:00:10.423 ****** 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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 26 October 2024 03:19:53 -0400 (0:00:00.501) 0:00:10.925 ****** 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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 26 October 2024 03:19:53 -0400 (0:00:00.496) 0:00:11.421 ****** ok: [managed-node3 -> managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDcU1meXlxaU1TenhwVktrVHliUGVsczJmMUJvMGxva05JNDh2M3EwQ3ZJaFNPTlFPVjQyYlhENTdpVExmTzdkQk93SHZtUEgvWUcvQmZlMzJGaE9ZR2JmbEI4TnZ3OXh2TDVXL21NK296RkNyU3MyQ3lyQXFUdy9kWFBwMVFuQWQrNmM3QzJSZnQxTWFXZ1JDbjk1M0ZpTWxyc2pIbkNXbTBISUh2MU1OUlBxRFB1dmVBT09sQmluTURMbHpCU1lRclJ1M2xNQWw1U3V5Y1FOQU8wQWtDdGRzQm9mWThsYlgxbDR2ZUxLNWdZci92cnYzb2J1WTVscHlXSG5IZXdsTFFOcHlueklyMGJFQi9EVWZ4b3lXSFRLOHpBTGF0QkpsSlRKbnYzUjk5d1E4KzU0aTUwTytPS0IvTXlrV285YkducG1tTWVTZ0lIUmN2WjNoYTR4bk1yekI2VWIyVWVMb2swYk5oR0NFZHROUU5GWUs5UTdlbWVCUXZ3N3FIZlQ2a216N0xKbjZHb2xLUm5meHM0aTc2a0d6UDdRNHFoT1huWVVtek1XMm11YzNKdjY3OTNSdnBJQmN5Ym9idkFiRWJseTNXVkNzR0NFMHFDMlhUa3k2VUVxODVtckJQbWhNSTV1VUorbktVQ2RreUUwR0NQTzZEWVA1M0RQV1IySWs9IHJvb3RAaXAtMTAtMzEtNDctMzEudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 26 October 2024 03:19:53 -0400 (0:00:00.351) 0:00:11.773 ****** changed: [managed-node3] => { "changed": true, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.47.31 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqMfyyqiMSzxpVKkTybPels2f1Bo0lokNI48v3q0CvIhSONQOV42bXD57iTLfO7dBOwHvmPH/YG/Bfe32FhOYGbflB8Nvw9xvL5W/mM+ozFCrSs2CyrAqTw/dXPp1QnAd+6c7C2Rft1MaWgRCn953FiMlrsjHnCWm0HIHv1MNRPqDPuveAOOlBinMDLlzBSYQrRu3lMAl5SuycQNAO0AkCtdsBofY8lbX1l4veLK5gYr/vrv3obuY5lpyWHnHewlLQNpynzIr0bEB/DUfxoyWHTK8zALatBJlJTJnv3R99wQ8+54i50O+OKB/MykWo9bGnpmmMeSgIHRcvZ3ha4xnMrzB6Ub2UeLok0bNhGCEdtNQNFYK9Q7emeBQvw7qHfT6kmz7LJn6GolKRnfxs4i76kGzP7Q4qhOXnYUmzMW2muc3Jv6793RvpIBcybobvAbEbly3WVCsGCE0qC2XTky6UEq85mrBPmhMI5uUJ+nKUCdkyE0GCPO6DYP53DPWR2Ik= root@ip-10-31-47-31.us-east-1.aws.redhat.com\n", "mode": "0644", "name": "10.31.47.31", "owner": "root", "path": "/etc/ssh/ssh_known_hosts", "secontext": "system_u:object_r:etc_t:s0", "size": 610, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists] *** task path: /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 26 October 2024 03:19:54 -0400 (0:00:00.517) 0:00:12.290 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1729927149.7807977, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5eea1b4829897f2843bafdff6b482ed722029483", "ctime": 1729927148.031796, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 182452418, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1729927147.7617958, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 77, "uid": 0, "version": "2478808332", "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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 26 October 2024 03:19:54 -0400 (0:00:00.359) 0:00:12.650 ****** NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed-node3 changed: [managed-node3] => { "backup_file": "/etc/kdump.conf.16160.2024-10-26@03:19:55~", "changed": true, "checksum": "35fad00ce0aa4ad95cf415758bb873b046c60c29", "dest": "/etc/kdump.conf", "gid": 0, "group": "root", "md5sum": "3edf6c7b57d582dfdbcd12d7b1a0efcf", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 103, "src": "/root/.ansible/tmp/ansible-tmp-1729927194.8083045-10115-271050180597183/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 26 October 2024 03:19:55 -0400 (0:00:00.728) 0:00:13.378 ****** 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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 26 October 2024 03:19:55 -0400 (0:00:00.342) 0:00:13.720 ****** 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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 26 October 2024 03:19:55 -0400 (0:00:00.018) 0:00:13.739 ****** 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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 26 October 2024 03:19:55 -0400 (0:00:00.015) 0:00:13.755 ****** 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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 26 October 2024 03:19:55 -0400 (0:00:00.016) 0:00:13.771 ****** 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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 26 October 2024 03:19:55 -0400 (0:00:00.016) 0:00:13.788 ****** 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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 26 October 2024 03:19:55 -0400 (0:00:00.015) 0:00:13.803 ****** 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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 26 October 2024 03:19:55 -0400 (0:00:00.016) 0:00:13.820 ****** ok: [managed-node3] => { "changed": false, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-10-26 03:19:24 EDT", "ActiveEnterTimestampMonotonic": "427572695", "ActiveExitTimestamp": "Sat 2024-10-26 03:19:09 EDT", "ActiveExitTimestampMonotonic": "412761851", "ActiveState": "active", "After": "remote-fs.target network.target system.slice basic.target systemd-journald.socket network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-26 03:19:09 EDT", "AssertTimestampMonotonic": "412787180", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-10-26 03:19:09 EDT", "ConditionTimestampMonotonic": "412787157", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-10-26 03:19:24 EDT", "ExecMainExitTimestampMonotonic": "427572163", "ExecMainPID": "8377", "ExecMainStartTimestamp": "Sat 2024-10-26 03:19:09 EDT", "ExecMainStartTimestampMonotonic": "412788091", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:09 EDT] ; stop_time=[Sat 2024-10-26 03:19:24 EDT] ; pid=8377 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:09 EDT] ; stop_time=[Sat 2024-10-26 03:19:09 EDT] ; pid=8368 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-10-26 03:19:09 EDT", "InactiveEnterTimestampMonotonic": "412786296", "InactiveExitTimestamp": "Sat 2024-10-26 03:19:09 EDT", "InactiveExitTimestampMonotonic": "412788127", "InvocationID": "770af51dfbdd4ddf9e7a6c1079efa781", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-10-26 03:19:24 EDT", "StateChangeTimestampMonotonic": "427572695", "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-JEC/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 26 October 2024 03:19:56 -0400 (0:00:00.486) 0:00:14.306 ****** 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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 26 October 2024 03:19:56 -0400 (0:00:00.353) 0:00:14.659 ****** changed: [managed-node3] => { "changed": true, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-10-26 03:19:24 EDT", "ActiveEnterTimestampMonotonic": "427572695", "ActiveExitTimestamp": "Sat 2024-10-26 03:19:09 EDT", "ActiveExitTimestampMonotonic": "412761851", "ActiveState": "active", "After": "remote-fs.target network.target system.slice basic.target systemd-journald.socket network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-26 03:19:09 EDT", "AssertTimestampMonotonic": "412787180", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-10-26 03:19:09 EDT", "ConditionTimestampMonotonic": "412787157", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-10-26 03:19:24 EDT", "ExecMainExitTimestampMonotonic": "427572163", "ExecMainPID": "8377", "ExecMainStartTimestamp": "Sat 2024-10-26 03:19:09 EDT", "ExecMainStartTimestampMonotonic": "412788091", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:09 EDT] ; stop_time=[Sat 2024-10-26 03:19:24 EDT] ; pid=8377 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:09 EDT] ; stop_time=[Sat 2024-10-26 03:19:09 EDT] ; pid=8368 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-10-26 03:19:09 EDT", "InactiveEnterTimestampMonotonic": "412786296", "InactiveExitTimestamp": "Sat 2024-10-26 03:19:09 EDT", "InactiveExitTimestampMonotonic": "412788127", "InvocationID": "770af51dfbdd4ddf9e7a6c1079efa781", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-10-26 03:19:24 EDT", "StateChangeTimestampMonotonic": "427572695", "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-JEC/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Saturday 26 October 2024 03:20:16 -0400 (0:00:19.286) 0:00:33.946 ****** ok: [managed-node3] META: ran handlers TASK [Run ansible-playbook with tests_ssh.yml in check mode] ******************* task path: /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 Saturday 26 October 2024 03:20:16 -0400 (0:00:00.628) 0:00:34.574 ****** ok: [managed-node3 -> localhost] => { "changed": false, "cmd": [ "ansible-playbook", "-vvv", "-i", "/tmp/ansible.uk4oyu1u.inventory.yaml", "--check", "tests_ssh.yml" ], "delta": "0:00:16.726026", "end": "2024-10-26 03:20:33.634776", "rc": 0, "start": "2024-10-26 03:20:16.908750" } 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.uk4oyu1u.inventory.yaml as it did not pass its verify_file() method script declined parsing /tmp/ansible.uk4oyu1u.inventory.yaml as it did not pass its verify_file() method Parsed /tmp/ansible.uk4oyu1u.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-JEC/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 26 October 2024 03:20:17 -0400 (0:00:00.028) 0:00:00.028 ****** <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.240> (0, b'/root\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927217.5495396-10510-262993070403827 `" && echo ansible-tmp-1729927217.5495396-10510-262993070403827="` echo /root/.ansible/tmp/ansible-tmp-1729927217.5495396-10510-262993070403827 `" ) && sleep 0'"'"'' <10.31.9.231> (0, b'/root\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927217.5631003-10511-149183227552718 `" && echo ansible-tmp-1729927217.5631003-10511-149183227552718="` echo /root/.ansible/tmp/ansible-tmp-1729927217.5631003-10511-149183227552718 `" ) && sleep 0'"'"'' <10.31.47.31> (0, b'/root\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927217.5691187-10513-75096603005419 `" && echo ansible-tmp-1729927217.5691187-10513-75096603005419="` echo /root/.ansible/tmp/ansible-tmp-1729927217.5691187-10513-75096603005419 `" ) && sleep 0'"'"'' <10.31.44.240> (0, b'ansible-tmp-1729927217.5495396-10510-262993070403827=/root/.ansible/tmp/ansible-tmp-1729927217.5495396-10510-262993070403827\n', b'') <10.31.47.31> (0, b'ansible-tmp-1729927217.5691187-10513-75096603005419=/root/.ansible/tmp/ansible-tmp-1729927217.5691187-10513-75096603005419\n', b'') <10.31.9.231> (0, b'ansible-tmp-1729927217.5631003-10511-149183227552718=/root/.ansible/tmp/ansible-tmp-1729927217.5631003-10511-149183227552718\n', b'') Attempting python interpreter discovery <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None Attempting python interpreter discovery <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/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.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/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.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/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.47.31> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.44.240> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.9.231> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.47.31> (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.47.31> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpbtw46s4z TO /root/.ansible/tmp/ansible-tmp-1729927217.5691187-10513-75096603005419/AnsiballZ_setup.py <10.31.47.31> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/34f0d9a35b '[10.31.47.31]' <10.31.44.240> (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.44.240> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpnh4s5jrl TO /root/.ansible/tmp/ansible-tmp-1729927217.5495396-10510-262993070403827/AnsiballZ_setup.py <10.31.44.240> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5291adab19 '[10.31.44.240]' <10.31.9.231> (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.9.231> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpq6zegg_5 TO /root/.ansible/tmp/ansible-tmp-1729927217.5631003-10511-149183227552718/AnsiballZ_setup.py <10.31.9.231> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f8fa4cb16d '[10.31.9.231]' <10.31.47.31> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpbtw46s4z /root/.ansible/tmp/ansible-tmp-1729927217.5691187-10513-75096603005419/AnsiballZ_setup.py\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927217.5691187-10513-75096603005419/ /root/.ansible/tmp/ansible-tmp-1729927217.5691187-10513-75096603005419/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.9.231> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpq6zegg_5 /root/.ansible/tmp/ansible-tmp-1729927217.5631003-10511-149183227552718/AnsiballZ_setup.py\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927217.5631003-10511-149183227552718/ /root/.ansible/tmp/ansible-tmp-1729927217.5631003-10511-149183227552718/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.44.240> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpnh4s5jrl /root/.ansible/tmp/ansible-tmp-1729927217.5495396-10510-262993070403827/AnsiballZ_setup.py\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927217.5495396-10510-262993070403827/ /root/.ansible/tmp/ansible-tmp-1729927217.5495396-10510-262993070403827/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b -tt 10.31.47.31 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927217.5691187-10513-75096603005419/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 -tt 10.31.44.240 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927217.5495396-10510-262993070403827/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d -tt 10.31.9.231 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927217.5631003-10511-149183227552718/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.47.31> (0, b'\r\n{"ansible_facts": {"ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAIXxZnqVqnGMMOIjRkLvWMny/pxMZooWbxUK0rGJgqwzA17auV4a+mrqzJae1JBquF9v26NCS4jMmgUU5JEEG5lZu0EEWlpAc4mivEiRoF2EBn8EDQKygBlA5B3u++f1mek2f3gf4YGszqsgqp8z9OHf4OFKINH8zktEAAjEs8bnAAAAFQDqdsKq5CjYTYQ/KcdLDgbwJbZDYwAAAIBtmEl4q+1lRRNa/b98vp4SyxxqqJP5jNb+HPO0Zw9R8B9cCL3HBVg45eGY8PjLL+bt4+SEIEHuBHH15vf+N7tOdpPu6f6XoglgGpdd3OVXTCRMNT8A5G5t65ovSwsVQ39WUI+plL4nqFY/N2ZYeilGD1Y1xQ9wV1laPJl/qIetfwAAAIBHyIMzj9799rppE9GnI1SbzpDq93c/GyZDOq7HV3nu9y/5qWHjv9x8kYIj4s6YqzDkh3y47HuR0wP48HSO0a0FOrBf0VOx10YM820UYYbH97OFv6mCtCwl6XVTuOIX9tUKNdvWQb6J9HjURTrLvWg+ffWfHVnbx16FPjh1SQF/rA==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCqMfyyqiMSzxpVKkTybPels2f1Bo0lokNI48v3q0CvIhSONQOV42bXD57iTLfO7dBOwHvmPH/YG/Bfe32FhOYGbflB8Nvw9xvL5W/mM+ozFCrSs2CyrAqTw/dXPp1QnAd+6c7C2Rft1MaWgRCn953FiMlrsjHnCWm0HIHv1MNRPqDPuveAOOlBinMDLlzBSYQrRu3lMAl5SuycQNAO0AkCtdsBofY8lbX1l4veLK5gYr/vrv3obuY5lpyWHnHewlLQNpynzIr0bEB/DUfxoyWHTK8zALatBJlJTJnv3R99wQ8+54i50O+OKB/MykWo9bGnpmmMeSgIHRcvZ3ha4xnMrzB6Ub2UeLok0bNhGCEdtNQNFYK9Q7emeBQvw7qHfT6kmz7LJn6GolKRnfxs4i76kGzP7Q4qhOXnYUmzMW2muc3Jv6793RvpIBcybobvAbEbly3WVCsGCE0qC2XTky6UEq85mrBPmhMI5uUJ+nKUCdkyE0GCPO6DYP53DPWR2Ik=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCaD6sNCR8Q4v/YAwq1EDd6pY6dyxp72ILCZpZtD0HFZlPlf5ZKUT2a0LVG1eQSAq+dJJho0cF19+nbdU6ZnhdA=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIFxODX36ZjJVsd7elXExPQx2VttLS9p2np7xMhgdviHb", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_is_chroot": false, "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_local": {}, "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": "managed-node3", "ansible_hostname": "managed-node3", "ansible_nodename": "managed-node3", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "2ea084027b4c415ba9a8d00a7cc9f10a", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.11.38 44186 10.31.47.31 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.11.38 44186 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_date_time": {"year": "2024", "month": "10", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "43", "day": "26", "hour": "03", "minute": "20", "second": "18", "epoch": "1729927218", "date": "2024-10-26", "time": "03:20:18", "iso8601_micro": "2024-10-26T07:20:18.283693Z", "iso8601": "2024-10-26T07:20:18Z", "iso8601_basic": "20241026T032018283693", "iso8601_basic_short": "20241026T032018", "tz": "EDT", "tz_offset": "-0400"}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_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_apparmor": {"status": "disabled"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:5f:2a:a7:ad:2d", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.47.31", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0"}, "ipv6": [{"address": "fe80::5f:2aff:fea7:ad2d", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.47.31", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "macaddress": "02:5f:2a:a7:ad:2d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.47.31"], "ansible_all_ipv6_addresses": ["fe80::5f:2aff:fea7:ad2d"], "ansible_fips": false, "ansible_lsb": {}, "ansible_pkg_mgr": "dnf", "ansible_fibre_channel_wwn": [], "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": 2832, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 707, "free": 2832}, "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": "ec2a1650-d263-cca6-9bc5-e4c8c4839480", "ansible_product_uuid": "ec2a1650-d263-cca6-9bc5-e4c8c4839480", "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": 481, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560556544, "block_size": 4096, "block_total": 65533179, "block_available": 64345839, "block_used": 1187340, "inode_total": 131071472, "inode_available": 130996228, "inode_used": 75244, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_hostnqn": "", "ansible_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.47.31 closed.\r\n') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927217.5691187-10513-75096603005419/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.240> (0, b'\r\n{"ansible_facts": {"ansible_apparmor": {"status": "disabled"}, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node1", "ansible_hostname": "managed-node1", "ansible_nodename": "managed-node1", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "98b93f378d334c878f59ef937b614eac", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPGFeYzz1TS+AFwiYnCuOPQimoH4AB7zRG8A9kEunqxbDPlOfulJ6VtGZU7tWvhmJ2MWzS3aVTf/OizdydFIdFiqRwpjwr7hGmcmLoK310NNxMeAXJHhqnDg+Dz1jxnTQnLBEYC34dueqFXqtr43a/MvECrPJedJsbX+Duu17Rx3AAAAFQC4Aa44YRE9hUJQmJkQnNGxKIw2NwAAAIAwX6kkaRX7MUI1nRcPXz/BLPPEKSDu1j4eEBQJc1qTh4as71uLFm6753EwvBE7cUsgzFDh9+0RRHe8zTABJTNqWLDnfQMJPuteVUdtHA+LpiWTOw7j+cBMxQ7weLpR10nsOJMLgazaapAUc4gm8yMPAr0eu3fHG8mKyOVl0AWHxgAAAIBUpEjk3l62YwH5lI8wlxR0XtgL0CgsgTSd8iJAs2pKebJ0s/qg15OMZ+93lux6pBIkVhFeUCtBdy5PBLIc825gR+k6xEjRjQVi0zOC3/trcNcG5wHJ9GBp0sgSa+BEbpy8uF8Vn6f+2tZzJ9UCyEpzA4Cg7jkkQga6FbXXudojCg==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC73z25RpVRVwIxLkRKeg35E1TzJQwiI3+atH87u66/B+a7SjlrqPGUukPARHy7JbhHT3XL1eKDeWBnEZde2QI9WBh0sesC3AtmDUu9k5V8jl0UyOxeUw4qxqDtPu/VssGCbh7Pb7kz5Fgu2thRaS11S1oAw4EzM3r11MHEg/oCNATtVokwmf+f1CzAPyYDFP7gQ78WQfpzoMUoc0UbK+NBbSjkvfnhiU2NcOkJGifLieAKCqUssM+BVoVthhsjOWphS0a0yfLG//lv+7F+dOlt2tvN3WyweF0LdqueJcewLlCmAeQCwp0IKajel4L70BduCCPWNvdCAaP8s50dSKwNVAl/HAApTruatPEKFaqh2ngSMYEB4kNGQjw4lIgR0VYSzh0/sOcqG/dprA1Jp78W9CPQZBGQGGrpOZYrZoeCPQX2BpVc/lUOgPylX4ka19L3YSnQoyTA7QzExOT0auBo805Dr9IJmmP2cEdJoli5JhzA3YSGoHAd/cuLkhjWhZ0=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/ClzgYQ+W9Vp+q3jd4No2qbcf7JtIJ/MHV7NFBDKOUIAlr3k0tuZyym+h52UU2AewIXjfg0JYR25L2JeczXhM=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIG29zdFZ5oleaC58Fedb0QtSCKcJKLZsz4uqKGB4b5Rr", "ansible_date_time": {"year": "2024", "month": "10", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "43", "day": "26", "hour": "03", "minute": "20", "second": "18", "epoch": "1729927218", "date": "2024-10-26", "time": "03:20:18", "iso8601_micro": "2024-10-26T07:20:18.290616Z", "iso8601": "2024-10-26T07:20:18Z", "iso8601_basic": "20241026T032018290616", "iso8601_basic_short": "20241026T032018", "tz": "EDT", "tz_offset": "-0400"}, "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_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2835, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 704, "free": 2835}, "nocache": {"free": 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": "ec21c9ee-e353-56d1-b1fa-702fc10b37c7", "ansible_product_uuid": "ec21c9ee-e353-56d1-b1fa-702fc10b37c7", "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": 481, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263561080832, "block_size": 4096, "block_total": 65533179, "block_available": 64345967, "block_used": 1187212, "inode_total": 131071472, "inode_available": 130996228, "inode_used": 75244, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_is_chroot": false, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_hostnqn": "", "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_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_local": {}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:e5:a1:58:ac:ff", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.44.240", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0"}, "ipv6": [{"address": "fe80::e5:a1ff:fe58:acff", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.44.240", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "macaddress": "02:e5:a1:58:ac:ff", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.44.240"], "ansible_all_ipv6_addresses": ["fe80::e5:a1ff:fe58:acff"], "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_iscsi_iqn": "", "ansible_pkg_mgr": "dnf", "ansible_lsb": {}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.11.38 48102 10.31.44.240 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.11.38 48102 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_fibre_channel_wwn": [], "ansible_service_mgr": "systemd", "ansible_fips": false, "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.44.240 closed.\r\n') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927217.5495396-10510-262993070403827/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') ok: [managed-node3] <10.31.44.240> (0, b'', b'') ok: [managed-node1] <10.31.9.231> (0, b'\r\n{"ansible_facts": {"ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node2", "ansible_hostname": "managed-node2", "ansible_nodename": "managed-node2", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "1227fa2c5be2423abcf9d77d0dc77d0a", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAN97UOy1xk+/1M68XMwzTzs9e4Go5P4gX7GVQ+ExDLkbM0B+GtA+Xll3CBUaGZQeaUkewb+6lWgcmjxWOc/+lZ2hxscU1lU+GXTfNgbwvyVdTikhFMDOCjMgMZR56FiMZg+C4RtgyFcg+cfaTR+WMGdNOZQ4i0UswxeVd7vRDBl5AAAAFQCdN/RLYiHgohT2YOXrV71AWCnD8QAAAIEAsI02A43OT8yN7PgXXjPWS3lh3DhWhT7xdDENw0dwWSiuuVtrMlcxYXq+kZiMnukaRdD9N6tRTsXTwKh8/EsTFZvX03l9YjoYd4fXRJzql0XexEcjtbmldY7p4pv07lHO7njOxvI4YxcWIH5Q+7IdxlmBCkaqsUC6lET176FeoUAAAACAbt/G2IyCIrGPCw9CTx+rq1O8NLYcgoHVv8d3MpfkaA2Sf61VWuJh2jU7LGAEHQTgQ8OARwUxEma1vH6q3eIWHZxid8Jc4WwhrsZCNMkKip1Xgf9m+V/fxegDVQ8vXbrHIWotRu06FSXsX+dIVFPjCRt95BT9uwZxnPxqIF0m5ew=", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDeVWFgebhbDzOb5y0b8D9GiIslKt8ZIw/zANgtAorVDkHD3aArghrlnO9UmzX3MJ1YrVHgaSU7Gqa93IgiuWwLsi1POtASssn2sTANL3ZXEUtM5WdZWdCoU9DsHqm68pdky8LyXDXQy5L+KByD+1BX0pZ9NOEVnBgwPtrhEWjOWqUrHo3v0MoGr0tw6Fekby5CZiJGmSHZ68SHq5k4SFyivRN7jtlsWOjwtSv4RZ4k9AiJ2xYNVycZsruJ0KAv0yctjQVmAuMPFHKUuEldMJZoRXt+WyaZsG9dceZbrml5tsUUXujYZQeEkpq/DmK3YoGB9RiEbPekEkPQisiPSMP0yzYzVBVC/ak8FkvFAlRM5YCITV7vlCYyo/bVNXPa4T8DAwKkLUMIQqZYBqDg5PSTsePevavLctPuPYrBSuLR2uiVL1mM3Qz/5GpI3o+fQK3FhyEpsGerzHn7q9aMJxSSPC1jOXQE2ZFZXBnPLcbxjm2bXYn7r1eFpzi7IcEjB9c=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHF94TGXqcPWq+xi9z9V1G0uQ+NsV1yhoOo61A/X03dyiStpbvwTrob4MChX/h7UUDO4VcJW7bIh01MtcrwdJiI=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAICJEkEoqU2TDXp/aEgNyO8w6IhiaZeiwa9f+Gqn6iyVA", "ansible_fibre_channel_wwn": [], "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.11.38 40254 10.31.9.231 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "6", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.11.38 40254 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_date_time": {"year": "2024", "month": "10", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "43", "day": "26", "hour": "03", "minute": "20", "second": "18", "epoch": "1729927218", "date": "2024-10-26", "time": "03:20:18", "iso8601_micro": "2024-10-26T07:20:18.407837Z", "iso8601": "2024-10-26T07:20:18Z", "iso8601_basic": "20241026T032018407837", "iso8601_basic_short": "20241026T032018", "tz": "EDT", "tz_offset": "-0400"}, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_iscsi_iqn": "", "ansible_local": {}, "ansible_apparmor": {"status": "disabled"}, "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "12:12:a9:98:ca:bf", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.9.231", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::1012:a9ff:fe98:cabf", "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.8.1", "interface": "eth0", "address": "10.31.9.231", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:12:a9:98:ca:bf", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.9.231"], "ansible_all_ipv6_addresses": ["fe80::1012:a9ff:fe98:cabf"], "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": 3330, "used": 209}, "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": "ec2f8bad-607b-551a-11a3-94d3e97d5fcc", "ansible_product_uuid": "ec2f8bad-607b-551a-11a3-94d3e97d5fcc", "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": 443, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560306688, "block_size": 4096, "block_total": 65533179, "block_available": 64345778, "block_used": 1187401, "inode_total": 131071472, "inode_available": 130996218, "inode_used": 75254, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_lsb": {}, "ansible_fips": false, "ansible_is_chroot": false, "ansible_service_mgr": "systemd", "ansible_hostnqn": "", "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.9.231 closed.\r\n') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927217.5631003-10511-149183227552718/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') ok: [managed-node2] META: ran handlers TASK [Gather facts from managed-node1] ***************************************** task path: /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 26 October 2024 03:20:18 -0400 (0:00:01.160) 0:00:01.188 ****** <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.240> (0, b'/root\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927218.7228289-10566-89152679984021 `" && echo ansible-tmp-1729927218.7228289-10566-89152679984021="` echo /root/.ansible/tmp/ansible-tmp-1729927218.7228289-10566-89152679984021 `" ) && sleep 0'"'"'' <10.31.9.231> (0, b'/root\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927218.7463768-10568-179244287624973 `" && echo ansible-tmp-1729927218.7463768-10568-179244287624973="` echo /root/.ansible/tmp/ansible-tmp-1729927218.7463768-10568-179244287624973 `" ) && sleep 0'"'"'' <10.31.47.31> (0, b'/root\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927218.749819-10569-250080785191450 `" && echo ansible-tmp-1729927218.749819-10569-250080785191450="` echo /root/.ansible/tmp/ansible-tmp-1729927218.749819-10569-250080785191450 `" ) && sleep 0'"'"'' <10.31.44.240> (0, b'ansible-tmp-1729927218.7228289-10566-89152679984021=/root/.ansible/tmp/ansible-tmp-1729927218.7228289-10566-89152679984021\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.44.240> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp11m9_quo TO /root/.ansible/tmp/ansible-tmp-1729927218.7228289-10566-89152679984021/AnsiballZ_setup.py <10.31.44.240> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5291adab19 '[10.31.44.240]' <10.31.9.231> (0, b'ansible-tmp-1729927218.7463768-10568-179244287624973=/root/.ansible/tmp/ansible-tmp-1729927218.7463768-10568-179244287624973\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.47.31> (0, b'ansible-tmp-1729927218.749819-10569-250080785191450=/root/.ansible/tmp/ansible-tmp-1729927218.749819-10569-250080785191450\n', b'') <10.31.9.231> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpsnsi9p6i TO /root/.ansible/tmp/ansible-tmp-1729927218.7463768-10568-179244287624973/AnsiballZ_setup.py <10.31.9.231> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f8fa4cb16d '[10.31.9.231]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.47.31> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpjqs_n0k5 TO /root/.ansible/tmp/ansible-tmp-1729927218.749819-10569-250080785191450/AnsiballZ_setup.py <10.31.47.31> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/34f0d9a35b '[10.31.47.31]' <10.31.44.240> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp11m9_quo /root/.ansible/tmp/ansible-tmp-1729927218.7228289-10566-89152679984021/AnsiballZ_setup.py\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927218.7228289-10566-89152679984021/ /root/.ansible/tmp/ansible-tmp-1729927218.7228289-10566-89152679984021/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 -tt 10.31.44.240 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927218.7228289-10566-89152679984021/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.9.231> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpsnsi9p6i /root/.ansible/tmp/ansible-tmp-1729927218.7463768-10568-179244287624973/AnsiballZ_setup.py\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927218.7463768-10568-179244287624973/ /root/.ansible/tmp/ansible-tmp-1729927218.7463768-10568-179244287624973/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.47.31> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpjqs_n0k5 /root/.ansible/tmp/ansible-tmp-1729927218.749819-10569-250080785191450/AnsiballZ_setup.py\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927218.749819-10569-250080785191450/ /root/.ansible/tmp/ansible-tmp-1729927218.749819-10569-250080785191450/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d -tt 10.31.9.231 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927218.7463768-10568-179244287624973/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b -tt 10.31.47.31 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927218.749819-10569-250080785191450/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.44.240> (0, b'\r\n{"ansible_facts": {"ansible_date_time": {"year": "2024", "month": "10", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "43", "day": "26", "hour": "03", "minute": "20", "second": "19", "epoch": "1729927219", "date": "2024-10-26", "time": "03:20:19", "iso8601_micro": "2024-10-26T07:20:19.111029Z", "iso8601": "2024-10-26T07:20:19Z", "iso8601_basic": "20241026T032019111029", "iso8601_basic_short": "20241026T032019", "tz": "EDT", "tz_offset": "-0400"}, "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_fibre_channel_wwn": [], "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPGFeYzz1TS+AFwiYnCuOPQimoH4AB7zRG8A9kEunqxbDPlOfulJ6VtGZU7tWvhmJ2MWzS3aVTf/OizdydFIdFiqRwpjwr7hGmcmLoK310NNxMeAXJHhqnDg+Dz1jxnTQnLBEYC34dueqFXqtr43a/MvECrPJedJsbX+Duu17Rx3AAAAFQC4Aa44YRE9hUJQmJkQnNGxKIw2NwAAAIAwX6kkaRX7MUI1nRcPXz/BLPPEKSDu1j4eEBQJc1qTh4as71uLFm6753EwvBE7cUsgzFDh9+0RRHe8zTABJTNqWLDnfQMJPuteVUdtHA+LpiWTOw7j+cBMxQ7weLpR10nsOJMLgazaapAUc4gm8yMPAr0eu3fHG8mKyOVl0AWHxgAAAIBUpEjk3l62YwH5lI8wlxR0XtgL0CgsgTSd8iJAs2pKebJ0s/qg15OMZ+93lux6pBIkVhFeUCtBdy5PBLIc825gR+k6xEjRjQVi0zOC3/trcNcG5wHJ9GBp0sgSa+BEbpy8uF8Vn6f+2tZzJ9UCyEpzA4Cg7jkkQga6FbXXudojCg==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC73z25RpVRVwIxLkRKeg35E1TzJQwiI3+atH87u66/B+a7SjlrqPGUukPARHy7JbhHT3XL1eKDeWBnEZde2QI9WBh0sesC3AtmDUu9k5V8jl0UyOxeUw4qxqDtPu/VssGCbh7Pb7kz5Fgu2thRaS11S1oAw4EzM3r11MHEg/oCNATtVokwmf+f1CzAPyYDFP7gQ78WQfpzoMUoc0UbK+NBbSjkvfnhiU2NcOkJGifLieAKCqUssM+BVoVthhsjOWphS0a0yfLG//lv+7F+dOlt2tvN3WyweF0LdqueJcewLlCmAeQCwp0IKajel4L70BduCCPWNvdCAaP8s50dSKwNVAl/HAApTruatPEKFaqh2ngSMYEB4kNGQjw4lIgR0VYSzh0/sOcqG/dprA1Jp78W9CPQZBGQGGrpOZYrZoeCPQX2BpVc/lUOgPylX4ka19L3YSnQoyTA7QzExOT0auBo805Dr9IJmmP2cEdJoli5JhzA3YSGoHAd/cuLkhjWhZ0=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/ClzgYQ+W9Vp+q3jd4No2qbcf7JtIJ/MHV7NFBDKOUIAlr3k0tuZyym+h52UU2AewIXjfg0JYR25L2JeczXhM=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIG29zdFZ5oleaC58Fedb0QtSCKcJKLZsz4uqKGB4b5Rr", "ansible_lsb": {}, "ansible_hostnqn": "", "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node1", "ansible_hostname": "managed-node1", "ansible_nodename": "managed-node1", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "98b93f378d334c878f59ef937b614eac", "ansible_pkg_mgr": "dnf", "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_is_chroot": false, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_iscsi_iqn": "", "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2835, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 704, "free": 2835}, "nocache": {"free": 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": "ec21c9ee-e353-56d1-b1fa-702fc10b37c7", "ansible_product_uuid": "ec21c9ee-e353-56d1-b1fa-702fc10b37c7", "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": 482, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560536064, "block_size": 4096, "block_total": 65533179, "block_available": 64345834, "block_used": 1187345, "inode_total": 131071472, "inode_available": 130996228, "inode_used": 75244, "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_apparmor": {"status": "disabled"}, "ansible_fips": false, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.11.38 48102 10.31.44.240 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.11.38 48102 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_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:e5:a1:58:ac:ff", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.44.240", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0"}, "ipv6": [{"address": "fe80::e5:a1ff:fe58:acff", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.44.240", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "macaddress": "02:e5:a1:58:ac:ff", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.44.240"], "ansible_all_ipv6_addresses": ["fe80::e5:a1ff:fe58:acff"], "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_service_mgr": "systemd", "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.44.240 closed.\r\n') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927218.7228289-10566-89152679984021/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') <10.31.47.31> (0, b'\r\n{"ansible_facts": {"ansible_is_chroot": false, "ansible_fibre_channel_wwn": [], "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_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": "AAAAB3NzaC1kc3MAAACBAIXxZnqVqnGMMOIjRkLvWMny/pxMZooWbxUK0rGJgqwzA17auV4a+mrqzJae1JBquF9v26NCS4jMmgUU5JEEG5lZu0EEWlpAc4mivEiRoF2EBn8EDQKygBlA5B3u++f1mek2f3gf4YGszqsgqp8z9OHf4OFKINH8zktEAAjEs8bnAAAAFQDqdsKq5CjYTYQ/KcdLDgbwJbZDYwAAAIBtmEl4q+1lRRNa/b98vp4SyxxqqJP5jNb+HPO0Zw9R8B9cCL3HBVg45eGY8PjLL+bt4+SEIEHuBHH15vf+N7tOdpPu6f6XoglgGpdd3OVXTCRMNT8A5G5t65ovSwsVQ39WUI+plL4nqFY/N2ZYeilGD1Y1xQ9wV1laPJl/qIetfwAAAIBHyIMzj9799rppE9GnI1SbzpDq93c/GyZDOq7HV3nu9y/5qWHjv9x8kYIj4s6YqzDkh3y47HuR0wP48HSO0a0FOrBf0VOx10YM820UYYbH97OFv6mCtCwl6XVTuOIX9tUKNdvWQb6J9HjURTrLvWg+ffWfHVnbx16FPjh1SQF/rA==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCqMfyyqiMSzxpVKkTybPels2f1Bo0lokNI48v3q0CvIhSONQOV42bXD57iTLfO7dBOwHvmPH/YG/Bfe32FhOYGbflB8Nvw9xvL5W/mM+ozFCrSs2CyrAqTw/dXPp1QnAd+6c7C2Rft1MaWgRCn953FiMlrsjHnCWm0HIHv1MNRPqDPuveAOOlBinMDLlzBSYQrRu3lMAl5SuycQNAO0AkCtdsBofY8lbX1l4veLK5gYr/vrv3obuY5lpyWHnHewlLQNpynzIr0bEB/DUfxoyWHTK8zALatBJlJTJnv3R99wQ8+54i50O+OKB/MykWo9bGnpmmMeSgIHRcvZ3ha4xnMrzB6Ub2UeLok0bNhGCEdtNQNFYK9Q7emeBQvw7qHfT6kmz7LJn6GolKRnfxs4i76kGzP7Q4qhOXnYUmzMW2muc3Jv6793RvpIBcybobvAbEbly3WVCsGCE0qC2XTky6UEq85mrBPmhMI5uUJ+nKUCdkyE0GCPO6DYP53DPWR2Ik=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCaD6sNCR8Q4v/YAwq1EDd6pY6dyxp72ILCZpZtD0HFZlPlf5ZKUT2a0LVG1eQSAq+dJJho0cF19+nbdU6ZnhdA=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIFxODX36ZjJVsd7elXExPQx2VttLS9p2np7xMhgdviHb", "ansible_lsb": {}, "ansible_date_time": {"year": "2024", "month": "10", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "43", "day": "26", "hour": "03", "minute": "20", "second": "19", "epoch": "1729927219", "date": "2024-10-26", "time": "03:20:19", "iso8601_micro": "2024-10-26T07:20:19.164008Z", "iso8601": "2024-10-26T07:20:19Z", "iso8601_basic": "20241026T032019164008", "iso8601_basic_short": "20241026T032019", "tz": "EDT", "tz_offset": "-0400"}, "ansible_hostnqn": "", "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node3", "ansible_hostname": "managed-node3", "ansible_nodename": "managed-node3", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "2ea084027b4c415ba9a8d00a7cc9f10a", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_apparmor": {"status": "disabled"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.11.38 44186 10.31.47.31 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.11.38 44186 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_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_fips": false, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_pkg_mgr": "dnf", "ansible_local": {}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:5f:2a:a7:ad:2d", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.47.31", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0"}, "ipv6": [{"address": "fe80::5f:2aff:fea7:ad2d", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.47.31", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "macaddress": "02:5f:2a:a7:ad:2d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.47.31"], "ansible_all_ipv6_addresses": ["fe80::5f:2aff:fea7:ad2d"], "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": 2832, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 707, "free": 2832}, "nocache": {"free": 3333, "used": 206}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2a1650-d263-cca6-9bc5-e4c8c4839480", "ansible_product_uuid": "ec2a1650-d263-cca6-9bc5-e4c8c4839480", "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": 482, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560556544, "block_size": 4096, "block_total": 65533179, "block_available": 64345839, "block_used": 1187340, "inode_total": 131071472, "inode_available": 130996228, "inode_used": 75244, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.47.31 closed.\r\n') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927218.749819-10569-250080785191450/ > /dev/null 2>&1 && sleep 0'"'"'' ok: [managed-node1 -> managed-node1] <10.31.47.31> (0, b'', b'') ok: [managed-node3 -> managed-node3] <10.31.9.231> (0, b'\r\n{"ansible_facts": {"ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.11.38 40254 10.31.9.231 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "6", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.11.38 40254 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_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": "AAAAB3NzaC1kc3MAAACBAN97UOy1xk+/1M68XMwzTzs9e4Go5P4gX7GVQ+ExDLkbM0B+GtA+Xll3CBUaGZQeaUkewb+6lWgcmjxWOc/+lZ2hxscU1lU+GXTfNgbwvyVdTikhFMDOCjMgMZR56FiMZg+C4RtgyFcg+cfaTR+WMGdNOZQ4i0UswxeVd7vRDBl5AAAAFQCdN/RLYiHgohT2YOXrV71AWCnD8QAAAIEAsI02A43OT8yN7PgXXjPWS3lh3DhWhT7xdDENw0dwWSiuuVtrMlcxYXq+kZiMnukaRdD9N6tRTsXTwKh8/EsTFZvX03l9YjoYd4fXRJzql0XexEcjtbmldY7p4pv07lHO7njOxvI4YxcWIH5Q+7IdxlmBCkaqsUC6lET176FeoUAAAACAbt/G2IyCIrGPCw9CTx+rq1O8NLYcgoHVv8d3MpfkaA2Sf61VWuJh2jU7LGAEHQTgQ8OARwUxEma1vH6q3eIWHZxid8Jc4WwhrsZCNMkKip1Xgf9m+V/fxegDVQ8vXbrHIWotRu06FSXsX+dIVFPjCRt95BT9uwZxnPxqIF0m5ew=", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDeVWFgebhbDzOb5y0b8D9GiIslKt8ZIw/zANgtAorVDkHD3aArghrlnO9UmzX3MJ1YrVHgaSU7Gqa93IgiuWwLsi1POtASssn2sTANL3ZXEUtM5WdZWdCoU9DsHqm68pdky8LyXDXQy5L+KByD+1BX0pZ9NOEVnBgwPtrhEWjOWqUrHo3v0MoGr0tw6Fekby5CZiJGmSHZ68SHq5k4SFyivRN7jtlsWOjwtSv4RZ4k9AiJ2xYNVycZsruJ0KAv0yctjQVmAuMPFHKUuEldMJZoRXt+WyaZsG9dceZbrml5tsUUXujYZQeEkpq/DmK3YoGB9RiEbPekEkPQisiPSMP0yzYzVBVC/ak8FkvFAlRM5YCITV7vlCYyo/bVNXPa4T8DAwKkLUMIQqZYBqDg5PSTsePevavLctPuPYrBSuLR2uiVL1mM3Qz/5GpI3o+fQK3FhyEpsGerzHn7q9aMJxSSPC1jOXQE2ZFZXBnPLcbxjm2bXYn7r1eFpzi7IcEjB9c=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHF94TGXqcPWq+xi9z9V1G0uQ+NsV1yhoOo61A/X03dyiStpbvwTrob4MChX/h7UUDO4VcJW7bIh01MtcrwdJiI=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAICJEkEoqU2TDXp/aEgNyO8w6IhiaZeiwa9f+Gqn6iyVA", "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_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node2", "ansible_hostname": "managed-node2", "ansible_nodename": "managed-node2", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "1227fa2c5be2423abcf9d77d0dc77d0a", "ansible_apparmor": {"status": "disabled"}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_fibre_channel_wwn": [], "ansible_local": {}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_lsb": {}, "ansible_date_time": {"year": "2024", "month": "10", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "43", "day": "26", "hour": "03", "minute": "20", "second": "19", "epoch": "1729927219", "date": "2024-10-26", "time": "03:20:19", "iso8601_micro": "2024-10-26T07:20:19.281756Z", "iso8601": "2024-10-26T07:20:19Z", "iso8601_basic": "20241026T032019281756", "iso8601_basic_short": "20241026T032019", "tz": "EDT", "tz_offset": "-0400"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_iscsi_iqn": "", "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": 3330, "used": 209}, "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": "ec2f8bad-607b-551a-11a3-94d3e97d5fcc", "ansible_product_uuid": "ec2f8bad-607b-551a-11a3-94d3e97d5fcc", "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": 444, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560368128, "block_size": 4096, "block_total": 65533179, "block_available": 64345793, "block_used": 1187386, "inode_total": 131071472, "inode_available": 130996218, "inode_used": 75254, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_hostnqn": "", "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "12:12:a9:98:ca:bf", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.9.231", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::1012:a9ff:fe98:cabf", "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.8.1", "interface": "eth0", "address": "10.31.9.231", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:12:a9:98:ca:bf", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.9.231"], "ansible_all_ipv6_addresses": ["fe80::1012:a9ff:fe98:cabf"], "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_fips": false, "ansible_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.9.231 closed.\r\n') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927218.7463768-10568-179244287624973/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') ok: [managed-node2 -> managed-node2] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 26 October 2024 03:20:19 -0400 (0:00:00.845) 0:00:02.033 ****** 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-JEC/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 26 October 2024 03:20:19 -0400 (0:00:00.067) 0:00:02.101 ****** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 26 October 2024 03:20:19 -0400 (0:00:00.090) 0:00:02.191 ****** included: /tmp/collections-JEC/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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 26 October 2024 03:20:19 -0400 (0:00:00.056) 0:00:02.247 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 26 October 2024 03:20:19 -0400 (0:00:00.046) 0:00:02.294 ****** <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.240> (0, b'/root\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927219.8334026-10639-257592401408286 `" && echo ansible-tmp-1729927219.8334026-10639-257592401408286="` echo /root/.ansible/tmp/ansible-tmp-1729927219.8334026-10639-257592401408286 `" ) && sleep 0'"'"'' <10.31.9.231> (0, b'/root\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927219.8542168-10640-73667996348969 `" && echo ansible-tmp-1729927219.8542168-10640-73667996348969="` echo /root/.ansible/tmp/ansible-tmp-1729927219.8542168-10640-73667996348969 `" ) && sleep 0'"'"'' <10.31.47.31> (0, b'/root\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927219.8571308-10643-161729645697162 `" && echo ansible-tmp-1729927219.8571308-10643-161729645697162="` echo /root/.ansible/tmp/ansible-tmp-1729927219.8571308-10643-161729645697162 `" ) && sleep 0'"'"'' <10.31.44.240> (0, b'ansible-tmp-1729927219.8334026-10639-257592401408286=/root/.ansible/tmp/ansible-tmp-1729927219.8334026-10639-257592401408286\n', b'') <10.31.9.231> (0, b'ansible-tmp-1729927219.8542168-10640-73667996348969=/root/.ansible/tmp/ansible-tmp-1729927219.8542168-10640-73667996348969\n', b'') <10.31.47.31> (0, b'ansible-tmp-1729927219.8571308-10643-161729645697162=/root/.ansible/tmp/ansible-tmp-1729927219.8571308-10643-161729645697162\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.44.240> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp5rnre0wm TO /root/.ansible/tmp/ansible-tmp-1729927219.8334026-10639-257592401408286/AnsiballZ_stat.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.44.240> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5291adab19 '[10.31.44.240]' <10.31.9.231> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp0d74ktm2 TO /root/.ansible/tmp/ansible-tmp-1729927219.8542168-10640-73667996348969/AnsiballZ_stat.py <10.31.9.231> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f8fa4cb16d '[10.31.9.231]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.47.31> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpviiuixjb TO /root/.ansible/tmp/ansible-tmp-1729927219.8571308-10643-161729645697162/AnsiballZ_stat.py <10.31.47.31> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/34f0d9a35b '[10.31.47.31]' <10.31.47.31> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpviiuixjb /root/.ansible/tmp/ansible-tmp-1729927219.8571308-10643-161729645697162/AnsiballZ_stat.py\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927219.8571308-10643-161729645697162/ /root/.ansible/tmp/ansible-tmp-1729927219.8571308-10643-161729645697162/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.44.240> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp5rnre0wm /root/.ansible/tmp/ansible-tmp-1729927219.8334026-10639-257592401408286/AnsiballZ_stat.py\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927219.8334026-10639-257592401408286/ /root/.ansible/tmp/ansible-tmp-1729927219.8334026-10639-257592401408286/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.231> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp0d74ktm2 /root/.ansible/tmp/ansible-tmp-1729927219.8542168-10640-73667996348969/AnsiballZ_stat.py\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927219.8542168-10640-73667996348969/ /root/.ansible/tmp/ansible-tmp-1729927219.8542168-10640-73667996348969/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b -tt 10.31.47.31 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927219.8571308-10643-161729645697162/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 -tt 10.31.44.240 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927219.8334026-10639-257592401408286/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d -tt 10.31.9.231 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927219.8542168-10640-73667996348969/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.47.31> (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.47.31 closed.\r\n') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927219.8571308-10643-161729645697162/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.240> (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.44.240 closed.\r\n') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927219.8334026-10639-257592401408286/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') <10.31.44.240> (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 } } 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.9.231> (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.9.231 closed.\r\n') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927219.8542168-10640-73667996348969/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.231> (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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 26 October 2024 03:20:20 -0400 (0:00:00.611) 0:00:02.906 ****** ok: [managed-node1] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } ok: [managed-node2] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } ok: [managed-node3] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Set platform/version specific variables] *** task path: /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 26 October 2024 03:20:20 -0400 (0:00:00.059) 0:00:02.966 ****** 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-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-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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 26 October 2024 03:20:20 -0400 (0:00:00.103) 0:00:03.069 ****** <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.240> (0, b'/root\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927220.6695373-10696-197672442757772 `" && echo ansible-tmp-1729927220.6695373-10696-197672442757772="` echo /root/.ansible/tmp/ansible-tmp-1729927220.6695373-10696-197672442757772 `" ) && sleep 0'"'"'' <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.240> (0, b'ansible-tmp-1729927220.6695373-10696-197672442757772=/root/.ansible/tmp/ansible-tmp-1729927220.6695373-10696-197672442757772\n', b'') <10.31.47.31> (0, b'/root\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927220.712837-10698-266617270176926 `" && echo ansible-tmp-1729927220.712837-10698-266617270176926="` echo /root/.ansible/tmp/ansible-tmp-1729927220.712837-10698-266617270176926 `" ) && sleep 0'"'"'' <10.31.9.231> (0, b'/root\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927220.7228537-10697-102806687529159 `" && echo ansible-tmp-1729927220.7228537-10697-102806687529159="` echo /root/.ansible/tmp/ansible-tmp-1729927220.7228537-10697-102806687529159 `" ) && sleep 0'"'"'' <10.31.47.31> (0, b'ansible-tmp-1729927220.712837-10698-266617270176926=/root/.ansible/tmp/ansible-tmp-1729927220.712837-10698-266617270176926\n', b'') <10.31.9.231> (0, b'ansible-tmp-1729927220.7228537-10697-102806687529159=/root/.ansible/tmp/ansible-tmp-1729927220.7228537-10697-102806687529159\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 <10.31.47.31> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpmc99_srq TO /root/.ansible/tmp/ansible-tmp-1729927220.712837-10698-266617270176926/AnsiballZ_dnf.py <10.31.44.240> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpn1ckov_8 TO /root/.ansible/tmp/ansible-tmp-1729927220.6695373-10696-197672442757772/AnsiballZ_dnf.py <10.31.47.31> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/34f0d9a35b '[10.31.47.31]' <10.31.44.240> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5291adab19 '[10.31.44.240]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py <10.31.9.231> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpiub7kbn7 TO /root/.ansible/tmp/ansible-tmp-1729927220.7228537-10697-102806687529159/AnsiballZ_dnf.py <10.31.9.231> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f8fa4cb16d '[10.31.9.231]' <10.31.44.240> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpn1ckov_8 /root/.ansible/tmp/ansible-tmp-1729927220.6695373-10696-197672442757772/AnsiballZ_dnf.py\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927220.6695373-10696-197672442757772/ /root/.ansible/tmp/ansible-tmp-1729927220.6695373-10696-197672442757772/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.47.31> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpmc99_srq /root/.ansible/tmp/ansible-tmp-1729927220.712837-10698-266617270176926/AnsiballZ_dnf.py\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpiub7kbn7 /root/.ansible/tmp/ansible-tmp-1729927220.7228537-10697-102806687529159/AnsiballZ_dnf.py\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927220.712837-10698-266617270176926/ /root/.ansible/tmp/ansible-tmp-1729927220.712837-10698-266617270176926/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927220.7228537-10697-102806687529159/ /root/.ansible/tmp/ansible-tmp-1729927220.7228537-10697-102806687529159/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 -tt 10.31.44.240 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927220.6695373-10696-197672442757772/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d -tt 10.31.9.231 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927220.7228537-10697-102806687529159/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b -tt 10.31.47.31 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927220.712837-10698-266617270176926/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.44.240> (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.44.240 closed.\r\n') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927220.6695373-10696-197672442757772/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.31> (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.47.31 closed.\r\n') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927220.712837-10698-266617270176926/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "autoremove": false, "bugfix": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "releasever": null, "security": false, "skip_broken": false, "state": "present", "update_cache": false, "update_only": false, "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients <10.31.47.31> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "autoremove": false, "bugfix": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "releasever": null, "security": false, "skip_broken": false, "state": "present", "update_cache": false, "update_only": false, "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients <10.31.9.231> (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.9.231 closed.\r\n') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927220.7228537-10697-102806687529159/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "autoremove": false, "bugfix": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "releasever": null, "security": false, "skip_broken": false, "state": "present", "update_cache": false, "update_only": false, "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 26 October 2024 03:20:24 -0400 (0:00:04.343) 0:00:07.412 ****** <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.240> (0, b'/root\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927224.9502861-10867-6359237732752 `" && echo ansible-tmp-1729927224.9502861-10867-6359237732752="` echo /root/.ansible/tmp/ansible-tmp-1729927224.9502861-10867-6359237732752 `" ) && sleep 0'"'"'' <10.31.9.231> (0, b'/root\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927224.9616601-10868-189812024124050 `" && echo ansible-tmp-1729927224.9616601-10868-189812024124050="` echo /root/.ansible/tmp/ansible-tmp-1729927224.9616601-10868-189812024124050 `" ) && sleep 0'"'"'' <10.31.47.31> (0, b'/root\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927224.967746-10870-171059431988853 `" && echo ansible-tmp-1729927224.967746-10870-171059431988853="` echo /root/.ansible/tmp/ansible-tmp-1729927224.967746-10870-171059431988853 `" ) && sleep 0'"'"'' <10.31.44.240> (0, b'ansible-tmp-1729927224.9502861-10867-6359237732752=/root/.ansible/tmp/ansible-tmp-1729927224.9502861-10867-6359237732752\n', b'') <10.31.9.231> (0, b'ansible-tmp-1729927224.9616601-10868-189812024124050=/root/.ansible/tmp/ansible-tmp-1729927224.9616601-10868-189812024124050\n', b'') <10.31.47.31> (0, b'ansible-tmp-1729927224.967746-10870-171059431988853=/root/.ansible/tmp/ansible-tmp-1729927224.967746-10870-171059431988853\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.44.240> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpu_91mbc6 TO /root/.ansible/tmp/ansible-tmp-1729927224.9502861-10867-6359237732752/AnsiballZ_systemd.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.44.240> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5291adab19 '[10.31.44.240]' <10.31.9.231> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpdq_1hsm3 TO /root/.ansible/tmp/ansible-tmp-1729927224.9616601-10868-189812024124050/AnsiballZ_systemd.py <10.31.9.231> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f8fa4cb16d '[10.31.9.231]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.47.31> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpzrp7bb8t TO /root/.ansible/tmp/ansible-tmp-1729927224.967746-10870-171059431988853/AnsiballZ_systemd.py <10.31.47.31> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/34f0d9a35b '[10.31.47.31]' <10.31.9.231> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpdq_1hsm3 /root/.ansible/tmp/ansible-tmp-1729927224.9616601-10868-189812024124050/AnsiballZ_systemd.py\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927224.9616601-10868-189812024124050/ /root/.ansible/tmp/ansible-tmp-1729927224.9616601-10868-189812024124050/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.47.31> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpzrp7bb8t /root/.ansible/tmp/ansible-tmp-1729927224.967746-10870-171059431988853/AnsiballZ_systemd.py\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927224.967746-10870-171059431988853/ /root/.ansible/tmp/ansible-tmp-1729927224.967746-10870-171059431988853/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.44.240> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpu_91mbc6 /root/.ansible/tmp/ansible-tmp-1729927224.9502861-10867-6359237732752/AnsiballZ_systemd.py\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927224.9502861-10867-6359237732752/ /root/.ansible/tmp/ansible-tmp-1729927224.9502861-10867-6359237732752/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b -tt 10.31.47.31 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927224.967746-10870-171059431988853/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d -tt 10.31.9.231 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927224.9616601-10868-189812024124050/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 -tt 10.31.44.240 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927224.9502861-10867-6359237732752/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.47.31> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-10-26 03:19:57 EDT", "ExecMainStartTimestampMonotonic": "460256241", "ExecMainExitTimestamp": "Sat 2024-10-26 03:20:15 EDT", "ExecMainExitTimestampMonotonic": "479015738", "ExecMainPID": "16675", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:57 EDT] ; stop_time=[Sat 2024-10-26 03:20:15 EDT] ; pid=16675 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:57 EDT] ; stop_time=[Sat 2024-10-26 03:19:57 EDT] ; pid=16666 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target network.target system.slice basic.target systemd-journald.socket network-online.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-10-26 03:20:15 EDT", "StateChangeTimestampMonotonic": "479016198", "InactiveExitTimestamp": "Sat 2024-10-26 03:19:57 EDT", "InactiveExitTimestampMonotonic": "460256277", "ActiveEnterTimestamp": "Sat 2024-10-26 03:20:15 EDT", "ActiveEnterTimestampMonotonic": "479016198", "ActiveExitTimestamp": "Sat 2024-10-26 03:19:57 EDT", "ActiveExitTimestampMonotonic": "460230756", "InactiveEnterTimestamp": "Sat 2024-10-26 03:19:57 EDT", "InactiveEnterTimestampMonotonic": "460254390", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-10-26 03:19:57 EDT", "ConditionTimestampMonotonic": "460255255", "AssertTimestamp": "Sat 2024-10-26 03:19:57 EDT", "AssertTimestampMonotonic": "460255280", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "6d9d063ea2644b5e94a7335b023fcea2", "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.47.31 closed.\r\n') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927224.967746-10870-171059431988853/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.240> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-10-26 03:19:38 EDT", "ExecMainStartTimestampMonotonic": "441820628", "ExecMainExitTimestamp": "Sat 2024-10-26 03:19:57 EDT", "ExecMainExitTimestampMonotonic": "460471836", "ExecMainPID": "16589", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:38 EDT] ; stop_time=[Sat 2024-10-26 03:19:57 EDT] ; pid=16589 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:38 EDT] ; stop_time=[Sat 2024-10-26 03:19:38 EDT] ; pid=16578 ; 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 system.slice basic.target systemd-journald.socket network.target remote-fs.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-10-26 03:19:57 EDT", "StateChangeTimestampMonotonic": "460472321", "InactiveExitTimestamp": "Sat 2024-10-26 03:19:38 EDT", "InactiveExitTimestampMonotonic": "441820659", "ActiveEnterTimestamp": "Sat 2024-10-26 03:19:57 EDT", "ActiveEnterTimestampMonotonic": "460472321", "ActiveExitTimestamp": "Sat 2024-10-26 03:19:38 EDT", "ActiveExitTimestampMonotonic": "441794299", "InactiveEnterTimestamp": "Sat 2024-10-26 03:19:38 EDT", "InactiveEnterTimestampMonotonic": "441818955", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-10-26 03:19:38 EDT", "ConditionTimestampMonotonic": "441819706", "AssertTimestamp": "Sat 2024-10-26 03:19:38 EDT", "AssertTimestampMonotonic": "441819728", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "a05b938642844a7691dcf712d12364dc", "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.44.240 closed.\r\n') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927224.9502861-10867-6359237732752/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.231> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-10-26 03:19:52 EDT", "ExecMainStartTimestampMonotonic": "417334198", "ExecMainExitTimestamp": "Sat 2024-10-26 03:20:11 EDT", "ExecMainExitTimestampMonotonic": "436197138", "ExecMainPID": "20352", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:52 EDT] ; stop_time=[Sat 2024-10-26 03:20:11 EDT] ; pid=20352 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:52 EDT] ; stop_time=[Sat 2024-10-26 03:19:52 EDT] ; pid=20343 ; 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": "system.slice network.target remote-fs.target basic.target systemd-journald.socket network-online.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-10-26 03:20:11 EDT", "StateChangeTimestampMonotonic": "436197428", "InactiveExitTimestamp": "Sat 2024-10-26 03:19:52 EDT", "InactiveExitTimestampMonotonic": "417334230", "ActiveEnterTimestamp": "Sat 2024-10-26 03:20:11 EDT", "ActiveEnterTimestampMonotonic": "436197428", "ActiveExitTimestamp": "Sat 2024-10-26 03:19:52 EDT", "ActiveExitTimestampMonotonic": "417309945", "InactiveEnterTimestamp": "Sat 2024-10-26 03:19:52 EDT", "InactiveEnterTimestampMonotonic": "417332497", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-10-26 03:19:52 EDT", "ConditionTimestampMonotonic": "417333313", "AssertTimestamp": "Sat 2024-10-26 03:19:52 EDT", "AssertTimestampMonotonic": "417333335", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "3bf4a3a1518f424a8872a05a65f9697e", "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.9.231 closed.\r\n') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927224.9616601-10868-189812024124050/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') ok: [managed-node3] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": null, "user": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-10-26 03:20:15 EDT", "ActiveEnterTimestampMonotonic": "479016198", "ActiveExitTimestamp": "Sat 2024-10-26 03:19:57 EDT", "ActiveExitTimestampMonotonic": "460230756", "ActiveState": "active", "After": "remote-fs.target network.target system.slice basic.target systemd-journald.socket network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-26 03:19:57 EDT", "AssertTimestampMonotonic": "460255280", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-10-26 03:19:57 EDT", "ConditionTimestampMonotonic": "460255255", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-10-26 03:20:15 EDT", "ExecMainExitTimestampMonotonic": "479015738", "ExecMainPID": "16675", "ExecMainStartTimestamp": "Sat 2024-10-26 03:19:57 EDT", "ExecMainStartTimestampMonotonic": "460256241", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:57 EDT] ; stop_time=[Sat 2024-10-26 03:20:15 EDT] ; pid=16675 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:57 EDT] ; stop_time=[Sat 2024-10-26 03:19:57 EDT] ; pid=16666 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-10-26 03:19:57 EDT", "InactiveEnterTimestampMonotonic": "460254390", "InactiveExitTimestamp": "Sat 2024-10-26 03:19:57 EDT", "InactiveExitTimestampMonotonic": "460256277", "InvocationID": "6d9d063ea2644b5e94a7335b023fcea2", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-10-26 03:20:15 EDT", "StateChangeTimestampMonotonic": "479016198", "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.44.240> (0, b'', b'') ok: [managed-node1] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": null, "user": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-10-26 03:19:57 EDT", "ActiveEnterTimestampMonotonic": "460472321", "ActiveExitTimestamp": "Sat 2024-10-26 03:19:38 EDT", "ActiveExitTimestampMonotonic": "441794299", "ActiveState": "active", "After": "network-online.target system.slice basic.target systemd-journald.socket network.target remote-fs.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-26 03:19:38 EDT", "AssertTimestampMonotonic": "441819728", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-10-26 03:19:38 EDT", "ConditionTimestampMonotonic": "441819706", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-10-26 03:19:57 EDT", "ExecMainExitTimestampMonotonic": "460471836", "ExecMainPID": "16589", "ExecMainStartTimestamp": "Sat 2024-10-26 03:19:38 EDT", "ExecMainStartTimestampMonotonic": "441820628", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:38 EDT] ; stop_time=[Sat 2024-10-26 03:19:57 EDT] ; pid=16589 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:38 EDT] ; stop_time=[Sat 2024-10-26 03:19:38 EDT] ; pid=16578 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-10-26 03:19:38 EDT", "InactiveEnterTimestampMonotonic": "441818955", "InactiveExitTimestamp": "Sat 2024-10-26 03:19:38 EDT", "InactiveExitTimestampMonotonic": "441820659", "InvocationID": "a05b938642844a7691dcf712d12364dc", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-10-26 03:19:57 EDT", "StateChangeTimestampMonotonic": "460472321", "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.9.231> (0, b'', b'') ok: [managed-node2] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": null, "user": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-10-26 03:20:11 EDT", "ActiveEnterTimestampMonotonic": "436197428", "ActiveExitTimestamp": "Sat 2024-10-26 03:19:52 EDT", "ActiveExitTimestampMonotonic": "417309945", "ActiveState": "active", "After": "system.slice network.target remote-fs.target basic.target systemd-journald.socket network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-26 03:19:52 EDT", "AssertTimestampMonotonic": "417333335", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-10-26 03:19:52 EDT", "ConditionTimestampMonotonic": "417333313", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-10-26 03:20:11 EDT", "ExecMainExitTimestampMonotonic": "436197138", "ExecMainPID": "20352", "ExecMainStartTimestamp": "Sat 2024-10-26 03:19:52 EDT", "ExecMainStartTimestampMonotonic": "417334198", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:52 EDT] ; stop_time=[Sat 2024-10-26 03:20:11 EDT] ; pid=20352 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:52 EDT] ; stop_time=[Sat 2024-10-26 03:19:52 EDT] ; pid=20343 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-10-26 03:19:52 EDT", "InactiveEnterTimestampMonotonic": "417332497", "InactiveExitTimestamp": "Sat 2024-10-26 03:19:52 EDT", "InactiveExitTimestampMonotonic": "417334230", "InvocationID": "3bf4a3a1518f424a8872a05a65f9697e", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-10-26 03:20:11 EDT", "StateChangeTimestampMonotonic": "436197428", "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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 26 October 2024 03:20:25 -0400 (0:00:00.787) 0:00:08.200 ****** included: /tmp/collections-JEC/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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 26 October 2024 03:20:25 -0400 (0:00:00.138) 0:00:08.338 ****** <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.240> (0, b'/root\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927225.8758986-10980-12843230288078 `" && echo ansible-tmp-1729927225.8758986-10980-12843230288078="` echo /root/.ansible/tmp/ansible-tmp-1729927225.8758986-10980-12843230288078 `" ) && sleep 0'"'"'' <10.31.9.231> (0, b'/root\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927225.8867188-10981-180244575974473 `" && echo ansible-tmp-1729927225.8867188-10981-180244575974473="` echo /root/.ansible/tmp/ansible-tmp-1729927225.8867188-10981-180244575974473 `" ) && sleep 0'"'"'' <10.31.47.31> (0, b'/root\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927225.889704-10983-232978157938255 `" && echo ansible-tmp-1729927225.889704-10983-232978157938255="` echo /root/.ansible/tmp/ansible-tmp-1729927225.889704-10983-232978157938255 `" ) && sleep 0'"'"'' <10.31.44.240> (0, b'ansible-tmp-1729927225.8758986-10980-12843230288078=/root/.ansible/tmp/ansible-tmp-1729927225.8758986-10980-12843230288078\n', b'') <10.31.9.231> (0, b'ansible-tmp-1729927225.8867188-10981-180244575974473=/root/.ansible/tmp/ansible-tmp-1729927225.8867188-10981-180244575974473\n', b'') <10.31.47.31> (0, b'ansible-tmp-1729927225.889704-10983-232978157938255=/root/.ansible/tmp/ansible-tmp-1729927225.889704-10983-232978157938255\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py <10.31.44.240> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp47lwqtqb TO /root/.ansible/tmp/ansible-tmp-1729927225.8758986-10980-12843230288078/AnsiballZ_command.py <10.31.9.231> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp9mh34ows TO /root/.ansible/tmp/ansible-tmp-1729927225.8867188-10981-180244575974473/AnsiballZ_command.py <10.31.44.240> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5291adab19 '[10.31.44.240]' <10.31.9.231> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f8fa4cb16d '[10.31.9.231]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py <10.31.47.31> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpir9brhao TO /root/.ansible/tmp/ansible-tmp-1729927225.889704-10983-232978157938255/AnsiballZ_command.py <10.31.47.31> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/34f0d9a35b '[10.31.47.31]' <10.31.47.31> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpir9brhao /root/.ansible/tmp/ansible-tmp-1729927225.889704-10983-232978157938255/AnsiballZ_command.py\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927225.889704-10983-232978157938255/ /root/.ansible/tmp/ansible-tmp-1729927225.889704-10983-232978157938255/AnsiballZ_command.py && sleep 0'"'"'' <10.31.9.231> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp9mh34ows /root/.ansible/tmp/ansible-tmp-1729927225.8867188-10981-180244575974473/AnsiballZ_command.py\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927225.8867188-10981-180244575974473/ /root/.ansible/tmp/ansible-tmp-1729927225.8867188-10981-180244575974473/AnsiballZ_command.py && sleep 0'"'"'' <10.31.44.240> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp47lwqtqb /root/.ansible/tmp/ansible-tmp-1729927225.8758986-10980-12843230288078/AnsiballZ_command.py\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927225.8758986-10980-12843230288078/ /root/.ansible/tmp/ansible-tmp-1729927225.8758986-10980-12843230288078/AnsiballZ_command.py && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b -tt 10.31.47.31 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927225.889704-10983-232978157938255/AnsiballZ_command.py && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d -tt 10.31.9.231 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927225.8867188-10981-180244575974473/AnsiballZ_command.py && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 -tt 10.31.44.240 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927225.8758986-10980-12843230288078/AnsiballZ_command.py && sleep 0'"'"'' <10.31.47.31> (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.47.31 closed.\r\n') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927225.889704-10983-232978157938255/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.240> (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.44.240 closed.\r\n') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927225.8758986-10980-12843230288078/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.231> (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.9.231 closed.\r\n') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927225.8867188-10981-180244575974473/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') ok: [managed-node3] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true } }, "rc": 0 } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists <10.31.44.240> (0, b'', b'') ok: [managed-node1] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true } }, "rc": 0 } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists <10.31.9.231> (0, b'', b'') ok: [managed-node2] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true } }, "rc": 0 } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 26 October 2024 03:20:26 -0400 (0:00:00.476) 0:00:08.815 ****** <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.240> (0, b'/root\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927226.351063-11010-186817667067431 `" && echo ansible-tmp-1729927226.351063-11010-186817667067431="` echo /root/.ansible/tmp/ansible-tmp-1729927226.351063-11010-186817667067431 `" ) && sleep 0'"'"'' <10.31.9.231> (0, b'/root\n', b'') <10.31.47.31> (0, b'/root\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927226.3644838-11011-49141305718749 `" && echo ansible-tmp-1729927226.3644838-11011-49141305718749="` echo /root/.ansible/tmp/ansible-tmp-1729927226.3644838-11011-49141305718749 `" ) && sleep 0'"'"'' <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927226.3644838-11013-247286907742528 `" && echo ansible-tmp-1729927226.3644838-11013-247286907742528="` echo /root/.ansible/tmp/ansible-tmp-1729927226.3644838-11013-247286907742528 `" ) && sleep 0'"'"'' <10.31.44.240> (0, b'ansible-tmp-1729927226.351063-11010-186817667067431=/root/.ansible/tmp/ansible-tmp-1729927226.351063-11010-186817667067431\n', b'') <10.31.9.231> (0, b'ansible-tmp-1729927226.3644838-11011-49141305718749=/root/.ansible/tmp/ansible-tmp-1729927226.3644838-11011-49141305718749\n', b'') <10.31.47.31> (0, b'ansible-tmp-1729927226.3644838-11013-247286907742528=/root/.ansible/tmp/ansible-tmp-1729927226.3644838-11013-247286907742528\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.9.231> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpuvbza7gx TO /root/.ansible/tmp/ansible-tmp-1729927226.3644838-11011-49141305718749/AnsiballZ_slurp.py <10.31.47.31> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp03w7kde9 TO /root/.ansible/tmp/ansible-tmp-1729927226.3644838-11013-247286907742528/AnsiballZ_slurp.py <10.31.9.231> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f8fa4cb16d '[10.31.9.231]' <10.31.47.31> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/34f0d9a35b '[10.31.47.31]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.44.240> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpz93oj_hn TO /root/.ansible/tmp/ansible-tmp-1729927226.351063-11010-186817667067431/AnsiballZ_slurp.py <10.31.44.240> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5291adab19 '[10.31.44.240]' <10.31.9.231> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpuvbza7gx /root/.ansible/tmp/ansible-tmp-1729927226.3644838-11011-49141305718749/AnsiballZ_slurp.py\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927226.3644838-11011-49141305718749/ /root/.ansible/tmp/ansible-tmp-1729927226.3644838-11011-49141305718749/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.47.31> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp03w7kde9 /root/.ansible/tmp/ansible-tmp-1729927226.3644838-11013-247286907742528/AnsiballZ_slurp.py\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927226.3644838-11013-247286907742528/ /root/.ansible/tmp/ansible-tmp-1729927226.3644838-11013-247286907742528/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.44.240> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpz93oj_hn /root/.ansible/tmp/ansible-tmp-1729927226.351063-11010-186817667067431/AnsiballZ_slurp.py\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927226.351063-11010-186817667067431/ /root/.ansible/tmp/ansible-tmp-1729927226.351063-11010-186817667067431/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d -tt 10.31.9.231 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927226.3644838-11011-49141305718749/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b -tt 10.31.47.31 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927226.3644838-11013-247286907742528/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 -tt 10.31.44.240 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927226.351063-11010-186817667067431/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.9.231> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDM3pqemkyUjg5ZFNVYXhrV0xpa0VQMDR5SzNEQ2FKbDV0ajFzWFMvMkdrVHhSR25rdndBcGpoZkwrQkpuTS9oRmFQQWlpMTFuOEpRaUJHMWRaUEdHRW91ZWluckowYXpobzRmdnpYT2t3SHFya0FoVVI4SU1mSU1wdm04WEd6M2ZaNWd5b1FHd3o1bTZiWXowMTI0NlZKU0JDN2ZZVkFvU2wrM2tVTmk0MkpuaVV0MXA5UkRWU3RVQTdpbUtiakUwYk93ek9sbHl4TlI4bTkwcUx1dnhiWFQvQ0lOQ0Z6RHlIRnVBeDBzQ0NpTU1qNU1uR1pwNzVLYWUxM2poZUJFNDdMc0YwNExERHlJbUtpMXZOOXRWbHRSRzQwcmZFaGdBaWlnQ2JET3EyM2RSL0lNaWd3ZlAyNVhEWndiYlZKK2JreU1lamZRMnVWdjFXVDJYZERpTHM4ODVEejR0TGZjbXh1S2Z6SGFMZHg1ZVpheTU5WmxCQVZGZGZPTUVKeXpWZ0Y3U3pMT291SGVCSkZoREwxOWdvc1lObFB4WTZKZmxsUFdWc3VrN2ZiS2x0b0w2WEhOT05iSUx6UndGTkM4bm1oSEJqUmJtOUxmTjU0akdSQkdDVDZrQlV4aGJ1eU1USFdRMjR6R2c2RUNqRU5sdE4zWDBxSDJxU25xbDkyc0U9IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "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.9.231 closed.\r\n') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927226.3644838-11011-49141305718749/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.31> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FESlUvMFhIMjhnTU5hK0hJcDJ4ZThwYnN0Y1dNMXlIK1ZZOElUVzZnSS94OEIySGltQ2hrUi9oNjlzK05VZGswTGgwciticFR5cFVLc1cxMStrZEM4RjdDMDFscE9TaE9BVS9Za3h0YXBPOHJmSGVEU1ZRRm5YU2k5dVhzYldoQ3ZnRUwzSzlLdXBkSUlmMmI4Nk9XWWpuN2YzVkRwdk9saEFnVzl4aEc4djlwbVlza3dsV3BzN29iNVBDMlJ6V1ExeVJxaTF3TldoRTNzdVE3NXp2NkJ5OU50WU9McFV5b1p0SlhtTVBHSmpsL0FtRGVnNUtCdkRlNGVYNjhUaUlVN2l1cjlnR3BBY2hmeHVBbVNCbzltYm9LekVrMkFoZ0FXTHpSODBubEMxTXpqN2EzQmc0MUZsb0MzSU0ySzNncDFrdGx5cWtOZEpqczBYTmk5NC9sa3hnVXBCeCs1bExkV2ltd050K1JwOXhNNU5uMmJPVlZFaVV4S0lCU3BZK0VOMUZsaEZYRWVhczc4aXNBWU5CZHVYOVhOMVhXMXV1OEdDVlUrRy9nOElhdWM1ZXNNcnJSbktFdUdZaXVPMzBvbVR4Y2xOZ2VvWVo2M282eXh6R1dJNGkyNloxK21KUmVhbEFmU3Z0ZjRZYVNoYjBHZlNKYmhmUGd3Kzh6dHVpK0U9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "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.47.31 closed.\r\n') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927226.3644838-11013-247286907742528/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.240> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEUnNRUE9HQWp2dTRlOGhCcjU0dGt2NmpzeTg5NGVyOUlET2ZOZ3NWZjA1dmkySzdaVnl0QjA2dzQvZmpCWTY5TlBnMWFHeVVQTUNUaU4xUjh1RGhsaDNsMW9DSVJobE9CYTVjWDk4MHRacXNvTldhTGNlRFBTUUp6SWNUVlFPanJJampvdlZzVUFva3VWeCswR3ZCMDRLY3R2YUsydnZsS3RBZzNOQllpVWNiZmh3c2lPR1ZpdFZDUWNtbklJZWhWdmFhdkxKcDR5ZXBJWDJDazBCVWxMdTRld001dnJWbVFqMGNrdWR5alYyb3J2aTkzdWFXY2kwdUZXdlpVam9OUktFQ2FvVk4vdFpqS1dEZVZmRlI0ZXZSWlo4Znc5RHdNREhGS3ZPOEFVQ0lRd25xdnhNaDVjT1hhOUFRVjFxVDgwbGlVM1cxVnd0dXBBT25ib2E0MCtTa1hYNEgveUtHUnFWSWRpMkVjTTlCYm55T2Q1K2RoQ3dGUFlra0plZjFDdFBaYVN0b3UwMkVwT3RMdG1XbU5sVDhBSVMwYWVsTitSMHRCcVEvYnp1UjBFRDAyQzJvT21FS2ZHa0RNdXFoMk0rRXpEaXd0a1RUSE5la0NWZFhCTVlFUkd1cG9FNmhMSytlUHdWWXJhb3B1bWhuSUc5UmczOXdpcHlBQ3M0a1U9IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "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.44.240 closed.\r\n') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927226.351063-11010-186817667067431/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') <10.31.9.231> (0, b'', b'') ok: [managed-node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDM3pqemkyUjg5ZFNVYXhrV0xpa0VQMDR5SzNEQ2FKbDV0ajFzWFMvMkdrVHhSR25rdndBcGpoZkwrQkpuTS9oRmFQQWlpMTFuOEpRaUJHMWRaUEdHRW91ZWluckowYXpobzRmdnpYT2t3SHFya0FoVVI4SU1mSU1wdm04WEd6M2ZaNWd5b1FHd3o1bTZiWXowMTI0NlZKU0JDN2ZZVkFvU2wrM2tVTmk0MkpuaVV0MXA5UkRWU3RVQTdpbUtiakUwYk93ek9sbHl4TlI4bTkwcUx1dnhiWFQvQ0lOQ0Z6RHlIRnVBeDBzQ0NpTU1qNU1uR1pwNzVLYWUxM2poZUJFNDdMc0YwNExERHlJbUtpMXZOOXRWbHRSRzQwcmZFaGdBaWlnQ2JET3EyM2RSL0lNaWd3ZlAyNVhEWndiYlZKK2JreU1lamZRMnVWdjFXVDJYZERpTHM4ODVEejR0TGZjbXh1S2Z6SGFMZHg1ZVpheTU5WmxCQVZGZGZPTUVKeXpWZ0Y3U3pMT291SGVCSkZoREwxOWdvc1lObFB4WTZKZmxsUFdWc3VrN2ZiS2x0b0w2WEhOT05iSUx6UndGTkM4bm1oSEJqUmJtOUxmTjU0akdSQkdDVDZrQlV4aGJ1eU1USFdRMjR6R2c2RUNqRU5sdE4zWDBxSDJxU25xbDkyc0U9IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } <10.31.44.240> (0, b'', b'') ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FESlUvMFhIMjhnTU5hK0hJcDJ4ZThwYnN0Y1dNMXlIK1ZZOElUVzZnSS94OEIySGltQ2hrUi9oNjlzK05VZGswTGgwciticFR5cFVLc1cxMStrZEM4RjdDMDFscE9TaE9BVS9Za3h0YXBPOHJmSGVEU1ZRRm5YU2k5dVhzYldoQ3ZnRUwzSzlLdXBkSUlmMmI4Nk9XWWpuN2YzVkRwdk9saEFnVzl4aEc4djlwbVlza3dsV3BzN29iNVBDMlJ6V1ExeVJxaTF3TldoRTNzdVE3NXp2NkJ5OU50WU9McFV5b1p0SlhtTVBHSmpsL0FtRGVnNUtCdkRlNGVYNjhUaUlVN2l1cjlnR3BBY2hmeHVBbVNCbzltYm9LekVrMkFoZ0FXTHpSODBubEMxTXpqN2EzQmc0MUZsb0MzSU0ySzNncDFrdGx5cWtOZEpqczBYTmk5NC9sa3hnVXBCeCs1bExkV2ltd050K1JwOXhNNU5uMmJPVlZFaVV4S0lCU3BZK0VOMUZsaEZYRWVhczc4aXNBWU5CZHVYOVhOMVhXMXV1OEdDVlUrRy9nOElhdWM1ZXNNcnJSbktFdUdZaXVPMzBvbVR4Y2xOZ2VvWVo2M282eXh6R1dJNGkyNloxK21KUmVhbEFmU3Z0ZjRZYVNoYjBHZlNKYmhmUGd3Kzh6dHVpK0U9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } ok: [managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEUnNRUE9HQWp2dTRlOGhCcjU0dGt2NmpzeTg5NGVyOUlET2ZOZ3NWZjA1dmkySzdaVnl0QjA2dzQvZmpCWTY5TlBnMWFHeVVQTUNUaU4xUjh1RGhsaDNsMW9DSVJobE9CYTVjWDk4MHRacXNvTldhTGNlRFBTUUp6SWNUVlFPanJJampvdlZzVUFva3VWeCswR3ZCMDRLY3R2YUsydnZsS3RBZzNOQllpVWNiZmh3c2lPR1ZpdFZDUWNtbklJZWhWdmFhdkxKcDR5ZXBJWDJDazBCVWxMdTRld001dnJWbVFqMGNrdWR5alYyb3J2aTkzdWFXY2kwdUZXdlpVam9OUktFQ2FvVk4vdFpqS1dEZVZmRlI0ZXZSWlo4Znc5RHdNREhGS3ZPOEFVQ0lRd25xdnhNaDVjT1hhOUFRVjFxVDgwbGlVM1cxVnd0dXBBT25ib2E0MCtTa1hYNEgveUtHUnFWSWRpMkVjTTlCYm55T2Q1K2RoQ3dGUFlra0plZjFDdFBaYVN0b3UwMkVwT3RMdG1XbU5sVDhBSVMwYWVsTitSMHRCcVEvYnp1UjBFRDAyQzJvT21FS2ZHa0RNdXFoMk0rRXpEaXd0a1RUSE5la0NWZFhCTVlFUkd1cG9FNmhMSytlUHdWWXJhb3B1bWhuSUc5UmczOXdpcHlBQ3M0a1U9IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 26 October 2024 03:20:26 -0400 (0:00:00.481) 0:00:09.296 ****** <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.240> (0, b'/root\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927226.8488724-11037-13352293043756 `" && echo ansible-tmp-1729927226.8488724-11037-13352293043756="` echo /root/.ansible/tmp/ansible-tmp-1729927226.8488724-11037-13352293043756 `" ) && sleep 0'"'"'' <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.231> (0, b'/root\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927226.8711417-11038-237159782368887 `" && echo ansible-tmp-1729927226.8711417-11038-237159782368887="` echo /root/.ansible/tmp/ansible-tmp-1729927226.8711417-11038-237159782368887 `" ) && sleep 0'"'"'' <10.31.44.240> (0, b'ansible-tmp-1729927226.8488724-11037-13352293043756=/root/.ansible/tmp/ansible-tmp-1729927226.8488724-11037-13352293043756\n', b'') <10.31.47.31> (0, b'/root\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927226.8835032-11040-129893113951313 `" && echo ansible-tmp-1729927226.8835032-11040-129893113951313="` echo /root/.ansible/tmp/ansible-tmp-1729927226.8835032-11040-129893113951313 `" ) && sleep 0'"'"'' <10.31.9.231> (0, b'ansible-tmp-1729927226.8711417-11038-237159782368887=/root/.ansible/tmp/ansible-tmp-1729927226.8711417-11038-237159782368887\n', b'') <10.31.47.31> (0, b'ansible-tmp-1729927226.8835032-11040-129893113951313=/root/.ansible/tmp/ansible-tmp-1729927226.8835032-11040-129893113951313\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py <10.31.44.240> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp3ifqbwbv TO /root/.ansible/tmp/ansible-tmp-1729927226.8488724-11037-13352293043756/AnsiballZ_user.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py <10.31.44.240> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5291adab19 '[10.31.44.240]' <10.31.9.231> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp3xkekcbw TO /root/.ansible/tmp/ansible-tmp-1729927226.8711417-11038-237159782368887/AnsiballZ_user.py <10.31.9.231> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f8fa4cb16d '[10.31.9.231]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py <10.31.47.31> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp56wztq3u TO /root/.ansible/tmp/ansible-tmp-1729927226.8835032-11040-129893113951313/AnsiballZ_user.py <10.31.47.31> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/34f0d9a35b '[10.31.47.31]' <10.31.9.231> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp3xkekcbw /root/.ansible/tmp/ansible-tmp-1729927226.8711417-11038-237159782368887/AnsiballZ_user.py\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927226.8711417-11038-237159782368887/ /root/.ansible/tmp/ansible-tmp-1729927226.8711417-11038-237159782368887/AnsiballZ_user.py && sleep 0'"'"'' <10.31.44.240> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp3ifqbwbv /root/.ansible/tmp/ansible-tmp-1729927226.8488724-11037-13352293043756/AnsiballZ_user.py\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927226.8488724-11037-13352293043756/ /root/.ansible/tmp/ansible-tmp-1729927226.8488724-11037-13352293043756/AnsiballZ_user.py && sleep 0'"'"'' <10.31.47.31> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp56wztq3u /root/.ansible/tmp/ansible-tmp-1729927226.8835032-11040-129893113951313/AnsiballZ_user.py\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927226.8835032-11040-129893113951313/ /root/.ansible/tmp/ansible-tmp-1729927226.8835032-11040-129893113951313/AnsiballZ_user.py && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d -tt 10.31.9.231 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927226.8711417-11038-237159782368887/AnsiballZ_user.py && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 -tt 10.31.44.240 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927226.8488724-11037-13352293043756/AnsiballZ_user.py && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b -tt 10.31.47.31 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927226.8835032-11040-129893113951313/AnsiballZ_user.py && sleep 0'"'"'' <10.31.9.231> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on managed-node2", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null}}}\r\n', b'Shared connection to 10.31.9.231 closed.\r\n') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927226.8711417-11038-237159782368887/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.240> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on managed-node1", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null}}}\r\n', b'Shared connection to 10.31.44.240 closed.\r\n') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927226.8488724-11037-13352293043756/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.31> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on managed-node3", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null}}}\r\n', b'Shared connection to 10.31.47.31 closed.\r\n') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927226.8835032-11040-129893113951313/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') ok: [managed-node2 -> managed-node2] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on managed-node2", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } <10.31.44.240> (0, b'', b'') ok: [managed-node1 -> managed-node1] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on managed-node1", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } <10.31.47.31> (0, b'', b'') ok: [managed-node3 -> managed-node3] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on managed-node3", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] **** task path: /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 26 October 2024 03:20:27 -0400 (0:00:00.605) 0:00:09.902 ****** <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.240> (0, b'/root\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927227.4413624-11067-161776128458419 `" && echo ansible-tmp-1729927227.4413624-11067-161776128458419="` echo /root/.ansible/tmp/ansible-tmp-1729927227.4413624-11067-161776128458419 `" ) && sleep 0'"'"'' <10.31.9.231> (0, b'/root\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927227.4567342-11068-6061900382141 `" && echo ansible-tmp-1729927227.4567342-11068-6061900382141="` echo /root/.ansible/tmp/ansible-tmp-1729927227.4567342-11068-6061900382141 `" ) && sleep 0'"'"'' <10.31.47.31> (0, b'/root\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927227.4716222-11070-142809138766917 `" && echo ansible-tmp-1729927227.4716222-11070-142809138766917="` echo /root/.ansible/tmp/ansible-tmp-1729927227.4716222-11070-142809138766917 `" ) && sleep 0'"'"'' <10.31.44.240> (0, b'ansible-tmp-1729927227.4413624-11067-161776128458419=/root/.ansible/tmp/ansible-tmp-1729927227.4413624-11067-161776128458419\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.44.240> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpoc0e9xat TO /root/.ansible/tmp/ansible-tmp-1729927227.4413624-11067-161776128458419/AnsiballZ_stat.py <10.31.44.240> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5291adab19 '[10.31.44.240]' <10.31.9.231> (0, b'ansible-tmp-1729927227.4567342-11068-6061900382141=/root/.ansible/tmp/ansible-tmp-1729927227.4567342-11068-6061900382141\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.9.231> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpthjc37k5 TO /root/.ansible/tmp/ansible-tmp-1729927227.4567342-11068-6061900382141/AnsiballZ_stat.py <10.31.9.231> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f8fa4cb16d '[10.31.9.231]' <10.31.47.31> (0, b'ansible-tmp-1729927227.4716222-11070-142809138766917=/root/.ansible/tmp/ansible-tmp-1729927227.4716222-11070-142809138766917\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.47.31> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp4f9kshu7 TO /root/.ansible/tmp/ansible-tmp-1729927227.4716222-11070-142809138766917/AnsiballZ_stat.py <10.31.47.31> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/34f0d9a35b '[10.31.47.31]' <10.31.44.240> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpoc0e9xat /root/.ansible/tmp/ansible-tmp-1729927227.4413624-11067-161776128458419/AnsiballZ_stat.py\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927227.4413624-11067-161776128458419/ /root/.ansible/tmp/ansible-tmp-1729927227.4413624-11067-161776128458419/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.231> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpthjc37k5 /root/.ansible/tmp/ansible-tmp-1729927227.4567342-11068-6061900382141/AnsiballZ_stat.py\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927227.4567342-11068-6061900382141/ /root/.ansible/tmp/ansible-tmp-1729927227.4567342-11068-6061900382141/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.47.31> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp4f9kshu7 /root/.ansible/tmp/ansible-tmp-1729927227.4716222-11070-142809138766917/AnsiballZ_stat.py\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927227.4716222-11070-142809138766917/ /root/.ansible/tmp/ansible-tmp-1729927227.4716222-11070-142809138766917/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 -tt 10.31.44.240 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927227.4413624-11067-161776128458419/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d -tt 10.31.9.231 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927227.4567342-11068-6061900382141/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b -tt 10.31.47.31 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927227.4716222-11070-142809138766917/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.44.240> (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": 1729926756.5408385, "mtime": 1729927173.1686814, "ctime": 1729927173.1686814, "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.44.240 closed.\r\n') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927227.4413624-11067-161776128458419/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.231> (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": 1729926790.8405125, "mtime": 1729927186.0257823, "ctime": 1729927186.0257823, "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.9.231 closed.\r\n') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927227.4567342-11068-6061900382141/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.240> (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": 1729926756.5408385, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1729927173.1686814, "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": 1729927173.1686814, "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.47.31> (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": 1729926759.409489, "mtime": 1729927193.4768407, "ctime": 1729927193.4768407, "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.47.31 closed.\r\n') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927227.4716222-11070-142809138766917/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') ok: [managed-node2 -> managed-node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1729926790.8405125, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1729927186.0257823, "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": 1729927186.0257823, "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.47.31> (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": 1729926759.409489, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1729927193.4768407, "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": 1729927193.4768407, "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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 26 October 2024 03:20:27 -0400 (0:00:00.421) 0:00:10.323 ****** <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.240> (0, b'/root\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> (0, b'/root\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927227.8723483-11094-123845133977446 `" && echo ansible-tmp-1729927227.8723483-11094-123845133977446="` echo /root/.ansible/tmp/ansible-tmp-1729927227.8723483-11094-123845133977446 `" ) && sleep 0'"'"'' <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927227.8729548-11096-144010324802228 `" && echo ansible-tmp-1729927227.8729548-11096-144010324802228="` echo /root/.ansible/tmp/ansible-tmp-1729927227.8729548-11096-144010324802228 `" ) && sleep 0'"'"'' <10.31.47.31> (0, b'/root\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927227.891484-11098-221447500283451 `" && echo ansible-tmp-1729927227.891484-11098-221447500283451="` echo /root/.ansible/tmp/ansible-tmp-1729927227.891484-11098-221447500283451 `" ) && sleep 0'"'"'' <10.31.44.240> (0, b'ansible-tmp-1729927227.8723483-11094-123845133977446=/root/.ansible/tmp/ansible-tmp-1729927227.8723483-11094-123845133977446\n', b'') <10.31.9.231> (0, b'ansible-tmp-1729927227.8729548-11096-144010324802228=/root/.ansible/tmp/ansible-tmp-1729927227.8729548-11096-144010324802228\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.44.240> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp8ivyy8t5 TO /root/.ansible/tmp/ansible-tmp-1729927227.8723483-11094-123845133977446/AnsiballZ_stat.py <10.31.44.240> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5291adab19 '[10.31.44.240]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.9.231> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpt2x45886 TO /root/.ansible/tmp/ansible-tmp-1729927227.8729548-11096-144010324802228/AnsiballZ_stat.py <10.31.9.231> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f8fa4cb16d '[10.31.9.231]' <10.31.47.31> (0, b'ansible-tmp-1729927227.891484-11098-221447500283451=/root/.ansible/tmp/ansible-tmp-1729927227.891484-11098-221447500283451\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.47.31> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpmm_vlm9c TO /root/.ansible/tmp/ansible-tmp-1729927227.891484-11098-221447500283451/AnsiballZ_stat.py <10.31.47.31> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/34f0d9a35b '[10.31.47.31]' <10.31.44.240> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp8ivyy8t5 /root/.ansible/tmp/ansible-tmp-1729927227.8723483-11094-123845133977446/AnsiballZ_stat.py\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927227.8723483-11094-123845133977446/ /root/.ansible/tmp/ansible-tmp-1729927227.8723483-11094-123845133977446/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.231> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpt2x45886 /root/.ansible/tmp/ansible-tmp-1729927227.8729548-11096-144010324802228/AnsiballZ_stat.py\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927227.8729548-11096-144010324802228/ /root/.ansible/tmp/ansible-tmp-1729927227.8729548-11096-144010324802228/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.47.31> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpmm_vlm9c /root/.ansible/tmp/ansible-tmp-1729927227.891484-11098-221447500283451/AnsiballZ_stat.py\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927227.891484-11098-221447500283451/ /root/.ansible/tmp/ansible-tmp-1729927227.891484-11098-221447500283451/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 -tt 10.31.44.240 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927227.8723483-11094-123845133977446/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d -tt 10.31.9.231 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927227.8729548-11096-144010324802228/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b -tt 10.31.47.31 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927227.891484-11098-221447500283451/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.44.240> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh/authorized_keys", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1562, "inode": 58720451, "dev": 51713, "nlink": 1, "atime": 1729927179.0797012, "mtime": 1729927173.1686814, "ctime": 1729927173.1696813, "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": "7c400ee8b34f3a25ff2fefd7560ea9564a640115", "mimetype": "text/plain", "charset": "us-ascii", "version": "2664532314", "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.44.240 closed.\r\n') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927227.8723483-11094-123845133977446/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.231> (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": 1729926936.6759112, "mtime": 1729926790.8405125, "ctime": 1729926790.8405125, "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.9.231 closed.\r\n') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927227.8729548-11096-144010324802228/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.31> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh/authorized_keys", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1562, "inode": 85983490, "dev": 51713, "nlink": 1, "atime": 1729927197.4588444, "mtime": 1729927193.4768407, "ctime": 1729927193.4778407, "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": "41b842fa5c4348e06d76f41f644cb4182db8d5da", "mimetype": "text/plain", "charset": "us-ascii", "version": "46287335", "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.47.31 closed.\r\n') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927227.891484-11098-221447500283451/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.240> (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": 1729927179.0797012, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c400ee8b34f3a25ff2fefd7560ea9564a640115", "ctime": 1729927173.1696813, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 58720451, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1729927173.1686814, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1562, "uid": 0, "version": "2664532314", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.9.231> (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": 1729926936.6759112, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1729926790.8405125, "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": 1729926790.8405125, "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.47.31> (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": 1729927197.4588444, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "41b842fa5c4348e06d76f41f644cb4182db8d5da", "ctime": 1729927193.4778407, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 85983490, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1729927193.4768407, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1562, "uid": 0, "version": "46287335", "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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 26 October 2024 03:20:28 -0400 (0:00:00.421) 0:00:10.745 ****** <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.240> (0, b'/root\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927228.300245-11124-269098295577733 `" && echo ansible-tmp-1729927228.300245-11124-269098295577733="` echo /root/.ansible/tmp/ansible-tmp-1729927228.300245-11124-269098295577733 `" ) && sleep 0'"'"'' <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.231> (0, b'/root\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927228.3246834-11125-246158538084280 `" && echo ansible-tmp-1729927228.3246834-11125-246158538084280="` echo /root/.ansible/tmp/ansible-tmp-1729927228.3246834-11125-246158538084280 `" ) && sleep 0'"'"'' <10.31.44.240> (0, b'ansible-tmp-1729927228.300245-11124-269098295577733=/root/.ansible/tmp/ansible-tmp-1729927228.300245-11124-269098295577733\n', b'') <10.31.47.31> (0, b'/root\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927228.34651-11127-6584390177624 `" && echo ansible-tmp-1729927228.34651-11127-6584390177624="` echo /root/.ansible/tmp/ansible-tmp-1729927228.34651-11127-6584390177624 `" ) && sleep 0'"'"'' <10.31.9.231> (0, b'ansible-tmp-1729927228.3246834-11125-246158538084280=/root/.ansible/tmp/ansible-tmp-1729927228.3246834-11125-246158538084280\n', b'') <10.31.47.31> (0, b'ansible-tmp-1729927228.34651-11127-6584390177624=/root/.ansible/tmp/ansible-tmp-1729927228.34651-11127-6584390177624\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.44.240> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmptpr1shud TO /root/.ansible/tmp/ansible-tmp-1729927228.300245-11124-269098295577733/AnsiballZ_file.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.44.240> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5291adab19 '[10.31.44.240]' <10.31.9.231> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpddros66e TO /root/.ansible/tmp/ansible-tmp-1729927228.3246834-11125-246158538084280/AnsiballZ_file.py <10.31.9.231> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f8fa4cb16d '[10.31.9.231]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.47.31> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp0_jge2vj TO /root/.ansible/tmp/ansible-tmp-1729927228.34651-11127-6584390177624/AnsiballZ_file.py <10.31.47.31> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/34f0d9a35b '[10.31.47.31]' <10.31.9.231> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpddros66e /root/.ansible/tmp/ansible-tmp-1729927228.3246834-11125-246158538084280/AnsiballZ_file.py\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927228.3246834-11125-246158538084280/ /root/.ansible/tmp/ansible-tmp-1729927228.3246834-11125-246158538084280/AnsiballZ_file.py && sleep 0'"'"'' <10.31.44.240> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmptpr1shud /root/.ansible/tmp/ansible-tmp-1729927228.300245-11124-269098295577733/AnsiballZ_file.py\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927228.300245-11124-269098295577733/ /root/.ansible/tmp/ansible-tmp-1729927228.300245-11124-269098295577733/AnsiballZ_file.py && sleep 0'"'"'' <10.31.47.31> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp0_jge2vj /root/.ansible/tmp/ansible-tmp-1729927228.34651-11127-6584390177624/AnsiballZ_file.py\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927228.34651-11127-6584390177624/ /root/.ansible/tmp/ansible-tmp-1729927228.34651-11127-6584390177624/AnsiballZ_file.py && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d -tt 10.31.9.231 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927228.3246834-11125-246158538084280/AnsiballZ_file.py && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 -tt 10.31.44.240 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927228.300245-11124-269098295577733/AnsiballZ_file.py && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b -tt 10.31.47.31 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927228.34651-11127-6584390177624/AnsiballZ_file.py && sleep 0'"'"'' <10.31.44.240> (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.44.240 closed.\r\n') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927228.300245-11124-269098295577733/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.231> (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.9.231 closed.\r\n') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927228.3246834-11125-246158538084280/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.31> (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.47.31 closed.\r\n') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927228.34651-11127-6584390177624/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.240> (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 } <10.31.9.231> (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.47.31> (0, b'', b'') ok: [managed-node3 -> managed-node3] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 26 October 2024 03:20:28 -0400 (0:00:00.553) 0:00:11.299 ****** <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.240> (0, b'/root\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927228.867073-11151-275374308465178 `" && echo ansible-tmp-1729927228.867073-11151-275374308465178="` echo /root/.ansible/tmp/ansible-tmp-1729927228.867073-11151-275374308465178 `" ) && sleep 0'"'"'' <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.231> (0, b'/root\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927228.8971984-11152-9334507806176 `" && echo ansible-tmp-1729927228.8971984-11152-9334507806176="` echo /root/.ansible/tmp/ansible-tmp-1729927228.8971984-11152-9334507806176 `" ) && sleep 0'"'"'' <10.31.47.31> (0, b'/root\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927228.8990326-11154-161802439316200 `" && echo ansible-tmp-1729927228.8990326-11154-161802439316200="` echo /root/.ansible/tmp/ansible-tmp-1729927228.8990326-11154-161802439316200 `" ) && sleep 0'"'"'' <10.31.44.240> (0, b'ansible-tmp-1729927228.867073-11151-275374308465178=/root/.ansible/tmp/ansible-tmp-1729927228.867073-11151-275374308465178\n', b'') <10.31.47.31> (0, b'ansible-tmp-1729927228.8990326-11154-161802439316200=/root/.ansible/tmp/ansible-tmp-1729927228.8990326-11154-161802439316200\n', b'') <10.31.9.231> (0, b'ansible-tmp-1729927228.8971984-11152-9334507806176=/root/.ansible/tmp/ansible-tmp-1729927228.8971984-11152-9334507806176\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py <10.31.44.240> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpv8m2shmm TO /root/.ansible/tmp/ansible-tmp-1729927228.867073-11151-275374308465178/AnsiballZ_lineinfile.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py <10.31.44.240> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5291adab19 '[10.31.44.240]' <10.31.47.31> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpglgu8lj_ TO /root/.ansible/tmp/ansible-tmp-1729927228.8990326-11154-161802439316200/AnsiballZ_lineinfile.py <10.31.47.31> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/34f0d9a35b '[10.31.47.31]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py <10.31.9.231> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp2kfjxml0 TO /root/.ansible/tmp/ansible-tmp-1729927228.8971984-11152-9334507806176/AnsiballZ_lineinfile.py <10.31.9.231> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f8fa4cb16d '[10.31.9.231]' <10.31.44.240> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpv8m2shmm /root/.ansible/tmp/ansible-tmp-1729927228.867073-11151-275374308465178/AnsiballZ_lineinfile.py\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927228.867073-11151-275374308465178/ /root/.ansible/tmp/ansible-tmp-1729927228.867073-11151-275374308465178/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.47.31> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpglgu8lj_ /root/.ansible/tmp/ansible-tmp-1729927228.8990326-11154-161802439316200/AnsiballZ_lineinfile.py\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927228.8990326-11154-161802439316200/ /root/.ansible/tmp/ansible-tmp-1729927228.8990326-11154-161802439316200/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.9.231> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp2kfjxml0 /root/.ansible/tmp/ansible-tmp-1729927228.8971984-11152-9334507806176/AnsiballZ_lineinfile.py\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927228.8971984-11152-9334507806176/ /root/.ansible/tmp/ansible-tmp-1729927228.8971984-11152-9334507806176/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 -tt 10.31.44.240 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927228.867073-11151-275374308465178/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b -tt 10.31.47.31 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927228.8990326-11154-161802439316200/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d -tt 10.31.9.231 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927228.8971984-11152-9334507806176/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.44.240> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDRsQPOGAjvu4e8hBr54tkv6jsy894er9IDOfNgsVf05vi2K7ZVytB06w4/fjBY69NPg1aGyUPMCTiN1R8uDhlh3l1oCIRhlOBa5cX980tZqsoNWaLceDPSQJzIcTVQOjrIjjovVsUAokuVx+0GvB04KctvaK2vvlKtAg3NBYiUcbfhwsiOGVitVCQcmnIIehVvaavLJp4yepIX2Ck0BUlLu4ewM5vrVmQj0ckudyjV2orvi93uaWci0uFWvZUjoNRKECaoVN/tZjKWDeVfFR4evRZZ8fw9DwMDHFKvO8AUCIQwnqvxMh5cOXa9AQV1qT80liU3W1VwtupAOnboa40+SkXX4H/yKGRqVIdi2EcM9BbnyOd5+dhCwFPYkkJef1CtPZaStou02EpOtLtmWmNlT8AIS0aelN+R0tBqQ/bzuR0ED02C2oOmEKfGkDMuqh2M+EzDiwtkTTHNekCVdXBMYERGupoE6hLK+ePwVYraopumhnIG9Rg39wipyACs4kU= root@managed-node1", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "follow": false, "unsafe_writes": false, "regexp": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "src": null, "force": null, "content": null, "remote_src": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.44.240 closed.\r\n') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927228.867073-11151-275374308465178/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.31> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDJU/0XH28gMNa+HIp2xe8pbstcWM1yH+VY8ITW6gI/x8B2HimChkR/h69s+NUdk0Lh0r+bpTypUKsW11+kdC8F7C01lpOShOAU/YkxtapO8rfHeDSVQFnXSi9uXsbWhCvgEL3K9KupdIIf2b86OWYjn7f3VDpvOlhAgW9xhG8v9pmYskwlWps7ob5PC2RzWQ1yRqi1wNWhE3suQ75zv6By9NtYOLpUyoZtJXmMPGJjl/AmDeg5KBvDe4eX68TiIU7iur9gGpAchfxuAmSBo9mboKzEk2AhgAWLzR80nlC1Mzj7a3Bg41FloC3IM2K3gp1ktlyqkNdJjs0XNi94/lkxgUpBx+5lLdWimwNt+Rp9xM5Nn2bOVVEiUxKIBSpY+EN1FlhFXEeas78isAYNBduX9XN1XW1uu8GCVU+G/g8Iauc5esMrrRnKEuGYiuO30omTxclNgeoYZ63o6yxzGWI4i26Z1+mJRealAfSvtf4YaShb0GfSJbhfPgw+8ztui+E= root@managed-node3", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "follow": false, "unsafe_writes": false, "regexp": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "src": null, "force": null, "content": null, "remote_src": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.47.31 closed.\r\n') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927228.8990326-11154-161802439316200/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.231> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQC3zjzi2R89dSUaxkWLikEP04yK3DCaJl5tj1sXS/2GkTxRGnkvwApjhfL+BJnM/hFaPAii11n8JQiBG1dZPGGEoueinrJ0azho4fvzXOkwHqrkAhUR8IMfIMpvm8XGz3fZ5gyoQGwz5m6bYz01246VJSBC7fYVAoSl+3kUNi42JniUt1p9RDVStUA7imKbjE0bOwzOllyxNR8m90qLuvxbXT/CINCFzDyHFuAx0sCCiMMj5MnGZp75Kae13jheBE47LsF04LDDyImKi1vN9tVltRG40rfEhgAiigCbDOq23dR/IMigwfP25XDZwbbVJ+bkyMejfQ2uVv1WT2XdDiLs885Dz4tLfcmxuKfzHaLdx5eZay59ZlBAVFdfOMEJyzVgF7SzLOouHeBJFhDL19gosYNlPxY6JfllPWVsuk7fbKltoL6XHNONbILzRwFNC8nmhHBjRbm9LfN54jGRBGCT6kBUxhbuyMTHWQ24zGg6ECjENltN3X0qH2qSnql92sE= root@managed-node2", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "follow": false, "unsafe_writes": false, "regexp": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "src": null, "force": null, "content": null, "remote_src": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.9.231 closed.\r\n') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927228.8971984-11152-9334507806176/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') <10.31.47.31> (0, b'', b'') ok: [managed-node1 -> managed-node1] => { "backup": "", "changed": false, "diff": [ { "after": "", "after_header": "/root/.ssh/authorized_keys (content)", "before": "", "before_header": "/root/.ssh/authorized_keys (content)" }, { "after_header": "/root/.ssh/authorized_keys (file attributes)", "before_header": "/root/.ssh/authorized_keys (file attributes)" } ], "invocation": { "module_args": { "attributes": null, "backrefs": false, "backup": false, "content": null, "create": true, "delimiter": null, "directory_mode": null, "firstmatch": false, "follow": false, "force": null, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDRsQPOGAjvu4e8hBr54tkv6jsy894er9IDOfNgsVf05vi2K7ZVytB06w4/fjBY69NPg1aGyUPMCTiN1R8uDhlh3l1oCIRhlOBa5cX980tZqsoNWaLceDPSQJzIcTVQOjrIjjovVsUAokuVx+0GvB04KctvaK2vvlKtAg3NBYiUcbfhwsiOGVitVCQcmnIIehVvaavLJp4yepIX2Ck0BUlLu4ewM5vrVmQj0ckudyjV2orvi93uaWci0uFWvZUjoNRKECaoVN/tZjKWDeVfFR4evRZZ8fw9DwMDHFKvO8AUCIQwnqvxMh5cOXa9AQV1qT80liU3W1VwtupAOnboa40+SkXX4H/yKGRqVIdi2EcM9BbnyOd5+dhCwFPYkkJef1CtPZaStou02EpOtLtmWmNlT8AIS0aelN+R0tBqQ/bzuR0ED02C2oOmEKfGkDMuqh2M+EzDiwtkTTHNekCVdXBMYERGupoE6hLK+ePwVYraopumhnIG9Rg39wipyACs4kU= root@managed-node1", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "present", "unsafe_writes": false, "validate": null } } } 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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDJU/0XH28gMNa+HIp2xe8pbstcWM1yH+VY8ITW6gI/x8B2HimChkR/h69s+NUdk0Lh0r+bpTypUKsW11+kdC8F7C01lpOShOAU/YkxtapO8rfHeDSVQFnXSi9uXsbWhCvgEL3K9KupdIIf2b86OWYjn7f3VDpvOlhAgW9xhG8v9pmYskwlWps7ob5PC2RzWQ1yRqi1wNWhE3suQ75zv6By9NtYOLpUyoZtJXmMPGJjl/AmDeg5KBvDe4eX68TiIU7iur9gGpAchfxuAmSBo9mboKzEk2AhgAWLzR80nlC1Mzj7a3Bg41FloC3IM2K3gp1ktlyqkNdJjs0XNi94/lkxgUpBx+5lLdWimwNt+Rp9xM5Nn2bOVVEiUxKIBSpY+EN1FlhFXEeas78isAYNBduX9XN1XW1uu8GCVU+G/g8Iauc5esMrrRnKEuGYiuO30omTxclNgeoYZ63o6yxzGWI4i26Z1+mJRealAfSvtf4YaShb0GfSJbhfPgw+8ztui+E= root@managed-node3", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "present", "unsafe_writes": false, "validate": null } } } <10.31.9.231> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQC3zjzi2R89dSUaxkWLikEP04yK3DCaJl5tj1sXS/2GkTxRGnkvwApjhfL+BJnM/hFaPAii11n8JQiBG1dZPGGEoueinrJ0azho4fvzXOkwHqrkAhUR8IMfIMpvm8XGz3fZ5gyoQGwz5m6bYz01246VJSBC7fYVAoSl+3kUNi42JniUt1p9RDVStUA7imKbjE0bOwzOllyxNR8m90qLuvxbXT/CINCFzDyHFuAx0sCCiMMj5MnGZp75Kae13jheBE47LsF04LDDyImKi1vN9tVltRG40rfEhgAiigCbDOq23dR/IMigwfP25XDZwbbVJ+bkyMejfQ2uVv1WT2XdDiLs885Dz4tLfcmxuKfzHaLdx5eZay59ZlBAVFdfOMEJyzVgF7SzLOouHeBJFhDL19gosYNlPxY6JfllPWVsuk7fbKltoL6XHNONbILzRwFNC8nmhHBjRbm9LfN54jGRBGCT6kBUxhbuyMTHWQ24zGg6ECjENltN3X0qH2qSnql92sE= root@managed-node2", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "present", "unsafe_writes": false, "validate": null } } } MSG: line added TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 26 October 2024 03:20:29 -0400 (0:00:00.547) 0:00:11.846 ****** <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.240> (0, b'/root\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927229.3767097-11181-81442344323134 `" && echo ansible-tmp-1729927229.3767097-11181-81442344323134="` echo /root/.ansible/tmp/ansible-tmp-1729927229.3767097-11181-81442344323134 `" ) && sleep 0'"'"'' <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.231> (0, b'/root\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927229.400067-11183-181664794203350 `" && echo ansible-tmp-1729927229.400067-11183-181664794203350="` echo /root/.ansible/tmp/ansible-tmp-1729927229.400067-11183-181664794203350 `" ) && sleep 0'"'"'' <10.31.44.240> (0, b'ansible-tmp-1729927229.3767097-11181-81442344323134=/root/.ansible/tmp/ansible-tmp-1729927229.3767097-11181-81442344323134\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.44.240> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp7adt6tof TO /root/.ansible/tmp/ansible-tmp-1729927229.3767097-11181-81442344323134/AnsiballZ_slurp.py <10.31.44.240> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5291adab19 '[10.31.44.240]' <10.31.47.31> (0, b'/root\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927229.4128094-11184-149222214102392 `" && echo ansible-tmp-1729927229.4128094-11184-149222214102392="` echo /root/.ansible/tmp/ansible-tmp-1729927229.4128094-11184-149222214102392 `" ) && sleep 0'"'"'' <10.31.9.231> (0, b'ansible-tmp-1729927229.400067-11183-181664794203350=/root/.ansible/tmp/ansible-tmp-1729927229.400067-11183-181664794203350\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.9.231> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpbzsw1yi2 TO /root/.ansible/tmp/ansible-tmp-1729927229.400067-11183-181664794203350/AnsiballZ_slurp.py <10.31.9.231> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f8fa4cb16d '[10.31.9.231]' <10.31.47.31> (0, b'ansible-tmp-1729927229.4128094-11184-149222214102392=/root/.ansible/tmp/ansible-tmp-1729927229.4128094-11184-149222214102392\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.47.31> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp26ns51w0 TO /root/.ansible/tmp/ansible-tmp-1729927229.4128094-11184-149222214102392/AnsiballZ_slurp.py <10.31.47.31> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/34f0d9a35b '[10.31.47.31]' <10.31.44.240> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp7adt6tof /root/.ansible/tmp/ansible-tmp-1729927229.3767097-11181-81442344323134/AnsiballZ_slurp.py\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927229.3767097-11181-81442344323134/ /root/.ansible/tmp/ansible-tmp-1729927229.3767097-11181-81442344323134/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.9.231> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpbzsw1yi2 /root/.ansible/tmp/ansible-tmp-1729927229.400067-11183-181664794203350/AnsiballZ_slurp.py\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927229.400067-11183-181664794203350/ /root/.ansible/tmp/ansible-tmp-1729927229.400067-11183-181664794203350/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 -tt 10.31.44.240 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927229.3767097-11181-81442344323134/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.47.31> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp26ns51w0 /root/.ansible/tmp/ansible-tmp-1729927229.4128094-11184-149222214102392/AnsiballZ_slurp.py\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927229.4128094-11184-149222214102392/ /root/.ansible/tmp/ansible-tmp-1729927229.4128094-11184-149222214102392/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d -tt 10.31.9.231 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927229.400067-11183-181664794203350/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b -tt 10.31.47.31 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927229.4128094-11184-149222214102392/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.44.240> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDNzN6MjVScFZSVndJeExrUktlZzM1RTFUekpRd2lJMythdEg4N3U2Ni9CK2E3U2pscnFQR1V1a1BBUkh5N0piaEhUM1hMMWVLRGVXQm5FWmRlMlFJOVdCaDBzZXNDM0F0bURVdTlrNVY4amwwVXlPeGVVdzRxeHFEdFB1L1Zzc0dDYmg3UGI3a3o1Rmd1MnRoUmFTMTFTMW9BdzRFek0zcjExTUhFZy9vQ05BVHRWb2t3bWYrZjFDekFQeVlERlA3Z1E3OFdRZnB6b01Vb2MwVWJLK05CYlNqa3ZmbmhpVTJOY09rSkdpZkxpZUFLQ3FVc3NNK0JWb1Z0aGhzak9XcGhTMGEweWZMRy8vbHYrN0YrZE9sdDJ0dk4zV3l3ZUYwTGRxdWVKY2V3TGxDbUFlUUN3cDBJS2FqZWw0TDcwQmR1Q0NQV052ZENBYVA4czUwZFNLd05WQWwvSEFBcFRydWF0UEVLRmFxaDJuZ1NNWUVCNGtOR1FqdzRsSWdSMFZZU3poMC9zT2NxRy9kcHJBMUpwNzhXOUNQUVpCR1FHR3JwT1pZclpvZUNQUVgyQnBWYy9sVU9nUHlsWDRrYTE5TDNZU25Rb3lUQTdRekV4T1QwYXVCbzgwNURyOUlKbW1QMmNFZEpvbGk1Smh6QTNZU0dvSEFkL2N1TGtoaldoWjA9IHJvb3RAaXAtMTAtMzEtNDQtMjQwLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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.44.240 closed.\r\n') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927229.3767097-11181-81442344323134/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.231> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEZVZXRmdlYmhiRHpPYjV5MGI4RDlHaUlzbEt0OFpJdy96QU5ndEFvclZEa0hEM2FBcmdocmxuTzlVbXpYM01KMVlyVkhnYVNVN0dxYTkzSWdpdVd3THNpMVBPdEFTc3NuMnNUQU5MM1pYRVV0TTVXZFpXZENvVTlEc0hxbTY4cGRreThMeVhEWFF5NUwrS0J5RCsxQlgwcFo5Tk9FVm5CZ3dQdHJoRVdqT1dxVXJIbzN2ME1vR3IwdHc2RmVrYnk1Q1ppSkdtU0haNjhTSHE1azRTRnlpdlJON2p0bHNXT2p3dFN2NFJaNGs5QWlKMnhZTlZ5Y1pzcnVKMEtBdjB5Y3RqUVZtQXVNUEZIS1V1RWxkTUpab1JYdCtXeWFac0c5ZGNlWmJybWw1dHNVVVh1allaUWVFa3BxL0RtSzNZb0dCOVJpRWJQZWtFa1BRaXNpUFNNUDB5ell6VkJWQy9hazhGa3ZGQWxSTTVZQ0lUVjd2bENZeW8vYlZOWFBhNFQ4REF3S2tMVU1JUXFaWUJxRGc1UFNUc2VQZXZhdkxjdFB1UFlyQlN1TFIydWlWTDFtTTNRei81R3BJM28rZlFLM0ZoeUVwc0dlcnpIbjdxOWFNSnhTU1BDMWpPWFFFMlpGWlhCblBMY2J4am0yYlhZbjdyMWVGcHppN0ljRWpCOWM9IHJvb3RAaXAtMTAtMzEtOS0yMzEudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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.9.231 closed.\r\n') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927229.400067-11183-181664794203350/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') ok: [managed-node1 -> managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDNzN6MjVScFZSVndJeExrUktlZzM1RTFUekpRd2lJMythdEg4N3U2Ni9CK2E3U2pscnFQR1V1a1BBUkh5N0piaEhUM1hMMWVLRGVXQm5FWmRlMlFJOVdCaDBzZXNDM0F0bURVdTlrNVY4amwwVXlPeGVVdzRxeHFEdFB1L1Zzc0dDYmg3UGI3a3o1Rmd1MnRoUmFTMTFTMW9BdzRFek0zcjExTUhFZy9vQ05BVHRWb2t3bWYrZjFDekFQeVlERlA3Z1E3OFdRZnB6b01Vb2MwVWJLK05CYlNqa3ZmbmhpVTJOY09rSkdpZkxpZUFLQ3FVc3NNK0JWb1Z0aGhzak9XcGhTMGEweWZMRy8vbHYrN0YrZE9sdDJ0dk4zV3l3ZUYwTGRxdWVKY2V3TGxDbUFlUUN3cDBJS2FqZWw0TDcwQmR1Q0NQV052ZENBYVA4czUwZFNLd05WQWwvSEFBcFRydWF0UEVLRmFxaDJuZ1NNWUVCNGtOR1FqdzRsSWdSMFZZU3poMC9zT2NxRy9kcHJBMUpwNzhXOUNQUVpCR1FHR3JwT1pZclpvZUNQUVgyQnBWYy9sVU9nUHlsWDRrYTE5TDNZU25Rb3lUQTdRekV4T1QwYXVCbzgwNURyOUlKbW1QMmNFZEpvbGk1Smh6QTNZU0dvSEFkL2N1TGtoaldoWjA9IHJvb3RAaXAtMTAtMzEtNDQtMjQwLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.47.31> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDcU1meXlxaU1TenhwVktrVHliUGVsczJmMUJvMGxva05JNDh2M3EwQ3ZJaFNPTlFPVjQyYlhENTdpVExmTzdkQk93SHZtUEgvWUcvQmZlMzJGaE9ZR2JmbEI4TnZ3OXh2TDVXL21NK296RkNyU3MyQ3lyQXFUdy9kWFBwMVFuQWQrNmM3QzJSZnQxTWFXZ1JDbjk1M0ZpTWxyc2pIbkNXbTBISUh2MU1OUlBxRFB1dmVBT09sQmluTURMbHpCU1lRclJ1M2xNQWw1U3V5Y1FOQU8wQWtDdGRzQm9mWThsYlgxbDR2ZUxLNWdZci92cnYzb2J1WTVscHlXSG5IZXdsTFFOcHlueklyMGJFQi9EVWZ4b3lXSFRLOHpBTGF0QkpsSlRKbnYzUjk5d1E4KzU0aTUwTytPS0IvTXlrV285YkducG1tTWVTZ0lIUmN2WjNoYTR4bk1yekI2VWIyVWVMb2swYk5oR0NFZHROUU5GWUs5UTdlbWVCUXZ3N3FIZlQ2a216N0xKbjZHb2xLUm5meHM0aTc2a0d6UDdRNHFoT1huWVVtek1XMm11YzNKdjY3OTNSdnBJQmN5Ym9idkFiRWJseTNXVkNzR0NFMHFDMlhUa3k2VUVxODVtckJQbWhNSTV1VUorbktVQ2RreUUwR0NQTzZEWVA1M0RQV1IySWs9IHJvb3RAaXAtMTAtMzEtNDctMzEudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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.47.31 closed.\r\n') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927229.4128094-11184-149222214102392/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') ok: [managed-node2 -> managed-node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEZVZXRmdlYmhiRHpPYjV5MGI4RDlHaUlzbEt0OFpJdy96QU5ndEFvclZEa0hEM2FBcmdocmxuTzlVbXpYM01KMVlyVkhnYVNVN0dxYTkzSWdpdVd3THNpMVBPdEFTc3NuMnNUQU5MM1pYRVV0TTVXZFpXZENvVTlEc0hxbTY4cGRreThMeVhEWFF5NUwrS0J5RCsxQlgwcFo5Tk9FVm5CZ3dQdHJoRVdqT1dxVXJIbzN2ME1vR3IwdHc2RmVrYnk1Q1ppSkdtU0haNjhTSHE1azRTRnlpdlJON2p0bHNXT2p3dFN2NFJaNGs5QWlKMnhZTlZ5Y1pzcnVKMEtBdjB5Y3RqUVZtQXVNUEZIS1V1RWxkTUpab1JYdCtXeWFac0c5ZGNlWmJybWw1dHNVVVh1allaUWVFa3BxL0RtSzNZb0dCOVJpRWJQZWtFa1BRaXNpUFNNUDB5ell6VkJWQy9hazhGa3ZGQWxSTTVZQ0lUVjd2bENZeW8vYlZOWFBhNFQ4REF3S2tMVU1JUXFaWUJxRGc1UFNUc2VQZXZhdkxjdFB1UFlyQlN1TFIydWlWTDFtTTNRei81R3BJM28rZlFLM0ZoeUVwc0dlcnpIbjdxOWFNSnhTU1BDMWpPWFFFMlpGWlhCblBMY2J4am0yYlhZbjdyMWVGcHppN0ljRWpCOWM9IHJvb3RAaXAtMTAtMzEtOS0yMzEudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.47.31> (0, b'', b'') ok: [managed-node3 -> managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDcU1meXlxaU1TenhwVktrVHliUGVsczJmMUJvMGxva05JNDh2M3EwQ3ZJaFNPTlFPVjQyYlhENTdpVExmTzdkQk93SHZtUEgvWUcvQmZlMzJGaE9ZR2JmbEI4TnZ3OXh2TDVXL21NK296RkNyU3MyQ3lyQXFUdy9kWFBwMVFuQWQrNmM3QzJSZnQxTWFXZ1JDbjk1M0ZpTWxyc2pIbkNXbTBISUh2MU1OUlBxRFB1dmVBT09sQmluTURMbHpCU1lRclJ1M2xNQWw1U3V5Y1FOQU8wQWtDdGRzQm9mWThsYlgxbDR2ZUxLNWdZci92cnYzb2J1WTVscHlXSG5IZXdsTFFOcHlueklyMGJFQi9EVWZ4b3lXSFRLOHpBTGF0QkpsSlRKbnYzUjk5d1E4KzU0aTUwTytPS0IvTXlrV285YkducG1tTWVTZ0lIUmN2WjNoYTR4bk1yekI2VWIyVWVMb2swYk5oR0NFZHROUU5GWUs5UTdlbWVCUXZ3N3FIZlQ2a216N0xKbjZHb2xLUm5meHM0aTc2a0d6UDdRNHFoT1huWVVtek1XMm11YzNKdjY3OTNSdnBJQmN5Ym9idkFiRWJseTNXVkNzR0NFMHFDMlhUa3k2VUVxODVtckJQbWhNSTV1VUorbktVQ2RreUUwR0NQTzZEWVA1M0RQV1IySWs9IHJvb3RAaXAtMTAtMzEtNDctMzEudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 26 October 2024 03:20:29 -0400 (0:00:00.403) 0:00:12.250 ****** <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.240> (0, b'/root\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927229.8519819-11208-237685620191525 `" && echo ansible-tmp-1729927229.8519819-11208-237685620191525="` echo /root/.ansible/tmp/ansible-tmp-1729927229.8519819-11208-237685620191525 `" ) && sleep 0'"'"'' <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.31> (0, b'/root\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927229.8928776-11210-182862986971332 `" && echo ansible-tmp-1729927229.8928776-11210-182862986971332="` echo /root/.ansible/tmp/ansible-tmp-1729927229.8928776-11210-182862986971332 `" ) && sleep 0'"'"'' <10.31.44.240> (0, b'ansible-tmp-1729927229.8519819-11208-237685620191525=/root/.ansible/tmp/ansible-tmp-1729927229.8519819-11208-237685620191525\n', b'') <10.31.9.231> (0, b'/root\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927229.9020414-11209-209558290597703 `" && echo ansible-tmp-1729927229.9020414-11209-209558290597703="` echo /root/.ansible/tmp/ansible-tmp-1729927229.9020414-11209-209558290597703 `" ) && sleep 0'"'"'' <10.31.47.31> (0, b'ansible-tmp-1729927229.8928776-11210-182862986971332=/root/.ansible/tmp/ansible-tmp-1729927229.8928776-11210-182862986971332\n', b'') <10.31.9.231> (0, b'ansible-tmp-1729927229.9020414-11209-209558290597703=/root/.ansible/tmp/ansible-tmp-1729927229.9020414-11209-209558290597703\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py <10.31.47.31> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpxodgzbvb TO /root/.ansible/tmp/ansible-tmp-1729927229.8928776-11210-182862986971332/AnsiballZ_known_hosts.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py <10.31.47.31> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/34f0d9a35b '[10.31.47.31]' <10.31.9.231> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpyqez1fty TO /root/.ansible/tmp/ansible-tmp-1729927229.9020414-11209-209558290597703/AnsiballZ_known_hosts.py <10.31.9.231> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f8fa4cb16d '[10.31.9.231]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py <10.31.44.240> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpx963u5i0 TO /root/.ansible/tmp/ansible-tmp-1729927229.8519819-11208-237685620191525/AnsiballZ_known_hosts.py <10.31.44.240> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5291adab19 '[10.31.44.240]' <10.31.44.240> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpx963u5i0 /root/.ansible/tmp/ansible-tmp-1729927229.8519819-11208-237685620191525/AnsiballZ_known_hosts.py\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927229.8519819-11208-237685620191525/ /root/.ansible/tmp/ansible-tmp-1729927229.8519819-11208-237685620191525/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.47.31> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpxodgzbvb /root/.ansible/tmp/ansible-tmp-1729927229.8928776-11210-182862986971332/AnsiballZ_known_hosts.py\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927229.8928776-11210-182862986971332/ /root/.ansible/tmp/ansible-tmp-1729927229.8928776-11210-182862986971332/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.9.231> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpyqez1fty /root/.ansible/tmp/ansible-tmp-1729927229.9020414-11209-209558290597703/AnsiballZ_known_hosts.py\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927229.9020414-11209-209558290597703/ /root/.ansible/tmp/ansible-tmp-1729927229.9020414-11209-209558290597703/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 -tt 10.31.44.240 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927229.8519819-11208-237685620191525/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b -tt 10.31.47.31 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927229.8928776-11210-182862986971332/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d -tt 10.31.9.231 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927229.9020414-11209-209558290597703/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.44.240> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.44.240 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC73z25RpVRVwIxLkRKeg35E1TzJQwiI3+atH87u66/B+a7SjlrqPGUukPARHy7JbhHT3XL1eKDeWBnEZde2QI9WBh0sesC3AtmDUu9k5V8jl0UyOxeUw4qxqDtPu/VssGCbh7Pb7kz5Fgu2thRaS11S1oAw4EzM3r11MHEg/oCNATtVokwmf+f1CzAPyYDFP7gQ78WQfpzoMUoc0UbK+NBbSjkvfnhiU2NcOkJGifLieAKCqUssM+BVoVthhsjOWphS0a0yfLG//lv+7F+dOlt2tvN3WyweF0LdqueJcewLlCmAeQCwp0IKajel4L70BduCCPWNvdCAaP8s50dSKwNVAl/HAApTruatPEKFaqh2ngSMYEB4kNGQjw4lIgR0VYSzh0/sOcqG/dprA1Jp78W9CPQZBGQGGrpOZYrZoeCPQX2BpVc/lUOgPylX4ka19L3YSnQoyTA7QzExOT0auBo805Dr9IJmmP2cEdJoli5JhzA3YSGoHAd/cuLkhjWhZ0= root@ip-10-31-44-240.us-east-1.aws.redhat.com\\n", "after": "10.31.44.240 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC73z25RpVRVwIxLkRKeg35E1TzJQwiI3+atH87u66/B+a7SjlrqPGUukPARHy7JbhHT3XL1eKDeWBnEZde2QI9WBh0sesC3AtmDUu9k5V8jl0UyOxeUw4qxqDtPu/VssGCbh7Pb7kz5Fgu2thRaS11S1oAw4EzM3r11MHEg/oCNATtVokwmf+f1CzAPyYDFP7gQ78WQfpzoMUoc0UbK+NBbSjkvfnhiU2NcOkJGifLieAKCqUssM+BVoVthhsjOWphS0a0yfLG//lv+7F+dOlt2tvN3WyweF0LdqueJcewLlCmAeQCwp0IKajel4L70BduCCPWNvdCAaP8s50dSKwNVAl/HAApTruatPEKFaqh2ngSMYEB4kNGQjw4lIgR0VYSzh0/sOcqG/dprA1Jp78W9CPQZBGQGGrpOZYrZoeCPQX2BpVc/lUOgPylX4ka19L3YSnQoyTA7QzExOT0auBo805Dr9IJmmP2cEdJoli5JhzA3YSGoHAd/cuLkhjWhZ0= root@ip-10-31-44-240.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.44.240 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC73z25RpVRVwIxLkRKeg35E1TzJQwiI3+atH87u66/B+a7SjlrqPGUukPARHy7JbhHT3XL1eKDeWBnEZde2QI9WBh0sesC3AtmDUu9k5V8jl0UyOxeUw4qxqDtPu/VssGCbh7Pb7kz5Fgu2thRaS11S1oAw4EzM3r11MHEg/oCNATtVokwmf+f1CzAPyYDFP7gQ78WQfpzoMUoc0UbK+NBbSjkvfnhiU2NcOkJGifLieAKCqUssM+BVoVthhsjOWphS0a0yfLG//lv+7F+dOlt2tvN3WyweF0LdqueJcewLlCmAeQCwp0IKajel4L70BduCCPWNvdCAaP8s50dSKwNVAl/HAApTruatPEKFaqh2ngSMYEB4kNGQjw4lIgR0VYSzh0/sOcqG/dprA1Jp78W9CPQZBGQGGrpOZYrZoeCPQX2BpVc/lUOgPylX4ka19L3YSnQoyTA7QzExOT0auBo805Dr9IJmmP2cEdJoli5JhzA3YSGoHAd/cuLkhjWhZ0= root@ip-10-31-44-240.us-east-1.aws.redhat.com\\n", "name": "10.31.44.240", "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.44.240 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC73z25RpVRVwIxLkRKeg35E1TzJQwiI3+atH87u66/B+a7SjlrqPGUukPARHy7JbhHT3XL1eKDeWBnEZde2QI9WBh0sesC3AtmDUu9k5V8jl0UyOxeUw4qxqDtPu/VssGCbh7Pb7kz5Fgu2thRaS11S1oAw4EzM3r11MHEg/oCNATtVokwmf+f1CzAPyYDFP7gQ78WQfpzoMUoc0UbK+NBbSjkvfnhiU2NcOkJGifLieAKCqUssM+BVoVthhsjOWphS0a0yfLG//lv+7F+dOlt2tvN3WyweF0LdqueJcewLlCmAeQCwp0IKajel4L70BduCCPWNvdCAaP8s50dSKwNVAl/HAApTruatPEKFaqh2ngSMYEB4kNGQjw4lIgR0VYSzh0/sOcqG/dprA1Jp78W9CPQZBGQGGrpOZYrZoeCPQX2BpVc/lUOgPylX4ka19L3YSnQoyTA7QzExOT0auBo805Dr9IJmmP2cEdJoli5JhzA3YSGoHAd/cuLkhjWhZ0= root@ip-10-31-44-240.us-east-1.aws.redhat.com\\n", "after": "10.31.44.240 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC73z25RpVRVwIxLkRKeg35E1TzJQwiI3+atH87u66/B+a7SjlrqPGUukPARHy7JbhHT3XL1eKDeWBnEZde2QI9WBh0sesC3AtmDUu9k5V8jl0UyOxeUw4qxqDtPu/VssGCbh7Pb7kz5Fgu2thRaS11S1oAw4EzM3r11MHEg/oCNATtVokwmf+f1CzAPyYDFP7gQ78WQfpzoMUoc0UbK+NBbSjkvfnhiU2NcOkJGifLieAKCqUssM+BVoVthhsjOWphS0a0yfLG//lv+7F+dOlt2tvN3WyweF0LdqueJcewLlCmAeQCwp0IKajel4L70BduCCPWNvdCAaP8s50dSKwNVAl/HAApTruatPEKFaqh2ngSMYEB4kNGQjw4lIgR0VYSzh0/sOcqG/dprA1Jp78W9CPQZBGQGGrpOZYrZoeCPQX2BpVc/lUOgPylX4ka19L3YSnQoyTA7QzExOT0auBo805Dr9IJmmP2cEdJoli5JhzA3YSGoHAd/cuLkhjWhZ0= root@ip-10-31-44-240.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.44.240 closed.\r\n') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927229.8519819-11208-237685620191525/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.31> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.47.31 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqMfyyqiMSzxpVKkTybPels2f1Bo0lokNI48v3q0CvIhSONQOV42bXD57iTLfO7dBOwHvmPH/YG/Bfe32FhOYGbflB8Nvw9xvL5W/mM+ozFCrSs2CyrAqTw/dXPp1QnAd+6c7C2Rft1MaWgRCn953FiMlrsjHnCWm0HIHv1MNRPqDPuveAOOlBinMDLlzBSYQrRu3lMAl5SuycQNAO0AkCtdsBofY8lbX1l4veLK5gYr/vrv3obuY5lpyWHnHewlLQNpynzIr0bEB/DUfxoyWHTK8zALatBJlJTJnv3R99wQ8+54i50O+OKB/MykWo9bGnpmmMeSgIHRcvZ3ha4xnMrzB6Ub2UeLok0bNhGCEdtNQNFYK9Q7emeBQvw7qHfT6kmz7LJn6GolKRnfxs4i76kGzP7Q4qhOXnYUmzMW2muc3Jv6793RvpIBcybobvAbEbly3WVCsGCE0qC2XTky6UEq85mrBPmhMI5uUJ+nKUCdkyE0GCPO6DYP53DPWR2Ik= root@ip-10-31-47-31.us-east-1.aws.redhat.com\\n", "after": "10.31.47.31 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqMfyyqiMSzxpVKkTybPels2f1Bo0lokNI48v3q0CvIhSONQOV42bXD57iTLfO7dBOwHvmPH/YG/Bfe32FhOYGbflB8Nvw9xvL5W/mM+ozFCrSs2CyrAqTw/dXPp1QnAd+6c7C2Rft1MaWgRCn953FiMlrsjHnCWm0HIHv1MNRPqDPuveAOOlBinMDLlzBSYQrRu3lMAl5SuycQNAO0AkCtdsBofY8lbX1l4veLK5gYr/vrv3obuY5lpyWHnHewlLQNpynzIr0bEB/DUfxoyWHTK8zALatBJlJTJnv3R99wQ8+54i50O+OKB/MykWo9bGnpmmMeSgIHRcvZ3ha4xnMrzB6Ub2UeLok0bNhGCEdtNQNFYK9Q7emeBQvw7qHfT6kmz7LJn6GolKRnfxs4i76kGzP7Q4qhOXnYUmzMW2muc3Jv6793RvpIBcybobvAbEbly3WVCsGCE0qC2XTky6UEq85mrBPmhMI5uUJ+nKUCdkyE0GCPO6DYP53DPWR2Ik= root@ip-10-31-47-31.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.47.31 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqMfyyqiMSzxpVKkTybPels2f1Bo0lokNI48v3q0CvIhSONQOV42bXD57iTLfO7dBOwHvmPH/YG/Bfe32FhOYGbflB8Nvw9xvL5W/mM+ozFCrSs2CyrAqTw/dXPp1QnAd+6c7C2Rft1MaWgRCn953FiMlrsjHnCWm0HIHv1MNRPqDPuveAOOlBinMDLlzBSYQrRu3lMAl5SuycQNAO0AkCtdsBofY8lbX1l4veLK5gYr/vrv3obuY5lpyWHnHewlLQNpynzIr0bEB/DUfxoyWHTK8zALatBJlJTJnv3R99wQ8+54i50O+OKB/MykWo9bGnpmmMeSgIHRcvZ3ha4xnMrzB6Ub2UeLok0bNhGCEdtNQNFYK9Q7emeBQvw7qHfT6kmz7LJn6GolKRnfxs4i76kGzP7Q4qhOXnYUmzMW2muc3Jv6793RvpIBcybobvAbEbly3WVCsGCE0qC2XTky6UEq85mrBPmhMI5uUJ+nKUCdkyE0GCPO6DYP53DPWR2Ik= root@ip-10-31-47-31.us-east-1.aws.redhat.com\\n", "name": "10.31.47.31", "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.47.31 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqMfyyqiMSzxpVKkTybPels2f1Bo0lokNI48v3q0CvIhSONQOV42bXD57iTLfO7dBOwHvmPH/YG/Bfe32FhOYGbflB8Nvw9xvL5W/mM+ozFCrSs2CyrAqTw/dXPp1QnAd+6c7C2Rft1MaWgRCn953FiMlrsjHnCWm0HIHv1MNRPqDPuveAOOlBinMDLlzBSYQrRu3lMAl5SuycQNAO0AkCtdsBofY8lbX1l4veLK5gYr/vrv3obuY5lpyWHnHewlLQNpynzIr0bEB/DUfxoyWHTK8zALatBJlJTJnv3R99wQ8+54i50O+OKB/MykWo9bGnpmmMeSgIHRcvZ3ha4xnMrzB6Ub2UeLok0bNhGCEdtNQNFYK9Q7emeBQvw7qHfT6kmz7LJn6GolKRnfxs4i76kGzP7Q4qhOXnYUmzMW2muc3Jv6793RvpIBcybobvAbEbly3WVCsGCE0qC2XTky6UEq85mrBPmhMI5uUJ+nKUCdkyE0GCPO6DYP53DPWR2Ik= root@ip-10-31-47-31.us-east-1.aws.redhat.com\\n", "after": "10.31.47.31 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqMfyyqiMSzxpVKkTybPels2f1Bo0lokNI48v3q0CvIhSONQOV42bXD57iTLfO7dBOwHvmPH/YG/Bfe32FhOYGbflB8Nvw9xvL5W/mM+ozFCrSs2CyrAqTw/dXPp1QnAd+6c7C2Rft1MaWgRCn953FiMlrsjHnCWm0HIHv1MNRPqDPuveAOOlBinMDLlzBSYQrRu3lMAl5SuycQNAO0AkCtdsBofY8lbX1l4veLK5gYr/vrv3obuY5lpyWHnHewlLQNpynzIr0bEB/DUfxoyWHTK8zALatBJlJTJnv3R99wQ8+54i50O+OKB/MykWo9bGnpmmMeSgIHRcvZ3ha4xnMrzB6Ub2UeLok0bNhGCEdtNQNFYK9Q7emeBQvw7qHfT6kmz7LJn6GolKRnfxs4i76kGzP7Q4qhOXnYUmzMW2muc3Jv6793RvpIBcybobvAbEbly3WVCsGCE0qC2XTky6UEq85mrBPmhMI5uUJ+nKUCdkyE0GCPO6DYP53DPWR2Ik= root@ip-10-31-47-31.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.47.31 closed.\r\n') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927229.8928776-11210-182862986971332/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.231> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.9.231 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeVWFgebhbDzOb5y0b8D9GiIslKt8ZIw/zANgtAorVDkHD3aArghrlnO9UmzX3MJ1YrVHgaSU7Gqa93IgiuWwLsi1POtASssn2sTANL3ZXEUtM5WdZWdCoU9DsHqm68pdky8LyXDXQy5L+KByD+1BX0pZ9NOEVnBgwPtrhEWjOWqUrHo3v0MoGr0tw6Fekby5CZiJGmSHZ68SHq5k4SFyivRN7jtlsWOjwtSv4RZ4k9AiJ2xYNVycZsruJ0KAv0yctjQVmAuMPFHKUuEldMJZoRXt+WyaZsG9dceZbrml5tsUUXujYZQeEkpq/DmK3YoGB9RiEbPekEkPQisiPSMP0yzYzVBVC/ak8FkvFAlRM5YCITV7vlCYyo/bVNXPa4T8DAwKkLUMIQqZYBqDg5PSTsePevavLctPuPYrBSuLR2uiVL1mM3Qz/5GpI3o+fQK3FhyEpsGerzHn7q9aMJxSSPC1jOXQE2ZFZXBnPLcbxjm2bXYn7r1eFpzi7IcEjB9c= root@ip-10-31-9-231.us-east-1.aws.redhat.com\\n", "after": "10.31.9.231 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeVWFgebhbDzOb5y0b8D9GiIslKt8ZIw/zANgtAorVDkHD3aArghrlnO9UmzX3MJ1YrVHgaSU7Gqa93IgiuWwLsi1POtASssn2sTANL3ZXEUtM5WdZWdCoU9DsHqm68pdky8LyXDXQy5L+KByD+1BX0pZ9NOEVnBgwPtrhEWjOWqUrHo3v0MoGr0tw6Fekby5CZiJGmSHZ68SHq5k4SFyivRN7jtlsWOjwtSv4RZ4k9AiJ2xYNVycZsruJ0KAv0yctjQVmAuMPFHKUuEldMJZoRXt+WyaZsG9dceZbrml5tsUUXujYZQeEkpq/DmK3YoGB9RiEbPekEkPQisiPSMP0yzYzVBVC/ak8FkvFAlRM5YCITV7vlCYyo/bVNXPa4T8DAwKkLUMIQqZYBqDg5PSTsePevavLctPuPYrBSuLR2uiVL1mM3Qz/5GpI3o+fQK3FhyEpsGerzHn7q9aMJxSSPC1jOXQE2ZFZXBnPLcbxjm2bXYn7r1eFpzi7IcEjB9c= root@ip-10-31-9-231.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.9.231 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeVWFgebhbDzOb5y0b8D9GiIslKt8ZIw/zANgtAorVDkHD3aArghrlnO9UmzX3MJ1YrVHgaSU7Gqa93IgiuWwLsi1POtASssn2sTANL3ZXEUtM5WdZWdCoU9DsHqm68pdky8LyXDXQy5L+KByD+1BX0pZ9NOEVnBgwPtrhEWjOWqUrHo3v0MoGr0tw6Fekby5CZiJGmSHZ68SHq5k4SFyivRN7jtlsWOjwtSv4RZ4k9AiJ2xYNVycZsruJ0KAv0yctjQVmAuMPFHKUuEldMJZoRXt+WyaZsG9dceZbrml5tsUUXujYZQeEkpq/DmK3YoGB9RiEbPekEkPQisiPSMP0yzYzVBVC/ak8FkvFAlRM5YCITV7vlCYyo/bVNXPa4T8DAwKkLUMIQqZYBqDg5PSTsePevavLctPuPYrBSuLR2uiVL1mM3Qz/5GpI3o+fQK3FhyEpsGerzHn7q9aMJxSSPC1jOXQE2ZFZXBnPLcbxjm2bXYn7r1eFpzi7IcEjB9c= root@ip-10-31-9-231.us-east-1.aws.redhat.com\\n", "name": "10.31.9.231", "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.9.231 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeVWFgebhbDzOb5y0b8D9GiIslKt8ZIw/zANgtAorVDkHD3aArghrlnO9UmzX3MJ1YrVHgaSU7Gqa93IgiuWwLsi1POtASssn2sTANL3ZXEUtM5WdZWdCoU9DsHqm68pdky8LyXDXQy5L+KByD+1BX0pZ9NOEVnBgwPtrhEWjOWqUrHo3v0MoGr0tw6Fekby5CZiJGmSHZ68SHq5k4SFyivRN7jtlsWOjwtSv4RZ4k9AiJ2xYNVycZsruJ0KAv0yctjQVmAuMPFHKUuEldMJZoRXt+WyaZsG9dceZbrml5tsUUXujYZQeEkpq/DmK3YoGB9RiEbPekEkPQisiPSMP0yzYzVBVC/ak8FkvFAlRM5YCITV7vlCYyo/bVNXPa4T8DAwKkLUMIQqZYBqDg5PSTsePevavLctPuPYrBSuLR2uiVL1mM3Qz/5GpI3o+fQK3FhyEpsGerzHn7q9aMJxSSPC1jOXQE2ZFZXBnPLcbxjm2bXYn7r1eFpzi7IcEjB9c= root@ip-10-31-9-231.us-east-1.aws.redhat.com\\n", "after": "10.31.9.231 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeVWFgebhbDzOb5y0b8D9GiIslKt8ZIw/zANgtAorVDkHD3aArghrlnO9UmzX3MJ1YrVHgaSU7Gqa93IgiuWwLsi1POtASssn2sTANL3ZXEUtM5WdZWdCoU9DsHqm68pdky8LyXDXQy5L+KByD+1BX0pZ9NOEVnBgwPtrhEWjOWqUrHo3v0MoGr0tw6Fekby5CZiJGmSHZ68SHq5k4SFyivRN7jtlsWOjwtSv4RZ4k9AiJ2xYNVycZsruJ0KAv0yctjQVmAuMPFHKUuEldMJZoRXt+WyaZsG9dceZbrml5tsUUXujYZQeEkpq/DmK3YoGB9RiEbPekEkPQisiPSMP0yzYzVBVC/ak8FkvFAlRM5YCITV7vlCYyo/bVNXPa4T8DAwKkLUMIQqZYBqDg5PSTsePevavLctPuPYrBSuLR2uiVL1mM3Qz/5GpI3o+fQK3FhyEpsGerzHn7q9aMJxSSPC1jOXQE2ZFZXBnPLcbxjm2bXYn7r1eFpzi7IcEjB9c= root@ip-10-31-9-231.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.9.231 closed.\r\n') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927229.9020414-11209-209558290597703/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') ok: [managed-node1] => { "changed": false, "diff": { "after": "10.31.44.240 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC73z25RpVRVwIxLkRKeg35E1TzJQwiI3+atH87u66/B+a7SjlrqPGUukPARHy7JbhHT3XL1eKDeWBnEZde2QI9WBh0sesC3AtmDUu9k5V8jl0UyOxeUw4qxqDtPu/VssGCbh7Pb7kz5Fgu2thRaS11S1oAw4EzM3r11MHEg/oCNATtVokwmf+f1CzAPyYDFP7gQ78WQfpzoMUoc0UbK+NBbSjkvfnhiU2NcOkJGifLieAKCqUssM+BVoVthhsjOWphS0a0yfLG//lv+7F+dOlt2tvN3WyweF0LdqueJcewLlCmAeQCwp0IKajel4L70BduCCPWNvdCAaP8s50dSKwNVAl/HAApTruatPEKFaqh2ngSMYEB4kNGQjw4lIgR0VYSzh0/sOcqG/dprA1Jp78W9CPQZBGQGGrpOZYrZoeCPQX2BpVc/lUOgPylX4ka19L3YSnQoyTA7QzExOT0auBo805Dr9IJmmP2cEdJoli5JhzA3YSGoHAd/cuLkhjWhZ0= root@ip-10-31-44-240.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.44.240 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC73z25RpVRVwIxLkRKeg35E1TzJQwiI3+atH87u66/B+a7SjlrqPGUukPARHy7JbhHT3XL1eKDeWBnEZde2QI9WBh0sesC3AtmDUu9k5V8jl0UyOxeUw4qxqDtPu/VssGCbh7Pb7kz5Fgu2thRaS11S1oAw4EzM3r11MHEg/oCNATtVokwmf+f1CzAPyYDFP7gQ78WQfpzoMUoc0UbK+NBbSjkvfnhiU2NcOkJGifLieAKCqUssM+BVoVthhsjOWphS0a0yfLG//lv+7F+dOlt2tvN3WyweF0LdqueJcewLlCmAeQCwp0IKajel4L70BduCCPWNvdCAaP8s50dSKwNVAl/HAApTruatPEKFaqh2ngSMYEB4kNGQjw4lIgR0VYSzh0/sOcqG/dprA1Jp78W9CPQZBGQGGrpOZYrZoeCPQX2BpVc/lUOgPylX4ka19L3YSnQoyTA7QzExOT0auBo805Dr9IJmmP2cEdJoli5JhzA3YSGoHAd/cuLkhjWhZ0= root@ip-10-31-44-240.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.44.240 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC73z25RpVRVwIxLkRKeg35E1TzJQwiI3+atH87u66/B+a7SjlrqPGUukPARHy7JbhHT3XL1eKDeWBnEZde2QI9WBh0sesC3AtmDUu9k5V8jl0UyOxeUw4qxqDtPu/VssGCbh7Pb7kz5Fgu2thRaS11S1oAw4EzM3r11MHEg/oCNATtVokwmf+f1CzAPyYDFP7gQ78WQfpzoMUoc0UbK+NBbSjkvfnhiU2NcOkJGifLieAKCqUssM+BVoVthhsjOWphS0a0yfLG//lv+7F+dOlt2tvN3WyweF0LdqueJcewLlCmAeQCwp0IKajel4L70BduCCPWNvdCAaP8s50dSKwNVAl/HAApTruatPEKFaqh2ngSMYEB4kNGQjw4lIgR0VYSzh0/sOcqG/dprA1Jp78W9CPQZBGQGGrpOZYrZoeCPQX2BpVc/lUOgPylX4ka19L3YSnQoyTA7QzExOT0auBo805Dr9IJmmP2cEdJoli5JhzA3YSGoHAd/cuLkhjWhZ0= root@ip-10-31-44-240.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.44.240 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC73z25RpVRVwIxLkRKeg35E1TzJQwiI3+atH87u66/B+a7SjlrqPGUukPARHy7JbhHT3XL1eKDeWBnEZde2QI9WBh0sesC3AtmDUu9k5V8jl0UyOxeUw4qxqDtPu/VssGCbh7Pb7kz5Fgu2thRaS11S1oAw4EzM3r11MHEg/oCNATtVokwmf+f1CzAPyYDFP7gQ78WQfpzoMUoc0UbK+NBbSjkvfnhiU2NcOkJGifLieAKCqUssM+BVoVthhsjOWphS0a0yfLG//lv+7F+dOlt2tvN3WyweF0LdqueJcewLlCmAeQCwp0IKajel4L70BduCCPWNvdCAaP8s50dSKwNVAl/HAApTruatPEKFaqh2ngSMYEB4kNGQjw4lIgR0VYSzh0/sOcqG/dprA1Jp78W9CPQZBGQGGrpOZYrZoeCPQX2BpVc/lUOgPylX4ka19L3YSnQoyTA7QzExOT0auBo805Dr9IJmmP2cEdJoli5JhzA3YSGoHAd/cuLkhjWhZ0= root@ip-10-31-44-240.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.44.240 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC73z25RpVRVwIxLkRKeg35E1TzJQwiI3+atH87u66/B+a7SjlrqPGUukPARHy7JbhHT3XL1eKDeWBnEZde2QI9WBh0sesC3AtmDUu9k5V8jl0UyOxeUw4qxqDtPu/VssGCbh7Pb7kz5Fgu2thRaS11S1oAw4EzM3r11MHEg/oCNATtVokwmf+f1CzAPyYDFP7gQ78WQfpzoMUoc0UbK+NBbSjkvfnhiU2NcOkJGifLieAKCqUssM+BVoVthhsjOWphS0a0yfLG//lv+7F+dOlt2tvN3WyweF0LdqueJcewLlCmAeQCwp0IKajel4L70BduCCPWNvdCAaP8s50dSKwNVAl/HAApTruatPEKFaqh2ngSMYEB4kNGQjw4lIgR0VYSzh0/sOcqG/dprA1Jp78W9CPQZBGQGGrpOZYrZoeCPQX2BpVc/lUOgPylX4ka19L3YSnQoyTA7QzExOT0auBo805Dr9IJmmP2cEdJoli5JhzA3YSGoHAd/cuLkhjWhZ0= root@ip-10-31-44-240.us-east-1.aws.redhat.com\n", "name": "10.31.44.240", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } <10.31.47.31> (0, b'', b'') ok: [managed-node3] => { "changed": false, "diff": { "after": "10.31.47.31 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqMfyyqiMSzxpVKkTybPels2f1Bo0lokNI48v3q0CvIhSONQOV42bXD57iTLfO7dBOwHvmPH/YG/Bfe32FhOYGbflB8Nvw9xvL5W/mM+ozFCrSs2CyrAqTw/dXPp1QnAd+6c7C2Rft1MaWgRCn953FiMlrsjHnCWm0HIHv1MNRPqDPuveAOOlBinMDLlzBSYQrRu3lMAl5SuycQNAO0AkCtdsBofY8lbX1l4veLK5gYr/vrv3obuY5lpyWHnHewlLQNpynzIr0bEB/DUfxoyWHTK8zALatBJlJTJnv3R99wQ8+54i50O+OKB/MykWo9bGnpmmMeSgIHRcvZ3ha4xnMrzB6Ub2UeLok0bNhGCEdtNQNFYK9Q7emeBQvw7qHfT6kmz7LJn6GolKRnfxs4i76kGzP7Q4qhOXnYUmzMW2muc3Jv6793RvpIBcybobvAbEbly3WVCsGCE0qC2XTky6UEq85mrBPmhMI5uUJ+nKUCdkyE0GCPO6DYP53DPWR2Ik= root@ip-10-31-47-31.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.47.31 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqMfyyqiMSzxpVKkTybPels2f1Bo0lokNI48v3q0CvIhSONQOV42bXD57iTLfO7dBOwHvmPH/YG/Bfe32FhOYGbflB8Nvw9xvL5W/mM+ozFCrSs2CyrAqTw/dXPp1QnAd+6c7C2Rft1MaWgRCn953FiMlrsjHnCWm0HIHv1MNRPqDPuveAOOlBinMDLlzBSYQrRu3lMAl5SuycQNAO0AkCtdsBofY8lbX1l4veLK5gYr/vrv3obuY5lpyWHnHewlLQNpynzIr0bEB/DUfxoyWHTK8zALatBJlJTJnv3R99wQ8+54i50O+OKB/MykWo9bGnpmmMeSgIHRcvZ3ha4xnMrzB6Ub2UeLok0bNhGCEdtNQNFYK9Q7emeBQvw7qHfT6kmz7LJn6GolKRnfxs4i76kGzP7Q4qhOXnYUmzMW2muc3Jv6793RvpIBcybobvAbEbly3WVCsGCE0qC2XTky6UEq85mrBPmhMI5uUJ+nKUCdkyE0GCPO6DYP53DPWR2Ik= root@ip-10-31-47-31.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.47.31 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqMfyyqiMSzxpVKkTybPels2f1Bo0lokNI48v3q0CvIhSONQOV42bXD57iTLfO7dBOwHvmPH/YG/Bfe32FhOYGbflB8Nvw9xvL5W/mM+ozFCrSs2CyrAqTw/dXPp1QnAd+6c7C2Rft1MaWgRCn953FiMlrsjHnCWm0HIHv1MNRPqDPuveAOOlBinMDLlzBSYQrRu3lMAl5SuycQNAO0AkCtdsBofY8lbX1l4veLK5gYr/vrv3obuY5lpyWHnHewlLQNpynzIr0bEB/DUfxoyWHTK8zALatBJlJTJnv3R99wQ8+54i50O+OKB/MykWo9bGnpmmMeSgIHRcvZ3ha4xnMrzB6Ub2UeLok0bNhGCEdtNQNFYK9Q7emeBQvw7qHfT6kmz7LJn6GolKRnfxs4i76kGzP7Q4qhOXnYUmzMW2muc3Jv6793RvpIBcybobvAbEbly3WVCsGCE0qC2XTky6UEq85mrBPmhMI5uUJ+nKUCdkyE0GCPO6DYP53DPWR2Ik= root@ip-10-31-47-31.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.47.31 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqMfyyqiMSzxpVKkTybPels2f1Bo0lokNI48v3q0CvIhSONQOV42bXD57iTLfO7dBOwHvmPH/YG/Bfe32FhOYGbflB8Nvw9xvL5W/mM+ozFCrSs2CyrAqTw/dXPp1QnAd+6c7C2Rft1MaWgRCn953FiMlrsjHnCWm0HIHv1MNRPqDPuveAOOlBinMDLlzBSYQrRu3lMAl5SuycQNAO0AkCtdsBofY8lbX1l4veLK5gYr/vrv3obuY5lpyWHnHewlLQNpynzIr0bEB/DUfxoyWHTK8zALatBJlJTJnv3R99wQ8+54i50O+OKB/MykWo9bGnpmmMeSgIHRcvZ3ha4xnMrzB6Ub2UeLok0bNhGCEdtNQNFYK9Q7emeBQvw7qHfT6kmz7LJn6GolKRnfxs4i76kGzP7Q4qhOXnYUmzMW2muc3Jv6793RvpIBcybobvAbEbly3WVCsGCE0qC2XTky6UEq85mrBPmhMI5uUJ+nKUCdkyE0GCPO6DYP53DPWR2Ik= root@ip-10-31-47-31.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.47.31 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqMfyyqiMSzxpVKkTybPels2f1Bo0lokNI48v3q0CvIhSONQOV42bXD57iTLfO7dBOwHvmPH/YG/Bfe32FhOYGbflB8Nvw9xvL5W/mM+ozFCrSs2CyrAqTw/dXPp1QnAd+6c7C2Rft1MaWgRCn953FiMlrsjHnCWm0HIHv1MNRPqDPuveAOOlBinMDLlzBSYQrRu3lMAl5SuycQNAO0AkCtdsBofY8lbX1l4veLK5gYr/vrv3obuY5lpyWHnHewlLQNpynzIr0bEB/DUfxoyWHTK8zALatBJlJTJnv3R99wQ8+54i50O+OKB/MykWo9bGnpmmMeSgIHRcvZ3ha4xnMrzB6Ub2UeLok0bNhGCEdtNQNFYK9Q7emeBQvw7qHfT6kmz7LJn6GolKRnfxs4i76kGzP7Q4qhOXnYUmzMW2muc3Jv6793RvpIBcybobvAbEbly3WVCsGCE0qC2XTky6UEq85mrBPmhMI5uUJ+nKUCdkyE0GCPO6DYP53DPWR2Ik= root@ip-10-31-47-31.us-east-1.aws.redhat.com\n", "name": "10.31.47.31", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } <10.31.9.231> (0, b'', b'') ok: [managed-node2] => { "changed": false, "diff": { "after": "10.31.9.231 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeVWFgebhbDzOb5y0b8D9GiIslKt8ZIw/zANgtAorVDkHD3aArghrlnO9UmzX3MJ1YrVHgaSU7Gqa93IgiuWwLsi1POtASssn2sTANL3ZXEUtM5WdZWdCoU9DsHqm68pdky8LyXDXQy5L+KByD+1BX0pZ9NOEVnBgwPtrhEWjOWqUrHo3v0MoGr0tw6Fekby5CZiJGmSHZ68SHq5k4SFyivRN7jtlsWOjwtSv4RZ4k9AiJ2xYNVycZsruJ0KAv0yctjQVmAuMPFHKUuEldMJZoRXt+WyaZsG9dceZbrml5tsUUXujYZQeEkpq/DmK3YoGB9RiEbPekEkPQisiPSMP0yzYzVBVC/ak8FkvFAlRM5YCITV7vlCYyo/bVNXPa4T8DAwKkLUMIQqZYBqDg5PSTsePevavLctPuPYrBSuLR2uiVL1mM3Qz/5GpI3o+fQK3FhyEpsGerzHn7q9aMJxSSPC1jOXQE2ZFZXBnPLcbxjm2bXYn7r1eFpzi7IcEjB9c= root@ip-10-31-9-231.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.9.231 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeVWFgebhbDzOb5y0b8D9GiIslKt8ZIw/zANgtAorVDkHD3aArghrlnO9UmzX3MJ1YrVHgaSU7Gqa93IgiuWwLsi1POtASssn2sTANL3ZXEUtM5WdZWdCoU9DsHqm68pdky8LyXDXQy5L+KByD+1BX0pZ9NOEVnBgwPtrhEWjOWqUrHo3v0MoGr0tw6Fekby5CZiJGmSHZ68SHq5k4SFyivRN7jtlsWOjwtSv4RZ4k9AiJ2xYNVycZsruJ0KAv0yctjQVmAuMPFHKUuEldMJZoRXt+WyaZsG9dceZbrml5tsUUXujYZQeEkpq/DmK3YoGB9RiEbPekEkPQisiPSMP0yzYzVBVC/ak8FkvFAlRM5YCITV7vlCYyo/bVNXPa4T8DAwKkLUMIQqZYBqDg5PSTsePevavLctPuPYrBSuLR2uiVL1mM3Qz/5GpI3o+fQK3FhyEpsGerzHn7q9aMJxSSPC1jOXQE2ZFZXBnPLcbxjm2bXYn7r1eFpzi7IcEjB9c= root@ip-10-31-9-231.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.9.231 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeVWFgebhbDzOb5y0b8D9GiIslKt8ZIw/zANgtAorVDkHD3aArghrlnO9UmzX3MJ1YrVHgaSU7Gqa93IgiuWwLsi1POtASssn2sTANL3ZXEUtM5WdZWdCoU9DsHqm68pdky8LyXDXQy5L+KByD+1BX0pZ9NOEVnBgwPtrhEWjOWqUrHo3v0MoGr0tw6Fekby5CZiJGmSHZ68SHq5k4SFyivRN7jtlsWOjwtSv4RZ4k9AiJ2xYNVycZsruJ0KAv0yctjQVmAuMPFHKUuEldMJZoRXt+WyaZsG9dceZbrml5tsUUXujYZQeEkpq/DmK3YoGB9RiEbPekEkPQisiPSMP0yzYzVBVC/ak8FkvFAlRM5YCITV7vlCYyo/bVNXPa4T8DAwKkLUMIQqZYBqDg5PSTsePevavLctPuPYrBSuLR2uiVL1mM3Qz/5GpI3o+fQK3FhyEpsGerzHn7q9aMJxSSPC1jOXQE2ZFZXBnPLcbxjm2bXYn7r1eFpzi7IcEjB9c= root@ip-10-31-9-231.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.9.231 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeVWFgebhbDzOb5y0b8D9GiIslKt8ZIw/zANgtAorVDkHD3aArghrlnO9UmzX3MJ1YrVHgaSU7Gqa93IgiuWwLsi1POtASssn2sTANL3ZXEUtM5WdZWdCoU9DsHqm68pdky8LyXDXQy5L+KByD+1BX0pZ9NOEVnBgwPtrhEWjOWqUrHo3v0MoGr0tw6Fekby5CZiJGmSHZ68SHq5k4SFyivRN7jtlsWOjwtSv4RZ4k9AiJ2xYNVycZsruJ0KAv0yctjQVmAuMPFHKUuEldMJZoRXt+WyaZsG9dceZbrml5tsUUXujYZQeEkpq/DmK3YoGB9RiEbPekEkPQisiPSMP0yzYzVBVC/ak8FkvFAlRM5YCITV7vlCYyo/bVNXPa4T8DAwKkLUMIQqZYBqDg5PSTsePevavLctPuPYrBSuLR2uiVL1mM3Qz/5GpI3o+fQK3FhyEpsGerzHn7q9aMJxSSPC1jOXQE2ZFZXBnPLcbxjm2bXYn7r1eFpzi7IcEjB9c= root@ip-10-31-9-231.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.9.231 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeVWFgebhbDzOb5y0b8D9GiIslKt8ZIw/zANgtAorVDkHD3aArghrlnO9UmzX3MJ1YrVHgaSU7Gqa93IgiuWwLsi1POtASssn2sTANL3ZXEUtM5WdZWdCoU9DsHqm68pdky8LyXDXQy5L+KByD+1BX0pZ9NOEVnBgwPtrhEWjOWqUrHo3v0MoGr0tw6Fekby5CZiJGmSHZ68SHq5k4SFyivRN7jtlsWOjwtSv4RZ4k9AiJ2xYNVycZsruJ0KAv0yctjQVmAuMPFHKUuEldMJZoRXt+WyaZsG9dceZbrml5tsUUXujYZQeEkpq/DmK3YoGB9RiEbPekEkPQisiPSMP0yzYzVBVC/ak8FkvFAlRM5YCITV7vlCYyo/bVNXPa4T8DAwKkLUMIQqZYBqDg5PSTsePevavLctPuPYrBSuLR2uiVL1mM3Qz/5GpI3o+fQK3FhyEpsGerzHn7q9aMJxSSPC1jOXQE2ZFZXBnPLcbxjm2bXYn7r1eFpzi7IcEjB9c= root@ip-10-31-9-231.us-east-1.aws.redhat.com\n", "name": "10.31.9.231", "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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 26 October 2024 03:20:30 -0400 (0:00:00.598) 0:00:12.848 ****** <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.240> (0, b'/root\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927230.3730524-11238-42296858829107 `" && echo ansible-tmp-1729927230.3730524-11238-42296858829107="` echo /root/.ansible/tmp/ansible-tmp-1729927230.3730524-11238-42296858829107 `" ) && sleep 0'"'"'' <10.31.9.231> (0, b'/root\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927230.3918977-11239-211214028327434 `" && echo ansible-tmp-1729927230.3918977-11239-211214028327434="` echo /root/.ansible/tmp/ansible-tmp-1729927230.3918977-11239-211214028327434 `" ) && sleep 0'"'"'' <10.31.47.31> (0, b'/root\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927230.3944788-11241-181737711870649 `" && echo ansible-tmp-1729927230.3944788-11241-181737711870649="` echo /root/.ansible/tmp/ansible-tmp-1729927230.3944788-11241-181737711870649 `" ) && sleep 0'"'"'' <10.31.44.240> (0, b'ansible-tmp-1729927230.3730524-11238-42296858829107=/root/.ansible/tmp/ansible-tmp-1729927230.3730524-11238-42296858829107\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.44.240> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpaetehsf8 TO /root/.ansible/tmp/ansible-tmp-1729927230.3730524-11238-42296858829107/AnsiballZ_stat.py <10.31.44.240> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5291adab19 '[10.31.44.240]' <10.31.9.231> (0, b'ansible-tmp-1729927230.3918977-11239-211214028327434=/root/.ansible/tmp/ansible-tmp-1729927230.3918977-11239-211214028327434\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.9.231> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpv266abyi TO /root/.ansible/tmp/ansible-tmp-1729927230.3918977-11239-211214028327434/AnsiballZ_stat.py <10.31.9.231> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f8fa4cb16d '[10.31.9.231]' <10.31.47.31> (0, b'ansible-tmp-1729927230.3944788-11241-181737711870649=/root/.ansible/tmp/ansible-tmp-1729927230.3944788-11241-181737711870649\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.47.31> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp13f1rkji TO /root/.ansible/tmp/ansible-tmp-1729927230.3944788-11241-181737711870649/AnsiballZ_stat.py <10.31.47.31> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/34f0d9a35b '[10.31.47.31]' <10.31.44.240> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpaetehsf8 /root/.ansible/tmp/ansible-tmp-1729927230.3730524-11238-42296858829107/AnsiballZ_stat.py\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927230.3730524-11238-42296858829107/ /root/.ansible/tmp/ansible-tmp-1729927230.3730524-11238-42296858829107/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.231> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpv266abyi /root/.ansible/tmp/ansible-tmp-1729927230.3918977-11239-211214028327434/AnsiballZ_stat.py\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927230.3918977-11239-211214028327434/ /root/.ansible/tmp/ansible-tmp-1729927230.3918977-11239-211214028327434/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 -tt 10.31.44.240 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927230.3730524-11238-42296858829107/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.47.31> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp13f1rkji /root/.ansible/tmp/ansible-tmp-1729927230.3944788-11241-181737711870649/AnsiballZ_stat.py\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927230.3944788-11241-181737711870649/ /root/.ansible/tmp/ansible-tmp-1729927230.3944788-11241-181737711870649/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d -tt 10.31.9.231 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927230.3918977-11239-211214028327434/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b -tt 10.31.47.31 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927230.3944788-11241-181737711870649/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.44.240> (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": 83886338, "dev": 51713, "nlink": 1, "atime": 1729927178.8227003, "mtime": 1729927175.437689, "ctime": 1729927176.017691, "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": "7b48e8025d2bee7e9a8c14b07565b9819e7e5127", "mimetype": "text/plain", "charset": "us-ascii", "version": "4003323079", "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.44.240 closed.\r\n') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927230.3730524-11238-42296858829107/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.231> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 120, "inode": 174063874, "dev": 51713, "nlink": 1, "atime": 1729927192.3288326, "mtime": 1729927190.3748171, "ctime": 1729927190.75982, "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": "90ba6a573d36fe08fe40a128fc5827e26e334237", "mimetype": "text/plain", "charset": "us-ascii", "version": "2961413397", "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.9.231 closed.\r\n') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927230.3918977-11239-211214028327434/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1729927178.8227003, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7b48e8025d2bee7e9a8c14b07565b9819e7e5127", "ctime": 1729927176.017691, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 83886338, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1729927175.437689, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "4003323079", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.47.31> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 103, "inode": 102760706, "dev": 51713, "nlink": 1, "atime": 1729927197.2488444, "mtime": 1729927195.1698422, "ctime": 1729927195.4378426, "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": "35fad00ce0aa4ad95cf415758bb873b046c60c29", "mimetype": "text/plain", "charset": "us-ascii", "version": "1405804468", "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.47.31 closed.\r\n') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927230.3944788-11241-181737711870649/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.231> (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": 1729927192.3288326, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "90ba6a573d36fe08fe40a128fc5827e26e334237", "ctime": 1729927190.75982, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 174063874, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1729927190.3748171, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 120, "uid": 0, "version": "2961413397", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.47.31> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1729927197.2488444, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "35fad00ce0aa4ad95cf415758bb873b046c60c29", "ctime": 1729927195.4378426, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 102760706, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1729927195.1698422, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 103, "uid": 0, "version": "1405804468", "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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 26 October 2024 03:20:30 -0400 (0:00:00.398) 0:00:13.247 ****** <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.240> (0, b'/root\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927230.778254-11265-197176032200983 `" && echo ansible-tmp-1729927230.778254-11265-197176032200983="` echo /root/.ansible/tmp/ansible-tmp-1729927230.778254-11265-197176032200983 `" ) && sleep 0'"'"'' <10.31.9.231> (0, b'/root\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927230.7859552-11266-179167132030143 `" && echo ansible-tmp-1729927230.7859552-11266-179167132030143="` echo /root/.ansible/tmp/ansible-tmp-1729927230.7859552-11266-179167132030143 `" ) && sleep 0'"'"'' <10.31.47.31> (0, b'/root\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927230.8020225-11269-83951096618385 `" && echo ansible-tmp-1729927230.8020225-11269-83951096618385="` echo /root/.ansible/tmp/ansible-tmp-1729927230.8020225-11269-83951096618385 `" ) && sleep 0'"'"'' <10.31.44.240> (0, b'ansible-tmp-1729927230.778254-11265-197176032200983=/root/.ansible/tmp/ansible-tmp-1729927230.778254-11265-197176032200983\n', b'') <10.31.9.231> (0, b'ansible-tmp-1729927230.7859552-11266-179167132030143=/root/.ansible/tmp/ansible-tmp-1729927230.7859552-11266-179167132030143\n', b'') <10.31.47.31> (0, b'ansible-tmp-1729927230.8020225-11269-83951096618385=/root/.ansible/tmp/ansible-tmp-1729927230.8020225-11269-83951096618385\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.9.231> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpe_erhe14 TO /root/.ansible/tmp/ansible-tmp-1729927230.7859552-11266-179167132030143/AnsiballZ_stat.py <10.31.9.231> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f8fa4cb16d '[10.31.9.231]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.44.240> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpduj77g4v TO /root/.ansible/tmp/ansible-tmp-1729927230.778254-11265-197176032200983/AnsiballZ_stat.py <10.31.44.240> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5291adab19 '[10.31.44.240]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.47.31> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmphc7eutoj TO /root/.ansible/tmp/ansible-tmp-1729927230.8020225-11269-83951096618385/AnsiballZ_stat.py <10.31.47.31> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/34f0d9a35b '[10.31.47.31]' <10.31.9.231> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpe_erhe14 /root/.ansible/tmp/ansible-tmp-1729927230.7859552-11266-179167132030143/AnsiballZ_stat.py\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927230.7859552-11266-179167132030143/ /root/.ansible/tmp/ansible-tmp-1729927230.7859552-11266-179167132030143/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.44.240> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpduj77g4v /root/.ansible/tmp/ansible-tmp-1729927230.778254-11265-197176032200983/AnsiballZ_stat.py\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927230.778254-11265-197176032200983/ /root/.ansible/tmp/ansible-tmp-1729927230.778254-11265-197176032200983/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.47.31> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmphc7eutoj /root/.ansible/tmp/ansible-tmp-1729927230.8020225-11269-83951096618385/AnsiballZ_stat.py\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927230.8020225-11269-83951096618385/ /root/.ansible/tmp/ansible-tmp-1729927230.8020225-11269-83951096618385/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d -tt 10.31.9.231 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927230.7859552-11266-179167132030143/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 -tt 10.31.44.240 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927230.778254-11265-197176032200983/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b -tt 10.31.47.31 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927230.8020225-11269-83951096618385/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.231> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 120, "inode": 174063874, "dev": 51713, "nlink": 1, "atime": 1729927192.3288326, "mtime": 1729927190.3748171, "ctime": 1729927190.75982, "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": "90ba6a573d36fe08fe40a128fc5827e26e334237", "mimetype": "text/plain", "charset": "us-ascii", "version": "2961413397", "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.9.231 closed.\r\n') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927230.7859552-11266-179167132030143/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.240> (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": 83886338, "dev": 51713, "nlink": 1, "atime": 1729927178.8227003, "mtime": 1729927175.437689, "ctime": 1729927176.017691, "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": "7b48e8025d2bee7e9a8c14b07565b9819e7e5127", "mimetype": "text/plain", "charset": "us-ascii", "version": "4003323079", "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.44.240 closed.\r\n') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.44.240> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpv_3ohd5z TO /root/.ansible/tmp/ansible-tmp-1729927230.778254-11265-197176032200983/AnsiballZ_file.py <10.31.44.240> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5291adab19 '[10.31.44.240]' <10.31.47.31> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 103, "inode": 102760706, "dev": 51713, "nlink": 1, "atime": 1729927197.2488444, "mtime": 1729927195.1698422, "ctime": 1729927195.4378426, "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": "35fad00ce0aa4ad95cf415758bb873b046c60c29", "mimetype": "text/plain", "charset": "us-ascii", "version": "1405804468", "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.47.31 closed.\r\n') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.47.31> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp9eedt2se TO /root/.ansible/tmp/ansible-tmp-1729927230.8020225-11269-83951096618385/AnsiballZ_file.py <10.31.47.31> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/34f0d9a35b '[10.31.47.31]' <10.31.9.231> (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-10488i4812xsw/tmpjecpy6nm/kdump.conf.j2" }, "src": "/root/.ansible/tmp/ansible-local-10488i4812xsw/tmpjecpy6nm/kdump.conf.j2" } } <10.31.44.240> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpv_3ohd5z /root/.ansible/tmp/ansible-tmp-1729927230.778254-11265-197176032200983/AnsiballZ_file.py\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927230.778254-11265-197176032200983/ /root/.ansible/tmp/ansible-tmp-1729927230.778254-11265-197176032200983/AnsiballZ_file.py && sleep 0'"'"'' <10.31.47.31> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp9eedt2se /root/.ansible/tmp/ansible-tmp-1729927230.8020225-11269-83951096618385/AnsiballZ_file.py\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927230.8020225-11269-83951096618385/ /root/.ansible/tmp/ansible-tmp-1729927230.8020225-11269-83951096618385/AnsiballZ_file.py && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 -tt 10.31.44.240 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927230.778254-11265-197176032200983/AnsiballZ_file.py && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b -tt 10.31.47.31 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927230.8020225-11269-83951096618385/AnsiballZ_file.py && sleep 0'"'"'' <10.31.47.31> (0, b'\r\n{"path": "/etc/kdump.conf", "changed": false, "diff": {"before": {"path": "/etc/kdump.conf"}, "after": {"path": "/etc/kdump.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 103, "invocation": {"module_args": {"mode": "0644", "follow": false, "dest": "/etc/kdump.conf", "_original_basename": "kdump.conf.j2", "recurse": false, "state": "file", "path": "/etc/kdump.conf", "force": false, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.47.31 closed.\r\n') <10.31.44.240> (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.44.240 closed.\r\n') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927230.8020225-11269-83951096618385/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927230.778254-11265-197176032200983/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') <10.31.44.240> (0, b'', b'') ok: [managed-node3] => { "changed": false, "checksum": "35fad00ce0aa4ad95cf415758bb873b046c60c29", "dest": "/etc/kdump.conf", "diff": { "after": { "path": "/etc/kdump.conf" }, "before": { "path": "/etc/kdump.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "kdump.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/kdump.conf", "directory_mode": null, "follow": false, "force": false, "group": null, "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/etc/kdump.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/kdump.conf", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 103, "state": "file", "uid": 0 } ok: [managed-node1] => { "changed": false, "checksum": "7b48e8025d2bee7e9a8c14b07565b9819e7e5127", "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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 26 October 2024 03:20:31 -0400 (0:00:00.750) 0:00:13.997 ****** <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.231> (0, b'/root\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927231.5326426-11304-31042703015233 `" && echo ansible-tmp-1729927231.5326426-11304-31042703015233="` echo /root/.ansible/tmp/ansible-tmp-1729927231.5326426-11304-31042703015233 `" ) && sleep 0'"'"'' <10.31.44.240> (0, b'/root\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927231.53499-11303-136116807356879 `" && echo ansible-tmp-1729927231.53499-11303-136116807356879="` echo /root/.ansible/tmp/ansible-tmp-1729927231.53499-11303-136116807356879 `" ) && sleep 0'"'"'' <10.31.47.31> (0, b'/root\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927231.5448523-11306-50365464658806 `" && echo ansible-tmp-1729927231.5448523-11306-50365464658806="` echo /root/.ansible/tmp/ansible-tmp-1729927231.5448523-11306-50365464658806 `" ) && sleep 0'"'"'' <10.31.9.231> (0, b'ansible-tmp-1729927231.5326426-11304-31042703015233=/root/.ansible/tmp/ansible-tmp-1729927231.5326426-11304-31042703015233\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.9.231> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp56tsvoxq TO /root/.ansible/tmp/ansible-tmp-1729927231.5326426-11304-31042703015233/AnsiballZ_slurp.py <10.31.9.231> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f8fa4cb16d '[10.31.9.231]' <10.31.44.240> (0, b'ansible-tmp-1729927231.53499-11303-136116807356879=/root/.ansible/tmp/ansible-tmp-1729927231.53499-11303-136116807356879\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.44.240> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpc8wq63fj TO /root/.ansible/tmp/ansible-tmp-1729927231.53499-11303-136116807356879/AnsiballZ_slurp.py <10.31.44.240> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5291adab19 '[10.31.44.240]' <10.31.47.31> (0, b'ansible-tmp-1729927231.5448523-11306-50365464658806=/root/.ansible/tmp/ansible-tmp-1729927231.5448523-11306-50365464658806\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.47.31> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpmp__vgoi TO /root/.ansible/tmp/ansible-tmp-1729927231.5448523-11306-50365464658806/AnsiballZ_slurp.py <10.31.47.31> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/34f0d9a35b '[10.31.47.31]' <10.31.9.231> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp56tsvoxq /root/.ansible/tmp/ansible-tmp-1729927231.5326426-11304-31042703015233/AnsiballZ_slurp.py\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927231.5326426-11304-31042703015233/ /root/.ansible/tmp/ansible-tmp-1729927231.5326426-11304-31042703015233/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.44.240> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpc8wq63fj /root/.ansible/tmp/ansible-tmp-1729927231.53499-11303-136116807356879/AnsiballZ_slurp.py\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927231.53499-11303-136116807356879/ /root/.ansible/tmp/ansible-tmp-1729927231.53499-11303-136116807356879/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.47.31> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpmp__vgoi /root/.ansible/tmp/ansible-tmp-1729927231.5448523-11306-50365464658806/AnsiballZ_slurp.py\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927231.5448523-11306-50365464658806/ /root/.ansible/tmp/ansible-tmp-1729927231.5448523-11306-50365464658806/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d -tt 10.31.9.231 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927231.5326426-11304-31042703015233/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 -tt 10.31.44.240 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927231.53499-11303-136116807356879/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b -tt 10.31.47.31 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927231.5448523-11306-50365464658806/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.9.231> (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.9.231 closed.\r\n') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927231.5326426-11304-31042703015233/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.31> (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.47.31 closed.\r\n') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927231.5448523-11306-50365464658806/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.240> (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.44.240 closed.\r\n') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927231.53499-11303-136116807356879/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') ok: [managed-node2] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } <10.31.47.31> (0, b'', b'') <10.31.44.240> (0, b'', b'') ok: [managed-node3] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } ok: [managed-node1] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] **** task path: /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 26 October 2024 03:20:31 -0400 (0:00:00.395) 0:00:14.393 ****** 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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 26 October 2024 03:20:31 -0400 (0:00:00.044) 0:00:14.437 ****** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] *** task path: /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 26 October 2024 03:20:31 -0400 (0:00:00.037) 0:00:14.475 ****** 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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 26 October 2024 03:20:31 -0400 (0:00:00.037) 0:00:14.512 ****** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Reboot the managed node] *************** task path: /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 26 October 2024 03:20:32 -0400 (0:00:00.038) 0:00:14.551 ****** 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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 26 October 2024 03:20:32 -0400 (0:00:00.042) 0:00:14.593 ****** 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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 26 October 2024 03:20:32 -0400 (0:00:00.037) 0:00:14.630 ****** <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.240> (0, b'/root\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927232.164425-11369-280908897642453 `" && echo ansible-tmp-1729927232.164425-11369-280908897642453="` echo /root/.ansible/tmp/ansible-tmp-1729927232.164425-11369-280908897642453 `" ) && sleep 0'"'"'' <10.31.9.231> (0, b'/root\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927232.1759624-11370-127758294183306 `" && echo ansible-tmp-1729927232.1759624-11370-127758294183306="` echo /root/.ansible/tmp/ansible-tmp-1729927232.1759624-11370-127758294183306 `" ) && sleep 0'"'"'' <10.31.47.31> (0, b'/root\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927232.179694-11372-267582396226493 `" && echo ansible-tmp-1729927232.179694-11372-267582396226493="` echo /root/.ansible/tmp/ansible-tmp-1729927232.179694-11372-267582396226493 `" ) && sleep 0'"'"'' <10.31.44.240> (0, b'ansible-tmp-1729927232.164425-11369-280908897642453=/root/.ansible/tmp/ansible-tmp-1729927232.164425-11369-280908897642453\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.44.240> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpmv32nogc TO /root/.ansible/tmp/ansible-tmp-1729927232.164425-11369-280908897642453/AnsiballZ_systemd.py <10.31.44.240> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5291adab19 '[10.31.44.240]' <10.31.9.231> (0, b'ansible-tmp-1729927232.1759624-11370-127758294183306=/root/.ansible/tmp/ansible-tmp-1729927232.1759624-11370-127758294183306\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.9.231> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmper6qid73 TO /root/.ansible/tmp/ansible-tmp-1729927232.1759624-11370-127758294183306/AnsiballZ_systemd.py <10.31.9.231> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f8fa4cb16d '[10.31.9.231]' <10.31.47.31> (0, b'ansible-tmp-1729927232.179694-11372-267582396226493=/root/.ansible/tmp/ansible-tmp-1729927232.179694-11372-267582396226493\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.47.31> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpbm8wiu02 TO /root/.ansible/tmp/ansible-tmp-1729927232.179694-11372-267582396226493/AnsiballZ_systemd.py <10.31.47.31> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/34f0d9a35b '[10.31.47.31]' <10.31.44.240> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpmv32nogc /root/.ansible/tmp/ansible-tmp-1729927232.164425-11369-280908897642453/AnsiballZ_systemd.py\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927232.164425-11369-280908897642453/ /root/.ansible/tmp/ansible-tmp-1729927232.164425-11369-280908897642453/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.47.31> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpbm8wiu02 /root/.ansible/tmp/ansible-tmp-1729927232.179694-11372-267582396226493/AnsiballZ_systemd.py\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927232.179694-11372-267582396226493/ /root/.ansible/tmp/ansible-tmp-1729927232.179694-11372-267582396226493/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 -tt 10.31.44.240 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927232.164425-11369-280908897642453/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.9.231> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmper6qid73 /root/.ansible/tmp/ansible-tmp-1729927232.1759624-11370-127758294183306/AnsiballZ_systemd.py\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927232.1759624-11370-127758294183306/ /root/.ansible/tmp/ansible-tmp-1729927232.1759624-11370-127758294183306/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b -tt 10.31.47.31 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927232.179694-11372-267582396226493/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d -tt 10.31.9.231 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927232.1759624-11370-127758294183306/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.44.240> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-10-26 03:19:38 EDT", "ExecMainStartTimestampMonotonic": "441820628", "ExecMainExitTimestamp": "Sat 2024-10-26 03:19:57 EDT", "ExecMainExitTimestampMonotonic": "460471836", "ExecMainPID": "16589", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:38 EDT] ; stop_time=[Sat 2024-10-26 03:19:57 EDT] ; pid=16589 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:38 EDT] ; stop_time=[Sat 2024-10-26 03:19:38 EDT] ; pid=16578 ; 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 system.slice basic.target systemd-journald.socket network.target remote-fs.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-10-26 03:19:57 EDT", "StateChangeTimestampMonotonic": "460472321", "InactiveExitTimestamp": "Sat 2024-10-26 03:19:38 EDT", "InactiveExitTimestampMonotonic": "441820659", "ActiveEnterTimestamp": "Sat 2024-10-26 03:19:57 EDT", "ActiveEnterTimestampMonotonic": "460472321", "ActiveExitTimestamp": "Sat 2024-10-26 03:19:38 EDT", "ActiveExitTimestampMonotonic": "441794299", "InactiveEnterTimestamp": "Sat 2024-10-26 03:19:38 EDT", "InactiveEnterTimestampMonotonic": "441818955", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-10-26 03:19:38 EDT", "ConditionTimestampMonotonic": "441819706", "AssertTimestamp": "Sat 2024-10-26 03:19:38 EDT", "AssertTimestampMonotonic": "441819728", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "a05b938642844a7691dcf712d12364dc", "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.44.240 closed.\r\n') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927232.164425-11369-280908897642453/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.31> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-10-26 03:19:57 EDT", "ExecMainStartTimestampMonotonic": "460256241", "ExecMainExitTimestamp": "Sat 2024-10-26 03:20:15 EDT", "ExecMainExitTimestampMonotonic": "479015738", "ExecMainPID": "16675", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:57 EDT] ; stop_time=[Sat 2024-10-26 03:20:15 EDT] ; pid=16675 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:57 EDT] ; stop_time=[Sat 2024-10-26 03:19:57 EDT] ; pid=16666 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target network.target system.slice basic.target systemd-journald.socket network-online.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-10-26 03:20:15 EDT", "StateChangeTimestampMonotonic": "479016198", "InactiveExitTimestamp": "Sat 2024-10-26 03:19:57 EDT", "InactiveExitTimestampMonotonic": "460256277", "ActiveEnterTimestamp": "Sat 2024-10-26 03:20:15 EDT", "ActiveEnterTimestampMonotonic": "479016198", "ActiveExitTimestamp": "Sat 2024-10-26 03:19:57 EDT", "ActiveExitTimestampMonotonic": "460230756", "InactiveEnterTimestamp": "Sat 2024-10-26 03:19:57 EDT", "InactiveEnterTimestampMonotonic": "460254390", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-10-26 03:19:57 EDT", "ConditionTimestampMonotonic": "460255255", "AssertTimestamp": "Sat 2024-10-26 03:19:57 EDT", "AssertTimestampMonotonic": "460255280", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "6d9d063ea2644b5e94a7335b023fcea2", "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.47.31 closed.\r\n') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927232.179694-11372-267582396226493/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') <10.31.9.231> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-10-26 03:19:52 EDT", "ExecMainStartTimestampMonotonic": "417334198", "ExecMainExitTimestamp": "Sat 2024-10-26 03:20:11 EDT", "ExecMainExitTimestampMonotonic": "436197138", "ExecMainPID": "20352", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:52 EDT] ; stop_time=[Sat 2024-10-26 03:20:11 EDT] ; pid=20352 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:52 EDT] ; stop_time=[Sat 2024-10-26 03:19:52 EDT] ; pid=20343 ; 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": "system.slice network.target remote-fs.target basic.target systemd-journald.socket network-online.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-10-26 03:20:11 EDT", "StateChangeTimestampMonotonic": "436197428", "InactiveExitTimestamp": "Sat 2024-10-26 03:19:52 EDT", "InactiveExitTimestampMonotonic": "417334230", "ActiveEnterTimestamp": "Sat 2024-10-26 03:20:11 EDT", "ActiveEnterTimestampMonotonic": "436197428", "ActiveExitTimestamp": "Sat 2024-10-26 03:19:52 EDT", "ActiveExitTimestampMonotonic": "417309945", "InactiveEnterTimestamp": "Sat 2024-10-26 03:19:52 EDT", "InactiveEnterTimestampMonotonic": "417332497", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-10-26 03:19:52 EDT", "ConditionTimestampMonotonic": "417333313", "AssertTimestamp": "Sat 2024-10-26 03:19:52 EDT", "AssertTimestampMonotonic": "417333335", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "3bf4a3a1518f424a8872a05a65f9697e", "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.9.231 closed.\r\n') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927232.1759624-11370-127758294183306/ > /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": "Sat 2024-10-26 03:19:57 EDT", "ActiveEnterTimestampMonotonic": "460472321", "ActiveExitTimestamp": "Sat 2024-10-26 03:19:38 EDT", "ActiveExitTimestampMonotonic": "441794299", "ActiveState": "active", "After": "network-online.target system.slice basic.target systemd-journald.socket network.target remote-fs.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-26 03:19:38 EDT", "AssertTimestampMonotonic": "441819728", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-10-26 03:19:38 EDT", "ConditionTimestampMonotonic": "441819706", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-10-26 03:19:57 EDT", "ExecMainExitTimestampMonotonic": "460471836", "ExecMainPID": "16589", "ExecMainStartTimestamp": "Sat 2024-10-26 03:19:38 EDT", "ExecMainStartTimestampMonotonic": "441820628", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:38 EDT] ; stop_time=[Sat 2024-10-26 03:19:57 EDT] ; pid=16589 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:38 EDT] ; stop_time=[Sat 2024-10-26 03:19:38 EDT] ; pid=16578 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-10-26 03:19:38 EDT", "InactiveEnterTimestampMonotonic": "441818955", "InactiveExitTimestamp": "Sat 2024-10-26 03:19:38 EDT", "InactiveExitTimestampMonotonic": "441820659", "InvocationID": "a05b938642844a7691dcf712d12364dc", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-10-26 03:19:57 EDT", "StateChangeTimestampMonotonic": "460472321", "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.47.31> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": "started", "user": null } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-10-26 03:20:15 EDT", "ActiveEnterTimestampMonotonic": "479016198", "ActiveExitTimestamp": "Sat 2024-10-26 03:19:57 EDT", "ActiveExitTimestampMonotonic": "460230756", "ActiveState": "active", "After": "remote-fs.target network.target system.slice basic.target systemd-journald.socket network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-26 03:19:57 EDT", "AssertTimestampMonotonic": "460255280", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-10-26 03:19:57 EDT", "ConditionTimestampMonotonic": "460255255", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-10-26 03:20:15 EDT", "ExecMainExitTimestampMonotonic": "479015738", "ExecMainPID": "16675", "ExecMainStartTimestamp": "Sat 2024-10-26 03:19:57 EDT", "ExecMainStartTimestampMonotonic": "460256241", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:57 EDT] ; stop_time=[Sat 2024-10-26 03:20:15 EDT] ; pid=16675 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:57 EDT] ; stop_time=[Sat 2024-10-26 03:19:57 EDT] ; pid=16666 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-10-26 03:19:57 EDT", "InactiveEnterTimestampMonotonic": "460254390", "InactiveExitTimestamp": "Sat 2024-10-26 03:19:57 EDT", "InactiveExitTimestampMonotonic": "460256277", "InvocationID": "6d9d063ea2644b5e94a7335b023fcea2", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-10-26 03:20:15 EDT", "StateChangeTimestampMonotonic": "479016198", "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.9.231> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": "started", "user": null } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-10-26 03:20:11 EDT", "ActiveEnterTimestampMonotonic": "436197428", "ActiveExitTimestamp": "Sat 2024-10-26 03:19:52 EDT", "ActiveExitTimestampMonotonic": "417309945", "ActiveState": "active", "After": "system.slice network.target remote-fs.target basic.target systemd-journald.socket network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-26 03:19:52 EDT", "AssertTimestampMonotonic": "417333335", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-10-26 03:19:52 EDT", "ConditionTimestampMonotonic": "417333313", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-10-26 03:20:11 EDT", "ExecMainExitTimestampMonotonic": "436197138", "ExecMainPID": "20352", "ExecMainStartTimestamp": "Sat 2024-10-26 03:19:52 EDT", "ExecMainStartTimestampMonotonic": "417334198", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:52 EDT] ; stop_time=[Sat 2024-10-26 03:20:11 EDT] ; pid=20352 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:52 EDT] ; stop_time=[Sat 2024-10-26 03:19:52 EDT] ; pid=20343 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-10-26 03:19:52 EDT", "InactiveEnterTimestampMonotonic": "417332497", "InactiveExitTimestamp": "Sat 2024-10-26 03:19:52 EDT", "InactiveExitTimestampMonotonic": "417334230", "InvocationID": "3bf4a3a1518f424a8872a05a65f9697e", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-10-26 03:20:11 EDT", "StateChangeTimestampMonotonic": "436197428", "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-JEC/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 26 October 2024 03:20:32 -0400 (0:00:00.550) 0:00:15.180 ****** <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.44.240> (0, b'/root\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927232.7192128-11396-105831372152506 `" && echo ansible-tmp-1729927232.7192128-11396-105831372152506="` echo /root/.ansible/tmp/ansible-tmp-1729927232.7192128-11396-105831372152506 `" ) && sleep 0'"'"'' <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.231> (0, b'/root\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927232.7569802-11398-49708138720150 `" && echo ansible-tmp-1729927232.7569802-11398-49708138720150="` echo /root/.ansible/tmp/ansible-tmp-1729927232.7569802-11398-49708138720150 `" ) && sleep 0'"'"'' <10.31.44.240> (0, b'ansible-tmp-1729927232.7192128-11396-105831372152506=/root/.ansible/tmp/ansible-tmp-1729927232.7192128-11396-105831372152506\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.44.240> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp7z6lhln0 TO /root/.ansible/tmp/ansible-tmp-1729927232.7192128-11396-105831372152506/AnsiballZ_file.py <10.31.44.240> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/5291adab19 '[10.31.44.240]' <10.31.47.31> (0, b'/root\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927232.7721064-11400-234256862945646 `" && echo ansible-tmp-1729927232.7721064-11400-234256862945646="` echo /root/.ansible/tmp/ansible-tmp-1729927232.7721064-11400-234256862945646 `" ) && sleep 0'"'"'' <10.31.9.231> (0, b'ansible-tmp-1729927232.7569802-11398-49708138720150=/root/.ansible/tmp/ansible-tmp-1729927232.7569802-11398-49708138720150\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.9.231> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpfshvokht TO /root/.ansible/tmp/ansible-tmp-1729927232.7569802-11398-49708138720150/AnsiballZ_file.py <10.31.9.231> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f8fa4cb16d '[10.31.9.231]' <10.31.47.31> (0, b'ansible-tmp-1729927232.7721064-11400-234256862945646=/root/.ansible/tmp/ansible-tmp-1729927232.7721064-11400-234256862945646\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.47.31> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpz21yzih0 TO /root/.ansible/tmp/ansible-tmp-1729927232.7721064-11400-234256862945646/AnsiballZ_file.py <10.31.47.31> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/34f0d9a35b '[10.31.47.31]' <10.31.44.240> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmp7z6lhln0 /root/.ansible/tmp/ansible-tmp-1729927232.7192128-11396-105831372152506/AnsiballZ_file.py\n', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927232.7192128-11396-105831372152506/ /root/.ansible/tmp/ansible-tmp-1729927232.7192128-11396-105831372152506/AnsiballZ_file.py && sleep 0'"'"'' <10.31.9.231> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpfshvokht /root/.ansible/tmp/ansible-tmp-1729927232.7569802-11398-49708138720150/AnsiballZ_file.py\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927232.7569802-11398-49708138720150/ /root/.ansible/tmp/ansible-tmp-1729927232.7569802-11398-49708138720150/AnsiballZ_file.py && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 -tt 10.31.44.240 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927232.7192128-11396-105831372152506/AnsiballZ_file.py && sleep 0'"'"'' <10.31.47.31> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpz21yzih0 /root/.ansible/tmp/ansible-tmp-1729927232.7721064-11400-234256862945646/AnsiballZ_file.py\n', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927232.7721064-11400-234256862945646/ /root/.ansible/tmp/ansible-tmp-1729927232.7721064-11400-234256862945646/AnsiballZ_file.py && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d -tt 10.31.9.231 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927232.7569802-11398-49708138720150/AnsiballZ_file.py && sleep 0'"'"'' <10.31.47.31> (0, b'', b'') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b -tt 10.31.47.31 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927232.7721064-11400-234256862945646/AnsiballZ_file.py && sleep 0'"'"'' <10.31.44.240> (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.44.240 closed.\r\n') <10.31.44.240> ESTABLISH SSH CONNECTION FOR USER: None <10.31.44.240> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/5291adab19 10.31.44.240 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927232.7192128-11396-105831372152506/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.231> (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.9.231 closed.\r\n') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927232.7569802-11398-49708138720150/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.31> (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.47.31 closed.\r\n') <10.31.47.31> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.31> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/34f0d9a35b 10.31.47.31 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927232.7721064-11400-234256862945646/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.44.240> (0, b'', b'') changed: [managed-node1 -> managed-node1] => { "changed": true, "diff": { "after": { "path": "/tmp/tests_ssh", "state": "absent" }, "before": { "path": "/tmp/tests_ssh", "path_content": { "directories": [], "files": [] }, "state": "directory" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/tmp/tests_ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "mode": "0755", "owner": "root", "path": "/tmp/tests_ssh", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } <10.31.9.231> (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.47.31> (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-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 26 October 2024 03:20:33 -0400 (0:00:00.423) 0:00:15.604 ****** <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.231> (0, b'/root\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1729927233.135369-11426-270666154303762 `" && echo ansible-tmp-1729927233.135369-11426-270666154303762="` echo /root/.ansible/tmp/ansible-tmp-1729927233.135369-11426-270666154303762 `" ) && sleep 0'"'"'' <10.31.9.231> (0, b'ansible-tmp-1729927233.135369-11426-270666154303762=/root/.ansible/tmp/ansible-tmp-1729927233.135369-11426-270666154303762\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.9.231> PUT /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpfeqlsa05 TO /root/.ansible/tmp/ansible-tmp-1729927233.135369-11426-270666154303762/AnsiballZ_systemd.py <10.31.9.231> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f8fa4cb16d '[10.31.9.231]' <10.31.9.231> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10488i4812xsw/tmpfeqlsa05 /root/.ansible/tmp/ansible-tmp-1729927233.135369-11426-270666154303762/AnsiballZ_systemd.py\n', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1729927233.135369-11426-270666154303762/ /root/.ansible/tmp/ansible-tmp-1729927233.135369-11426-270666154303762/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d -tt 10.31.9.231 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1729927233.135369-11426-270666154303762/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.9.231> (0, b'\r\n{"name": "kdump", "changed": true, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-10-26 03:19:52 EDT", "ExecMainStartTimestampMonotonic": "417334198", "ExecMainExitTimestamp": "Sat 2024-10-26 03:20:11 EDT", "ExecMainExitTimestampMonotonic": "436197138", "ExecMainPID": "20352", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:52 EDT] ; stop_time=[Sat 2024-10-26 03:20:11 EDT] ; pid=20352 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:52 EDT] ; stop_time=[Sat 2024-10-26 03:19:52 EDT] ; pid=20343 ; 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": "system.slice network.target remote-fs.target basic.target systemd-journald.socket network-online.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-10-26 03:20:11 EDT", "StateChangeTimestampMonotonic": "436197428", "InactiveExitTimestamp": "Sat 2024-10-26 03:19:52 EDT", "InactiveExitTimestampMonotonic": "417334230", "ActiveEnterTimestamp": "Sat 2024-10-26 03:20:11 EDT", "ActiveEnterTimestampMonotonic": "436197428", "ActiveExitTimestamp": "Sat 2024-10-26 03:19:52 EDT", "ActiveExitTimestampMonotonic": "417309945", "InactiveEnterTimestamp": "Sat 2024-10-26 03:19:52 EDT", "InactiveEnterTimestampMonotonic": "417332497", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-10-26 03:19:52 EDT", "ConditionTimestampMonotonic": "417333313", "AssertTimestamp": "Sat 2024-10-26 03:19:52 EDT", "AssertTimestampMonotonic": "417333335", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "3bf4a3a1518f424a8872a05a65f9697e", "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.9.231 closed.\r\n') <10.31.9.231> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.231> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f8fa4cb16d 10.31.9.231 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1729927233.135369-11426-270666154303762/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.231> (0, b'', b'') changed: [managed-node2] => { "changed": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": "restarted", "user": null } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-10-26 03:20:11 EDT", "ActiveEnterTimestampMonotonic": "436197428", "ActiveExitTimestamp": "Sat 2024-10-26 03:19:52 EDT", "ActiveExitTimestampMonotonic": "417309945", "ActiveState": "active", "After": "system.slice network.target remote-fs.target basic.target systemd-journald.socket network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-26 03:19:52 EDT", "AssertTimestampMonotonic": "417333335", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-10-26 03:19:52 EDT", "ConditionTimestampMonotonic": "417333313", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-10-26 03:20:11 EDT", "ExecMainExitTimestampMonotonic": "436197138", "ExecMainPID": "20352", "ExecMainStartTimestamp": "Sat 2024-10-26 03:19:52 EDT", "ExecMainStartTimestampMonotonic": "417334198", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:52 EDT] ; stop_time=[Sat 2024-10-26 03:20:11 EDT] ; pid=20352 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-26 03:19:52 EDT] ; stop_time=[Sat 2024-10-26 03:19:52 EDT] ; pid=20343 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-10-26 03:19:52 EDT", "InactiveEnterTimestampMonotonic": "417332497", "InactiveExitTimestamp": "Sat 2024-10-26 03:19:52 EDT", "InactiveExitTimestampMonotonic": "417334230", "InvocationID": "3bf4a3a1518f424a8872a05a65f9697e", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-10-26 03:20:11 EDT", "StateChangeTimestampMonotonic": "436197428", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node1 : ok=23 changed=1 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 managed-node2 : ok=24 changed=3 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 managed-node3 : ok=23 changed=1 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 Saturday 26 October 2024 03:20:33 -0400 (0:00:00.492) 0:00:16.097 ****** =============================================================================== fedora.linux_system_roles.kdump : Install required packages ------------- 4.34s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.16s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gather facts from managed-node1 ----------------------------------------- 0.85s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.79s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.75s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.61s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.61s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.60s /tmp/collections-JEC/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.55s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.55s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.55s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Restart kdump ------------------------- 0.49s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.48s /tmp/collections-JEC/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.48s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Cleanup kdump_path ------------------------------------------------------ 0.42s /tmp/collections-JEC/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.42s /tmp/collections-JEC/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.42s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 fedora.linux_system_roles.kdump : Fetch the servers public key ---------- 0.40s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists --- 0.40s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel --- 0.40s /tmp/collections-JEC/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-JEC/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:40 Saturday 26 October 2024 03:20:33 -0400 (0:00:17.019) 0:00:51.594 ****** changed: [managed-node3 -> localhost] => { "changed": true, "path": "/tmp/ansible.uk4oyu1u.inventory.yaml", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node3 : ok=30 changed=8 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 Saturday 26 October 2024 03:20:33 -0400 (0:00:00.239) 0:00:51.834 ****** =============================================================================== fedora.linux_system_roles.kdump : Restart kdump ------------------------ 19.29s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Run ansible-playbook with tests_ssh.yml in check mode ------------------ 17.02s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 fedora.linux_system_roles.kdump : Install required packages ------------- 3.08s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 0.92s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Create static inventory from hostvars ----------------------------------- 0.81s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.76s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.74s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.73s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Gathering Facts --------------------------------------------------------- 0.65s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gather facts from managed-node3 ----------------------------------------- 0.63s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Gathering Facts --------------------------------------------------------- 0.63s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.59s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.52s /tmp/collections-JEC/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.50s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.50s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.49s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.48s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.38s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.37s /tmp/collections-JEC/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.36s /tmp/collections-JEC/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21