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-dKb/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-dKb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Saturday 21 December 2024 02:16:47 -0500 (0:00:00.020) 0:00:00.020 ***** ok: [managed-node3] META: ran handlers TASK [Create temporary file] *************************************************** task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7 Saturday 21 December 2024 02:16:48 -0500 (0:00:00.859) 0:00:00.880 ***** changed: [managed-node3 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.7lkz5g6j.inventory.yaml", "size": 0, "state": "file", "uid": 0 } TASK [Create static inventory from hostvars] *********************************** task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 Saturday 21 December 2024 02:16:48 -0500 (0:00:00.317) 0:00:01.198 ***** changed: [managed-node3 -> localhost] => { "changed": true, "checksum": "10bb9980ab8edc581820702fec377fa7ad33d7a5", "dest": "/tmp/ansible.7lkz5g6j.inventory.yaml", "gid": 0, "group": "root", "md5sum": "2579fd85ebc22ccff955b14b32dd57c9", "mode": "0644", "owner": "root", "size": 30660, "src": "/root/.ansible/tmp/ansible-tmp-1734765408.731141-9800-140895574737475/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-dKb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 21 December 2024 02:16:49 -0500 (0:00:00.742) 0:00:01.941 ***** ok: [managed-node3] META: ran handlers TASK [Gather facts from managed-node3] ***************************************** task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 21 December 2024 02:16:50 -0500 (0:00:00.602) 0:00:02.544 ***** ok: [managed-node3 -> managed-node3] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 21 December 2024 02:16:50 -0500 (0:00:00.588) 0:00:03.132 ***** 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-dKb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 21 December 2024 02:16:50 -0500 (0:00:00.023) 0:00:03.155 ***** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 21 December 2024 02:16:50 -0500 (0:00:00.058) 0:00:03.213 ***** included: /tmp/collections-dKb/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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 21 December 2024 02:16:50 -0500 (0:00:00.021) 0:00:03.235 ***** 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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 21 December 2024 02:16:50 -0500 (0:00:00.015) 0:00:03.251 ***** 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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 21 December 2024 02:16:51 -0500 (0:00:00.334) 0:00:03.585 ***** 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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 21 December 2024 02:16:51 -0500 (0:00:00.028) 0:00:03.614 ***** 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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 21 December 2024 02:16:51 -0500 (0:00:00.038) 0:00:03.652 ***** 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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 21 December 2024 02:16:54 -0500 (0:00:02.917) 0:00:06.570 ***** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-12-21 02:16:30 EST", "ActiveEnterTimestampMonotonic": "298515426", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:15 EST", "ActiveExitTimestampMonotonic": "283873279", "ActiveState": "active", "After": "system.slice remote-fs.target network-online.target systemd-journald.socket network.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-21 02:16:15 EST", "AssertTimestampMonotonic": "283897462", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:15 EST", "ConditionTimestampMonotonic": "283897437", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-12-21 02:16:30 EST", "ExecMainExitTimestampMonotonic": "298514858", "ExecMainPID": "8433", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:15 EST", "ExecMainStartTimestampMonotonic": "283898282", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:15 EST] ; stop_time=[Sat 2024-12-21 02:16:30 EST] ; pid=8433 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:15 EST] ; stop_time=[Sat 2024-12-21 02:16:15 EST] ; pid=8424 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:15 EST", "InactiveEnterTimestampMonotonic": "283896604", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:15 EST", "InactiveExitTimestampMonotonic": "283898314", "InvocationID": "9f2497dceefc425daaf7392d104df18c", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-12-21 02:16:30 EST", "StateChangeTimestampMonotonic": "298515426", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.kdump : Include SSH tasks] ********************* task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 21 December 2024 02:16:54 -0500 (0:00:00.689) 0:00:07.260 ***** included: /tmp/collections-dKb/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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 21 December 2024 02:16:54 -0500 (0:00:00.053) 0:00:07.314 ***** changed: [managed-node3] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": "0:00:00.355932", "end": "2024-12-21 02:16:55.550767", "rc": 0, "start": "2024-12-21 02:16:55.194835" } 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:X24U+uZjQUeEwO8lfmFmFZApIKkNH2oDMXcRKxkudMc root@managed-node3 The key's randomart image is: +---[RSA 3072]----+ | +.+.*+oo. +=..| | ..=.=Eo ...o. .| | ..+*.. .o. . | | .=.o .+.B | | . . S .+oB . | | . =+ . | | . =o | | +o | | ... | +----[SHA256]-----+ TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 21 December 2024 02:16:55 -0500 (0:00:00.786) 0:00:08.100 ***** ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEWEJYMU9WOFZzYWZkM1V6NEZmdDVjRGNwejkvMlBoTThUK1NFNXA3U1hnazhRQ0EvblBqLzJEYXVOcGpqdFRId29OZ3FjdnRzRWpDaDJ6MWNMUGZWUGhsWWVSNTFXckQyQlArdkVaZDhxK0pjZmg4aHBwRUpPeDVwMEx5aG9KVEFqQVdLSjMxUDlLS0EwSFlWM2Z2T09TTm45KytGYlYvRlQvejc3V0U3c0FCRE1SUlMvUDZONzRYTVk0MnF5ckYwUjVEUUhRYklZM1hpRVZ0ZnhJS0ZnZlluMXA5SUFRcVlocHFKcGxJMmVyc0xDckhyRVUzaHdmNHN4N2hxUlJmKzJmTnBwOVBEeWJ6OTRBcEFad1M2eEUvYW1wWktpc3FoRGdGTDE4ZXc5eHRpdUYvQUp2Q2cyOERTUzVjSXRHcDd2aURoMTU0eU15TG9tNUxwY1RMWm9TbFVyWVVaYXJhTGdySWtGV2U3ZDNNYmlZWCtnRUFERE5MUjRaeEpra2F2RG4rTkxWZGlXQnJaMEVPU0hia2NESzFmZnFxVStOOXRjd3JDdlo4SXR6bThBWnpTcnFwczNIODc1Y1BSZnltRDNIQ1BxdWFKMUlLNzUydkFUQXc0SDNLWVMvR1RTMUpzMTZ0ZC9pRUdUTnBvMkMrYXdkRjJseWFYWVJjMGRJZGs9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "encoding": "base64", "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 21 December 2024 02:16:56 -0500 (0:00:00.454) 0:00:08.555 ***** 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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 21 December 2024 02:16:56 -0500 (0:00:00.554) 0:00:09.109 ***** ok: [managed-node3 -> managed-node3] => { "changed": false, "stat": { "atime": 1734765107.4293742, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1734765415.5489962, "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": 1734765415.5489962, "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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 21 December 2024 02:16:56 -0500 (0:00:00.366) 0:00:09.475 ***** ok: [managed-node3 -> managed-node3] => { "changed": false, "stat": { "atime": 1734765257.1635718, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1734765107.4293742, "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": 1734765107.4283743, "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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 21 December 2024 02:16:57 -0500 (0:00:00.348) 0:00:09.824 ***** 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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 21 December 2024 02:16:57 -0500 (0:00:00.457) 0:00:10.281 ***** 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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 21 December 2024 02:16:58 -0500 (0:00:00.452) 0:00:10.733 ***** ok: [managed-node3 -> managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDNG84VUtIOVBHZmNjaUk2VGJHazFZZVAveHltZFFINGJ5enFtRGoyN1FoWVRBYXZidjZoMnlPMktCVUt4T3dVRXJ5NkVBSDRGZStHOEdWQ0wwcXorQ3IveTE2WVpSN2VEQmhIR1VrZlRMYy9XcXFZaURaWEZGZTUxNVBjZ0tkckdsK2lCUWhPazJ5dWdjVFd6YStNa2VGaitITUJRU0VZUjAyMEN6RVFoMGVkcWJQbFNaNWFjMisvWjlwUTdwVlpuUzhQMHV5U1FpWkFldjcwY3F1RmMwYmJ6T0ZRSEtNeU85TnMzWjk0T2l6NHY5NXpxZUpneFV4YTY0b3V6Mm9UYWtDV0xMWDVYL0U1SmxBenowRmprZWZUeGRudWRyRktUWUJmV3gzbE9ISThMVGFoU3hLNkx1OFJUMVdZYzUrRjFmdXQ4OVpISC9iNC80NGVqYnV4VisyRzlucnBBOWtBdG1PMm0wSHgzSlp5ck8vSHphdFVRMWZQVVl4akdtelpYS0lpZ3ZaMEJEY2NwcnNLSzlMSStSVnRBNVV4MGUvVmdoRVBXTjRqSzl1YW84M3dQQ1NqclcramdCd1I2T0U5THV5RFlSTGgrSlBSZEtndGR2c21UbmtmeDRUWlUyOWJURXJCZFJTdHlTVzE1czZzVlY0bGhveG1Vem80ZUJHd2s9IHJvb3RAaXAtMTAtMzEtMTAtMTQ2LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 21 December 2024 02:16:58 -0500 (0:00:00.319) 0:00:11.053 ***** changed: [managed-node3] => { "changed": true, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.10.146 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4o8UKH9PGfcciI6TbGk1YeP/xymdQH4byzqmDj27QhYTAavbv6h2yO2KBUKxOwUEry6EAH4Fe+G8GVCL0qz+Cr/y16YZR7eDBhHGUkfTLc/WqqYiDZXFFe515PcgKdrGl+iBQhOk2yugcTWza+MkeFj+HMBQSEYR020CzEQh0edqbPlSZ5ac2+/Z9pQ7pVZnS8P0uySQiZAev70cquFc0bbzOFQHKMyO9Ns3Z94Oiz4v95zqeJgxUxa64ouz2oTakCWLLX5X/E5JlAzz0FjkefTxdnudrFKTYBfWx3lOHI8LTahSxK6Lu8RT1WYc5+F1fut89ZHH/b4/44ejbuxV+2G9nrpA9kAtmO2m0Hx3JZyrO/HzatUQ1fPUYxjGmzZXKIigvZ0BDccprsKK9LI+RVtA5Ux0e/VghEPWN4jK9uao83wPCSjrW+jgBwR6OE9LuyDYRLh+JPRdKgtdvsmTnkfx4TZU29bTErBdRStySW15s6sVV4lhoxmUzo4eBGwk= root@ip-10-31-10-146.us-east-1.aws.redhat.com\n", "mode": "0644", "name": "10.31.10.146", "owner": "root", "path": "/etc/ssh/ssh_known_hosts", "secontext": "system_u:object_r:etc_t:s0", "size": 612, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists] *** task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 21 December 2024 02:16:59 -0500 (0:00:00.453) 0:00:11.507 ***** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1734765375.904855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5eea1b4829897f2843bafdff6b482ed722029483", "ctime": 1734765374.3018491, "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": 1734765374.0458484, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 77, "uid": 0, "version": "2172834093", "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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 21 December 2024 02:16:59 -0500 (0:00:00.336) 0:00:11.843 ***** NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed-node3 changed: [managed-node3] => { "backup_file": "/etc/kdump.conf.16216.2024-12-21@02:16:59~", "changed": true, "checksum": "397f925481eb172afb4c8c037feb6b22cbe45155", "dest": "/etc/kdump.conf", "gid": 0, "group": "root", "md5sum": "515e0b015acc8998df07f7bead9ca4d6", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1734765419.3796308-10168-215190053271173/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 21 December 2024 02:17:00 -0500 (0:00:00.677) 0:00:12.521 ***** 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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 21 December 2024 02:17:00 -0500 (0:00:00.326) 0:00:12.847 ***** 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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 21 December 2024 02:17:00 -0500 (0:00:00.017) 0:00:12.865 ***** 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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 21 December 2024 02:17:00 -0500 (0:00:00.013) 0:00:12.879 ***** 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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 21 December 2024 02:17:00 -0500 (0:00:00.013) 0:00:12.892 ***** 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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 21 December 2024 02:17:00 -0500 (0:00:00.014) 0:00:12.907 ***** 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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 21 December 2024 02:17:00 -0500 (0:00:00.014) 0:00:12.921 ***** 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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 21 December 2024 02:17:00 -0500 (0:00:00.013) 0:00:12.935 ***** ok: [managed-node3] => { "changed": false, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-12-21 02:16:30 EST", "ActiveEnterTimestampMonotonic": "298515426", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:15 EST", "ActiveExitTimestampMonotonic": "283873279", "ActiveState": "active", "After": "system.slice remote-fs.target network-online.target systemd-journald.socket network.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-21 02:16:15 EST", "AssertTimestampMonotonic": "283897462", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:15 EST", "ConditionTimestampMonotonic": "283897437", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-12-21 02:16:30 EST", "ExecMainExitTimestampMonotonic": "298514858", "ExecMainPID": "8433", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:15 EST", "ExecMainStartTimestampMonotonic": "283898282", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:15 EST] ; stop_time=[Sat 2024-12-21 02:16:30 EST] ; pid=8433 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:15 EST] ; stop_time=[Sat 2024-12-21 02:16:15 EST] ; pid=8424 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:15 EST", "InactiveEnterTimestampMonotonic": "283896604", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:15 EST", "InactiveExitTimestampMonotonic": "283898314", "InvocationID": "9f2497dceefc425daaf7392d104df18c", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-12-21 02:16:30 EST", "StateChangeTimestampMonotonic": "298515426", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Cleanup kdump_path] ****************************************************** task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 21 December 2024 02:17:00 -0500 (0:00:00.453) 0:00:13.389 ***** 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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 21 December 2024 02:17:01 -0500 (0:00:00.330) 0:00:13.720 ***** changed: [managed-node3] => { "changed": true, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-12-21 02:16:30 EST", "ActiveEnterTimestampMonotonic": "298515426", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:15 EST", "ActiveExitTimestampMonotonic": "283873279", "ActiveState": "active", "After": "system.slice remote-fs.target network-online.target systemd-journald.socket network.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-21 02:16:15 EST", "AssertTimestampMonotonic": "283897462", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:15 EST", "ConditionTimestampMonotonic": "283897437", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-12-21 02:16:30 EST", "ExecMainExitTimestampMonotonic": "298514858", "ExecMainPID": "8433", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:15 EST", "ExecMainStartTimestampMonotonic": "283898282", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:15 EST] ; stop_time=[Sat 2024-12-21 02:16:30 EST] ; pid=8433 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:15 EST] ; stop_time=[Sat 2024-12-21 02:16:15 EST] ; pid=8424 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:15 EST", "InactiveEnterTimestampMonotonic": "283896604", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:15 EST", "InactiveExitTimestampMonotonic": "283898314", "InvocationID": "9f2497dceefc425daaf7392d104df18c", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-12-21 02:16:30 EST", "StateChangeTimestampMonotonic": "298515426", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } META: ran handlers META: ran handlers PLAY [Run tests_ssh.yml in check_mode] ***************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Saturday 21 December 2024 02:17:20 -0500 (0:00:19.048) 0:00:32.768 ***** ok: [managed-node3] META: ran handlers TASK [Run ansible-playbook with tests_ssh.yml in check mode] ******************* task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 Saturday 21 December 2024 02:17:20 -0500 (0:00:00.588) 0:00:33.357 ***** ok: [managed-node3 -> localhost] => { "changed": false, "cmd": [ "ansible-playbook", "-vvv", "-i", "/tmp/ansible.7lkz5g6j.inventory.yaml", "--check", "tests_ssh.yml" ], "delta": "0:00:16.523310", "end": "2024-12-21 02:17:37.631308", "rc": 0, "start": "2024-12-21 02:17:21.107998" } 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.7lkz5g6j.inventory.yaml as it did not pass its verify_file() method script declined parsing /tmp/ansible.7lkz5g6j.inventory.yaml as it did not pass its verify_file() method Parsed /tmp/ansible.7lkz5g6j.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-dKb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 21 December 2024 02:17:21 -0500 (0:00:00.020) 0:00:00.020 ***** <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.255> (0, b'/root\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765441.6749852-10538-261673298631701 `" && echo ansible-tmp-1734765441.6749852-10538-261673298631701="` echo /root/.ansible/tmp/ansible-tmp-1734765441.6749852-10538-261673298631701 `" ) && sleep 0'"'"'' <10.31.10.146> (0, b'/root\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765441.6844127-10542-79854157095101 `" && echo ansible-tmp-1734765441.6844127-10542-79854157095101="` echo /root/.ansible/tmp/ansible-tmp-1734765441.6844127-10542-79854157095101 `" ) && sleep 0'"'"'' <10.31.9.13> (0, b'/root\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765441.6921406-10539-11943542492012 `" && echo ansible-tmp-1734765441.6921406-10539-11943542492012="` echo /root/.ansible/tmp/ansible-tmp-1734765441.6921406-10539-11943542492012 `" ) && sleep 0'"'"'' <10.31.40.255> (0, b'ansible-tmp-1734765441.6749852-10538-261673298631701=/root/.ansible/tmp/ansible-tmp-1734765441.6749852-10538-261673298631701\n', b'') <10.31.10.146> (0, b'ansible-tmp-1734765441.6844127-10542-79854157095101=/root/.ansible/tmp/ansible-tmp-1734765441.6844127-10542-79854157095101\n', b'') <10.31.9.13> (0, b'ansible-tmp-1734765441.6921406-10539-11943542492012=/root/.ansible/tmp/ansible-tmp-1734765441.6921406-10539-11943542492012\n', b'') Attempting python interpreter discovery <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None Attempting python interpreter discovery <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/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.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/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.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/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.10.146> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.40.255> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.9.13> (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.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.10.146> (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.10.146> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpe0yzcj4i TO /root/.ansible/tmp/ansible-tmp-1734765441.6844127-10542-79854157095101/AnsiballZ_setup.py <10.31.10.146> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/da4c9ade83 '[10.31.10.146]' <10.31.40.255> (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.40.255> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpyk0os7sc TO /root/.ansible/tmp/ansible-tmp-1734765441.6749852-10538-261673298631701/AnsiballZ_setup.py <10.31.40.255> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6e3f6b327d '[10.31.40.255]' <10.31.9.13> (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.13> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpvw7oqom4 TO /root/.ansible/tmp/ansible-tmp-1734765441.6921406-10539-11943542492012/AnsiballZ_setup.py <10.31.9.13> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f6538707e5 '[10.31.9.13]' <10.31.10.146> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpe0yzcj4i /root/.ansible/tmp/ansible-tmp-1734765441.6844127-10542-79854157095101/AnsiballZ_setup.py\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765441.6844127-10542-79854157095101/ /root/.ansible/tmp/ansible-tmp-1734765441.6844127-10542-79854157095101/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.255> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpyk0os7sc /root/.ansible/tmp/ansible-tmp-1734765441.6749852-10538-261673298631701/AnsiballZ_setup.py\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765441.6749852-10538-261673298631701/ /root/.ansible/tmp/ansible-tmp-1734765441.6749852-10538-261673298631701/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 -tt 10.31.10.146 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765441.6844127-10542-79854157095101/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.255> (0, b'', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d -tt 10.31.40.255 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765441.6749852-10538-261673298631701/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.9.13> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpvw7oqom4 /root/.ansible/tmp/ansible-tmp-1734765441.6921406-10539-11943542492012/AnsiballZ_setup.py\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765441.6921406-10539-11943542492012/ /root/.ansible/tmp/ansible-tmp-1734765441.6921406-10539-11943542492012/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 -tt 10.31.9.13 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765441.6921406-10539-11943542492012/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.10.146> (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-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": "1603965ea555414f899c856e4b69f5a0", "ansible_fips": false, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_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_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.12.175 49702 10.31.10.146 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.12.175 49702 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_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": 2836, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 703, "free": 2836}, "nocache": {"free": 3337, "used": 202}, "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": "ec2ea23b-c292-06e5-216d-12c44de3565a", "ansible_product_uuid": "ec2ea23b-c292-06e5-216d-12c44de3565a", "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": 350, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560163328, "block_size": 4096, "block_total": 65533179, "block_available": 64345743, "block_used": 1187436, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPSujbuSoRdj4w/wO2XdT+c7k070p/HnooX7Y0cUQE8yzQLlLbHoeoyLUyDQgUPY7DMTmELYtLe6eqETT7hQZH38KtdweufNE8wvNh3V/oolzP/qgAzJFOGYn3y9qsqyckbTdygDc9GytyHHecSf3aYQY08Cdq+Vaw9mD53cmKcfAAAAFQCxY91IcmbGNZLHY3KBdBoRe5h09QAAAIEAyVirecDG2F1RhygMQxNuQKYXS0euJP820KzuRLgLkIh94foHnb5N4iSaprr4putR4d6Pz80AtgGVoPS2IZLyu9DaRzkCOESg9obAVhfpfZ+gbpBXLi02oOM23nwhXu4j2oxBk9ZMnCCl2CkmTzGMD/sxuGyJSD7yMP1BbiPhpMMAAACAelm+UbgCeGV9hhcLlZpnr+dCuHyjKdMzmMrZlTQRYyF3guZPVdFqPy8/cD6lNoiUvmR0WtCvmnsCLrufudSBtPo1E5CDiwUE4+8EDm9Ape+MZ8RsE4ZZ71kCUduGYF/wZ0MkvnXN2wVUaTHRhluj5gCbjvy5I71xbe0xaYdjZOE=", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC4o8UKH9PGfcciI6TbGk1YeP/xymdQH4byzqmDj27QhYTAavbv6h2yO2KBUKxOwUEry6EAH4Fe+G8GVCL0qz+Cr/y16YZR7eDBhHGUkfTLc/WqqYiDZXFFe515PcgKdrGl+iBQhOk2yugcTWza+MkeFj+HMBQSEYR020CzEQh0edqbPlSZ5ac2+/Z9pQ7pVZnS8P0uySQiZAev70cquFc0bbzOFQHKMyO9Ns3Z94Oiz4v95zqeJgxUxa64ouz2oTakCWLLX5X/E5JlAzz0FjkefTxdnudrFKTYBfWx3lOHI8LTahSxK6Lu8RT1WYc5+F1fut89ZHH/b4/44ejbuxV+2G9nrpA9kAtmO2m0Hx3JZyrO/HzatUQ1fPUYxjGmzZXKIigvZ0BDccprsKK9LI+RVtA5Ux0e/VghEPWN4jK9uao83wPCSjrW+jgBwR6OE9LuyDYRLh+JPRdKgtdvsmTnkfx4TZU29bTErBdRStySW15s6sVV4lhoxmUzo4eBGwk=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJb//TsqlbQXrhQcvcl5XEC1NUFRT/7CM0t7QrUKnKHpy9JEINOp7wWLhxqnK08bSsuV1Q/BG66yTp4Qxg2u4Wk=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJvD5EIDNR4PRPEL60dE4aMeFjfi3rO5zER0xF2r9n+c", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "12:80:f2:b5:25:93", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.10.146", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::1080:f2ff:feb5:2593", "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.10.146", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:80:f2:b5:25:93", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.10.146"], "ansible_all_ipv6_addresses": ["fe80::1080:f2ff:feb5:2593"], "ansible_pkg_mgr": "dnf", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_fibre_channel_wwn": [], "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "51", "day": "21", "hour": "02", "minute": "17", "second": "22", "epoch": "1734765442", "date": "2024-12-21", "time": "02:17:22", "iso8601_micro": "2024-12-21T07:17:22.503940Z", "iso8601": "2024-12-21T07:17:22Z", "iso8601_basic": "20241221T021722503940", "iso8601_basic_short": "20241221T021722", "tz": "EST", "tz_offset": "-0500"}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_hostnqn": "", "ansible_iscsi_iqn": "", "ansible_is_chroot": false, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_service_mgr": "systemd", "ansible_local": {}, "ansible_lsb": {}, "ansible_apparmor": {"status": "disabled"}, "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.10.146 closed.\r\n') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765441.6844127-10542-79854157095101/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.255> (0, b'\r\n{"ansible_facts": {"ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_is_chroot": false, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAN4hsFQfC6mYPlMgyY+inG6HfoUOP3owAD9n64HxomnHhIN9Jf9J1M3miumUUZ87W6nM+I8bKGdwrbaZwi3egLwQCjBRvVHl52DSa3qAl5fDRNIkdPfWtk/9Ak2MSv7ckC6Tb18xO20tcO/v1YwU6WVSN1yNB5x+uA9TZCao81c5AAAAFQCdJwmJhN2pOPx85cJexM1wSj6d6wAAAIEA2UKWSMYfpFUOtHR3CgDyW9WHKa+PUNY4lQ4QH+nsrNqSmvP99aSxJKtLqZ9dTAveLKwqdgy6QrrIqYahTZeHttlTRDWW31xVawK4jYcKlZRGRTftWiOFfhwSNBLJXBHECJkKhhpuuIBfhSfnXOXH6OXBLvAIE/2AyzBCHHQdwMAAAACASVC72uYCao0j82rNQZ5lpTEQDgWiQlk6gQ++oFur1VzE3niWpj1LI7wc7lUmodBtM83j7UK+9wHIYRFtvNSkVEg2RYLrzmChoarGzLnwDYlkT1eWb6YVYjfXRSC+JECvwJEBEF6bSfpIK/jL/ZT58bsZgBoRjOvAo8aHkFX8ZtA=", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDS+JFEzm1vWCCyWcvjBoQDiKVd+iyR5mOM38JOTwMMxaZmbNPetqOMmTWbKVOPscZY+nMGV5Z242CYxZIT/8oDEmNedWDPxbk4c5iL+2L6jsg3vy2vR0Vjtyz+hads/WGu4RkRdP7LwzqK2U4ZAIViUEXiIy3N+YKKXEGyUk1CdPMnGELBFCk7PnokD4xpjJ0gP7F5ZZxl+d/j75I6xuDijMR2zsBCFMqVIk/Ms2WWmncqGplCOsLRqtTcDLYFQjsJF8xq1M4UWFFoju9b+vMsEmQmAcPRZoRGipODRbKqSgkfOYzy/ZkOtXJnr5E3JCfr75geIGbkr/56bNwS1s3IbPtjyvlZ17GXDAsK7edy6lykgAWVsPIcV0i/fb1K9uvKLaQF8pOKHmjZhkhsGrT9t9VR1kjRuKWliMnXqATGDEsGTNxIwyNzXTmjDL/2Mb+tjkpSusZUCm3MrlmL7ncyDhkQAv53FoJQdQGE8mPyNhTS8aFClZATlNOeBTBla50=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIG8epP08GstTgH0eMG5a80f4RAUkBU0+eXGb5rSCt64HgrOqeycaDJbasT9mRag1ME6cNNEBDvKpkPEEmRQtfg=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIAgvQymp/ful9veq/o5ZPfHb655O6NPmCqsd06U1rM0e", "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "51", "day": "21", "hour": "02", "minute": "17", "second": "22", "epoch": "1734765442", "date": "2024-12-21", "time": "02:17:22", "iso8601_micro": "2024-12-21T07:17:22.377373Z", "iso8601": "2024-12-21T07:17:22Z", "iso8601_basic": "20241221T021722377373", "iso8601_basic_short": "20241221T021722", "tz": "EST", "tz_offset": "-0500"}, "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": "bf78c20b44754ce598cbbb1bc003d0d7", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_apparmor": {"status": "disabled"}, "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_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_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_lsb": {}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_hostnqn": "", "ansible_pkg_mgr": "dnf", "ansible_local": {}, "ansible_iscsi_iqn": "", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.12.175 52686 10.31.40.255 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.12.175 52686 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_fibre_channel_wwn": [], "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:e4:d2:d2:da:01", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.40.255", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0"}, "ipv6": [{"address": "fe80::ce4:d2ff:fed2:da01", "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.40.1", "interface": "eth0", "address": "10.31.40.255", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "macaddress": "0e:e4:d2:d2:da:01", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.40.255"], "ansible_all_ipv6_addresses": ["fe80::ce4:d2ff:fed2:da01"], "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2826, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 713, "free": 2826}, "nocache": {"free": 3326, "used": 213}, "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": "ec271990-7f41-3bbc-4592-7964f2241f94", "ansible_product_uuid": "ec271990-7f41-3bbc-4592-7964f2241f94", "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": 297, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560077312, "block_size": 4096, "block_total": 65533179, "block_available": 64345722, "block_used": 1187457, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "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.40.255 closed.\r\n') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765441.6749852-10538-261673298631701/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') ok: [managed-node3] <10.31.40.255> (0, b'', b'') ok: [managed-node1] <10.31.9.13> (0, b'\r\n{"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAOyx+LGRL6K0uwu255kRXQeyHntnjNx7eWAP0TgLDYCWJNHAGsAysxg9ktVsCVNLrrFi0W4OWzl7EFZfFmA9cn3lrUjz9GWzabU1AUMyvNzCrUebZ8Kv9bhh+qrcupGxpfR8Jk9XMvOV0mldAgmr/tG9FKI8G6uVH9uUjLluiRLvAAAAFQDA+VUjwkwDmBONrBztZCMBVd5/OwAAAIEAhZx5QaYch2YfekCw0z7t8ZFn4ysZ19i41ut/0oAFYdaGjpx9QqDK+UD6UeylOlzQWQaE3ulKVbYF8uDyFdkiu9A2pIHz7hDcLxOpqqpMHAB2fSgUIjeNuS8ND44DxP4A23blmV+lc2S6VjEAvpXEIWDivrrqMGmDREacMbq2e3wAAACAZ/IQgPBXaJb5kIM9SSt0aL7wPcJcM9PC6f58uc/JxztUrEVRQcCVsnoXb5ggOSVA09RWC118CVtIIML8coFyg/i1BDcjwVIWPP1PPKNaaZMFFx9Z7s1QaKMsHc7562Ca9Xdvn2Q0Nv2/ycM+ZcUOwxsp/N1XQknAraCnEi1fGSs=", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCoHfWj0sx5SeXj/7Rekw1w84oNDxVgPDo247mxqoYNKO3tgwfkfrmPJYCes9w6dETpLoVPWdhvuEcGn5m/NHRPrIk2zkUGCdH03TmeP+Qe967RH4OB0Z09crOG2xPcKuNGTQSWEJPQNLVobUO0IGt7cw7Dc/EgAkO+BmoUY+L+pwZFyZ+YAHCU0HW88gMF53OrEhYToW48iSfNOnDPf9BYoPpuGpShHWViig+ufwCiDGVgnaawLY1MMS65p3k/Z+6RUSp93Q5Fx5EKO/Isbz7Pr7VsnMHRlbZiN6flCV+63ThGJvTBsgVykZJq5WXLlQHfe94e+2KSSXKcf1NyTlkrGsqp7Pi1Sqed23i8c3XnQYjJ0n8nSOkjA/fX9wUjfYlxKWaMiAVl9dbpYGdVNZAat+TnLQoIhp6hllnBw8YQOu6GRJ2Y10tzzRf9Torb25/Ns21mbCJ4WWmXiQS8OHgTrXK7mJWG0JxJ9tDbhpt2DhkcDUkFwbZQYFVTKOr3zGU=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEm7lhO3+VU3msctlOTk9BTgW8eX7Dtg7RuPn1uKbNtoRtDdWQB+YBCOUnY/McjOLz7V/nGsCRyRk9qo4xWywWA=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIKhkKb3zqX4oxR2e08Zd0ln2BisdneSphS5fVKxiw9nz", "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "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": "136ffb01f4f54ec2a20b95c3bfdb8dfc", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_local": {}, "ansible_is_chroot": 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_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_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.12.175 49270 10.31.9.13 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.12.175 49270 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_fips": false, "ansible_hostnqn": "", "ansible_fibre_channel_wwn": [], "ansible_iscsi_iqn": "", "ansible_apparmor": {"status": "disabled"}, "ansible_lsb": {}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "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": 2825, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 714, "free": 2825}, "nocache": {"free": 3327, "used": 212}, "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": "ec29700a-04b8-06d9-bc98-5bbf18f3d900", "ansible_product_uuid": "ec29700a-04b8-06d9-bc98-5bbf18f3d900", "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": 346, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263559651328, "block_size": 4096, "block_total": 65533179, "block_available": 64345618, "block_used": 1187561, "inode_total": 131071472, "inode_available": 130996211, "inode_used": 75261, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "51", "day": "21", "hour": "02", "minute": "17", "second": "22", "epoch": "1734765442", "date": "2024-12-21", "time": "02:17:22", "iso8601_micro": "2024-12-21T07:17:22.694721Z", "iso8601": "2024-12-21T07:17:22Z", "iso8601_basic": "20241221T021722694721", "iso8601_basic_short": "20241221T021722", "tz": "EST", "tz_offset": "-0500"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_service_mgr": "systemd", "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": "12:8f:ae:64:e0:9d", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.9.13", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::108f:aeff:fe64:e09d", "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.8.1", "interface": "eth0", "address": "10.31.9.13", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:8f:ae:64:e0:9d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.9.13"], "ansible_all_ipv6_addresses": ["fe80::108f:aeff:fe64:e09d"], "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.13 closed.\r\n') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765441.6921406-10539-11943542492012/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') ok: [managed-node2] META: ran handlers TASK [Gather facts from managed-node1] ***************************************** task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 21 December 2024 02:17:22 -0500 (0:00:01.208) 0:00:01.228 ***** <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.255> (0, b'/root\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765442.897718-10601-32482458064857 `" && echo ansible-tmp-1734765442.897718-10601-32482458064857="` echo /root/.ansible/tmp/ansible-tmp-1734765442.897718-10601-32482458064857 `" ) && sleep 0'"'"'' <10.31.9.13> (0, b'/root\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765442.9007034-10602-90615187240902 `" && echo ansible-tmp-1734765442.9007034-10602-90615187240902="` echo /root/.ansible/tmp/ansible-tmp-1734765442.9007034-10602-90615187240902 `" ) && sleep 0'"'"'' <10.31.10.146> (0, b'/root\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765442.9101632-10605-192915641472812 `" && echo ansible-tmp-1734765442.9101632-10605-192915641472812="` echo /root/.ansible/tmp/ansible-tmp-1734765442.9101632-10605-192915641472812 `" ) && sleep 0'"'"'' <10.31.40.255> (0, b'ansible-tmp-1734765442.897718-10601-32482458064857=/root/.ansible/tmp/ansible-tmp-1734765442.897718-10601-32482458064857\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.40.255> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpp56qgoik TO /root/.ansible/tmp/ansible-tmp-1734765442.897718-10601-32482458064857/AnsiballZ_setup.py <10.31.40.255> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6e3f6b327d '[10.31.40.255]' <10.31.10.146> (0, b'ansible-tmp-1734765442.9101632-10605-192915641472812=/root/.ansible/tmp/ansible-tmp-1734765442.9101632-10605-192915641472812\n', b'') <10.31.9.13> (0, b'ansible-tmp-1734765442.9007034-10602-90615187240902=/root/.ansible/tmp/ansible-tmp-1734765442.9007034-10602-90615187240902\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.10.146> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmplyfm6d1t TO /root/.ansible/tmp/ansible-tmp-1734765442.9101632-10605-192915641472812/AnsiballZ_setup.py <10.31.10.146> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/da4c9ade83 '[10.31.10.146]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.9.13> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpz_gsfxah TO /root/.ansible/tmp/ansible-tmp-1734765442.9007034-10602-90615187240902/AnsiballZ_setup.py <10.31.9.13> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f6538707e5 '[10.31.9.13]' <10.31.10.146> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmplyfm6d1t /root/.ansible/tmp/ansible-tmp-1734765442.9101632-10605-192915641472812/AnsiballZ_setup.py\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765442.9101632-10605-192915641472812/ /root/.ansible/tmp/ansible-tmp-1734765442.9101632-10605-192915641472812/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.255> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpp56qgoik /root/.ansible/tmp/ansible-tmp-1734765442.897718-10601-32482458064857/AnsiballZ_setup.py\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765442.897718-10601-32482458064857/ /root/.ansible/tmp/ansible-tmp-1734765442.897718-10601-32482458064857/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 -tt 10.31.10.146 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765442.9101632-10605-192915641472812/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.9.13> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpz_gsfxah /root/.ansible/tmp/ansible-tmp-1734765442.9007034-10602-90615187240902/AnsiballZ_setup.py\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765442.9007034-10602-90615187240902/ /root/.ansible/tmp/ansible-tmp-1734765442.9007034-10602-90615187240902/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.255> (0, b'', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d -tt 10.31.40.255 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765442.897718-10601-32482458064857/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 -tt 10.31.9.13 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765442.9007034-10602-90615187240902/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.10.146> (0, b'\r\n{"ansible_facts": {"ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPSujbuSoRdj4w/wO2XdT+c7k070p/HnooX7Y0cUQE8yzQLlLbHoeoyLUyDQgUPY7DMTmELYtLe6eqETT7hQZH38KtdweufNE8wvNh3V/oolzP/qgAzJFOGYn3y9qsqyckbTdygDc9GytyHHecSf3aYQY08Cdq+Vaw9mD53cmKcfAAAAFQCxY91IcmbGNZLHY3KBdBoRe5h09QAAAIEAyVirecDG2F1RhygMQxNuQKYXS0euJP820KzuRLgLkIh94foHnb5N4iSaprr4putR4d6Pz80AtgGVoPS2IZLyu9DaRzkCOESg9obAVhfpfZ+gbpBXLi02oOM23nwhXu4j2oxBk9ZMnCCl2CkmTzGMD/sxuGyJSD7yMP1BbiPhpMMAAACAelm+UbgCeGV9hhcLlZpnr+dCuHyjKdMzmMrZlTQRYyF3guZPVdFqPy8/cD6lNoiUvmR0WtCvmnsCLrufudSBtPo1E5CDiwUE4+8EDm9Ape+MZ8RsE4ZZ71kCUduGYF/wZ0MkvnXN2wVUaTHRhluj5gCbjvy5I71xbe0xaYdjZOE=", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC4o8UKH9PGfcciI6TbGk1YeP/xymdQH4byzqmDj27QhYTAavbv6h2yO2KBUKxOwUEry6EAH4Fe+G8GVCL0qz+Cr/y16YZR7eDBhHGUkfTLc/WqqYiDZXFFe515PcgKdrGl+iBQhOk2yugcTWza+MkeFj+HMBQSEYR020CzEQh0edqbPlSZ5ac2+/Z9pQ7pVZnS8P0uySQiZAev70cquFc0bbzOFQHKMyO9Ns3Z94Oiz4v95zqeJgxUxa64ouz2oTakCWLLX5X/E5JlAzz0FjkefTxdnudrFKTYBfWx3lOHI8LTahSxK6Lu8RT1WYc5+F1fut89ZHH/b4/44ejbuxV+2G9nrpA9kAtmO2m0Hx3JZyrO/HzatUQ1fPUYxjGmzZXKIigvZ0BDccprsKK9LI+RVtA5Ux0e/VghEPWN4jK9uao83wPCSjrW+jgBwR6OE9LuyDYRLh+JPRdKgtdvsmTnkfx4TZU29bTErBdRStySW15s6sVV4lhoxmUzo4eBGwk=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJb//TsqlbQXrhQcvcl5XEC1NUFRT/7CM0t7QrUKnKHpy9JEINOp7wWLhxqnK08bSsuV1Q/BG66yTp4Qxg2u4Wk=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJvD5EIDNR4PRPEL60dE4aMeFjfi3rO5zER0xF2r9n+c", "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": "1603965ea555414f899c856e4b69f5a0", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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_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": 2836, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 703, "free": 2836}, "nocache": {"free": 3337, "used": 202}, "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": "ec2ea23b-c292-06e5-216d-12c44de3565a", "ansible_product_uuid": "ec2ea23b-c292-06e5-216d-12c44de3565a", "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": 351, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560163328, "block_size": 4096, "block_total": 65533179, "block_available": 64345743, "block_used": 1187436, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_fips": false, "ansible_is_chroot": false, "ansible_lsb": {}, "ansible_hostnqn": "", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.12.175 49702 10.31.10.146 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.12.175 49702 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_apparmor": {"status": "disabled"}, "ansible_fibre_channel_wwn": [], "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_local": {}, "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "51", "day": "21", "hour": "02", "minute": "17", "second": "23", "epoch": "1734765443", "date": "2024-12-21", "time": "02:17:23", "iso8601_micro": "2024-12-21T07:17:23.394454Z", "iso8601": "2024-12-21T07:17:23Z", "iso8601_basic": "20241221T021723394454", "iso8601_basic_short": "20241221T021723", "tz": "EST", "tz_offset": "-0500"}, "ansible_iscsi_iqn": "", "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "12:80:f2:b5:25:93", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.10.146", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::1080:f2ff:feb5:2593", "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.10.146", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:80:f2:b5:25:93", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.10.146"], "ansible_all_ipv6_addresses": ["fe80::1080:f2ff:feb5:2593"], "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.10.146 closed.\r\n') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765442.9101632-10605-192915641472812/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.255> (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-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": "bf78c20b44754ce598cbbb1bc003d0d7", "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_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAN4hsFQfC6mYPlMgyY+inG6HfoUOP3owAD9n64HxomnHhIN9Jf9J1M3miumUUZ87W6nM+I8bKGdwrbaZwi3egLwQCjBRvVHl52DSa3qAl5fDRNIkdPfWtk/9Ak2MSv7ckC6Tb18xO20tcO/v1YwU6WVSN1yNB5x+uA9TZCao81c5AAAAFQCdJwmJhN2pOPx85cJexM1wSj6d6wAAAIEA2UKWSMYfpFUOtHR3CgDyW9WHKa+PUNY4lQ4QH+nsrNqSmvP99aSxJKtLqZ9dTAveLKwqdgy6QrrIqYahTZeHttlTRDWW31xVawK4jYcKlZRGRTftWiOFfhwSNBLJXBHECJkKhhpuuIBfhSfnXOXH6OXBLvAIE/2AyzBCHHQdwMAAAACASVC72uYCao0j82rNQZ5lpTEQDgWiQlk6gQ++oFur1VzE3niWpj1LI7wc7lUmodBtM83j7UK+9wHIYRFtvNSkVEg2RYLrzmChoarGzLnwDYlkT1eWb6YVYjfXRSC+JECvwJEBEF6bSfpIK/jL/ZT58bsZgBoRjOvAo8aHkFX8ZtA=", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDS+JFEzm1vWCCyWcvjBoQDiKVd+iyR5mOM38JOTwMMxaZmbNPetqOMmTWbKVOPscZY+nMGV5Z242CYxZIT/8oDEmNedWDPxbk4c5iL+2L6jsg3vy2vR0Vjtyz+hads/WGu4RkRdP7LwzqK2U4ZAIViUEXiIy3N+YKKXEGyUk1CdPMnGELBFCk7PnokD4xpjJ0gP7F5ZZxl+d/j75I6xuDijMR2zsBCFMqVIk/Ms2WWmncqGplCOsLRqtTcDLYFQjsJF8xq1M4UWFFoju9b+vMsEmQmAcPRZoRGipODRbKqSgkfOYzy/ZkOtXJnr5E3JCfr75geIGbkr/56bNwS1s3IbPtjyvlZ17GXDAsK7edy6lykgAWVsPIcV0i/fb1K9uvKLaQF8pOKHmjZhkhsGrT9t9VR1kjRuKWliMnXqATGDEsGTNxIwyNzXTmjDL/2Mb+tjkpSusZUCm3MrlmL7ncyDhkQAv53FoJQdQGE8mPyNhTS8aFClZATlNOeBTBla50=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIG8epP08GstTgH0eMG5a80f4RAUkBU0+eXGb5rSCt64HgrOqeycaDJbasT9mRag1ME6cNNEBDvKpkPEEmRQtfg=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIAgvQymp/ful9veq/o5ZPfHb655O6NPmCqsd06U1rM0e", "ansible_is_chroot": false, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_hostnqn": "", "ansible_local": {}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_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_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_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.12.175 52686 10.31.40.255 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.12.175 52686 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_fips": false, "ansible_iscsi_iqn": "", "ansible_lsb": {}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2826, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 713, "free": 2826}, "nocache": {"free": 3326, "used": 213}, "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": "ec271990-7f41-3bbc-4592-7964f2241f94", "ansible_product_uuid": "ec271990-7f41-3bbc-4592-7964f2241f94", "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": 298, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560097792, "block_size": 4096, "block_total": 65533179, "block_available": 64345727, "block_used": 1187452, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_apparmor": {"status": "disabled"}, "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "51", "day": "21", "hour": "02", "minute": "17", "second": "23", "epoch": "1734765443", "date": "2024-12-21", "time": "02:17:23", "iso8601_micro": "2024-12-21T07:17:23.406680Z", "iso8601": "2024-12-21T07:17:23Z", "iso8601_basic": "20241221T021723406680", "iso8601_basic_short": "20241221T021723", "tz": "EST", "tz_offset": "-0500"}, "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:e4:d2:d2:da:01", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.40.255", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0"}, "ipv6": [{"address": "fe80::ce4:d2ff:fed2:da01", "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.40.1", "interface": "eth0", "address": "10.31.40.255", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "macaddress": "0e:e4:d2:d2:da:01", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.40.255"], "ansible_all_ipv6_addresses": ["fe80::ce4:d2ff:fed2:da01"], "ansible_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.40.255 closed.\r\n') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765442.897718-10601-32482458064857/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') <10.31.40.255> (0, b'', b'') ok: [managed-node3 -> managed-node3] ok: [managed-node1 -> managed-node1] <10.31.9.13> (0, b'\r\n{"ansible_facts": {"ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "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_fibre_channel_wwn": [], "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.12.175 49270 10.31.9.13 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.12.175 49270 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_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_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAOyx+LGRL6K0uwu255kRXQeyHntnjNx7eWAP0TgLDYCWJNHAGsAysxg9ktVsCVNLrrFi0W4OWzl7EFZfFmA9cn3lrUjz9GWzabU1AUMyvNzCrUebZ8Kv9bhh+qrcupGxpfR8Jk9XMvOV0mldAgmr/tG9FKI8G6uVH9uUjLluiRLvAAAAFQDA+VUjwkwDmBONrBztZCMBVd5/OwAAAIEAhZx5QaYch2YfekCw0z7t8ZFn4ysZ19i41ut/0oAFYdaGjpx9QqDK+UD6UeylOlzQWQaE3ulKVbYF8uDyFdkiu9A2pIHz7hDcLxOpqqpMHAB2fSgUIjeNuS8ND44DxP4A23blmV+lc2S6VjEAvpXEIWDivrrqMGmDREacMbq2e3wAAACAZ/IQgPBXaJb5kIM9SSt0aL7wPcJcM9PC6f58uc/JxztUrEVRQcCVsnoXb5ggOSVA09RWC118CVtIIML8coFyg/i1BDcjwVIWPP1PPKNaaZMFFx9Z7s1QaKMsHc7562Ca9Xdvn2Q0Nv2/ycM+ZcUOwxsp/N1XQknAraCnEi1fGSs=", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCoHfWj0sx5SeXj/7Rekw1w84oNDxVgPDo247mxqoYNKO3tgwfkfrmPJYCes9w6dETpLoVPWdhvuEcGn5m/NHRPrIk2zkUGCdH03TmeP+Qe967RH4OB0Z09crOG2xPcKuNGTQSWEJPQNLVobUO0IGt7cw7Dc/EgAkO+BmoUY+L+pwZFyZ+YAHCU0HW88gMF53OrEhYToW48iSfNOnDPf9BYoPpuGpShHWViig+ufwCiDGVgnaawLY1MMS65p3k/Z+6RUSp93Q5Fx5EKO/Isbz7Pr7VsnMHRlbZiN6flCV+63ThGJvTBsgVykZJq5WXLlQHfe94e+2KSSXKcf1NyTlkrGsqp7Pi1Sqed23i8c3XnQYjJ0n8nSOkjA/fX9wUjfYlxKWaMiAVl9dbpYGdVNZAat+TnLQoIhp6hllnBw8YQOu6GRJ2Y10tzzRf9Torb25/Ns21mbCJ4WWmXiQS8OHgTrXK7mJWG0JxJ9tDbhpt2DhkcDUkFwbZQYFVTKOr3zGU=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEm7lhO3+VU3msctlOTk9BTgW8eX7Dtg7RuPn1uKbNtoRtDdWQB+YBCOUnY/McjOLz7V/nGsCRyRk9qo4xWywWA=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIKhkKb3zqX4oxR2e08Zd0ln2BisdneSphS5fVKxiw9nz", "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": "136ffb01f4f54ec2a20b95c3bfdb8dfc", "ansible_iscsi_iqn": "", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "51", "day": "21", "hour": "02", "minute": "17", "second": "23", "epoch": "1734765443", "date": "2024-12-21", "time": "02:17:23", "iso8601_micro": "2024-12-21T07:17:23.396520Z", "iso8601": "2024-12-21T07:17:23Z", "iso8601_basic": "20241221T021723396520", "iso8601_basic_short": "20241221T021723", "tz": "EST", "tz_offset": "-0500"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_lsb": {}, "ansible_local": {}, "ansible_is_chroot": false, "ansible_fips": false, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2827, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 712, "free": 2827}, "nocache": {"free": 3329, "used": 210}, "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": "ec29700a-04b8-06d9-bc98-5bbf18f3d900", "ansible_product_uuid": "ec29700a-04b8-06d9-bc98-5bbf18f3d900", "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": 347, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263559708672, "block_size": 4096, "block_total": 65533179, "block_available": 64345632, "block_used": 1187547, "inode_total": 131071472, "inode_available": 130996211, "inode_used": 75261, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_apparmor": {"status": "disabled"}, "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_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": "12:8f:ae:64:e0:9d", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.9.13", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::108f:aeff:fe64:e09d", "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.8.1", "interface": "eth0", "address": "10.31.9.13", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:8f:ae:64:e0:9d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.9.13"], "ansible_all_ipv6_addresses": ["fe80::108f:aeff:fe64:e09d"], "ansible_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.9.13 closed.\r\n') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765442.9007034-10602-90615187240902/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') ok: [managed-node2 -> managed-node2] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 21 December 2024 02:17:23 -0500 (0:00:00.794) 0:00:02.023 ***** 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-dKb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 21 December 2024 02:17:23 -0500 (0:00:00.061) 0:00:02.085 ***** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 21 December 2024 02:17:23 -0500 (0:00:00.089) 0:00:02.175 ***** included: /tmp/collections-dKb/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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 21 December 2024 02:17:23 -0500 (0:00:00.048) 0:00:02.223 ***** 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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 21 December 2024 02:17:23 -0500 (0:00:00.038) 0:00:02.261 ***** <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.255> (0, b'/root\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765443.9207385-10673-127981067865363 `" && echo ansible-tmp-1734765443.9207385-10673-127981067865363="` echo /root/.ansible/tmp/ansible-tmp-1734765443.9207385-10673-127981067865363 `" ) && sleep 0'"'"'' <10.31.10.146> (0, b'/root\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765443.9381468-10676-156528576429788 `" && echo ansible-tmp-1734765443.9381468-10676-156528576429788="` echo /root/.ansible/tmp/ansible-tmp-1734765443.9381468-10676-156528576429788 `" ) && sleep 0'"'"'' <10.31.9.13> (0, b'/root\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765443.9431674-10674-17973653186457 `" && echo ansible-tmp-1734765443.9431674-10674-17973653186457="` echo /root/.ansible/tmp/ansible-tmp-1734765443.9431674-10674-17973653186457 `" ) && sleep 0'"'"'' <10.31.40.255> (0, b'ansible-tmp-1734765443.9207385-10673-127981067865363=/root/.ansible/tmp/ansible-tmp-1734765443.9207385-10673-127981067865363\n', b'') <10.31.10.146> (0, b'ansible-tmp-1734765443.9381468-10676-156528576429788=/root/.ansible/tmp/ansible-tmp-1734765443.9381468-10676-156528576429788\n', b'') <10.31.9.13> (0, b'ansible-tmp-1734765443.9431674-10674-17973653186457=/root/.ansible/tmp/ansible-tmp-1734765443.9431674-10674-17973653186457\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.40.255> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp3sbwsasv TO /root/.ansible/tmp/ansible-tmp-1734765443.9207385-10673-127981067865363/AnsiballZ_stat.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.10.146> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpnnuk2v4i TO /root/.ansible/tmp/ansible-tmp-1734765443.9381468-10676-156528576429788/AnsiballZ_stat.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.10.146> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/da4c9ade83 '[10.31.10.146]' <10.31.9.13> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpws1wuhke TO /root/.ansible/tmp/ansible-tmp-1734765443.9431674-10674-17973653186457/AnsiballZ_stat.py <10.31.9.13> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f6538707e5 '[10.31.9.13]' <10.31.40.255> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6e3f6b327d '[10.31.40.255]' <10.31.10.146> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpnnuk2v4i /root/.ansible/tmp/ansible-tmp-1734765443.9381468-10676-156528576429788/AnsiballZ_stat.py\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765443.9381468-10676-156528576429788/ /root/.ansible/tmp/ansible-tmp-1734765443.9381468-10676-156528576429788/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.13> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpws1wuhke /root/.ansible/tmp/ansible-tmp-1734765443.9431674-10674-17973653186457/AnsiballZ_stat.py\n', b'') <10.31.40.255> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp3sbwsasv /root/.ansible/tmp/ansible-tmp-1734765443.9207385-10673-127981067865363/AnsiballZ_stat.py\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765443.9207385-10673-127981067865363/ /root/.ansible/tmp/ansible-tmp-1734765443.9207385-10673-127981067865363/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765443.9431674-10674-17973653186457/ /root/.ansible/tmp/ansible-tmp-1734765443.9431674-10674-17973653186457/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 -tt 10.31.10.146 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765443.9381468-10676-156528576429788/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.255> (0, b'', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d -tt 10.31.40.255 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765443.9207385-10673-127981067865363/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 -tt 10.31.9.13 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765443.9431674-10674-17973653186457/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.146> (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.10.146 closed.\r\n') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765443.9381468-10676-156528576429788/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.255> (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.40.255 closed.\r\n') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765443.9207385-10673-127981067865363/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } <10.31.40.255> (0, b'', b'') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } <10.31.9.13> (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.13 closed.\r\n') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765443.9431674-10674-17973653186457/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.13> (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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 21 December 2024 02:17:24 -0500 (0:00:00.617) 0:00:02.878 ***** ok: [managed-node2] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } ok: [managed-node1] => { "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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 21 December 2024 02:17:24 -0500 (0:00:00.079) 0:00:02.958 ***** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 21 December 2024 02:17:24 -0500 (0:00:00.087) 0:00:03.046 ***** <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> (0, b'/root\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765444.782692-10729-151284321767995 `" && echo ansible-tmp-1734765444.782692-10729-151284321767995="` echo /root/.ansible/tmp/ansible-tmp-1734765444.782692-10729-151284321767995 `" ) && sleep 0'"'"'' <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.13> (0, b'/root\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765444.8059502-10730-5505689755106 `" && echo ansible-tmp-1734765444.8059502-10730-5505689755106="` echo /root/.ansible/tmp/ansible-tmp-1734765444.8059502-10730-5505689755106 `" ) && sleep 0'"'"'' <10.31.10.146> (0, b'/root\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765444.8234015-10731-98175124032984 `" && echo ansible-tmp-1734765444.8234015-10731-98175124032984="` echo /root/.ansible/tmp/ansible-tmp-1734765444.8234015-10731-98175124032984 `" ) && sleep 0'"'"'' <10.31.40.255> (0, b'ansible-tmp-1734765444.782692-10729-151284321767995=/root/.ansible/tmp/ansible-tmp-1734765444.782692-10729-151284321767995\n', b'') <10.31.9.13> (0, b'ansible-tmp-1734765444.8059502-10730-5505689755106=/root/.ansible/tmp/ansible-tmp-1734765444.8059502-10730-5505689755106\n', b'') <10.31.10.146> (0, b'ansible-tmp-1734765444.8234015-10731-98175124032984=/root/.ansible/tmp/ansible-tmp-1734765444.8234015-10731-98175124032984\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py <10.31.9.13> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpuxqaf3iy TO /root/.ansible/tmp/ansible-tmp-1734765444.8059502-10730-5505689755106/AnsiballZ_dnf.py <10.31.10.146> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpx18qayg3 TO /root/.ansible/tmp/ansible-tmp-1734765444.8234015-10731-98175124032984/AnsiballZ_dnf.py <10.31.9.13> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f6538707e5 '[10.31.9.13]' <10.31.10.146> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/da4c9ade83 '[10.31.10.146]' <10.31.40.255> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmps_f6g7mw TO /root/.ansible/tmp/ansible-tmp-1734765444.782692-10729-151284321767995/AnsiballZ_dnf.py <10.31.40.255> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6e3f6b327d '[10.31.40.255]' <10.31.10.146> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpx18qayg3 /root/.ansible/tmp/ansible-tmp-1734765444.8234015-10731-98175124032984/AnsiballZ_dnf.py\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765444.8234015-10731-98175124032984/ /root/.ansible/tmp/ansible-tmp-1734765444.8234015-10731-98175124032984/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.9.13> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpuxqaf3iy /root/.ansible/tmp/ansible-tmp-1734765444.8059502-10730-5505689755106/AnsiballZ_dnf.py\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765444.8059502-10730-5505689755106/ /root/.ansible/tmp/ansible-tmp-1734765444.8059502-10730-5505689755106/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.40.255> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmps_f6g7mw /root/.ansible/tmp/ansible-tmp-1734765444.782692-10729-151284321767995/AnsiballZ_dnf.py\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765444.782692-10729-151284321767995/ /root/.ansible/tmp/ansible-tmp-1734765444.782692-10729-151284321767995/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 -tt 10.31.10.146 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765444.8234015-10731-98175124032984/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 -tt 10.31.9.13 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765444.8059502-10730-5505689755106/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.40.255> (0, b'', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d -tt 10.31.40.255 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765444.782692-10729-151284321767995/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.10.146> (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.10.146 closed.\r\n') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765444.8234015-10731-98175124032984/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.146> (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.40.255> (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.40.255 closed.\r\n') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765444.782692-10729-151284321767995/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.255> (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.9.13> (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.13 closed.\r\n') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765444.8059502-10730-5505689755106/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.13> (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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 21 December 2024 02:17:29 -0500 (0:00:04.508) 0:00:07.554 ***** <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.13> (0, b'/root\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765449.2265577-10860-62205892777721 `" && echo ansible-tmp-1734765449.2265577-10860-62205892777721="` echo /root/.ansible/tmp/ansible-tmp-1734765449.2265577-10860-62205892777721 `" ) && sleep 0'"'"'' <10.31.40.255> (0, b'/root\n', b'') <10.31.10.146> (0, b'/root\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765449.2338305-10862-144934119615066 `" && echo ansible-tmp-1734765449.2338305-10862-144934119615066="` echo /root/.ansible/tmp/ansible-tmp-1734765449.2338305-10862-144934119615066 `" ) && sleep 0'"'"'' <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765449.2337189-10859-245914006065728 `" && echo ansible-tmp-1734765449.2337189-10859-245914006065728="` echo /root/.ansible/tmp/ansible-tmp-1734765449.2337189-10859-245914006065728 `" ) && sleep 0'"'"'' <10.31.10.146> (0, b'ansible-tmp-1734765449.2338305-10862-144934119615066=/root/.ansible/tmp/ansible-tmp-1734765449.2338305-10862-144934119615066\n', b'') <10.31.40.255> (0, b'ansible-tmp-1734765449.2337189-10859-245914006065728=/root/.ansible/tmp/ansible-tmp-1734765449.2337189-10859-245914006065728\n', b'') <10.31.9.13> (0, b'ansible-tmp-1734765449.2265577-10860-62205892777721=/root/.ansible/tmp/ansible-tmp-1734765449.2265577-10860-62205892777721\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.40.255> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpd87sd01j TO /root/.ansible/tmp/ansible-tmp-1734765449.2337189-10859-245914006065728/AnsiballZ_systemd.py <10.31.9.13> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpuirh2zzo TO /root/.ansible/tmp/ansible-tmp-1734765449.2265577-10860-62205892777721/AnsiballZ_systemd.py <10.31.40.255> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6e3f6b327d '[10.31.40.255]' <10.31.9.13> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f6538707e5 '[10.31.9.13]' <10.31.10.146> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmprw91ifp3 TO /root/.ansible/tmp/ansible-tmp-1734765449.2338305-10862-144934119615066/AnsiballZ_systemd.py <10.31.10.146> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/da4c9ade83 '[10.31.10.146]' <10.31.9.13> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpuirh2zzo /root/.ansible/tmp/ansible-tmp-1734765449.2265577-10860-62205892777721/AnsiballZ_systemd.py\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765449.2265577-10860-62205892777721/ /root/.ansible/tmp/ansible-tmp-1734765449.2265577-10860-62205892777721/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.255> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpd87sd01j /root/.ansible/tmp/ansible-tmp-1734765449.2337189-10859-245914006065728/AnsiballZ_systemd.py\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765449.2337189-10859-245914006065728/ /root/.ansible/tmp/ansible-tmp-1734765449.2337189-10859-245914006065728/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 -tt 10.31.9.13 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765449.2265577-10860-62205892777721/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.10.146> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmprw91ifp3 /root/.ansible/tmp/ansible-tmp-1734765449.2338305-10862-144934119615066/AnsiballZ_systemd.py\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765449.2338305-10862-144934119615066/ /root/.ansible/tmp/ansible-tmp-1734765449.2338305-10862-144934119615066/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.255> (0, b'', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d -tt 10.31.40.255 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765449.2337189-10859-245914006065728/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 -tt 10.31.10.146 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765449.2338305-10862-144934119615066/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.255> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:45 EST", "ExecMainStartTimestampMonotonic": "260201743", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:03 EST", "ExecMainExitTimestampMonotonic": "278820260", "ExecMainPID": "16708", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:45 EST] ; stop_time=[Sat 2024-12-21 02:17:03 EST] ; pid=16708 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:45 EST] ; stop_time=[Sat 2024-12-21 02:16:45 EST] ; pid=16699 ; 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-online.target network.target basic.target systemd-journald.socket system.slice", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-21 02:17:03 EST", "StateChangeTimestampMonotonic": "278820682", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:45 EST", "InactiveExitTimestampMonotonic": "260201776", "ActiveEnterTimestamp": "Sat 2024-12-21 02:17:03 EST", "ActiveEnterTimestampMonotonic": "278820682", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:45 EST", "ActiveExitTimestampMonotonic": "260177943", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:45 EST", "InactiveEnterTimestampMonotonic": "260200111", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:45 EST", "ConditionTimestampMonotonic": "260200872", "AssertTimestamp": "Sat 2024-12-21 02:16:45 EST", "AssertTimestampMonotonic": "260200895", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "a418cac8dc74446c96f0b667b5c11d54", "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.40.255 closed.\r\n') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765449.2337189-10859-245914006065728/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.13> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:57 EST", "ExecMainStartTimestampMonotonic": "321565143", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:16 EST", "ExecMainExitTimestampMonotonic": "340383811", "ExecMainPID": "20391", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:57 EST] ; stop_time=[Sat 2024-12-21 02:17:16 EST] ; pid=20391 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:57 EST] ; stop_time=[Sat 2024-12-21 02:16:57 EST] ; pid=20382 ; 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 systemd-journald.socket network.target system.slice network-online.target basic.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-21 02:17:16 EST", "StateChangeTimestampMonotonic": "340384807", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:57 EST", "InactiveExitTimestampMonotonic": "321565177", "ActiveEnterTimestamp": "Sat 2024-12-21 02:17:16 EST", "ActiveEnterTimestampMonotonic": "340384807", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:57 EST", "ActiveExitTimestampMonotonic": "321542160", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:57 EST", "InactiveEnterTimestampMonotonic": "321563155", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:57 EST", "ConditionTimestampMonotonic": "321564132", "AssertTimestamp": "Sat 2024-12-21 02:16:57 EST", "AssertTimestampMonotonic": "321564156", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "02d91483e62a446a87b4439725f38fff", "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.13 closed.\r\n') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765449.2265577-10860-62205892777721/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.146> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-21 02:17:01 EST", "ExecMainStartTimestampMonotonic": "329656449", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:20 EST", "ExecMainExitTimestampMonotonic": "348210886", "ExecMainPID": "16731", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:17:01 EST] ; stop_time=[Sat 2024-12-21 02:17:20 EST] ; pid=16731 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:17:01 EST] ; stop_time=[Sat 2024-12-21 02:17:01 EST] ; pid=16722 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22406", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "system.slice remote-fs.target network-online.target systemd-journald.socket network.target basic.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-21 02:17:20 EST", "StateChangeTimestampMonotonic": "348211354", "InactiveExitTimestamp": "Sat 2024-12-21 02:17:01 EST", "InactiveExitTimestampMonotonic": "329656480", "ActiveEnterTimestamp": "Sat 2024-12-21 02:17:20 EST", "ActiveEnterTimestampMonotonic": "348211354", "ActiveExitTimestamp": "Sat 2024-12-21 02:17:01 EST", "ActiveExitTimestampMonotonic": "329632818", "InactiveEnterTimestamp": "Sat 2024-12-21 02:17:01 EST", "InactiveEnterTimestampMonotonic": "329654860", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:17:01 EST", "ConditionTimestampMonotonic": "329655620", "AssertTimestamp": "Sat 2024-12-21 02:17:01 EST", "AssertTimestampMonotonic": "329655644", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "cf902a51be6840f2bb22ac98d390832c", "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.10.146 closed.\r\n') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765449.2338305-10862-144934119615066/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.255> (0, b'', b'') <10.31.9.13> (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-12-21 02:17:03 EST", "ActiveEnterTimestampMonotonic": "278820682", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:45 EST", "ActiveExitTimestampMonotonic": "260177943", "ActiveState": "active", "After": "remote-fs.target network-online.target network.target basic.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-21 02:16:45 EST", "AssertTimestampMonotonic": "260200895", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:45 EST", "ConditionTimestampMonotonic": "260200872", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:03 EST", "ExecMainExitTimestampMonotonic": "278820260", "ExecMainPID": "16708", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:45 EST", "ExecMainStartTimestampMonotonic": "260201743", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:45 EST] ; stop_time=[Sat 2024-12-21 02:17:03 EST] ; pid=16708 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:45 EST] ; stop_time=[Sat 2024-12-21 02:16:45 EST] ; pid=16699 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:45 EST", "InactiveEnterTimestampMonotonic": "260200111", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:45 EST", "InactiveExitTimestampMonotonic": "260201776", "InvocationID": "a418cac8dc74446c96f0b667b5c11d54", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-12-21 02:17:03 EST", "StateChangeTimestampMonotonic": "278820682", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } ok: [managed-node2] => { "changed": false, "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-12-21 02:17:16 EST", "ActiveEnterTimestampMonotonic": "340384807", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:57 EST", "ActiveExitTimestampMonotonic": "321542160", "ActiveState": "active", "After": "remote-fs.target systemd-journald.socket network.target system.slice network-online.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-21 02:16:57 EST", "AssertTimestampMonotonic": "321564156", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:57 EST", "ConditionTimestampMonotonic": "321564132", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:16 EST", "ExecMainExitTimestampMonotonic": "340383811", "ExecMainPID": "20391", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:57 EST", "ExecMainStartTimestampMonotonic": "321565143", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:57 EST] ; stop_time=[Sat 2024-12-21 02:17:16 EST] ; pid=20391 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:57 EST] ; stop_time=[Sat 2024-12-21 02:16:57 EST] ; pid=20382 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:57 EST", "InactiveEnterTimestampMonotonic": "321563155", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:57 EST", "InactiveExitTimestampMonotonic": "321565177", "InvocationID": "02d91483e62a446a87b4439725f38fff", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-12-21 02:17:16 EST", "StateChangeTimestampMonotonic": "340384807", "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.10.146> (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-12-21 02:17:20 EST", "ActiveEnterTimestampMonotonic": "348211354", "ActiveExitTimestamp": "Sat 2024-12-21 02:17:01 EST", "ActiveExitTimestampMonotonic": "329632818", "ActiveState": "active", "After": "system.slice remote-fs.target network-online.target systemd-journald.socket network.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-21 02:17:01 EST", "AssertTimestampMonotonic": "329655644", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:17:01 EST", "ConditionTimestampMonotonic": "329655620", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:20 EST", "ExecMainExitTimestampMonotonic": "348210886", "ExecMainPID": "16731", "ExecMainStartTimestamp": "Sat 2024-12-21 02:17:01 EST", "ExecMainStartTimestampMonotonic": "329656449", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:17:01 EST] ; stop_time=[Sat 2024-12-21 02:17:20 EST] ; pid=16731 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:17:01 EST] ; stop_time=[Sat 2024-12-21 02:17:01 EST] ; pid=16722 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-12-21 02:17:01 EST", "InactiveEnterTimestampMonotonic": "329654860", "InactiveExitTimestamp": "Sat 2024-12-21 02:17:01 EST", "InactiveExitTimestampMonotonic": "329656480", "InvocationID": "cf902a51be6840f2bb22ac98d390832c", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-12-21 02:17:20 EST", "StateChangeTimestampMonotonic": "348211354", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.kdump : Include SSH tasks] ********************* task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 21 December 2024 02:17:29 -0500 (0:00:00.786) 0:00:08.341 ***** included: /tmp/collections-dKb/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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 21 December 2024 02:17:30 -0500 (0:00:00.122) 0:00:08.463 ***** <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.255> (0, b'/root\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765450.1294448-10983-157322384975153 `" && echo ansible-tmp-1734765450.1294448-10983-157322384975153="` echo /root/.ansible/tmp/ansible-tmp-1734765450.1294448-10983-157322384975153 `" ) && sleep 0'"'"'' <10.31.9.13> (0, b'/root\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765450.1365364-10984-12998469275551 `" && echo ansible-tmp-1734765450.1365364-10984-12998469275551="` echo /root/.ansible/tmp/ansible-tmp-1734765450.1365364-10984-12998469275551 `" ) && sleep 0'"'"'' <10.31.10.146> (0, b'/root\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765450.1384878-10986-187525947576297 `" && echo ansible-tmp-1734765450.1384878-10986-187525947576297="` echo /root/.ansible/tmp/ansible-tmp-1734765450.1384878-10986-187525947576297 `" ) && sleep 0'"'"'' <10.31.40.255> (0, b'ansible-tmp-1734765450.1294448-10983-157322384975153=/root/.ansible/tmp/ansible-tmp-1734765450.1294448-10983-157322384975153\n', b'') <10.31.9.13> (0, b'ansible-tmp-1734765450.1365364-10984-12998469275551=/root/.ansible/tmp/ansible-tmp-1734765450.1365364-10984-12998469275551\n', b'') <10.31.10.146> (0, b'ansible-tmp-1734765450.1384878-10986-187525947576297=/root/.ansible/tmp/ansible-tmp-1734765450.1384878-10986-187525947576297\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.9.13> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpw4dmdzm1 TO /root/.ansible/tmp/ansible-tmp-1734765450.1365364-10984-12998469275551/AnsiballZ_command.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py <10.31.9.13> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f6538707e5 '[10.31.9.13]' <10.31.10.146> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpbenxnzjo TO /root/.ansible/tmp/ansible-tmp-1734765450.1384878-10986-187525947576297/AnsiballZ_command.py <10.31.10.146> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/da4c9ade83 '[10.31.10.146]' <10.31.40.255> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpmtgq5jrp TO /root/.ansible/tmp/ansible-tmp-1734765450.1294448-10983-157322384975153/AnsiballZ_command.py <10.31.40.255> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6e3f6b327d '[10.31.40.255]' <10.31.10.146> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpbenxnzjo /root/.ansible/tmp/ansible-tmp-1734765450.1384878-10986-187525947576297/AnsiballZ_command.py\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765450.1384878-10986-187525947576297/ /root/.ansible/tmp/ansible-tmp-1734765450.1384878-10986-187525947576297/AnsiballZ_command.py && sleep 0'"'"'' <10.31.9.13> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpw4dmdzm1 /root/.ansible/tmp/ansible-tmp-1734765450.1365364-10984-12998469275551/AnsiballZ_command.py\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765450.1365364-10984-12998469275551/ /root/.ansible/tmp/ansible-tmp-1734765450.1365364-10984-12998469275551/AnsiballZ_command.py && sleep 0'"'"'' <10.31.40.255> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpmtgq5jrp /root/.ansible/tmp/ansible-tmp-1734765450.1294448-10983-157322384975153/AnsiballZ_command.py\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765450.1294448-10983-157322384975153/ /root/.ansible/tmp/ansible-tmp-1734765450.1294448-10983-157322384975153/AnsiballZ_command.py && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 -tt 10.31.10.146 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765450.1384878-10986-187525947576297/AnsiballZ_command.py && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 -tt 10.31.9.13 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765450.1365364-10984-12998469275551/AnsiballZ_command.py && sleep 0'"'"'' <10.31.40.255> (0, b'', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d -tt 10.31.40.255 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765450.1294448-10983-157322384975153/AnsiballZ_command.py && sleep 0'"'"'' <10.31.10.146> (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.10.146 closed.\r\n') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765450.1384878-10986-187525947576297/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.255> (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.40.255 closed.\r\n') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> (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.13 closed.\r\n') <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765450.1294448-10983-157322384975153/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765450.1365364-10984-12998469275551/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.146> (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.40.255> (0, b'', b'') <10.31.9.13> (0, b'', b'') ok: [managed-node1] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true } }, "rc": 0 } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists ok: [managed-node2] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true } }, "rc": 0 } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 21 December 2024 02:17:30 -0500 (0:00:00.500) 0:00:08.963 ***** <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.13> (0, b'/root\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765450.6236572-11064-149716830128247 `" && echo ansible-tmp-1734765450.6236572-11064-149716830128247="` echo /root/.ansible/tmp/ansible-tmp-1734765450.6236572-11064-149716830128247 `" ) && sleep 0'"'"'' <10.31.40.255> (0, b'/root\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765450.6263502-11063-28143154500289 `" && echo ansible-tmp-1734765450.6263502-11063-28143154500289="` echo /root/.ansible/tmp/ansible-tmp-1734765450.6263502-11063-28143154500289 `" ) && sleep 0'"'"'' <10.31.10.146> (0, b'/root\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765450.6345844-11066-156371776450792 `" && echo ansible-tmp-1734765450.6345844-11066-156371776450792="` echo /root/.ansible/tmp/ansible-tmp-1734765450.6345844-11066-156371776450792 `" ) && sleep 0'"'"'' <10.31.9.13> (0, b'ansible-tmp-1734765450.6236572-11064-149716830128247=/root/.ansible/tmp/ansible-tmp-1734765450.6236572-11064-149716830128247\n', b'') <10.31.40.255> (0, b'ansible-tmp-1734765450.6263502-11063-28143154500289=/root/.ansible/tmp/ansible-tmp-1734765450.6263502-11063-28143154500289\n', b'') <10.31.10.146> (0, b'ansible-tmp-1734765450.6345844-11066-156371776450792=/root/.ansible/tmp/ansible-tmp-1734765450.6345844-11066-156371776450792\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.13> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpjcc9hovp TO /root/.ansible/tmp/ansible-tmp-1734765450.6236572-11064-149716830128247/AnsiballZ_slurp.py <10.31.40.255> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmppruhvtsn TO /root/.ansible/tmp/ansible-tmp-1734765450.6263502-11063-28143154500289/AnsiballZ_slurp.py <10.31.9.13> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f6538707e5 '[10.31.9.13]' <10.31.40.255> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6e3f6b327d '[10.31.40.255]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.10.146> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpsu33_9ku TO /root/.ansible/tmp/ansible-tmp-1734765450.6345844-11066-156371776450792/AnsiballZ_slurp.py <10.31.10.146> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/da4c9ade83 '[10.31.10.146]' <10.31.9.13> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpjcc9hovp /root/.ansible/tmp/ansible-tmp-1734765450.6236572-11064-149716830128247/AnsiballZ_slurp.py\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765450.6236572-11064-149716830128247/ /root/.ansible/tmp/ansible-tmp-1734765450.6236572-11064-149716830128247/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.255> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmppruhvtsn /root/.ansible/tmp/ansible-tmp-1734765450.6263502-11063-28143154500289/AnsiballZ_slurp.py\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765450.6263502-11063-28143154500289/ /root/.ansible/tmp/ansible-tmp-1734765450.6263502-11063-28143154500289/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.10.146> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpsu33_9ku /root/.ansible/tmp/ansible-tmp-1734765450.6345844-11066-156371776450792/AnsiballZ_slurp.py\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765450.6345844-11066-156371776450792/ /root/.ansible/tmp/ansible-tmp-1734765450.6345844-11066-156371776450792/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 -tt 10.31.9.13 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765450.6236572-11064-149716830128247/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') <10.31.40.255> (0, b'', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 -tt 10.31.10.146 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765450.6345844-11066-156371776450792/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d -tt 10.31.40.255 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765450.6263502-11063-28143154500289/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.9.13> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FERHREMkVQU2VVTUY2Sm00K3pIZEh6UndkN1BDdjYvVkErbXk4elF2REhoMWVrUURsSU9OLzJ4ejFjNE5FRTltY0xZZTV0QmxWTlRkZTlIRlZCNDdwelVVV05QV2hQL2h3TEwzUzlIMmRwdGdQOEk3S1VSRC9GajJEbnZVSG5iQzdhSjlCMjhsdytNV2dvSTZ0RWxUaTkvVkF4bllsRU5KaDlGV29TeEhpR09wam1ZYmtBT2VySUhJVzU4bkFPQUswZFNPdXdweVkzWkRaQkdTbmgrL3MyZGhyTERiZUJwRVhJNkdPQ015Q3owVmc5N21zYmRZWnJZb283bHozVFdqQXpOQ1dOZWlWdEtWUXhuL1pjRDgySUxaY2Q2S3NXRWVNZU11MUZZVVUyK2tvUE5DNDVlMUV6M1lmaTNYWkZoYy9senlmMDE4RUFMUEZia1Q2SjhYcDEyb0ZqcmdZeVBmcHF1SlFpK2JvSU9EU3RMckMwMXlKM3hMQm5KNUZuSHNpMllBbnBHNVhLVjRnQU85NTUzMjdjb3NxeHRBWTR4QVAxWURrdmQwT2dUL2hPWWY3NC94ek13YWd3NUc3WkJpckVmVldHUFNkYUJDVkxNNVFVZTRReEZWeHFZd0czdkdqZmtrNzQ5YjFleWROSXl3L0lHU25tdFhCYVVEK3VqTTg9IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "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.13 closed.\r\n') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765450.6236572-11064-149716830128247/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.255> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDN0JWMzdhWGZxUDZwMER1SEE5bGxGMmpHT2pWWGFib0ppVTRvNlpGRGxpaFZWYkhXSEgyWHRZSW9DSFU1Z1BrM2Q3a0lqb2U5ZENGcEM2MFRmOC9ieHdiQmNad054eVJicEhta2pBYjFyRHNMVXFWeUtDN0VER0dYSWswdThEMnF3TVl4MUJZT25yamlpZkdwaUtrRTdvdzljNnF6dmZ0L2pNUFZoZS94d0R3OXFQbVdBOWs0TGl2Y0JQYU9wMldHa1RscW1DdDZic3I5dUhaVUtuSVltbjl0SUVBSFpZajlzODFGOWlhU3h5K3JTQ2RFQzFiL1ZQc0FHTE41c0xBMTlsN1NjWHRieVo1enU4NlhjS0NoRjlUNGpQQlFXZ0hTSjBkOFZkdk1aejlZQ1Z1UDBIYmZyNGN1ODg2VE9DYVVnSmw0Nm9TeElGWW92ZFEzZHQyaHhkVWZIWUlOYVl6bzZIbXdJR3FpVXh2dTVJQlllemMwekhPR3NlaFIrV0FGTE5GODhxdnd6dHJjSXJtclJtK0NVclVDNC9QRnZpYTI3a2lBQWprcGhJekkvRTdkb2NqOWYvN3JqejVQSXUwUVI5cEVnUGNmU3A4Q08vN0hFcUhhZ1NtZUIvcXNLTEFUU0pLRUp6Y1I5QVdoZC9kZS8rdkJDT015YkxkQTVsVFU9IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}}\r\n', b'Shared connection to 10.31.40.255 closed.\r\n') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765450.6263502-11063-28143154500289/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.146> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEWEJYMU9WOFZzYWZkM1V6NEZmdDVjRGNwejkvMlBoTThUK1NFNXA3U1hnazhRQ0EvblBqLzJEYXVOcGpqdFRId29OZ3FjdnRzRWpDaDJ6MWNMUGZWUGhsWWVSNTFXckQyQlArdkVaZDhxK0pjZmg4aHBwRUpPeDVwMEx5aG9KVEFqQVdLSjMxUDlLS0EwSFlWM2Z2T09TTm45KytGYlYvRlQvejc3V0U3c0FCRE1SUlMvUDZONzRYTVk0MnF5ckYwUjVEUUhRYklZM1hpRVZ0ZnhJS0ZnZlluMXA5SUFRcVlocHFKcGxJMmVyc0xDckhyRVUzaHdmNHN4N2hxUlJmKzJmTnBwOVBEeWJ6OTRBcEFad1M2eEUvYW1wWktpc3FoRGdGTDE4ZXc5eHRpdUYvQUp2Q2cyOERTUzVjSXRHcDd2aURoMTU0eU15TG9tNUxwY1RMWm9TbFVyWVVaYXJhTGdySWtGV2U3ZDNNYmlZWCtnRUFERE5MUjRaeEpra2F2RG4rTkxWZGlXQnJaMEVPU0hia2NESzFmZnFxVStOOXRjd3JDdlo4SXR6bThBWnpTcnFwczNIODc1Y1BSZnltRDNIQ1BxdWFKMUlLNzUydkFUQXc0SDNLWVMvR1RTMUpzMTZ0ZC9pRUdUTnBvMkMrYXdkRjJseWFYWVJjMGRJZGs9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "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.10.146 closed.\r\n') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765450.6345844-11066-156371776450792/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') ok: [managed-node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FERHREMkVQU2VVTUY2Sm00K3pIZEh6UndkN1BDdjYvVkErbXk4elF2REhoMWVrUURsSU9OLzJ4ejFjNE5FRTltY0xZZTV0QmxWTlRkZTlIRlZCNDdwelVVV05QV2hQL2h3TEwzUzlIMmRwdGdQOEk3S1VSRC9GajJEbnZVSG5iQzdhSjlCMjhsdytNV2dvSTZ0RWxUaTkvVkF4bllsRU5KaDlGV29TeEhpR09wam1ZYmtBT2VySUhJVzU4bkFPQUswZFNPdXdweVkzWkRaQkdTbmgrL3MyZGhyTERiZUJwRVhJNkdPQ015Q3owVmc5N21zYmRZWnJZb283bHozVFdqQXpOQ1dOZWlWdEtWUXhuL1pjRDgySUxaY2Q2S3NXRWVNZU11MUZZVVUyK2tvUE5DNDVlMUV6M1lmaTNYWkZoYy9senlmMDE4RUFMUEZia1Q2SjhYcDEyb0ZqcmdZeVBmcHF1SlFpK2JvSU9EU3RMckMwMXlKM3hMQm5KNUZuSHNpMllBbnBHNVhLVjRnQU85NTUzMjdjb3NxeHRBWTR4QVAxWURrdmQwT2dUL2hPWWY3NC94ek13YWd3NUc3WkJpckVmVldHUFNkYUJDVkxNNVFVZTRReEZWeHFZd0czdkdqZmtrNzQ5YjFleWROSXl3L0lHU25tdFhCYVVEK3VqTTg9IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } <10.31.40.255> (0, b'', b'') ok: [managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDN0JWMzdhWGZxUDZwMER1SEE5bGxGMmpHT2pWWGFib0ppVTRvNlpGRGxpaFZWYkhXSEgyWHRZSW9DSFU1Z1BrM2Q3a0lqb2U5ZENGcEM2MFRmOC9ieHdiQmNad054eVJicEhta2pBYjFyRHNMVXFWeUtDN0VER0dYSWswdThEMnF3TVl4MUJZT25yamlpZkdwaUtrRTdvdzljNnF6dmZ0L2pNUFZoZS94d0R3OXFQbVdBOWs0TGl2Y0JQYU9wMldHa1RscW1DdDZic3I5dUhaVUtuSVltbjl0SUVBSFpZajlzODFGOWlhU3h5K3JTQ2RFQzFiL1ZQc0FHTE41c0xBMTlsN1NjWHRieVo1enU4NlhjS0NoRjlUNGpQQlFXZ0hTSjBkOFZkdk1aejlZQ1Z1UDBIYmZyNGN1ODg2VE9DYVVnSmw0Nm9TeElGWW92ZFEzZHQyaHhkVWZIWUlOYVl6bzZIbXdJR3FpVXh2dTVJQlllemMwekhPR3NlaFIrV0FGTE5GODhxdnd6dHJjSXJtclJtK0NVclVDNC9QRnZpYTI3a2lBQWprcGhJekkvRTdkb2NqOWYvN3JqejVQSXUwUVI5cEVnUGNmU3A4Q08vN0hFcUhhZ1NtZUIvcXNLTEFUU0pLRUp6Y1I5QVdoZC9kZS8rdkJDT015YkxkQTVsVFU9IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } <10.31.10.146> (0, b'', b'') ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEWEJYMU9WOFZzYWZkM1V6NEZmdDVjRGNwejkvMlBoTThUK1NFNXA3U1hnazhRQ0EvblBqLzJEYXVOcGpqdFRId29OZ3FjdnRzRWpDaDJ6MWNMUGZWUGhsWWVSNTFXckQyQlArdkVaZDhxK0pjZmg4aHBwRUpPeDVwMEx5aG9KVEFqQVdLSjMxUDlLS0EwSFlWM2Z2T09TTm45KytGYlYvRlQvejc3V0U3c0FCRE1SUlMvUDZONzRYTVk0MnF5ckYwUjVEUUhRYklZM1hpRVZ0ZnhJS0ZnZlluMXA5SUFRcVlocHFKcGxJMmVyc0xDckhyRVUzaHdmNHN4N2hxUlJmKzJmTnBwOVBEeWJ6OTRBcEFad1M2eEUvYW1wWktpc3FoRGdGTDE4ZXc5eHRpdUYvQUp2Q2cyOERTUzVjSXRHcDd2aURoMTU0eU15TG9tNUxwY1RMWm9TbFVyWVVaYXJhTGdySWtGV2U3ZDNNYmlZWCtnRUFERE5MUjRaeEpra2F2RG4rTkxWZGlXQnJaMEVPU0hia2NESzFmZnFxVStOOXRjd3JDdlo4SXR6bThBWnpTcnFwczNIODc1Y1BSZnltRDNIQ1BxdWFKMUlLNzUydkFUQXc0SDNLWVMvR1RTMUpzMTZ0ZC9pRUdUTnBvMkMrYXdkRjJseWFYWVJjMGRJZGs9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 21 December 2024 02:17:31 -0500 (0:00:00.457) 0:00:09.421 ***** <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.255> (0, b'/root\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765451.0972257-11090-10255895271474 `" && echo ansible-tmp-1734765451.0972257-11090-10255895271474="` echo /root/.ansible/tmp/ansible-tmp-1734765451.0972257-11090-10255895271474 `" ) && sleep 0'"'"'' <10.31.10.146> (0, b'/root\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765451.121-11093-101705495333091 `" && echo ansible-tmp-1734765451.121-11093-101705495333091="` echo /root/.ansible/tmp/ansible-tmp-1734765451.121-11093-101705495333091 `" ) && sleep 0'"'"'' <10.31.9.13> (0, b'/root\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765451.1222062-11091-268069780543438 `" && echo ansible-tmp-1734765451.1222062-11091-268069780543438="` echo /root/.ansible/tmp/ansible-tmp-1734765451.1222062-11091-268069780543438 `" ) && sleep 0'"'"'' <10.31.40.255> (0, b'ansible-tmp-1734765451.0972257-11090-10255895271474=/root/.ansible/tmp/ansible-tmp-1734765451.0972257-11090-10255895271474\n', b'') <10.31.10.146> (0, b'ansible-tmp-1734765451.121-11093-101705495333091=/root/.ansible/tmp/ansible-tmp-1734765451.121-11093-101705495333091\n', b'') <10.31.9.13> (0, b'ansible-tmp-1734765451.1222062-11091-268069780543438=/root/.ansible/tmp/ansible-tmp-1734765451.1222062-11091-268069780543438\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py <10.31.40.255> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpcq2wandt TO /root/.ansible/tmp/ansible-tmp-1734765451.0972257-11090-10255895271474/AnsiballZ_user.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py <10.31.40.255> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6e3f6b327d '[10.31.40.255]' <10.31.10.146> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp178u2scj TO /root/.ansible/tmp/ansible-tmp-1734765451.121-11093-101705495333091/AnsiballZ_user.py <10.31.10.146> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/da4c9ade83 '[10.31.10.146]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py <10.31.9.13> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpwkjql6ly TO /root/.ansible/tmp/ansible-tmp-1734765451.1222062-11091-268069780543438/AnsiballZ_user.py <10.31.9.13> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f6538707e5 '[10.31.9.13]' <10.31.10.146> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp178u2scj /root/.ansible/tmp/ansible-tmp-1734765451.121-11093-101705495333091/AnsiballZ_user.py\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765451.121-11093-101705495333091/ /root/.ansible/tmp/ansible-tmp-1734765451.121-11093-101705495333091/AnsiballZ_user.py && sleep 0'"'"'' <10.31.9.13> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpwkjql6ly /root/.ansible/tmp/ansible-tmp-1734765451.1222062-11091-268069780543438/AnsiballZ_user.py\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765451.1222062-11091-268069780543438/ /root/.ansible/tmp/ansible-tmp-1734765451.1222062-11091-268069780543438/AnsiballZ_user.py && sleep 0'"'"'' <10.31.40.255> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpcq2wandt /root/.ansible/tmp/ansible-tmp-1734765451.0972257-11090-10255895271474/AnsiballZ_user.py\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765451.0972257-11090-10255895271474/ /root/.ansible/tmp/ansible-tmp-1734765451.0972257-11090-10255895271474/AnsiballZ_user.py && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 -tt 10.31.10.146 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765451.121-11093-101705495333091/AnsiballZ_user.py && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 -tt 10.31.9.13 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765451.1222062-11091-268069780543438/AnsiballZ_user.py && sleep 0'"'"'' <10.31.40.255> (0, b'', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d -tt 10.31.40.255 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765451.0972257-11090-10255895271474/AnsiballZ_user.py && sleep 0'"'"'' <10.31.10.146> (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.10.146 closed.\r\n') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765451.121-11093-101705495333091/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.13> (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.13 closed.\r\n') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765451.1222062-11091-268069780543438/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.255> (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.40.255 closed.\r\n') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765451.0972257-11090-10255895271474/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.146> (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 } <10.31.9.13> (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.40.255> (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 } TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] **** task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 21 December 2024 02:17:31 -0500 (0:00:00.589) 0:00:10.011 ***** <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.255> (0, b'/root\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765451.6709065-11120-187384320282515 `" && echo ansible-tmp-1734765451.6709065-11120-187384320282515="` echo /root/.ansible/tmp/ansible-tmp-1734765451.6709065-11120-187384320282515 `" ) && sleep 0'"'"'' <10.31.9.13> (0, b'/root\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765451.6826503-11121-227786832407268 `" && echo ansible-tmp-1734765451.6826503-11121-227786832407268="` echo /root/.ansible/tmp/ansible-tmp-1734765451.6826503-11121-227786832407268 `" ) && sleep 0'"'"'' <10.31.10.146> (0, b'/root\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765451.6965306-11123-49826847817793 `" && echo ansible-tmp-1734765451.6965306-11123-49826847817793="` echo /root/.ansible/tmp/ansible-tmp-1734765451.6965306-11123-49826847817793 `" ) && sleep 0'"'"'' <10.31.40.255> (0, b'ansible-tmp-1734765451.6709065-11120-187384320282515=/root/.ansible/tmp/ansible-tmp-1734765451.6709065-11120-187384320282515\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.40.255> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpk9m8xs4s TO /root/.ansible/tmp/ansible-tmp-1734765451.6709065-11120-187384320282515/AnsiballZ_stat.py <10.31.40.255> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6e3f6b327d '[10.31.40.255]' <10.31.9.13> (0, b'ansible-tmp-1734765451.6826503-11121-227786832407268=/root/.ansible/tmp/ansible-tmp-1734765451.6826503-11121-227786832407268\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.9.13> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpglfq9c44 TO /root/.ansible/tmp/ansible-tmp-1734765451.6826503-11121-227786832407268/AnsiballZ_stat.py <10.31.9.13> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f6538707e5 '[10.31.9.13]' <10.31.10.146> (0, b'ansible-tmp-1734765451.6965306-11123-49826847817793=/root/.ansible/tmp/ansible-tmp-1734765451.6965306-11123-49826847817793\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.10.146> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpyuxf0_5d TO /root/.ansible/tmp/ansible-tmp-1734765451.6965306-11123-49826847817793/AnsiballZ_stat.py <10.31.10.146> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/da4c9ade83 '[10.31.10.146]' <10.31.40.255> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpk9m8xs4s /root/.ansible/tmp/ansible-tmp-1734765451.6709065-11120-187384320282515/AnsiballZ_stat.py\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765451.6709065-11120-187384320282515/ /root/.ansible/tmp/ansible-tmp-1734765451.6709065-11120-187384320282515/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.13> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpglfq9c44 /root/.ansible/tmp/ansible-tmp-1734765451.6826503-11121-227786832407268/AnsiballZ_stat.py\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765451.6826503-11121-227786832407268/ /root/.ansible/tmp/ansible-tmp-1734765451.6826503-11121-227786832407268/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.146> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpyuxf0_5d /root/.ansible/tmp/ansible-tmp-1734765451.6965306-11123-49826847817793/AnsiballZ_stat.py\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765451.6965306-11123-49826847817793/ /root/.ansible/tmp/ansible-tmp-1734765451.6965306-11123-49826847817793/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.255> (0, b'', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d -tt 10.31.40.255 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765451.6709065-11120-187384320282515/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 -tt 10.31.9.13 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765451.6826503-11121-227786832407268/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 -tt 10.31.10.146 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765451.6965306-11123-49826847817793/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.255> (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": 1734765198.1919377, "mtime": 1734765400.2256184, "ctime": 1734765400.2256184, "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.40.255 closed.\r\n') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765451.6709065-11120-187384320282515/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.13> (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": 1734765125.7331295, "mtime": 1734765411.675154, "ctime": 1734765411.675154, "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.13 closed.\r\n') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765451.6826503-11121-227786832407268/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.146> (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": 1734765107.4293742, "mtime": 1734765418.1780057, "ctime": 1734765418.1780057, "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.10.146 closed.\r\n') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765451.6965306-11123-49826847817793/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.255> (0, b'', b'') <10.31.9.13> (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": 1734765198.1919377, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1734765400.2256184, "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": 1734765400.2256184, "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.10.146> (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": 1734765125.7331295, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1734765411.675154, "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": 1734765411.675154, "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 } } 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": 1734765107.4293742, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1734765418.1780057, "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": 1734765418.1780057, "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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 21 December 2024 02:17:32 -0500 (0:00:00.395) 0:00:10.406 ***** <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.255> (0, b'/root\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765452.0693178-11147-126207952379228 `" && echo ansible-tmp-1734765452.0693178-11147-126207952379228="` echo /root/.ansible/tmp/ansible-tmp-1734765452.0693178-11147-126207952379228 `" ) && sleep 0'"'"'' <10.31.9.13> (0, b'/root\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765452.0840793-11149-271311322326387 `" && echo ansible-tmp-1734765452.0840793-11149-271311322326387="` echo /root/.ansible/tmp/ansible-tmp-1734765452.0840793-11149-271311322326387 `" ) && sleep 0'"'"'' <10.31.10.146> (0, b'/root\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765452.0973806-11150-139047246442866 `" && echo ansible-tmp-1734765452.0973806-11150-139047246442866="` echo /root/.ansible/tmp/ansible-tmp-1734765452.0973806-11150-139047246442866 `" ) && sleep 0'"'"'' <10.31.40.255> (0, b'ansible-tmp-1734765452.0693178-11147-126207952379228=/root/.ansible/tmp/ansible-tmp-1734765452.0693178-11147-126207952379228\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.40.255> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpc13inrs8 TO /root/.ansible/tmp/ansible-tmp-1734765452.0693178-11147-126207952379228/AnsiballZ_stat.py <10.31.40.255> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6e3f6b327d '[10.31.40.255]' <10.31.9.13> (0, b'ansible-tmp-1734765452.0840793-11149-271311322326387=/root/.ansible/tmp/ansible-tmp-1734765452.0840793-11149-271311322326387\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.9.13> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp2jl33f56 TO /root/.ansible/tmp/ansible-tmp-1734765452.0840793-11149-271311322326387/AnsiballZ_stat.py <10.31.9.13> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f6538707e5 '[10.31.9.13]' <10.31.10.146> (0, b'ansible-tmp-1734765452.0973806-11150-139047246442866=/root/.ansible/tmp/ansible-tmp-1734765452.0973806-11150-139047246442866\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.10.146> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpgpgmwxfi TO /root/.ansible/tmp/ansible-tmp-1734765452.0973806-11150-139047246442866/AnsiballZ_stat.py <10.31.10.146> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/da4c9ade83 '[10.31.10.146]' <10.31.40.255> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpc13inrs8 /root/.ansible/tmp/ansible-tmp-1734765452.0693178-11147-126207952379228/AnsiballZ_stat.py\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765452.0693178-11147-126207952379228/ /root/.ansible/tmp/ansible-tmp-1734765452.0693178-11147-126207952379228/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.13> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp2jl33f56 /root/.ansible/tmp/ansible-tmp-1734765452.0840793-11149-271311322326387/AnsiballZ_stat.py\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765452.0840793-11149-271311322326387/ /root/.ansible/tmp/ansible-tmp-1734765452.0840793-11149-271311322326387/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.146> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpgpgmwxfi /root/.ansible/tmp/ansible-tmp-1734765452.0973806-11150-139047246442866/AnsiballZ_stat.py\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765452.0973806-11150-139047246442866/ /root/.ansible/tmp/ansible-tmp-1734765452.0973806-11150-139047246442866/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> (0, b'', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 -tt 10.31.9.13 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765452.0840793-11149-271311322326387/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d -tt 10.31.40.255 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765452.0693178-11147-126207952379228/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 -tt 10.31.10.146 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765452.0973806-11150-139047246442866/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.13> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh/authorized_keys", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 990, "inode": 1485065, "dev": 51713, "nlink": 1, "atime": 1734765274.8912208, "mtime": 1734765125.7331295, "ctime": 1734765125.7331295, "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.13 closed.\r\n') <10.31.40.255> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh/authorized_keys", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1562, "inode": 62914755, "dev": 51713, "nlink": 1, "atime": 1734765405.4106765, "mtime": 1734765400.2256184, "ctime": 1734765400.2266183, "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": "418897b03e5b2991d3e2da9764abcf04076df8b5", "mimetype": "text/plain", "charset": "us-ascii", "version": "1935520625", "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.40.255 closed.\r\n') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765452.0693178-11147-126207952379228/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765452.0840793-11149-271311322326387/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.146> (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": 1734765421.928019, "mtime": 1734765418.1780057, "ctime": 1734765418.1780057, "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": "8bde0eefccb6e8768974eba38a94d9fe35964d28", "mimetype": "text/plain", "charset": "us-ascii", "version": "3994091947", "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.10.146 closed.\r\n') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765452.0973806-11150-139047246442866/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') <10.31.40.255> (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": 1734765274.8912208, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1734765125.7331295, "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": 1734765125.7331295, "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 } } 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": 1734765405.4106765, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "418897b03e5b2991d3e2da9764abcf04076df8b5", "ctime": 1734765400.2266183, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 62914755, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1734765400.2256184, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1562, "uid": 0, "version": "1935520625", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.10.146> (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": 1734765421.928019, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8bde0eefccb6e8768974eba38a94d9fe35964d28", "ctime": 1734765418.1780057, "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": 1734765418.1780057, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1562, "uid": 0, "version": "3994091947", "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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 21 December 2024 02:17:32 -0500 (0:00:00.405) 0:00:10.811 ***** <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.255> (0, b'/root\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765452.5016875-11177-125925914246150 `" && echo ansible-tmp-1734765452.5016875-11177-125925914246150="` echo /root/.ansible/tmp/ansible-tmp-1734765452.5016875-11177-125925914246150 `" ) && sleep 0'"'"'' <10.31.9.13> (0, b'/root\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765452.51821-11178-177181238109265 `" && echo ansible-tmp-1734765452.51821-11178-177181238109265="` echo /root/.ansible/tmp/ansible-tmp-1734765452.51821-11178-177181238109265 `" ) && sleep 0'"'"'' <10.31.10.146> (0, b'/root\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765452.5246747-11180-12928653112735 `" && echo ansible-tmp-1734765452.5246747-11180-12928653112735="` echo /root/.ansible/tmp/ansible-tmp-1734765452.5246747-11180-12928653112735 `" ) && sleep 0'"'"'' <10.31.40.255> (0, b'ansible-tmp-1734765452.5016875-11177-125925914246150=/root/.ansible/tmp/ansible-tmp-1734765452.5016875-11177-125925914246150\n', b'') <10.31.9.13> (0, b'ansible-tmp-1734765452.51821-11178-177181238109265=/root/.ansible/tmp/ansible-tmp-1734765452.51821-11178-177181238109265\n', b'') <10.31.10.146> (0, b'ansible-tmp-1734765452.5246747-11180-12928653112735=/root/.ansible/tmp/ansible-tmp-1734765452.5246747-11180-12928653112735\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.40.255> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpeol0sxpl TO /root/.ansible/tmp/ansible-tmp-1734765452.5016875-11177-125925914246150/AnsiballZ_file.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.9.13> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpcmdmy_08 TO /root/.ansible/tmp/ansible-tmp-1734765452.51821-11178-177181238109265/AnsiballZ_file.py <10.31.40.255> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6e3f6b327d '[10.31.40.255]' <10.31.9.13> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f6538707e5 '[10.31.9.13]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.10.146> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp82pbsp5d TO /root/.ansible/tmp/ansible-tmp-1734765452.5246747-11180-12928653112735/AnsiballZ_file.py <10.31.10.146> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/da4c9ade83 '[10.31.10.146]' <10.31.9.13> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpcmdmy_08 /root/.ansible/tmp/ansible-tmp-1734765452.51821-11178-177181238109265/AnsiballZ_file.py\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765452.51821-11178-177181238109265/ /root/.ansible/tmp/ansible-tmp-1734765452.51821-11178-177181238109265/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.255> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpeol0sxpl /root/.ansible/tmp/ansible-tmp-1734765452.5016875-11177-125925914246150/AnsiballZ_file.py\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765452.5016875-11177-125925914246150/ /root/.ansible/tmp/ansible-tmp-1734765452.5016875-11177-125925914246150/AnsiballZ_file.py && sleep 0'"'"'' <10.31.10.146> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp82pbsp5d /root/.ansible/tmp/ansible-tmp-1734765452.5246747-11180-12928653112735/AnsiballZ_file.py\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765452.5246747-11180-12928653112735/ /root/.ansible/tmp/ansible-tmp-1734765452.5246747-11180-12928653112735/AnsiballZ_file.py && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') <10.31.10.146> (0, b'', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 -tt 10.31.9.13 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765452.51821-11178-177181238109265/AnsiballZ_file.py && sleep 0'"'"'' <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 -tt 10.31.10.146 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765452.5246747-11180-12928653112735/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.255> (0, b'', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d -tt 10.31.40.255 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765452.5016875-11177-125925914246150/AnsiballZ_file.py && sleep 0'"'"'' <10.31.9.13> (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.13 closed.\r\n') <10.31.10.146> (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.10.146 closed.\r\n') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765452.51821-11178-177181238109265/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765452.5246747-11180-12928653112735/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.255> (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.40.255 closed.\r\n') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765452.5016875-11177-125925914246150/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') <10.31.10.146> (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.40.255> (0, b'', b'') ok: [managed-node3 -> managed-node3] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } ok: [managed-node1 -> managed-node1] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 21 December 2024 02:17:32 -0500 (0:00:00.553) 0:00:11.365 ***** <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> (0, b'/root\n', b'') <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765453.053471-11204-265617520147369 `" && echo ansible-tmp-1734765453.053471-11204-265617520147369="` echo /root/.ansible/tmp/ansible-tmp-1734765453.053471-11204-265617520147369 `" ) && sleep 0'"'"'' <10.31.9.13> (0, b'/root\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765453.0676396-11205-103337475285736 `" && echo ansible-tmp-1734765453.0676396-11205-103337475285736="` echo /root/.ansible/tmp/ansible-tmp-1734765453.0676396-11205-103337475285736 `" ) && sleep 0'"'"'' <10.31.10.146> (0, b'/root\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765453.081393-11207-141750158752380 `" && echo ansible-tmp-1734765453.081393-11207-141750158752380="` echo /root/.ansible/tmp/ansible-tmp-1734765453.081393-11207-141750158752380 `" ) && sleep 0'"'"'' <10.31.40.255> (0, b'ansible-tmp-1734765453.053471-11204-265617520147369=/root/.ansible/tmp/ansible-tmp-1734765453.053471-11204-265617520147369\n', b'') <10.31.9.13> (0, b'ansible-tmp-1734765453.0676396-11205-103337475285736=/root/.ansible/tmp/ansible-tmp-1734765453.0676396-11205-103337475285736\n', b'') <10.31.10.146> (0, b'ansible-tmp-1734765453.081393-11207-141750158752380=/root/.ansible/tmp/ansible-tmp-1734765453.081393-11207-141750158752380\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py <10.31.40.255> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpqv12hvd_ TO /root/.ansible/tmp/ansible-tmp-1734765453.053471-11204-265617520147369/AnsiballZ_lineinfile.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py <10.31.9.13> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpt1wrrvvq TO /root/.ansible/tmp/ansible-tmp-1734765453.0676396-11205-103337475285736/AnsiballZ_lineinfile.py <10.31.40.255> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6e3f6b327d '[10.31.40.255]' <10.31.9.13> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f6538707e5 '[10.31.9.13]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py <10.31.10.146> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp6gw0wzwp TO /root/.ansible/tmp/ansible-tmp-1734765453.081393-11207-141750158752380/AnsiballZ_lineinfile.py <10.31.10.146> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/da4c9ade83 '[10.31.10.146]' <10.31.9.13> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpt1wrrvvq /root/.ansible/tmp/ansible-tmp-1734765453.0676396-11205-103337475285736/AnsiballZ_lineinfile.py\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp6gw0wzwp /root/.ansible/tmp/ansible-tmp-1734765453.081393-11207-141750158752380/AnsiballZ_lineinfile.py\n', b'') <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765453.0676396-11205-103337475285736/ /root/.ansible/tmp/ansible-tmp-1734765453.0676396-11205-103337475285736/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765453.081393-11207-141750158752380/ /root/.ansible/tmp/ansible-tmp-1734765453.081393-11207-141750158752380/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.40.255> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpqv12hvd_ /root/.ansible/tmp/ansible-tmp-1734765453.053471-11204-265617520147369/AnsiballZ_lineinfile.py\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765453.053471-11204-265617520147369/ /root/.ansible/tmp/ansible-tmp-1734765453.053471-11204-265617520147369/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') <10.31.9.13> (0, b'', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 -tt 10.31.9.13 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765453.0676396-11205-103337475285736/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 -tt 10.31.10.146 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765453.081393-11207-141750158752380/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.40.255> (0, b'', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d -tt 10.31.40.255 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765453.053471-11204-265617520147369/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.10.146> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDXBX1OV8Vsafd3Uz4Fft5cDcpz9/2PhM8T+SE5p7SXgk8QCA/nPj/2DauNpjjtTHwoNgqcvtsEjCh2z1cLPfVPhlYeR51WrD2BP+vEZd8q+Jcfh8hppEJOx5p0LyhoJTAjAWKJ31P9KKA0HYV3fvOOSNn9++FbV/FT/z77WE7sABDMRRS/P6N74XMY42qyrF0R5DQHQbIY3XiEVtfxIKFgfYn1p9IAQqYhpqJplI2ersLCrHrEU3hwf4sx7hqRRf+2fNpp9PDybz94ApAZwS6xE/ampZKisqhDgFL18ew9xtiuF/AJvCg28DSS5cItGp7viDh154yMyLom5LpcTLZoSlUrYUZaraLgrIkFWe7d3MbiYX+gEADDNLR4ZxJkkavDn+NLVdiWBrZ0EOSHbkcDK1ffqqU+N9tcwrCvZ8Itzm8AZzSrqps3H875cPRfymD3HCPquaJ1IK752vATAw4H3KYS/GTS1Js16td/iEGTNpo2C+awdF2lyaXYRc0dIdk= 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.10.146 closed.\r\n') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765453.081393-11207-141750158752380/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.13> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDDtD2EPSeUMF6Jm4+zHdHzRwd7PCv6/VA+my8zQvDHh1ekQDlION/2xz1c4NEE9mcLYe5tBlVNTde9HFVB47pzUUWNPWhP/hwLL3S9H2dptgP8I7KURD/Fj2DnvUHnbC7aJ9B28lw+MWgoI6tElTi9/VAxnYlENJh9FWoSxHiGOpjmYbkAOerIHIW58nAOAK0dSOuwpyY3ZDZBGSnh+/s2dhrLDbeBpEXI6GOCMyCz0Vg97msbdYZrYoo7lz3TWjAzNCWNeiVtKVQxn/ZcD82ILZcd6KsWEeMeMu1FYUU2+koPNC45e1Ez3Yfi3XZFhc/lzyf018EALPFbkT6J8Xp12oFjrgYyPfpquJQi+boIODStLrC01yJ3xLBnJ5FnHsi2YAnpG5XKV4gAO955327cosqxtAY4xAP1YDkvd0OgT/hOYf74/xzMwagw5G7ZBirEfVWGPSdaBCVLM5QUe4QxFVxqYwG3vGjfkk749b1eydNIyw/IGSnmtXBaUD+ujM8= 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.13 closed.\r\n') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765453.0676396-11205-103337475285736/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.255> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQC7BV37aXfqP6p0DuHA9llF2jGOjVXaboJiU4o6ZFDlihVVbHWHH2XtYIoCHU5gPk3d7kIjoe9dCFpC60Tf8/bxwbBcZwNxyRbpHmkjAb1rDsLUqVyKC7EDGGXIk0u8D2qwMYx1BYOnrjiifGpiKkE7ow9c6qzvft/jMPVhe/xwDw9qPmWA9k4LivcBPaOp2WGkTlqmCt6bsr9uHZUKnIYmn9tIEAHZYj9s81F9iaSxy+rSCdEC1b/VPsAGLN5sLA19l7ScXtbyZ5zu86XcKChF9T4jPBQWgHSJ0d8VdvMZz9YCVuP0Hbfr4cu886TOCaUgJl46oSxIFYovdQ3dt2hxdUfHYINaYzo6HmwIGqiUxvu5IBYezc0zHOGsehR+WAFLNF88qvwztrcIrmrRm+CUrUC4/PFvia27kiAAjkphIzI/E7docj9f/7rjz5PIu0QR9pEgPcfSp8CO/7HEqHagSmeB/qsKLATSJKEJzcR9AWhd/de/+vBCOMybLdA5lTU= 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.40.255 closed.\r\n') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765453.053471-11204-265617520147369/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') ok: [managed-node3 -> managed-node3] => { "backup": "", "changed": false, "diff": [ { "after": "", "after_header": "/root/.ssh/authorized_keys (content)", "before": "", "before_header": "/root/.ssh/authorized_keys (content)" }, { "after_header": "/root/.ssh/authorized_keys (file attributes)", "before_header": "/root/.ssh/authorized_keys (file attributes)" } ], "invocation": { "module_args": { "attributes": null, "backrefs": false, "backup": false, "content": null, "create": true, "delimiter": null, "directory_mode": null, "firstmatch": false, "follow": false, "force": null, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXBX1OV8Vsafd3Uz4Fft5cDcpz9/2PhM8T+SE5p7SXgk8QCA/nPj/2DauNpjjtTHwoNgqcvtsEjCh2z1cLPfVPhlYeR51WrD2BP+vEZd8q+Jcfh8hppEJOx5p0LyhoJTAjAWKJ31P9KKA0HYV3fvOOSNn9++FbV/FT/z77WE7sABDMRRS/P6N74XMY42qyrF0R5DQHQbIY3XiEVtfxIKFgfYn1p9IAQqYhpqJplI2ersLCrHrEU3hwf4sx7hqRRf+2fNpp9PDybz94ApAZwS6xE/ampZKisqhDgFL18ew9xtiuF/AJvCg28DSS5cItGp7viDh154yMyLom5LpcTLZoSlUrYUZaraLgrIkFWe7d3MbiYX+gEADDNLR4ZxJkkavDn+NLVdiWBrZ0EOSHbkcDK1ffqqU+N9tcwrCvZ8Itzm8AZzSrqps3H875cPRfymD3HCPquaJ1IK752vATAw4H3KYS/GTS1Js16td/iEGTNpo2C+awdF2lyaXYRc0dIdk= 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.13> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDDtD2EPSeUMF6Jm4+zHdHzRwd7PCv6/VA+my8zQvDHh1ekQDlION/2xz1c4NEE9mcLYe5tBlVNTde9HFVB47pzUUWNPWhP/hwLL3S9H2dptgP8I7KURD/Fj2DnvUHnbC7aJ9B28lw+MWgoI6tElTi9/VAxnYlENJh9FWoSxHiGOpjmYbkAOerIHIW58nAOAK0dSOuwpyY3ZDZBGSnh+/s2dhrLDbeBpEXI6GOCMyCz0Vg97msbdYZrYoo7lz3TWjAzNCWNeiVtKVQxn/ZcD82ILZcd6KsWEeMeMu1FYUU2+koPNC45e1Ez3Yfi3XZFhc/lzyf018EALPFbkT6J8Xp12oFjrgYyPfpquJQi+boIODStLrC01yJ3xLBnJ5FnHsi2YAnpG5XKV4gAO955327cosqxtAY4xAP1YDkvd0OgT/hOYf74/xzMwagw5G7ZBirEfVWGPSdaBCVLM5QUe4QxFVxqYwG3vGjfkk749b1eydNIyw/IGSnmtXBaUD+ujM8= 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 <10.31.40.255> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQC7BV37aXfqP6p0DuHA9llF2jGOjVXaboJiU4o6ZFDlihVVbHWHH2XtYIoCHU5gPk3d7kIjoe9dCFpC60Tf8/bxwbBcZwNxyRbpHmkjAb1rDsLUqVyKC7EDGGXIk0u8D2qwMYx1BYOnrjiifGpiKkE7ow9c6qzvft/jMPVhe/xwDw9qPmWA9k4LivcBPaOp2WGkTlqmCt6bsr9uHZUKnIYmn9tIEAHZYj9s81F9iaSxy+rSCdEC1b/VPsAGLN5sLA19l7ScXtbyZ5zu86XcKChF9T4jPBQWgHSJ0d8VdvMZz9YCVuP0Hbfr4cu886TOCaUgJl46oSxIFYovdQ3dt2hxdUfHYINaYzo6HmwIGqiUxvu5IBYezc0zHOGsehR+WAFLNF88qvwztrcIrmrRm+CUrUC4/PFvia27kiAAjkphIzI/E7docj9f/7rjz5PIu0QR9pEgPcfSp8CO/7HEqHagSmeB/qsKLATSJKEJzcR9AWhd/de/+vBCOMybLdA5lTU= 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 } } } TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 21 December 2024 02:17:33 -0500 (0:00:00.529) 0:00:11.894 ***** <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.255> (0, b'/root\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765453.5522873-11234-32884127525054 `" && echo ansible-tmp-1734765453.5522873-11234-32884127525054="` echo /root/.ansible/tmp/ansible-tmp-1734765453.5522873-11234-32884127525054 `" ) && sleep 0'"'"'' <10.31.9.13> (0, b'/root\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765453.564547-11236-187157291319108 `" && echo ansible-tmp-1734765453.564547-11236-187157291319108="` echo /root/.ansible/tmp/ansible-tmp-1734765453.564547-11236-187157291319108 `" ) && sleep 0'"'"'' <10.31.10.146> (0, b'/root\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765453.5770957-11237-264661731604519 `" && echo ansible-tmp-1734765453.5770957-11237-264661731604519="` echo /root/.ansible/tmp/ansible-tmp-1734765453.5770957-11237-264661731604519 `" ) && sleep 0'"'"'' <10.31.40.255> (0, b'ansible-tmp-1734765453.5522873-11234-32884127525054=/root/.ansible/tmp/ansible-tmp-1734765453.5522873-11234-32884127525054\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.40.255> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp8x_ibkhj TO /root/.ansible/tmp/ansible-tmp-1734765453.5522873-11234-32884127525054/AnsiballZ_slurp.py <10.31.40.255> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6e3f6b327d '[10.31.40.255]' <10.31.9.13> (0, b'ansible-tmp-1734765453.564547-11236-187157291319108=/root/.ansible/tmp/ansible-tmp-1734765453.564547-11236-187157291319108\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.9.13> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp_ep14h9r TO /root/.ansible/tmp/ansible-tmp-1734765453.564547-11236-187157291319108/AnsiballZ_slurp.py <10.31.9.13> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f6538707e5 '[10.31.9.13]' <10.31.10.146> (0, b'ansible-tmp-1734765453.5770957-11237-264661731604519=/root/.ansible/tmp/ansible-tmp-1734765453.5770957-11237-264661731604519\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.10.146> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp9jh8yp3s TO /root/.ansible/tmp/ansible-tmp-1734765453.5770957-11237-264661731604519/AnsiballZ_slurp.py <10.31.10.146> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/da4c9ade83 '[10.31.10.146]' <10.31.40.255> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp8x_ibkhj /root/.ansible/tmp/ansible-tmp-1734765453.5522873-11234-32884127525054/AnsiballZ_slurp.py\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765453.5522873-11234-32884127525054/ /root/.ansible/tmp/ansible-tmp-1734765453.5522873-11234-32884127525054/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.9.13> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp_ep14h9r /root/.ansible/tmp/ansible-tmp-1734765453.564547-11236-187157291319108/AnsiballZ_slurp.py\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765453.564547-11236-187157291319108/ /root/.ansible/tmp/ansible-tmp-1734765453.564547-11236-187157291319108/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.10.146> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp9jh8yp3s /root/.ansible/tmp/ansible-tmp-1734765453.5770957-11237-264661731604519/AnsiballZ_slurp.py\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765453.5770957-11237-264661731604519/ /root/.ansible/tmp/ansible-tmp-1734765453.5770957-11237-264661731604519/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.255> (0, b'', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d -tt 10.31.40.255 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765453.5522873-11234-32884127525054/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 -tt 10.31.9.13 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765453.564547-11236-187157291319108/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 -tt 10.31.10.146 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765453.5770957-11237-264661731604519/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.9.13> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDb0hmV2owc3g1U2VYai83UmVrdzF3ODRvTkR4VmdQRG8yNDdteHFvWU5LTzN0Z3dma2ZybVBKWUNlczl3NmRFVHBMb1ZQV2RodnVFY0duNW0vTkhSUHJJazJ6a1VHQ2RIMDNUbWVQK1FlOTY3Ukg0T0IwWjA5Y3JPRzJ4UGNLdU5HVFFTV0VKUFFOTFZvYlVPMElHdDdjdzdEYy9FZ0FrTytCbW9VWStMK3B3WkZ5WitZQUhDVTBIVzg4Z01GNTNPckVoWVRvVzQ4aVNmTk9uRFBmOUJZb1BwdUdwU2hIV1ZpaWcrdWZ3Q2lER1ZnbmFhd0xZMU1NUzY1cDNrL1orNlJVU3A5M1E1Rng1RUtPL0lzYno3UHI3VnNuTUhSbGJaaU42ZmxDVis2M1RoR0p2VEJzZ1Z5a1pKcTVXWExsUUhmZTk0ZSsyS1NTWEtjZjFOeVRsa3JHc3FwN1BpMVNxZWQyM2k4YzNYblFZakowbjhuU09rakEvZlg5d1VqZllseEtXYU1pQVZsOWRicFlHZFZOWkFhdCtUbkxRb0locDZobGxuQnc4WVFPdTZHUkoyWTEwdHp6UmY5VG9yYjI1L05zMjFtYkNKNFdXbVhpUVM4T0hnVHJYSzdtSldHMEp4Sjl0RGJocHQyRGhrY0RVa0Z3YlpRWUZWVEtPcjN6R1U9IHJvb3RAaXAtMTAtMzEtOS0xMy51cy1lYXN0LTEuYXdzLnJlZGhhdC5jb20K", "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.13 closed.\r\n') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765453.564547-11236-187157291319108/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.255> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEUytKRkV6bTF2V0NDeVdjdmpCb1FEaUtWZCtpeVI1bU9NMzhKT1R3TU14YVptYk5QZXRxT01tVFdiS1ZPUHNjWlkrbk1HVjVaMjQyQ1l4WklULzhvREVtTmVkV0RQeGJrNGM1aUwrMkw2anNnM3Z5MnZSMFZqdHl6K2hhZHMvV0d1NFJrUmRQN0x3enFLMlU0WkFJVmlVRVhpSXkzTitZS0tYRUd5VWsxQ2RQTW5HRUxCRkNrN1Bub2tENHhwakowZ1A3RjVaWnhsK2Qvajc1STZ4dURpak1SMnpzQkNGTXFWSWsvTXMyV1dtbmNxR3BsQ09zTFJxdFRjRExZRlFqc0pGOHhxMU00VVdGRm9qdTliK3ZNc0VtUW1BY1BSWm9SR2lwT0RSYktxU2drZk9ZenkvWmtPdFhKbnI1RTNKQ2ZyNzVnZUlHYmtyLzU2Yk53UzFzM0liUHRqeXZsWjE3R1hEQXNLN2VkeTZseWtnQVdWc1BJY1YwaS9mYjFLOXV2S0xhUUY4cE9LSG1qWmhraHNHclQ5dDlWUjFralJ1S1dsaU1uWHFBVEdERXNHVE54SXd5TnpYVG1qREwvMk1iK3Rqa3BTdXNaVUNtM01ybG1MN25jeURoa1FBdjUzRm9KUWRRR0U4bVB5TmhUUzhhRkNsWkFUbE5PZUJUQmxhNTA9IHJvb3RAaXAtMTAtMzEtNDAtMjU1LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}}\r\n', b'Shared connection to 10.31.40.255 closed.\r\n') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765453.5522873-11234-32884127525054/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.146> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDNG84VUtIOVBHZmNjaUk2VGJHazFZZVAveHltZFFINGJ5enFtRGoyN1FoWVRBYXZidjZoMnlPMktCVUt4T3dVRXJ5NkVBSDRGZStHOEdWQ0wwcXorQ3IveTE2WVpSN2VEQmhIR1VrZlRMYy9XcXFZaURaWEZGZTUxNVBjZ0tkckdsK2lCUWhPazJ5dWdjVFd6YStNa2VGaitITUJRU0VZUjAyMEN6RVFoMGVkcWJQbFNaNWFjMisvWjlwUTdwVlpuUzhQMHV5U1FpWkFldjcwY3F1RmMwYmJ6T0ZRSEtNeU85TnMzWjk0T2l6NHY5NXpxZUpneFV4YTY0b3V6Mm9UYWtDV0xMWDVYL0U1SmxBenowRmprZWZUeGRudWRyRktUWUJmV3gzbE9ISThMVGFoU3hLNkx1OFJUMVdZYzUrRjFmdXQ4OVpISC9iNC80NGVqYnV4VisyRzlucnBBOWtBdG1PMm0wSHgzSlp5ck8vSHphdFVRMWZQVVl4akdtelpYS0lpZ3ZaMEJEY2NwcnNLSzlMSStSVnRBNVV4MGUvVmdoRVBXTjRqSzl1YW84M3dQQ1NqclcramdCd1I2T0U5THV5RFlSTGgrSlBSZEtndGR2c21UbmtmeDRUWlUyOWJURXJCZFJTdHlTVzE1czZzVlY0bGhveG1Vem80ZUJHd2s9IHJvb3RAaXAtMTAtMzEtMTAtMTQ2LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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.10.146 closed.\r\n') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765453.5770957-11237-264661731604519/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') <10.31.40.255> (0, b'', b'') ok: [managed-node2 -> managed-node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDb0hmV2owc3g1U2VYai83UmVrdzF3ODRvTkR4VmdQRG8yNDdteHFvWU5LTzN0Z3dma2ZybVBKWUNlczl3NmRFVHBMb1ZQV2RodnVFY0duNW0vTkhSUHJJazJ6a1VHQ2RIMDNUbWVQK1FlOTY3Ukg0T0IwWjA5Y3JPRzJ4UGNLdU5HVFFTV0VKUFFOTFZvYlVPMElHdDdjdzdEYy9FZ0FrTytCbW9VWStMK3B3WkZ5WitZQUhDVTBIVzg4Z01GNTNPckVoWVRvVzQ4aVNmTk9uRFBmOUJZb1BwdUdwU2hIV1ZpaWcrdWZ3Q2lER1ZnbmFhd0xZMU1NUzY1cDNrL1orNlJVU3A5M1E1Rng1RUtPL0lzYno3UHI3VnNuTUhSbGJaaU42ZmxDVis2M1RoR0p2VEJzZ1Z5a1pKcTVXWExsUUhmZTk0ZSsyS1NTWEtjZjFOeVRsa3JHc3FwN1BpMVNxZWQyM2k4YzNYblFZakowbjhuU09rakEvZlg5d1VqZllseEtXYU1pQVZsOWRicFlHZFZOWkFhdCtUbkxRb0locDZobGxuQnc4WVFPdTZHUkoyWTEwdHp6UmY5VG9yYjI1L05zMjFtYkNKNFdXbVhpUVM4T0hnVHJYSzdtSldHMEp4Sjl0RGJocHQyRGhrY0RVa0Z3YlpRWUZWVEtPcjN6R1U9IHJvb3RAaXAtMTAtMzEtOS0xMy51cy1lYXN0LTEuYXdzLnJlZGhhdC5jb20K", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } ok: [managed-node1 -> managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEUytKRkV6bTF2V0NDeVdjdmpCb1FEaUtWZCtpeVI1bU9NMzhKT1R3TU14YVptYk5QZXRxT01tVFdiS1ZPUHNjWlkrbk1HVjVaMjQyQ1l4WklULzhvREVtTmVkV0RQeGJrNGM1aUwrMkw2anNnM3Z5MnZSMFZqdHl6K2hhZHMvV0d1NFJrUmRQN0x3enFLMlU0WkFJVmlVRVhpSXkzTitZS0tYRUd5VWsxQ2RQTW5HRUxCRkNrN1Bub2tENHhwakowZ1A3RjVaWnhsK2Qvajc1STZ4dURpak1SMnpzQkNGTXFWSWsvTXMyV1dtbmNxR3BsQ09zTFJxdFRjRExZRlFqc0pGOHhxMU00VVdGRm9qdTliK3ZNc0VtUW1BY1BSWm9SR2lwT0RSYktxU2drZk9ZenkvWmtPdFhKbnI1RTNKQ2ZyNzVnZUlHYmtyLzU2Yk53UzFzM0liUHRqeXZsWjE3R1hEQXNLN2VkeTZseWtnQVdWc1BJY1YwaS9mYjFLOXV2S0xhUUY4cE9LSG1qWmhraHNHclQ5dDlWUjFralJ1S1dsaU1uWHFBVEdERXNHVE54SXd5TnpYVG1qREwvMk1iK3Rqa3BTdXNaVUNtM01ybG1MN25jeURoa1FBdjUzRm9KUWRRR0U4bVB5TmhUUzhhRkNsWkFUbE5PZUJUQmxhNTA9IHJvb3RAaXAtMTAtMzEtNDAtMjU1LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.10.146> (0, b'', b'') ok: [managed-node3 -> managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDNG84VUtIOVBHZmNjaUk2VGJHazFZZVAveHltZFFINGJ5enFtRGoyN1FoWVRBYXZidjZoMnlPMktCVUt4T3dVRXJ5NkVBSDRGZStHOEdWQ0wwcXorQ3IveTE2WVpSN2VEQmhIR1VrZlRMYy9XcXFZaURaWEZGZTUxNVBjZ0tkckdsK2lCUWhPazJ5dWdjVFd6YStNa2VGaitITUJRU0VZUjAyMEN6RVFoMGVkcWJQbFNaNWFjMisvWjlwUTdwVlpuUzhQMHV5U1FpWkFldjcwY3F1RmMwYmJ6T0ZRSEtNeU85TnMzWjk0T2l6NHY5NXpxZUpneFV4YTY0b3V6Mm9UYWtDV0xMWDVYL0U1SmxBenowRmprZWZUeGRudWRyRktUWUJmV3gzbE9ISThMVGFoU3hLNkx1OFJUMVdZYzUrRjFmdXQ4OVpISC9iNC80NGVqYnV4VisyRzlucnBBOWtBdG1PMm0wSHgzSlp5ck8vSHphdFVRMWZQVVl4akdtelpYS0lpZ3ZaMEJEY2NwcnNLSzlMSStSVnRBNVV4MGUvVmdoRVBXTjRqSzl1YW84M3dQQ1NqclcramdCd1I2T0U5THV5RFlSTGgrSlBSZEtndGR2c21UbmtmeDRUWlUyOWJURXJCZFJTdHlTVzE1czZzVlY0bGhveG1Vem80ZUJHd2s9IHJvb3RAaXAtMTAtMzEtMTAtMTQ2LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 21 December 2024 02:17:33 -0500 (0:00:00.377) 0:00:12.271 ***** <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.255> (0, b'/root\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765454.0112135-11261-109534590785575 `" && echo ansible-tmp-1734765454.0112135-11261-109534590785575="` echo /root/.ansible/tmp/ansible-tmp-1734765454.0112135-11261-109534590785575 `" ) && sleep 0'"'"'' <10.31.9.13> (0, b'/root\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765454.0224438-11262-24105150009945 `" && echo ansible-tmp-1734765454.0224438-11262-24105150009945="` echo /root/.ansible/tmp/ansible-tmp-1734765454.0224438-11262-24105150009945 `" ) && sleep 0'"'"'' <10.31.10.146> (0, b'/root\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765454.0352948-11263-143815377041272 `" && echo ansible-tmp-1734765454.0352948-11263-143815377041272="` echo /root/.ansible/tmp/ansible-tmp-1734765454.0352948-11263-143815377041272 `" ) && sleep 0'"'"'' <10.31.40.255> (0, b'ansible-tmp-1734765454.0112135-11261-109534590785575=/root/.ansible/tmp/ansible-tmp-1734765454.0112135-11261-109534590785575\n', b'') <10.31.9.13> (0, b'ansible-tmp-1734765454.0224438-11262-24105150009945=/root/.ansible/tmp/ansible-tmp-1734765454.0224438-11262-24105150009945\n', b'') <10.31.10.146> (0, b'ansible-tmp-1734765454.0352948-11263-143815377041272=/root/.ansible/tmp/ansible-tmp-1734765454.0352948-11263-143815377041272\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py <10.31.40.255> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp6m9b11wc TO /root/.ansible/tmp/ansible-tmp-1734765454.0112135-11261-109534590785575/AnsiballZ_known_hosts.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py <10.31.40.255> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6e3f6b327d '[10.31.40.255]' <10.31.9.13> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpqe918qxu TO /root/.ansible/tmp/ansible-tmp-1734765454.0224438-11262-24105150009945/AnsiballZ_known_hosts.py <10.31.9.13> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f6538707e5 '[10.31.9.13]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py <10.31.10.146> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp6n8471qv TO /root/.ansible/tmp/ansible-tmp-1734765454.0352948-11263-143815377041272/AnsiballZ_known_hosts.py <10.31.10.146> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/da4c9ade83 '[10.31.10.146]' <10.31.10.146> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp6n8471qv /root/.ansible/tmp/ansible-tmp-1734765454.0352948-11263-143815377041272/AnsiballZ_known_hosts.py\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765454.0352948-11263-143815377041272/ /root/.ansible/tmp/ansible-tmp-1734765454.0352948-11263-143815377041272/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.9.13> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpqe918qxu /root/.ansible/tmp/ansible-tmp-1734765454.0224438-11262-24105150009945/AnsiballZ_known_hosts.py\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765454.0224438-11262-24105150009945/ /root/.ansible/tmp/ansible-tmp-1734765454.0224438-11262-24105150009945/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.40.255> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp6m9b11wc /root/.ansible/tmp/ansible-tmp-1734765454.0112135-11261-109534590785575/AnsiballZ_known_hosts.py\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765454.0112135-11261-109534590785575/ /root/.ansible/tmp/ansible-tmp-1734765454.0112135-11261-109534590785575/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 -tt 10.31.10.146 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765454.0352948-11263-143815377041272/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 -tt 10.31.9.13 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765454.0224438-11262-24105150009945/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.40.255> (0, b'', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d -tt 10.31.40.255 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765454.0112135-11261-109534590785575/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.10.146> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.10.146 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4o8UKH9PGfcciI6TbGk1YeP/xymdQH4byzqmDj27QhYTAavbv6h2yO2KBUKxOwUEry6EAH4Fe+G8GVCL0qz+Cr/y16YZR7eDBhHGUkfTLc/WqqYiDZXFFe515PcgKdrGl+iBQhOk2yugcTWza+MkeFj+HMBQSEYR020CzEQh0edqbPlSZ5ac2+/Z9pQ7pVZnS8P0uySQiZAev70cquFc0bbzOFQHKMyO9Ns3Z94Oiz4v95zqeJgxUxa64ouz2oTakCWLLX5X/E5JlAzz0FjkefTxdnudrFKTYBfWx3lOHI8LTahSxK6Lu8RT1WYc5+F1fut89ZHH/b4/44ejbuxV+2G9nrpA9kAtmO2m0Hx3JZyrO/HzatUQ1fPUYxjGmzZXKIigvZ0BDccprsKK9LI+RVtA5Ux0e/VghEPWN4jK9uao83wPCSjrW+jgBwR6OE9LuyDYRLh+JPRdKgtdvsmTnkfx4TZU29bTErBdRStySW15s6sVV4lhoxmUzo4eBGwk= root@ip-10-31-10-146.us-east-1.aws.redhat.com\\n", "after": "10.31.10.146 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4o8UKH9PGfcciI6TbGk1YeP/xymdQH4byzqmDj27QhYTAavbv6h2yO2KBUKxOwUEry6EAH4Fe+G8GVCL0qz+Cr/y16YZR7eDBhHGUkfTLc/WqqYiDZXFFe515PcgKdrGl+iBQhOk2yugcTWza+MkeFj+HMBQSEYR020CzEQh0edqbPlSZ5ac2+/Z9pQ7pVZnS8P0uySQiZAev70cquFc0bbzOFQHKMyO9Ns3Z94Oiz4v95zqeJgxUxa64ouz2oTakCWLLX5X/E5JlAzz0FjkefTxdnudrFKTYBfWx3lOHI8LTahSxK6Lu8RT1WYc5+F1fut89ZHH/b4/44ejbuxV+2G9nrpA9kAtmO2m0Hx3JZyrO/HzatUQ1fPUYxjGmzZXKIigvZ0BDccprsKK9LI+RVtA5Ux0e/VghEPWN4jK9uao83wPCSjrW+jgBwR6OE9LuyDYRLh+JPRdKgtdvsmTnkfx4TZU29bTErBdRStySW15s6sVV4lhoxmUzo4eBGwk= root@ip-10-31-10-146.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.10.146 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4o8UKH9PGfcciI6TbGk1YeP/xymdQH4byzqmDj27QhYTAavbv6h2yO2KBUKxOwUEry6EAH4Fe+G8GVCL0qz+Cr/y16YZR7eDBhHGUkfTLc/WqqYiDZXFFe515PcgKdrGl+iBQhOk2yugcTWza+MkeFj+HMBQSEYR020CzEQh0edqbPlSZ5ac2+/Z9pQ7pVZnS8P0uySQiZAev70cquFc0bbzOFQHKMyO9Ns3Z94Oiz4v95zqeJgxUxa64ouz2oTakCWLLX5X/E5JlAzz0FjkefTxdnudrFKTYBfWx3lOHI8LTahSxK6Lu8RT1WYc5+F1fut89ZHH/b4/44ejbuxV+2G9nrpA9kAtmO2m0Hx3JZyrO/HzatUQ1fPUYxjGmzZXKIigvZ0BDccprsKK9LI+RVtA5Ux0e/VghEPWN4jK9uao83wPCSjrW+jgBwR6OE9LuyDYRLh+JPRdKgtdvsmTnkfx4TZU29bTErBdRStySW15s6sVV4lhoxmUzo4eBGwk= root@ip-10-31-10-146.us-east-1.aws.redhat.com\\n", "name": "10.31.10.146", "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.10.146 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4o8UKH9PGfcciI6TbGk1YeP/xymdQH4byzqmDj27QhYTAavbv6h2yO2KBUKxOwUEry6EAH4Fe+G8GVCL0qz+Cr/y16YZR7eDBhHGUkfTLc/WqqYiDZXFFe515PcgKdrGl+iBQhOk2yugcTWza+MkeFj+HMBQSEYR020CzEQh0edqbPlSZ5ac2+/Z9pQ7pVZnS8P0uySQiZAev70cquFc0bbzOFQHKMyO9Ns3Z94Oiz4v95zqeJgxUxa64ouz2oTakCWLLX5X/E5JlAzz0FjkefTxdnudrFKTYBfWx3lOHI8LTahSxK6Lu8RT1WYc5+F1fut89ZHH/b4/44ejbuxV+2G9nrpA9kAtmO2m0Hx3JZyrO/HzatUQ1fPUYxjGmzZXKIigvZ0BDccprsKK9LI+RVtA5Ux0e/VghEPWN4jK9uao83wPCSjrW+jgBwR6OE9LuyDYRLh+JPRdKgtdvsmTnkfx4TZU29bTErBdRStySW15s6sVV4lhoxmUzo4eBGwk= root@ip-10-31-10-146.us-east-1.aws.redhat.com\\n", "after": "10.31.10.146 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4o8UKH9PGfcciI6TbGk1YeP/xymdQH4byzqmDj27QhYTAavbv6h2yO2KBUKxOwUEry6EAH4Fe+G8GVCL0qz+Cr/y16YZR7eDBhHGUkfTLc/WqqYiDZXFFe515PcgKdrGl+iBQhOk2yugcTWza+MkeFj+HMBQSEYR020CzEQh0edqbPlSZ5ac2+/Z9pQ7pVZnS8P0uySQiZAev70cquFc0bbzOFQHKMyO9Ns3Z94Oiz4v95zqeJgxUxa64ouz2oTakCWLLX5X/E5JlAzz0FjkefTxdnudrFKTYBfWx3lOHI8LTahSxK6Lu8RT1WYc5+F1fut89ZHH/b4/44ejbuxV+2G9nrpA9kAtmO2m0Hx3JZyrO/HzatUQ1fPUYxjGmzZXKIigvZ0BDccprsKK9LI+RVtA5Ux0e/VghEPWN4jK9uao83wPCSjrW+jgBwR6OE9LuyDYRLh+JPRdKgtdvsmTnkfx4TZU29bTErBdRStySW15s6sVV4lhoxmUzo4eBGwk= root@ip-10-31-10-146.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.10.146 closed.\r\n') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765454.0352948-11263-143815377041272/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.13> (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.13 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCoHfWj0sx5SeXj/7Rekw1w84oNDxVgPDo247mxqoYNKO3tgwfkfrmPJYCes9w6dETpLoVPWdhvuEcGn5m/NHRPrIk2zkUGCdH03TmeP+Qe967RH4OB0Z09crOG2xPcKuNGTQSWEJPQNLVobUO0IGt7cw7Dc/EgAkO+BmoUY+L+pwZFyZ+YAHCU0HW88gMF53OrEhYToW48iSfNOnDPf9BYoPpuGpShHWViig+ufwCiDGVgnaawLY1MMS65p3k/Z+6RUSp93Q5Fx5EKO/Isbz7Pr7VsnMHRlbZiN6flCV+63ThGJvTBsgVykZJq5WXLlQHfe94e+2KSSXKcf1NyTlkrGsqp7Pi1Sqed23i8c3XnQYjJ0n8nSOkjA/fX9wUjfYlxKWaMiAVl9dbpYGdVNZAat+TnLQoIhp6hllnBw8YQOu6GRJ2Y10tzzRf9Torb25/Ns21mbCJ4WWmXiQS8OHgTrXK7mJWG0JxJ9tDbhpt2DhkcDUkFwbZQYFVTKOr3zGU= root@ip-10-31-9-13.us-east-1.aws.redhat.com\\n", "after": "10.31.9.13 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCoHfWj0sx5SeXj/7Rekw1w84oNDxVgPDo247mxqoYNKO3tgwfkfrmPJYCes9w6dETpLoVPWdhvuEcGn5m/NHRPrIk2zkUGCdH03TmeP+Qe967RH4OB0Z09crOG2xPcKuNGTQSWEJPQNLVobUO0IGt7cw7Dc/EgAkO+BmoUY+L+pwZFyZ+YAHCU0HW88gMF53OrEhYToW48iSfNOnDPf9BYoPpuGpShHWViig+ufwCiDGVgnaawLY1MMS65p3k/Z+6RUSp93Q5Fx5EKO/Isbz7Pr7VsnMHRlbZiN6flCV+63ThGJvTBsgVykZJq5WXLlQHfe94e+2KSSXKcf1NyTlkrGsqp7Pi1Sqed23i8c3XnQYjJ0n8nSOkjA/fX9wUjfYlxKWaMiAVl9dbpYGdVNZAat+TnLQoIhp6hllnBw8YQOu6GRJ2Y10tzzRf9Torb25/Ns21mbCJ4WWmXiQS8OHgTrXK7mJWG0JxJ9tDbhpt2DhkcDUkFwbZQYFVTKOr3zGU= root@ip-10-31-9-13.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.9.13 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCoHfWj0sx5SeXj/7Rekw1w84oNDxVgPDo247mxqoYNKO3tgwfkfrmPJYCes9w6dETpLoVPWdhvuEcGn5m/NHRPrIk2zkUGCdH03TmeP+Qe967RH4OB0Z09crOG2xPcKuNGTQSWEJPQNLVobUO0IGt7cw7Dc/EgAkO+BmoUY+L+pwZFyZ+YAHCU0HW88gMF53OrEhYToW48iSfNOnDPf9BYoPpuGpShHWViig+ufwCiDGVgnaawLY1MMS65p3k/Z+6RUSp93Q5Fx5EKO/Isbz7Pr7VsnMHRlbZiN6flCV+63ThGJvTBsgVykZJq5WXLlQHfe94e+2KSSXKcf1NyTlkrGsqp7Pi1Sqed23i8c3XnQYjJ0n8nSOkjA/fX9wUjfYlxKWaMiAVl9dbpYGdVNZAat+TnLQoIhp6hllnBw8YQOu6GRJ2Y10tzzRf9Torb25/Ns21mbCJ4WWmXiQS8OHgTrXK7mJWG0JxJ9tDbhpt2DhkcDUkFwbZQYFVTKOr3zGU= root@ip-10-31-9-13.us-east-1.aws.redhat.com\\n", "name": "10.31.9.13", "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.13 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCoHfWj0sx5SeXj/7Rekw1w84oNDxVgPDo247mxqoYNKO3tgwfkfrmPJYCes9w6dETpLoVPWdhvuEcGn5m/NHRPrIk2zkUGCdH03TmeP+Qe967RH4OB0Z09crOG2xPcKuNGTQSWEJPQNLVobUO0IGt7cw7Dc/EgAkO+BmoUY+L+pwZFyZ+YAHCU0HW88gMF53OrEhYToW48iSfNOnDPf9BYoPpuGpShHWViig+ufwCiDGVgnaawLY1MMS65p3k/Z+6RUSp93Q5Fx5EKO/Isbz7Pr7VsnMHRlbZiN6flCV+63ThGJvTBsgVykZJq5WXLlQHfe94e+2KSSXKcf1NyTlkrGsqp7Pi1Sqed23i8c3XnQYjJ0n8nSOkjA/fX9wUjfYlxKWaMiAVl9dbpYGdVNZAat+TnLQoIhp6hllnBw8YQOu6GRJ2Y10tzzRf9Torb25/Ns21mbCJ4WWmXiQS8OHgTrXK7mJWG0JxJ9tDbhpt2DhkcDUkFwbZQYFVTKOr3zGU= root@ip-10-31-9-13.us-east-1.aws.redhat.com\\n", "after": "10.31.9.13 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCoHfWj0sx5SeXj/7Rekw1w84oNDxVgPDo247mxqoYNKO3tgwfkfrmPJYCes9w6dETpLoVPWdhvuEcGn5m/NHRPrIk2zkUGCdH03TmeP+Qe967RH4OB0Z09crOG2xPcKuNGTQSWEJPQNLVobUO0IGt7cw7Dc/EgAkO+BmoUY+L+pwZFyZ+YAHCU0HW88gMF53OrEhYToW48iSfNOnDPf9BYoPpuGpShHWViig+ufwCiDGVgnaawLY1MMS65p3k/Z+6RUSp93Q5Fx5EKO/Isbz7Pr7VsnMHRlbZiN6flCV+63ThGJvTBsgVykZJq5WXLlQHfe94e+2KSSXKcf1NyTlkrGsqp7Pi1Sqed23i8c3XnQYjJ0n8nSOkjA/fX9wUjfYlxKWaMiAVl9dbpYGdVNZAat+TnLQoIhp6hllnBw8YQOu6GRJ2Y10tzzRf9Torb25/Ns21mbCJ4WWmXiQS8OHgTrXK7mJWG0JxJ9tDbhpt2DhkcDUkFwbZQYFVTKOr3zGU= root@ip-10-31-9-13.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.9.13 closed.\r\n') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765454.0224438-11262-24105150009945/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.255> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.255 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS+JFEzm1vWCCyWcvjBoQDiKVd+iyR5mOM38JOTwMMxaZmbNPetqOMmTWbKVOPscZY+nMGV5Z242CYxZIT/8oDEmNedWDPxbk4c5iL+2L6jsg3vy2vR0Vjtyz+hads/WGu4RkRdP7LwzqK2U4ZAIViUEXiIy3N+YKKXEGyUk1CdPMnGELBFCk7PnokD4xpjJ0gP7F5ZZxl+d/j75I6xuDijMR2zsBCFMqVIk/Ms2WWmncqGplCOsLRqtTcDLYFQjsJF8xq1M4UWFFoju9b+vMsEmQmAcPRZoRGipODRbKqSgkfOYzy/ZkOtXJnr5E3JCfr75geIGbkr/56bNwS1s3IbPtjyvlZ17GXDAsK7edy6lykgAWVsPIcV0i/fb1K9uvKLaQF8pOKHmjZhkhsGrT9t9VR1kjRuKWliMnXqATGDEsGTNxIwyNzXTmjDL/2Mb+tjkpSusZUCm3MrlmL7ncyDhkQAv53FoJQdQGE8mPyNhTS8aFClZATlNOeBTBla50= root@ip-10-31-40-255.us-east-1.aws.redhat.com\\n", "after": "10.31.40.255 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS+JFEzm1vWCCyWcvjBoQDiKVd+iyR5mOM38JOTwMMxaZmbNPetqOMmTWbKVOPscZY+nMGV5Z242CYxZIT/8oDEmNedWDPxbk4c5iL+2L6jsg3vy2vR0Vjtyz+hads/WGu4RkRdP7LwzqK2U4ZAIViUEXiIy3N+YKKXEGyUk1CdPMnGELBFCk7PnokD4xpjJ0gP7F5ZZxl+d/j75I6xuDijMR2zsBCFMqVIk/Ms2WWmncqGplCOsLRqtTcDLYFQjsJF8xq1M4UWFFoju9b+vMsEmQmAcPRZoRGipODRbKqSgkfOYzy/ZkOtXJnr5E3JCfr75geIGbkr/56bNwS1s3IbPtjyvlZ17GXDAsK7edy6lykgAWVsPIcV0i/fb1K9uvKLaQF8pOKHmjZhkhsGrT9t9VR1kjRuKWliMnXqATGDEsGTNxIwyNzXTmjDL/2Mb+tjkpSusZUCm3MrlmL7ncyDhkQAv53FoJQdQGE8mPyNhTS8aFClZATlNOeBTBla50= root@ip-10-31-40-255.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.40.255 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS+JFEzm1vWCCyWcvjBoQDiKVd+iyR5mOM38JOTwMMxaZmbNPetqOMmTWbKVOPscZY+nMGV5Z242CYxZIT/8oDEmNedWDPxbk4c5iL+2L6jsg3vy2vR0Vjtyz+hads/WGu4RkRdP7LwzqK2U4ZAIViUEXiIy3N+YKKXEGyUk1CdPMnGELBFCk7PnokD4xpjJ0gP7F5ZZxl+d/j75I6xuDijMR2zsBCFMqVIk/Ms2WWmncqGplCOsLRqtTcDLYFQjsJF8xq1M4UWFFoju9b+vMsEmQmAcPRZoRGipODRbKqSgkfOYzy/ZkOtXJnr5E3JCfr75geIGbkr/56bNwS1s3IbPtjyvlZ17GXDAsK7edy6lykgAWVsPIcV0i/fb1K9uvKLaQF8pOKHmjZhkhsGrT9t9VR1kjRuKWliMnXqATGDEsGTNxIwyNzXTmjDL/2Mb+tjkpSusZUCm3MrlmL7ncyDhkQAv53FoJQdQGE8mPyNhTS8aFClZATlNOeBTBla50= root@ip-10-31-40-255.us-east-1.aws.redhat.com\\n", "name": "10.31.40.255", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.255 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS+JFEzm1vWCCyWcvjBoQDiKVd+iyR5mOM38JOTwMMxaZmbNPetqOMmTWbKVOPscZY+nMGV5Z242CYxZIT/8oDEmNedWDPxbk4c5iL+2L6jsg3vy2vR0Vjtyz+hads/WGu4RkRdP7LwzqK2U4ZAIViUEXiIy3N+YKKXEGyUk1CdPMnGELBFCk7PnokD4xpjJ0gP7F5ZZxl+d/j75I6xuDijMR2zsBCFMqVIk/Ms2WWmncqGplCOsLRqtTcDLYFQjsJF8xq1M4UWFFoju9b+vMsEmQmAcPRZoRGipODRbKqSgkfOYzy/ZkOtXJnr5E3JCfr75geIGbkr/56bNwS1s3IbPtjyvlZ17GXDAsK7edy6lykgAWVsPIcV0i/fb1K9uvKLaQF8pOKHmjZhkhsGrT9t9VR1kjRuKWliMnXqATGDEsGTNxIwyNzXTmjDL/2Mb+tjkpSusZUCm3MrlmL7ncyDhkQAv53FoJQdQGE8mPyNhTS8aFClZATlNOeBTBla50= root@ip-10-31-40-255.us-east-1.aws.redhat.com\\n", "after": "10.31.40.255 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS+JFEzm1vWCCyWcvjBoQDiKVd+iyR5mOM38JOTwMMxaZmbNPetqOMmTWbKVOPscZY+nMGV5Z242CYxZIT/8oDEmNedWDPxbk4c5iL+2L6jsg3vy2vR0Vjtyz+hads/WGu4RkRdP7LwzqK2U4ZAIViUEXiIy3N+YKKXEGyUk1CdPMnGELBFCk7PnokD4xpjJ0gP7F5ZZxl+d/j75I6xuDijMR2zsBCFMqVIk/Ms2WWmncqGplCOsLRqtTcDLYFQjsJF8xq1M4UWFFoju9b+vMsEmQmAcPRZoRGipODRbKqSgkfOYzy/ZkOtXJnr5E3JCfr75geIGbkr/56bNwS1s3IbPtjyvlZ17GXDAsK7edy6lykgAWVsPIcV0i/fb1K9uvKLaQF8pOKHmjZhkhsGrT9t9VR1kjRuKWliMnXqATGDEsGTNxIwyNzXTmjDL/2Mb+tjkpSusZUCm3MrlmL7ncyDhkQAv53FoJQdQGE8mPyNhTS8aFClZATlNOeBTBla50= root@ip-10-31-40-255.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.40.255 closed.\r\n') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765454.0112135-11261-109534590785575/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') ok: [managed-node3] => { "changed": false, "diff": { "after": "10.31.10.146 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4o8UKH9PGfcciI6TbGk1YeP/xymdQH4byzqmDj27QhYTAavbv6h2yO2KBUKxOwUEry6EAH4Fe+G8GVCL0qz+Cr/y16YZR7eDBhHGUkfTLc/WqqYiDZXFFe515PcgKdrGl+iBQhOk2yugcTWza+MkeFj+HMBQSEYR020CzEQh0edqbPlSZ5ac2+/Z9pQ7pVZnS8P0uySQiZAev70cquFc0bbzOFQHKMyO9Ns3Z94Oiz4v95zqeJgxUxa64ouz2oTakCWLLX5X/E5JlAzz0FjkefTxdnudrFKTYBfWx3lOHI8LTahSxK6Lu8RT1WYc5+F1fut89ZHH/b4/44ejbuxV+2G9nrpA9kAtmO2m0Hx3JZyrO/HzatUQ1fPUYxjGmzZXKIigvZ0BDccprsKK9LI+RVtA5Ux0e/VghEPWN4jK9uao83wPCSjrW+jgBwR6OE9LuyDYRLh+JPRdKgtdvsmTnkfx4TZU29bTErBdRStySW15s6sVV4lhoxmUzo4eBGwk= root@ip-10-31-10-146.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.10.146 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4o8UKH9PGfcciI6TbGk1YeP/xymdQH4byzqmDj27QhYTAavbv6h2yO2KBUKxOwUEry6EAH4Fe+G8GVCL0qz+Cr/y16YZR7eDBhHGUkfTLc/WqqYiDZXFFe515PcgKdrGl+iBQhOk2yugcTWza+MkeFj+HMBQSEYR020CzEQh0edqbPlSZ5ac2+/Z9pQ7pVZnS8P0uySQiZAev70cquFc0bbzOFQHKMyO9Ns3Z94Oiz4v95zqeJgxUxa64ouz2oTakCWLLX5X/E5JlAzz0FjkefTxdnudrFKTYBfWx3lOHI8LTahSxK6Lu8RT1WYc5+F1fut89ZHH/b4/44ejbuxV+2G9nrpA9kAtmO2m0Hx3JZyrO/HzatUQ1fPUYxjGmzZXKIigvZ0BDccprsKK9LI+RVtA5Ux0e/VghEPWN4jK9uao83wPCSjrW+jgBwR6OE9LuyDYRLh+JPRdKgtdvsmTnkfx4TZU29bTErBdRStySW15s6sVV4lhoxmUzo4eBGwk= root@ip-10-31-10-146.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.10.146 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4o8UKH9PGfcciI6TbGk1YeP/xymdQH4byzqmDj27QhYTAavbv6h2yO2KBUKxOwUEry6EAH4Fe+G8GVCL0qz+Cr/y16YZR7eDBhHGUkfTLc/WqqYiDZXFFe515PcgKdrGl+iBQhOk2yugcTWza+MkeFj+HMBQSEYR020CzEQh0edqbPlSZ5ac2+/Z9pQ7pVZnS8P0uySQiZAev70cquFc0bbzOFQHKMyO9Ns3Z94Oiz4v95zqeJgxUxa64ouz2oTakCWLLX5X/E5JlAzz0FjkefTxdnudrFKTYBfWx3lOHI8LTahSxK6Lu8RT1WYc5+F1fut89ZHH/b4/44ejbuxV+2G9nrpA9kAtmO2m0Hx3JZyrO/HzatUQ1fPUYxjGmzZXKIigvZ0BDccprsKK9LI+RVtA5Ux0e/VghEPWN4jK9uao83wPCSjrW+jgBwR6OE9LuyDYRLh+JPRdKgtdvsmTnkfx4TZU29bTErBdRStySW15s6sVV4lhoxmUzo4eBGwk= root@ip-10-31-10-146.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.10.146 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4o8UKH9PGfcciI6TbGk1YeP/xymdQH4byzqmDj27QhYTAavbv6h2yO2KBUKxOwUEry6EAH4Fe+G8GVCL0qz+Cr/y16YZR7eDBhHGUkfTLc/WqqYiDZXFFe515PcgKdrGl+iBQhOk2yugcTWza+MkeFj+HMBQSEYR020CzEQh0edqbPlSZ5ac2+/Z9pQ7pVZnS8P0uySQiZAev70cquFc0bbzOFQHKMyO9Ns3Z94Oiz4v95zqeJgxUxa64ouz2oTakCWLLX5X/E5JlAzz0FjkefTxdnudrFKTYBfWx3lOHI8LTahSxK6Lu8RT1WYc5+F1fut89ZHH/b4/44ejbuxV+2G9nrpA9kAtmO2m0Hx3JZyrO/HzatUQ1fPUYxjGmzZXKIigvZ0BDccprsKK9LI+RVtA5Ux0e/VghEPWN4jK9uao83wPCSjrW+jgBwR6OE9LuyDYRLh+JPRdKgtdvsmTnkfx4TZU29bTErBdRStySW15s6sVV4lhoxmUzo4eBGwk= root@ip-10-31-10-146.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.10.146 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4o8UKH9PGfcciI6TbGk1YeP/xymdQH4byzqmDj27QhYTAavbv6h2yO2KBUKxOwUEry6EAH4Fe+G8GVCL0qz+Cr/y16YZR7eDBhHGUkfTLc/WqqYiDZXFFe515PcgKdrGl+iBQhOk2yugcTWza+MkeFj+HMBQSEYR020CzEQh0edqbPlSZ5ac2+/Z9pQ7pVZnS8P0uySQiZAev70cquFc0bbzOFQHKMyO9Ns3Z94Oiz4v95zqeJgxUxa64ouz2oTakCWLLX5X/E5JlAzz0FjkefTxdnudrFKTYBfWx3lOHI8LTahSxK6Lu8RT1WYc5+F1fut89ZHH/b4/44ejbuxV+2G9nrpA9kAtmO2m0Hx3JZyrO/HzatUQ1fPUYxjGmzZXKIigvZ0BDccprsKK9LI+RVtA5Ux0e/VghEPWN4jK9uao83wPCSjrW+jgBwR6OE9LuyDYRLh+JPRdKgtdvsmTnkfx4TZU29bTErBdRStySW15s6sVV4lhoxmUzo4eBGwk= root@ip-10-31-10-146.us-east-1.aws.redhat.com\n", "name": "10.31.10.146", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } <10.31.9.13> (0, b'', b'') ok: [managed-node2] => { "changed": false, "diff": { "after": "10.31.9.13 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCoHfWj0sx5SeXj/7Rekw1w84oNDxVgPDo247mxqoYNKO3tgwfkfrmPJYCes9w6dETpLoVPWdhvuEcGn5m/NHRPrIk2zkUGCdH03TmeP+Qe967RH4OB0Z09crOG2xPcKuNGTQSWEJPQNLVobUO0IGt7cw7Dc/EgAkO+BmoUY+L+pwZFyZ+YAHCU0HW88gMF53OrEhYToW48iSfNOnDPf9BYoPpuGpShHWViig+ufwCiDGVgnaawLY1MMS65p3k/Z+6RUSp93Q5Fx5EKO/Isbz7Pr7VsnMHRlbZiN6flCV+63ThGJvTBsgVykZJq5WXLlQHfe94e+2KSSXKcf1NyTlkrGsqp7Pi1Sqed23i8c3XnQYjJ0n8nSOkjA/fX9wUjfYlxKWaMiAVl9dbpYGdVNZAat+TnLQoIhp6hllnBw8YQOu6GRJ2Y10tzzRf9Torb25/Ns21mbCJ4WWmXiQS8OHgTrXK7mJWG0JxJ9tDbhpt2DhkcDUkFwbZQYFVTKOr3zGU= root@ip-10-31-9-13.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.9.13 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCoHfWj0sx5SeXj/7Rekw1w84oNDxVgPDo247mxqoYNKO3tgwfkfrmPJYCes9w6dETpLoVPWdhvuEcGn5m/NHRPrIk2zkUGCdH03TmeP+Qe967RH4OB0Z09crOG2xPcKuNGTQSWEJPQNLVobUO0IGt7cw7Dc/EgAkO+BmoUY+L+pwZFyZ+YAHCU0HW88gMF53OrEhYToW48iSfNOnDPf9BYoPpuGpShHWViig+ufwCiDGVgnaawLY1MMS65p3k/Z+6RUSp93Q5Fx5EKO/Isbz7Pr7VsnMHRlbZiN6flCV+63ThGJvTBsgVykZJq5WXLlQHfe94e+2KSSXKcf1NyTlkrGsqp7Pi1Sqed23i8c3XnQYjJ0n8nSOkjA/fX9wUjfYlxKWaMiAVl9dbpYGdVNZAat+TnLQoIhp6hllnBw8YQOu6GRJ2Y10tzzRf9Torb25/Ns21mbCJ4WWmXiQS8OHgTrXK7mJWG0JxJ9tDbhpt2DhkcDUkFwbZQYFVTKOr3zGU= root@ip-10-31-9-13.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.9.13 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCoHfWj0sx5SeXj/7Rekw1w84oNDxVgPDo247mxqoYNKO3tgwfkfrmPJYCes9w6dETpLoVPWdhvuEcGn5m/NHRPrIk2zkUGCdH03TmeP+Qe967RH4OB0Z09crOG2xPcKuNGTQSWEJPQNLVobUO0IGt7cw7Dc/EgAkO+BmoUY+L+pwZFyZ+YAHCU0HW88gMF53OrEhYToW48iSfNOnDPf9BYoPpuGpShHWViig+ufwCiDGVgnaawLY1MMS65p3k/Z+6RUSp93Q5Fx5EKO/Isbz7Pr7VsnMHRlbZiN6flCV+63ThGJvTBsgVykZJq5WXLlQHfe94e+2KSSXKcf1NyTlkrGsqp7Pi1Sqed23i8c3XnQYjJ0n8nSOkjA/fX9wUjfYlxKWaMiAVl9dbpYGdVNZAat+TnLQoIhp6hllnBw8YQOu6GRJ2Y10tzzRf9Torb25/Ns21mbCJ4WWmXiQS8OHgTrXK7mJWG0JxJ9tDbhpt2DhkcDUkFwbZQYFVTKOr3zGU= root@ip-10-31-9-13.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.9.13 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCoHfWj0sx5SeXj/7Rekw1w84oNDxVgPDo247mxqoYNKO3tgwfkfrmPJYCes9w6dETpLoVPWdhvuEcGn5m/NHRPrIk2zkUGCdH03TmeP+Qe967RH4OB0Z09crOG2xPcKuNGTQSWEJPQNLVobUO0IGt7cw7Dc/EgAkO+BmoUY+L+pwZFyZ+YAHCU0HW88gMF53OrEhYToW48iSfNOnDPf9BYoPpuGpShHWViig+ufwCiDGVgnaawLY1MMS65p3k/Z+6RUSp93Q5Fx5EKO/Isbz7Pr7VsnMHRlbZiN6flCV+63ThGJvTBsgVykZJq5WXLlQHfe94e+2KSSXKcf1NyTlkrGsqp7Pi1Sqed23i8c3XnQYjJ0n8nSOkjA/fX9wUjfYlxKWaMiAVl9dbpYGdVNZAat+TnLQoIhp6hllnBw8YQOu6GRJ2Y10tzzRf9Torb25/Ns21mbCJ4WWmXiQS8OHgTrXK7mJWG0JxJ9tDbhpt2DhkcDUkFwbZQYFVTKOr3zGU= root@ip-10-31-9-13.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.9.13 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCoHfWj0sx5SeXj/7Rekw1w84oNDxVgPDo247mxqoYNKO3tgwfkfrmPJYCes9w6dETpLoVPWdhvuEcGn5m/NHRPrIk2zkUGCdH03TmeP+Qe967RH4OB0Z09crOG2xPcKuNGTQSWEJPQNLVobUO0IGt7cw7Dc/EgAkO+BmoUY+L+pwZFyZ+YAHCU0HW88gMF53OrEhYToW48iSfNOnDPf9BYoPpuGpShHWViig+ufwCiDGVgnaawLY1MMS65p3k/Z+6RUSp93Q5Fx5EKO/Isbz7Pr7VsnMHRlbZiN6flCV+63ThGJvTBsgVykZJq5WXLlQHfe94e+2KSSXKcf1NyTlkrGsqp7Pi1Sqed23i8c3XnQYjJ0n8nSOkjA/fX9wUjfYlxKWaMiAVl9dbpYGdVNZAat+TnLQoIhp6hllnBw8YQOu6GRJ2Y10tzzRf9Torb25/Ns21mbCJ4WWmXiQS8OHgTrXK7mJWG0JxJ9tDbhpt2DhkcDUkFwbZQYFVTKOr3zGU= root@ip-10-31-9-13.us-east-1.aws.redhat.com\n", "name": "10.31.9.13", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } <10.31.40.255> (0, b'', b'') ok: [managed-node1] => { "changed": false, "diff": { "after": "10.31.40.255 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS+JFEzm1vWCCyWcvjBoQDiKVd+iyR5mOM38JOTwMMxaZmbNPetqOMmTWbKVOPscZY+nMGV5Z242CYxZIT/8oDEmNedWDPxbk4c5iL+2L6jsg3vy2vR0Vjtyz+hads/WGu4RkRdP7LwzqK2U4ZAIViUEXiIy3N+YKKXEGyUk1CdPMnGELBFCk7PnokD4xpjJ0gP7F5ZZxl+d/j75I6xuDijMR2zsBCFMqVIk/Ms2WWmncqGplCOsLRqtTcDLYFQjsJF8xq1M4UWFFoju9b+vMsEmQmAcPRZoRGipODRbKqSgkfOYzy/ZkOtXJnr5E3JCfr75geIGbkr/56bNwS1s3IbPtjyvlZ17GXDAsK7edy6lykgAWVsPIcV0i/fb1K9uvKLaQF8pOKHmjZhkhsGrT9t9VR1kjRuKWliMnXqATGDEsGTNxIwyNzXTmjDL/2Mb+tjkpSusZUCm3MrlmL7ncyDhkQAv53FoJQdQGE8mPyNhTS8aFClZATlNOeBTBla50= root@ip-10-31-40-255.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.255 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS+JFEzm1vWCCyWcvjBoQDiKVd+iyR5mOM38JOTwMMxaZmbNPetqOMmTWbKVOPscZY+nMGV5Z242CYxZIT/8oDEmNedWDPxbk4c5iL+2L6jsg3vy2vR0Vjtyz+hads/WGu4RkRdP7LwzqK2U4ZAIViUEXiIy3N+YKKXEGyUk1CdPMnGELBFCk7PnokD4xpjJ0gP7F5ZZxl+d/j75I6xuDijMR2zsBCFMqVIk/Ms2WWmncqGplCOsLRqtTcDLYFQjsJF8xq1M4UWFFoju9b+vMsEmQmAcPRZoRGipODRbKqSgkfOYzy/ZkOtXJnr5E3JCfr75geIGbkr/56bNwS1s3IbPtjyvlZ17GXDAsK7edy6lykgAWVsPIcV0i/fb1K9uvKLaQF8pOKHmjZhkhsGrT9t9VR1kjRuKWliMnXqATGDEsGTNxIwyNzXTmjDL/2Mb+tjkpSusZUCm3MrlmL7ncyDhkQAv53FoJQdQGE8mPyNhTS8aFClZATlNOeBTBla50= root@ip-10-31-40-255.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.40.255 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS+JFEzm1vWCCyWcvjBoQDiKVd+iyR5mOM38JOTwMMxaZmbNPetqOMmTWbKVOPscZY+nMGV5Z242CYxZIT/8oDEmNedWDPxbk4c5iL+2L6jsg3vy2vR0Vjtyz+hads/WGu4RkRdP7LwzqK2U4ZAIViUEXiIy3N+YKKXEGyUk1CdPMnGELBFCk7PnokD4xpjJ0gP7F5ZZxl+d/j75I6xuDijMR2zsBCFMqVIk/Ms2WWmncqGplCOsLRqtTcDLYFQjsJF8xq1M4UWFFoju9b+vMsEmQmAcPRZoRGipODRbKqSgkfOYzy/ZkOtXJnr5E3JCfr75geIGbkr/56bNwS1s3IbPtjyvlZ17GXDAsK7edy6lykgAWVsPIcV0i/fb1K9uvKLaQF8pOKHmjZhkhsGrT9t9VR1kjRuKWliMnXqATGDEsGTNxIwyNzXTmjDL/2Mb+tjkpSusZUCm3MrlmL7ncyDhkQAv53FoJQdQGE8mPyNhTS8aFClZATlNOeBTBla50= root@ip-10-31-40-255.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.255 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS+JFEzm1vWCCyWcvjBoQDiKVd+iyR5mOM38JOTwMMxaZmbNPetqOMmTWbKVOPscZY+nMGV5Z242CYxZIT/8oDEmNedWDPxbk4c5iL+2L6jsg3vy2vR0Vjtyz+hads/WGu4RkRdP7LwzqK2U4ZAIViUEXiIy3N+YKKXEGyUk1CdPMnGELBFCk7PnokD4xpjJ0gP7F5ZZxl+d/j75I6xuDijMR2zsBCFMqVIk/Ms2WWmncqGplCOsLRqtTcDLYFQjsJF8xq1M4UWFFoju9b+vMsEmQmAcPRZoRGipODRbKqSgkfOYzy/ZkOtXJnr5E3JCfr75geIGbkr/56bNwS1s3IbPtjyvlZ17GXDAsK7edy6lykgAWVsPIcV0i/fb1K9uvKLaQF8pOKHmjZhkhsGrT9t9VR1kjRuKWliMnXqATGDEsGTNxIwyNzXTmjDL/2Mb+tjkpSusZUCm3MrlmL7ncyDhkQAv53FoJQdQGE8mPyNhTS8aFClZATlNOeBTBla50= root@ip-10-31-40-255.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.40.255 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS+JFEzm1vWCCyWcvjBoQDiKVd+iyR5mOM38JOTwMMxaZmbNPetqOMmTWbKVOPscZY+nMGV5Z242CYxZIT/8oDEmNedWDPxbk4c5iL+2L6jsg3vy2vR0Vjtyz+hads/WGu4RkRdP7LwzqK2U4ZAIViUEXiIy3N+YKKXEGyUk1CdPMnGELBFCk7PnokD4xpjJ0gP7F5ZZxl+d/j75I6xuDijMR2zsBCFMqVIk/Ms2WWmncqGplCOsLRqtTcDLYFQjsJF8xq1M4UWFFoju9b+vMsEmQmAcPRZoRGipODRbKqSgkfOYzy/ZkOtXJnr5E3JCfr75geIGbkr/56bNwS1s3IbPtjyvlZ17GXDAsK7edy6lykgAWVsPIcV0i/fb1K9uvKLaQF8pOKHmjZhkhsGrT9t9VR1kjRuKWliMnXqATGDEsGTNxIwyNzXTmjDL/2Mb+tjkpSusZUCm3MrlmL7ncyDhkQAv53FoJQdQGE8mPyNhTS8aFClZATlNOeBTBla50= root@ip-10-31-40-255.us-east-1.aws.redhat.com\n", "name": "10.31.40.255", "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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 21 December 2024 02:17:34 -0500 (0:00:00.578) 0:00:12.850 ***** <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.255> (0, b'/root\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765454.5049875-11291-66711844931221 `" && echo ansible-tmp-1734765454.5049875-11291-66711844931221="` echo /root/.ansible/tmp/ansible-tmp-1734765454.5049875-11291-66711844931221 `" ) && sleep 0'"'"'' <10.31.9.13> (0, b'/root\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765454.5088305-11292-40080687227548 `" && echo ansible-tmp-1734765454.5088305-11292-40080687227548="` echo /root/.ansible/tmp/ansible-tmp-1734765454.5088305-11292-40080687227548 `" ) && sleep 0'"'"'' <10.31.10.146> (0, b'/root\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765454.517043-11294-222425891176688 `" && echo ansible-tmp-1734765454.517043-11294-222425891176688="` echo /root/.ansible/tmp/ansible-tmp-1734765454.517043-11294-222425891176688 `" ) && sleep 0'"'"'' <10.31.9.13> (0, b'ansible-tmp-1734765454.5088305-11292-40080687227548=/root/.ansible/tmp/ansible-tmp-1734765454.5088305-11292-40080687227548\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.9.13> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp_d996yjq TO /root/.ansible/tmp/ansible-tmp-1734765454.5088305-11292-40080687227548/AnsiballZ_stat.py <10.31.9.13> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f6538707e5 '[10.31.9.13]' <10.31.40.255> (0, b'ansible-tmp-1734765454.5049875-11291-66711844931221=/root/.ansible/tmp/ansible-tmp-1734765454.5049875-11291-66711844931221\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.40.255> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpw8pn0z0t TO /root/.ansible/tmp/ansible-tmp-1734765454.5049875-11291-66711844931221/AnsiballZ_stat.py <10.31.40.255> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6e3f6b327d '[10.31.40.255]' <10.31.10.146> (0, b'ansible-tmp-1734765454.517043-11294-222425891176688=/root/.ansible/tmp/ansible-tmp-1734765454.517043-11294-222425891176688\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.10.146> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp4bx0nmn1 TO /root/.ansible/tmp/ansible-tmp-1734765454.517043-11294-222425891176688/AnsiballZ_stat.py <10.31.10.146> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/da4c9ade83 '[10.31.10.146]' <10.31.9.13> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp_d996yjq /root/.ansible/tmp/ansible-tmp-1734765454.5088305-11292-40080687227548/AnsiballZ_stat.py\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765454.5088305-11292-40080687227548/ /root/.ansible/tmp/ansible-tmp-1734765454.5088305-11292-40080687227548/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.146> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp4bx0nmn1 /root/.ansible/tmp/ansible-tmp-1734765454.517043-11294-222425891176688/AnsiballZ_stat.py\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765454.517043-11294-222425891176688/ /root/.ansible/tmp/ansible-tmp-1734765454.517043-11294-222425891176688/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.255> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpw8pn0z0t /root/.ansible/tmp/ansible-tmp-1734765454.5049875-11291-66711844931221/AnsiballZ_stat.py\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765454.5049875-11291-66711844931221/ /root/.ansible/tmp/ansible-tmp-1734765454.5049875-11291-66711844931221/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 -tt 10.31.9.13 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765454.5088305-11292-40080687227548/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 -tt 10.31.10.146 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765454.517043-11294-222425891176688/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.255> (0, b'', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d -tt 10.31.40.255 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765454.5049875-11291-66711844931221/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.13> (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": 119, "inode": 174063874, "dev": 51713, "nlink": 1, "atime": 1734765417.5671573, "mtime": 1734765415.7231562, "ctime": 1734765416.1091564, "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": "140872c22a8b5aa1fa97e3aed56d2f7a4fb316b8", "mimetype": "text/plain", "charset": "us-ascii", "version": "2622177144", "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.13 closed.\r\n') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765454.5088305-11292-40080687227548/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.146> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 104, "inode": 102760706, "dev": 51713, "nlink": 1, "atime": 1734765421.6640182, "mtime": 1734765419.713011, "ctime": 1734765419.965012, "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": "397f925481eb172afb4c8c037feb6b22cbe45155", "mimetype": "text/plain", "charset": "us-ascii", "version": "1951473321", "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.10.146 closed.\r\n') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765454.517043-11294-222425891176688/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.255> (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": 92274946, "dev": 51713, "nlink": 1, "atime": 1734765405.2076743, "mtime": 1734765402.2086406, "ctime": 1734765402.689646, "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": "a1cbfb65cbe09165c4b4b91b507154b687e622ea", "mimetype": "text/plain", "charset": "us-ascii", "version": "760011414", "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.40.255 closed.\r\n') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765454.5049875-11291-66711844931221/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') <10.31.10.146> (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": 1734765417.5671573, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "140872c22a8b5aa1fa97e3aed56d2f7a4fb316b8", "ctime": 1734765416.1091564, "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": 1734765415.7231562, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 119, "uid": 0, "version": "2622177144", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1734765421.6640182, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "397f925481eb172afb4c8c037feb6b22cbe45155", "ctime": 1734765419.965012, "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": 1734765419.713011, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "1951473321", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.40.255> (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": 1734765405.2076743, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a1cbfb65cbe09165c4b4b91b507154b687e622ea", "ctime": 1734765402.689646, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 92274946, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1734765402.2086406, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "760011414", "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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 21 December 2024 02:17:34 -0500 (0:00:00.390) 0:00:13.241 ***** <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.255> (0, b'/root\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765454.8906128-11318-110433012582170 `" && echo ansible-tmp-1734765454.8906128-11318-110433012582170="` echo /root/.ansible/tmp/ansible-tmp-1734765454.8906128-11318-110433012582170 `" ) && sleep 0'"'"'' <10.31.9.13> (0, b'/root\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765454.9101741-11319-65203240021418 `" && echo ansible-tmp-1734765454.9101741-11319-65203240021418="` echo /root/.ansible/tmp/ansible-tmp-1734765454.9101741-11319-65203240021418 `" ) && sleep 0'"'"'' <10.31.10.146> (0, b'/root\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765454.9127362-11321-14481527305785 `" && echo ansible-tmp-1734765454.9127362-11321-14481527305785="` echo /root/.ansible/tmp/ansible-tmp-1734765454.9127362-11321-14481527305785 `" ) && sleep 0'"'"'' <10.31.40.255> (0, b'ansible-tmp-1734765454.8906128-11318-110433012582170=/root/.ansible/tmp/ansible-tmp-1734765454.8906128-11318-110433012582170\n', b'') <10.31.9.13> (0, b'ansible-tmp-1734765454.9101741-11319-65203240021418=/root/.ansible/tmp/ansible-tmp-1734765454.9101741-11319-65203240021418\n', b'') <10.31.10.146> (0, b'ansible-tmp-1734765454.9127362-11321-14481527305785=/root/.ansible/tmp/ansible-tmp-1734765454.9127362-11321-14481527305785\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.9.13> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpauvdagl0 TO /root/.ansible/tmp/ansible-tmp-1734765454.9101741-11319-65203240021418/AnsiballZ_stat.py <10.31.9.13> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f6538707e5 '[10.31.9.13]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.40.255> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpif77rvgb TO /root/.ansible/tmp/ansible-tmp-1734765454.8906128-11318-110433012582170/AnsiballZ_stat.py <10.31.40.255> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6e3f6b327d '[10.31.40.255]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.10.146> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpun40i8va TO /root/.ansible/tmp/ansible-tmp-1734765454.9127362-11321-14481527305785/AnsiballZ_stat.py <10.31.10.146> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/da4c9ade83 '[10.31.10.146]' <10.31.9.13> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpauvdagl0 /root/.ansible/tmp/ansible-tmp-1734765454.9101741-11319-65203240021418/AnsiballZ_stat.py\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765454.9101741-11319-65203240021418/ /root/.ansible/tmp/ansible-tmp-1734765454.9101741-11319-65203240021418/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.255> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpif77rvgb /root/.ansible/tmp/ansible-tmp-1734765454.8906128-11318-110433012582170/AnsiballZ_stat.py\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765454.8906128-11318-110433012582170/ /root/.ansible/tmp/ansible-tmp-1734765454.8906128-11318-110433012582170/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.146> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpun40i8va /root/.ansible/tmp/ansible-tmp-1734765454.9127362-11321-14481527305785/AnsiballZ_stat.py\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765454.9127362-11321-14481527305785/ /root/.ansible/tmp/ansible-tmp-1734765454.9127362-11321-14481527305785/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 -tt 10.31.9.13 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765454.9101741-11319-65203240021418/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.255> (0, b'', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d -tt 10.31.40.255 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765454.8906128-11318-110433012582170/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 -tt 10.31.10.146 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765454.9127362-11321-14481527305785/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.10.146> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 104, "inode": 102760706, "dev": 51713, "nlink": 1, "atime": 1734765421.6640182, "mtime": 1734765419.713011, "ctime": 1734765419.965012, "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": "397f925481eb172afb4c8c037feb6b22cbe45155", "mimetype": "text/plain", "charset": "us-ascii", "version": "1951473321", "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.10.146 closed.\r\n') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.10.146> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpqxavnyh7 TO /root/.ansible/tmp/ansible-tmp-1734765454.9127362-11321-14481527305785/AnsiballZ_file.py <10.31.10.146> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/da4c9ade83 '[10.31.10.146]' <10.31.9.13> (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": 119, "inode": 174063874, "dev": 51713, "nlink": 1, "atime": 1734765417.5671573, "mtime": 1734765415.7231562, "ctime": 1734765416.1091564, "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": "140872c22a8b5aa1fa97e3aed56d2f7a4fb316b8", "mimetype": "text/plain", "charset": "us-ascii", "version": "2622177144", "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.13 closed.\r\n') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765454.9101741-11319-65203240021418/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.255> (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": 92274946, "dev": 51713, "nlink": 1, "atime": 1734765405.2076743, "mtime": 1734765402.2086406, "ctime": 1734765402.689646, "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": "a1cbfb65cbe09165c4b4b91b507154b687e622ea", "mimetype": "text/plain", "charset": "us-ascii", "version": "760011414", "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.40.255 closed.\r\n') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.40.255> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp4g46nq2y TO /root/.ansible/tmp/ansible-tmp-1734765454.8906128-11318-110433012582170/AnsiballZ_file.py <10.31.40.255> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6e3f6b327d '[10.31.40.255]' <10.31.9.13> (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-10521o53_7dx4/tmp30ha64wp/kdump.conf.j2" }, "src": "/root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp30ha64wp/kdump.conf.j2" } } <10.31.10.146> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpqxavnyh7 /root/.ansible/tmp/ansible-tmp-1734765454.9127362-11321-14481527305785/AnsiballZ_file.py\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765454.9127362-11321-14481527305785/ /root/.ansible/tmp/ansible-tmp-1734765454.9127362-11321-14481527305785/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.255> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp4g46nq2y /root/.ansible/tmp/ansible-tmp-1734765454.8906128-11318-110433012582170/AnsiballZ_file.py\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765454.8906128-11318-110433012582170/ /root/.ansible/tmp/ansible-tmp-1734765454.8906128-11318-110433012582170/AnsiballZ_file.py && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 -tt 10.31.10.146 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765454.9127362-11321-14481527305785/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.255> (0, b'', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d -tt 10.31.40.255 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765454.8906128-11318-110433012582170/AnsiballZ_file.py && sleep 0'"'"'' <10.31.10.146> (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.10.146 closed.\r\n') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765454.9127362-11321-14481527305785/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.255> (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.40.255 closed.\r\n') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765454.8906128-11318-110433012582170/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') ok: [managed-node3] => { "changed": false, "checksum": "397f925481eb172afb4c8c037feb6b22cbe45155", "dest": "/etc/kdump.conf", "diff": { "after": { "path": "/etc/kdump.conf" }, "before": { "path": "/etc/kdump.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "kdump.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/kdump.conf", "directory_mode": null, "follow": false, "force": false, "group": null, "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/etc/kdump.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/kdump.conf", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "state": "file", "uid": 0 } <10.31.40.255> (0, b'', b'') ok: [managed-node1] => { "changed": false, "checksum": "a1cbfb65cbe09165c4b4b91b507154b687e622ea", "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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 21 December 2024 02:17:35 -0500 (0:00:00.735) 0:00:13.976 ***** <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.255> (0, b'/root\n', b'') <10.31.9.13> (0, b'/root\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765455.634514-11356-60527194696084 `" && echo ansible-tmp-1734765455.634514-11356-60527194696084="` echo /root/.ansible/tmp/ansible-tmp-1734765455.634514-11356-60527194696084 `" ) && sleep 0'"'"'' <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765455.634514-11357-151581462752925 `" && echo ansible-tmp-1734765455.634514-11357-151581462752925="` echo /root/.ansible/tmp/ansible-tmp-1734765455.634514-11357-151581462752925 `" ) && sleep 0'"'"'' <10.31.10.146> (0, b'/root\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765455.644358-11359-265719256187979 `" && echo ansible-tmp-1734765455.644358-11359-265719256187979="` echo /root/.ansible/tmp/ansible-tmp-1734765455.644358-11359-265719256187979 `" ) && sleep 0'"'"'' <10.31.9.13> (0, b'ansible-tmp-1734765455.634514-11357-151581462752925=/root/.ansible/tmp/ansible-tmp-1734765455.634514-11357-151581462752925\n', b'') <10.31.40.255> (0, b'ansible-tmp-1734765455.634514-11356-60527194696084=/root/.ansible/tmp/ansible-tmp-1734765455.634514-11356-60527194696084\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.9.13> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmppwwimmft TO /root/.ansible/tmp/ansible-tmp-1734765455.634514-11357-151581462752925/AnsiballZ_slurp.py <10.31.9.13> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f6538707e5 '[10.31.9.13]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.40.255> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmph5mers0z TO /root/.ansible/tmp/ansible-tmp-1734765455.634514-11356-60527194696084/AnsiballZ_slurp.py <10.31.40.255> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6e3f6b327d '[10.31.40.255]' <10.31.10.146> (0, b'ansible-tmp-1734765455.644358-11359-265719256187979=/root/.ansible/tmp/ansible-tmp-1734765455.644358-11359-265719256187979\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.10.146> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpvv8583eh TO /root/.ansible/tmp/ansible-tmp-1734765455.644358-11359-265719256187979/AnsiballZ_slurp.py <10.31.10.146> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/da4c9ade83 '[10.31.10.146]' <10.31.9.13> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmppwwimmft /root/.ansible/tmp/ansible-tmp-1734765455.634514-11357-151581462752925/AnsiballZ_slurp.py\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765455.634514-11357-151581462752925/ /root/.ansible/tmp/ansible-tmp-1734765455.634514-11357-151581462752925/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.10.146> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpvv8583eh /root/.ansible/tmp/ansible-tmp-1734765455.644358-11359-265719256187979/AnsiballZ_slurp.py\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765455.644358-11359-265719256187979/ /root/.ansible/tmp/ansible-tmp-1734765455.644358-11359-265719256187979/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.255> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmph5mers0z /root/.ansible/tmp/ansible-tmp-1734765455.634514-11356-60527194696084/AnsiballZ_slurp.py\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765455.634514-11356-60527194696084/ /root/.ansible/tmp/ansible-tmp-1734765455.634514-11356-60527194696084/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 -tt 10.31.9.13 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765455.634514-11357-151581462752925/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 -tt 10.31.10.146 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765455.644358-11359-265719256187979/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.255> (0, b'', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d -tt 10.31.40.255 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765455.634514-11356-60527194696084/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.10.146> (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.10.146 closed.\r\n') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765455.644358-11359-265719256187979/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.13> (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.13 closed.\r\n') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765455.634514-11357-151581462752925/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.255> (0, b'\r\n{"content": "MjAxMzI2NTkyCg==", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}}\r\n', b'Shared connection to 10.31.40.255 closed.\r\n') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765455.634514-11356-60527194696084/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') ok: [managed-node3] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } <10.31.9.13> (0, b'', b'') <10.31.40.255> (0, b'', b'') ok: [managed-node2] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } ok: [managed-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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 21 December 2024 02:17:35 -0500 (0:00:00.382) 0:00:14.359 ***** 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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 21 December 2024 02:17:36 -0500 (0:00:00.041) 0:00:14.400 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] *** task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 21 December 2024 02:17:36 -0500 (0:00:00.036) 0:00:14.437 ***** 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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 21 December 2024 02:17:36 -0500 (0:00:00.035) 0:00:14.473 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Reboot the managed node] *************** task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 21 December 2024 02:17:36 -0500 (0:00:00.034) 0:00:14.508 ***** 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 : Clear the kdump_reboot_required flag] *** task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 21 December 2024 02:17:36 -0500 (0:00:00.035) 0:00:14.543 ***** 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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 21 December 2024 02:17:36 -0500 (0:00:00.034) 0:00:14.578 ***** <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.255> (0, b'/root\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765456.241537-11419-235296721110194 `" && echo ansible-tmp-1734765456.241537-11419-235296721110194="` echo /root/.ansible/tmp/ansible-tmp-1734765456.241537-11419-235296721110194 `" ) && sleep 0'"'"'' <10.31.9.13> (0, b'/root\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765456.244774-11420-228379950614423 `" && echo ansible-tmp-1734765456.244774-11420-228379950614423="` echo /root/.ansible/tmp/ansible-tmp-1734765456.244774-11420-228379950614423 `" ) && sleep 0'"'"'' <10.31.10.146> (0, b'/root\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765456.253248-11422-161942430329775 `" && echo ansible-tmp-1734765456.253248-11422-161942430329775="` echo /root/.ansible/tmp/ansible-tmp-1734765456.253248-11422-161942430329775 `" ) && sleep 0'"'"'' <10.31.40.255> (0, b'ansible-tmp-1734765456.241537-11419-235296721110194=/root/.ansible/tmp/ansible-tmp-1734765456.241537-11419-235296721110194\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.40.255> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmptyku6tot TO /root/.ansible/tmp/ansible-tmp-1734765456.241537-11419-235296721110194/AnsiballZ_systemd.py <10.31.40.255> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6e3f6b327d '[10.31.40.255]' <10.31.9.13> (0, b'ansible-tmp-1734765456.244774-11420-228379950614423=/root/.ansible/tmp/ansible-tmp-1734765456.244774-11420-228379950614423\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.9.13> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp9pqq1_1k TO /root/.ansible/tmp/ansible-tmp-1734765456.244774-11420-228379950614423/AnsiballZ_systemd.py <10.31.9.13> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f6538707e5 '[10.31.9.13]' <10.31.10.146> (0, b'ansible-tmp-1734765456.253248-11422-161942430329775=/root/.ansible/tmp/ansible-tmp-1734765456.253248-11422-161942430329775\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.10.146> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp31bgz247 TO /root/.ansible/tmp/ansible-tmp-1734765456.253248-11422-161942430329775/AnsiballZ_systemd.py <10.31.10.146> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/da4c9ade83 '[10.31.10.146]' <10.31.9.13> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp9pqq1_1k /root/.ansible/tmp/ansible-tmp-1734765456.244774-11420-228379950614423/AnsiballZ_systemd.py\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765456.244774-11420-228379950614423/ /root/.ansible/tmp/ansible-tmp-1734765456.244774-11420-228379950614423/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.255> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmptyku6tot /root/.ansible/tmp/ansible-tmp-1734765456.241537-11419-235296721110194/AnsiballZ_systemd.py\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765456.241537-11419-235296721110194/ /root/.ansible/tmp/ansible-tmp-1734765456.241537-11419-235296721110194/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.10.146> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp31bgz247 /root/.ansible/tmp/ansible-tmp-1734765456.253248-11422-161942430329775/AnsiballZ_systemd.py\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765456.253248-11422-161942430329775/ /root/.ansible/tmp/ansible-tmp-1734765456.253248-11422-161942430329775/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.255> (0, b'', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d -tt 10.31.40.255 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765456.241537-11419-235296721110194/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 -tt 10.31.9.13 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765456.244774-11420-228379950614423/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 -tt 10.31.10.146 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765456.253248-11422-161942430329775/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.10.146> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-21 02:17:01 EST", "ExecMainStartTimestampMonotonic": "329656449", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:20 EST", "ExecMainExitTimestampMonotonic": "348210886", "ExecMainPID": "16731", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:17:01 EST] ; stop_time=[Sat 2024-12-21 02:17:20 EST] ; pid=16731 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:17:01 EST] ; stop_time=[Sat 2024-12-21 02:17:01 EST] ; pid=16722 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22406", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "system.slice remote-fs.target network-online.target systemd-journald.socket network.target basic.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-21 02:17:20 EST", "StateChangeTimestampMonotonic": "348211354", "InactiveExitTimestamp": "Sat 2024-12-21 02:17:01 EST", "InactiveExitTimestampMonotonic": "329656480", "ActiveEnterTimestamp": "Sat 2024-12-21 02:17:20 EST", "ActiveEnterTimestampMonotonic": "348211354", "ActiveExitTimestamp": "Sat 2024-12-21 02:17:01 EST", "ActiveExitTimestampMonotonic": "329632818", "InactiveEnterTimestamp": "Sat 2024-12-21 02:17:01 EST", "InactiveEnterTimestampMonotonic": "329654860", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:17:01 EST", "ConditionTimestampMonotonic": "329655620", "AssertTimestamp": "Sat 2024-12-21 02:17:01 EST", "AssertTimestampMonotonic": "329655644", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "cf902a51be6840f2bb22ac98d390832c", "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.10.146 closed.\r\n') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:45 EST", "ExecMainStartTimestampMonotonic": "260201743", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:03 EST", "ExecMainExitTimestampMonotonic": "278820260", "ExecMainPID": "16708", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:45 EST] ; stop_time=[Sat 2024-12-21 02:17:03 EST] ; pid=16708 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:45 EST] ; stop_time=[Sat 2024-12-21 02:16:45 EST] ; pid=16699 ; 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-online.target network.target basic.target systemd-journald.socket system.slice", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-21 02:17:03 EST", "StateChangeTimestampMonotonic": "278820682", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:45 EST", "InactiveExitTimestampMonotonic": "260201776", "ActiveEnterTimestamp": "Sat 2024-12-21 02:17:03 EST", "ActiveEnterTimestampMonotonic": "278820682", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:45 EST", "ActiveExitTimestampMonotonic": "260177943", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:45 EST", "InactiveEnterTimestampMonotonic": "260200111", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:45 EST", "ConditionTimestampMonotonic": "260200872", "AssertTimestamp": "Sat 2024-12-21 02:16:45 EST", "AssertTimestampMonotonic": "260200895", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "a418cac8dc74446c96f0b667b5c11d54", "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.40.255 closed.\r\n') <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765456.253248-11422-161942430329775/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:57 EST", "ExecMainStartTimestampMonotonic": "321565143", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:16 EST", "ExecMainExitTimestampMonotonic": "340383811", "ExecMainPID": "20391", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:57 EST] ; stop_time=[Sat 2024-12-21 02:17:16 EST] ; pid=20391 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:57 EST] ; stop_time=[Sat 2024-12-21 02:16:57 EST] ; pid=20382 ; 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 systemd-journald.socket network.target system.slice network-online.target basic.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-21 02:17:16 EST", "StateChangeTimestampMonotonic": "340384807", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:57 EST", "InactiveExitTimestampMonotonic": "321565177", "ActiveEnterTimestamp": "Sat 2024-12-21 02:17:16 EST", "ActiveEnterTimestampMonotonic": "340384807", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:57 EST", "ActiveExitTimestampMonotonic": "321542160", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:57 EST", "InactiveEnterTimestampMonotonic": "321563155", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:57 EST", "ConditionTimestampMonotonic": "321564132", "AssertTimestamp": "Sat 2024-12-21 02:16:57 EST", "AssertTimestampMonotonic": "321564156", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "02d91483e62a446a87b4439725f38fff", "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.13 closed.\r\n') <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765456.241537-11419-235296721110194/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765456.244774-11420-228379950614423/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') <10.31.40.255> (0, b'', b'') <10.31.9.13> (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-12-21 02:17:20 EST", "ActiveEnterTimestampMonotonic": "348211354", "ActiveExitTimestamp": "Sat 2024-12-21 02:17:01 EST", "ActiveExitTimestampMonotonic": "329632818", "ActiveState": "active", "After": "system.slice remote-fs.target network-online.target systemd-journald.socket network.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-21 02:17:01 EST", "AssertTimestampMonotonic": "329655644", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:17:01 EST", "ConditionTimestampMonotonic": "329655620", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:20 EST", "ExecMainExitTimestampMonotonic": "348210886", "ExecMainPID": "16731", "ExecMainStartTimestamp": "Sat 2024-12-21 02:17:01 EST", "ExecMainStartTimestampMonotonic": "329656449", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:17:01 EST] ; stop_time=[Sat 2024-12-21 02:17:20 EST] ; pid=16731 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:17:01 EST] ; stop_time=[Sat 2024-12-21 02:17:01 EST] ; pid=16722 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-12-21 02:17:01 EST", "InactiveEnterTimestampMonotonic": "329654860", "InactiveExitTimestamp": "Sat 2024-12-21 02:17:01 EST", "InactiveExitTimestampMonotonic": "329656480", "InvocationID": "cf902a51be6840f2bb22ac98d390832c", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-12-21 02:17:20 EST", "StateChangeTimestampMonotonic": "348211354", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } ok: [managed-node1] => { "changed": false, "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-12-21 02:17:03 EST", "ActiveEnterTimestampMonotonic": "278820682", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:45 EST", "ActiveExitTimestampMonotonic": "260177943", "ActiveState": "active", "After": "remote-fs.target network-online.target network.target basic.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-21 02:16:45 EST", "AssertTimestampMonotonic": "260200895", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:45 EST", "ConditionTimestampMonotonic": "260200872", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:03 EST", "ExecMainExitTimestampMonotonic": "278820260", "ExecMainPID": "16708", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:45 EST", "ExecMainStartTimestampMonotonic": "260201743", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:45 EST] ; stop_time=[Sat 2024-12-21 02:17:03 EST] ; pid=16708 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:45 EST] ; stop_time=[Sat 2024-12-21 02:16:45 EST] ; pid=16699 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:45 EST", "InactiveEnterTimestampMonotonic": "260200111", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:45 EST", "InactiveExitTimestampMonotonic": "260201776", "InvocationID": "a418cac8dc74446c96f0b667b5c11d54", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-12-21 02:17:03 EST", "StateChangeTimestampMonotonic": "278820682", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": "started", "user": null } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-12-21 02:17:16 EST", "ActiveEnterTimestampMonotonic": "340384807", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:57 EST", "ActiveExitTimestampMonotonic": "321542160", "ActiveState": "active", "After": "remote-fs.target systemd-journald.socket network.target system.slice network-online.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-21 02:16:57 EST", "AssertTimestampMonotonic": "321564156", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:57 EST", "ConditionTimestampMonotonic": "321564132", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:16 EST", "ExecMainExitTimestampMonotonic": "340383811", "ExecMainPID": "20391", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:57 EST", "ExecMainStartTimestampMonotonic": "321565143", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:57 EST] ; stop_time=[Sat 2024-12-21 02:17:16 EST] ; pid=20391 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:57 EST] ; stop_time=[Sat 2024-12-21 02:16:57 EST] ; pid=20382 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:57 EST", "InactiveEnterTimestampMonotonic": "321563155", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:57 EST", "InactiveExitTimestampMonotonic": "321565177", "InvocationID": "02d91483e62a446a87b4439725f38fff", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-12-21 02:17:16 EST", "StateChangeTimestampMonotonic": "340384807", "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-dKb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 21 December 2024 02:17:36 -0500 (0:00:00.545) 0:00:15.123 ***** <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.255> (0, b'/root\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765456.7862816-11449-117482853799827 `" && echo ansible-tmp-1734765456.7862816-11449-117482853799827="` echo /root/.ansible/tmp/ansible-tmp-1734765456.7862816-11449-117482853799827 `" ) && sleep 0'"'"'' <10.31.9.13> (0, b'/root\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765456.7944567-11451-92473019206785 `" && echo ansible-tmp-1734765456.7944567-11451-92473019206785="` echo /root/.ansible/tmp/ansible-tmp-1734765456.7944567-11451-92473019206785 `" ) && sleep 0'"'"'' <10.31.10.146> (0, b'/root\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765456.8063068-11452-132338842274948 `" && echo ansible-tmp-1734765456.8063068-11452-132338842274948="` echo /root/.ansible/tmp/ansible-tmp-1734765456.8063068-11452-132338842274948 `" ) && sleep 0'"'"'' <10.31.40.255> (0, b'ansible-tmp-1734765456.7862816-11449-117482853799827=/root/.ansible/tmp/ansible-tmp-1734765456.7862816-11449-117482853799827\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.40.255> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmppx9bs90u TO /root/.ansible/tmp/ansible-tmp-1734765456.7862816-11449-117482853799827/AnsiballZ_file.py <10.31.40.255> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6e3f6b327d '[10.31.40.255]' <10.31.9.13> (0, b'ansible-tmp-1734765456.7944567-11451-92473019206785=/root/.ansible/tmp/ansible-tmp-1734765456.7944567-11451-92473019206785\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.9.13> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpixthbmfs TO /root/.ansible/tmp/ansible-tmp-1734765456.7944567-11451-92473019206785/AnsiballZ_file.py <10.31.9.13> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f6538707e5 '[10.31.9.13]' <10.31.10.146> (0, b'ansible-tmp-1734765456.8063068-11452-132338842274948=/root/.ansible/tmp/ansible-tmp-1734765456.8063068-11452-132338842274948\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.10.146> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp49d5e9i9 TO /root/.ansible/tmp/ansible-tmp-1734765456.8063068-11452-132338842274948/AnsiballZ_file.py <10.31.10.146> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/da4c9ade83 '[10.31.10.146]' <10.31.40.255> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmppx9bs90u /root/.ansible/tmp/ansible-tmp-1734765456.7862816-11449-117482853799827/AnsiballZ_file.py\n', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765456.7862816-11449-117482853799827/ /root/.ansible/tmp/ansible-tmp-1734765456.7862816-11449-117482853799827/AnsiballZ_file.py && sleep 0'"'"'' <10.31.9.13> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpixthbmfs /root/.ansible/tmp/ansible-tmp-1734765456.7944567-11451-92473019206785/AnsiballZ_file.py\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765456.7944567-11451-92473019206785/ /root/.ansible/tmp/ansible-tmp-1734765456.7944567-11451-92473019206785/AnsiballZ_file.py && sleep 0'"'"'' <10.31.10.146> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmp49d5e9i9 /root/.ansible/tmp/ansible-tmp-1734765456.8063068-11452-132338842274948/AnsiballZ_file.py\n', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765456.8063068-11452-132338842274948/ /root/.ansible/tmp/ansible-tmp-1734765456.8063068-11452-132338842274948/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.255> (0, b'', b'') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d -tt 10.31.40.255 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765456.7862816-11449-117482853799827/AnsiballZ_file.py && sleep 0'"'"'' <10.31.10.146> (0, b'', b'') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 -tt 10.31.10.146 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765456.8063068-11452-132338842274948/AnsiballZ_file.py && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 -tt 10.31.9.13 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765456.7944567-11451-92473019206785/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.255> (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.40.255 closed.\r\n') <10.31.40.255> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.255> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6e3f6b327d 10.31.40.255 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765456.7862816-11449-117482853799827/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.146> (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.10.146 closed.\r\n') <10.31.10.146> ESTABLISH SSH CONNECTION FOR USER: None <10.31.10.146> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/da4c9ade83 10.31.10.146 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765456.8063068-11452-132338842274948/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.13> (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.13 closed.\r\n') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765456.7944567-11451-92473019206785/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.255> (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.10.146> (0, b'', b'') <10.31.9.13> (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 } 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" } RUNNING HANDLER [fedora.linux_system_roles.kdump : Restart kdump] ************** task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 21 December 2024 02:17:37 -0500 (0:00:00.389) 0:00:15.513 ***** <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.13> (0, b'/root\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734765457.1631553-11476-191062959382098 `" && echo ansible-tmp-1734765457.1631553-11476-191062959382098="` echo /root/.ansible/tmp/ansible-tmp-1734765457.1631553-11476-191062959382098 `" ) && sleep 0'"'"'' <10.31.9.13> (0, b'ansible-tmp-1734765457.1631553-11476-191062959382098=/root/.ansible/tmp/ansible-tmp-1734765457.1631553-11476-191062959382098\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.9.13> PUT /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpamfvhnoi TO /root/.ansible/tmp/ansible-tmp-1734765457.1631553-11476-191062959382098/AnsiballZ_systemd.py <10.31.9.13> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/f6538707e5 '[10.31.9.13]' <10.31.9.13> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10521o53_7dx4/tmpamfvhnoi /root/.ansible/tmp/ansible-tmp-1734765457.1631553-11476-191062959382098/AnsiballZ_systemd.py\n', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734765457.1631553-11476-191062959382098/ /root/.ansible/tmp/ansible-tmp-1734765457.1631553-11476-191062959382098/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.9.13> (0, b'', b'') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 -tt 10.31.9.13 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734765457.1631553-11476-191062959382098/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.9.13> (0, b'\r\n{"name": "kdump", "changed": true, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:57 EST", "ExecMainStartTimestampMonotonic": "321565143", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:16 EST", "ExecMainExitTimestampMonotonic": "340383811", "ExecMainPID": "20391", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:57 EST] ; stop_time=[Sat 2024-12-21 02:17:16 EST] ; pid=20391 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:57 EST] ; stop_time=[Sat 2024-12-21 02:16:57 EST] ; pid=20382 ; 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 systemd-journald.socket network.target system.slice network-online.target basic.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-21 02:17:16 EST", "StateChangeTimestampMonotonic": "340384807", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:57 EST", "InactiveExitTimestampMonotonic": "321565177", "ActiveEnterTimestamp": "Sat 2024-12-21 02:17:16 EST", "ActiveEnterTimestampMonotonic": "340384807", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:57 EST", "ActiveExitTimestampMonotonic": "321542160", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:57 EST", "InactiveEnterTimestampMonotonic": "321563155", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:57 EST", "ConditionTimestampMonotonic": "321564132", "AssertTimestamp": "Sat 2024-12-21 02:16:57 EST", "AssertTimestampMonotonic": "321564156", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "02d91483e62a446a87b4439725f38fff", "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.13 closed.\r\n') <10.31.9.13> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.13> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/f6538707e5 10.31.9.13 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734765457.1631553-11476-191062959382098/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.13> (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-12-21 02:17:16 EST", "ActiveEnterTimestampMonotonic": "340384807", "ActiveExitTimestamp": "Sat 2024-12-21 02:16:57 EST", "ActiveExitTimestampMonotonic": "321542160", "ActiveState": "active", "After": "remote-fs.target systemd-journald.socket network.target system.slice network-online.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-21 02:16:57 EST", "AssertTimestampMonotonic": "321564156", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-12-21 02:16:57 EST", "ConditionTimestampMonotonic": "321564132", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-12-21 02:17:16 EST", "ExecMainExitTimestampMonotonic": "340383811", "ExecMainPID": "20391", "ExecMainStartTimestamp": "Sat 2024-12-21 02:16:57 EST", "ExecMainStartTimestampMonotonic": "321565143", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:57 EST] ; stop_time=[Sat 2024-12-21 02:17:16 EST] ; pid=20391 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-21 02:16:57 EST] ; stop_time=[Sat 2024-12-21 02:16:57 EST] ; pid=20382 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-12-21 02:16:57 EST", "InactiveEnterTimestampMonotonic": "321563155", "InactiveExitTimestamp": "Sat 2024-12-21 02:16:57 EST", "InactiveExitTimestampMonotonic": "321565177", "InvocationID": "02d91483e62a446a87b4439725f38fff", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-12-21 02:17:16 EST", "StateChangeTimestampMonotonic": "340384807", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node1 : ok=23 changed=1 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 managed-node2 : ok=24 changed=3 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 managed-node3 : ok=23 changed=1 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 Saturday 21 December 2024 02:17:37 -0500 (0:00:00.458) 0:00:15.971 ***** =============================================================================== fedora.linux_system_roles.kdump : Install required packages ------------- 4.51s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.21s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gather facts from managed-node1 ----------------------------------------- 0.79s /tmp/collections-dKb/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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.74s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.62s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.59s /tmp/collections-dKb/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.58s /tmp/collections-dKb/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-dKb/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-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.53s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.50s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Restart kdump ------------------------- 0.46s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.46s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.41s /tmp/collections-dKb/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.40s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists --- 0.39s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Cleanup kdump_path ------------------------------------------------------ 0.39s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel --- 0.38s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 fedora.linux_system_roles.kdump : Fetch the servers public key ---------- 0.38s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 STDERR: [WARNING]: running playbook inside collection fedora.linux_system_roles TASK [Remove the temporary file] *********************************************** task path: /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:40 Saturday 21 December 2024 02:17:37 -0500 (0:00:16.844) 0:00:50.201 ***** changed: [managed-node3 -> localhost] => { "changed": true, "path": "/tmp/ansible.7lkz5g6j.inventory.yaml", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node3 : ok=30 changed=8 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 Saturday 21 December 2024 02:17:37 -0500 (0:00:00.218) 0:00:50.420 ***** =============================================================================== fedora.linux_system_roles.kdump : Restart kdump ------------------------ 19.05s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Run ansible-playbook with tests_ssh.yml in check mode ------------------ 16.84s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 fedora.linux_system_roles.kdump : Install required packages ------------- 2.92s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 0.86s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.79s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Create static inventory from hostvars ----------------------------------- 0.74s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.69s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.68s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Gathering Facts --------------------------------------------------------- 0.60s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gathering Facts --------------------------------------------------------- 0.59s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Gather facts from managed-node3 ----------------------------------------- 0.59s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.55s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.46s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.45s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.45s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.45s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.45s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.37s /tmp/collections-dKb/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.35s /tmp/collections-dKb/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.34s /tmp/collections-dKb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21