ansible-playbook [core 2.16.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-YoW executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_ssh_wrapper.yml ************************************************ 3 plays in /tmp/collections-YoW/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-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Saturday 14 December 2024 02:22:38 -0500 (0:00:00.007) 0:00:00.007 ***** ok: [managed-node3] TASK [Create temporary file] *************************************************** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7 Saturday 14 December 2024 02:22:39 -0500 (0:00:01.038) 0:00:01.046 ***** changed: [managed-node3 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.yipk0k81.inventory.yaml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Create static inventory from hostvars] *********************************** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 Saturday 14 December 2024 02:22:39 -0500 (0:00:00.323) 0:00:01.369 ***** changed: [managed-node3 -> localhost] => { "changed": true, "checksum": "20dd2dad01644b85041ac5a635c4e9fbb082a6c7", "dest": "/tmp/ansible.yipk0k81.inventory.yaml", "gid": 0, "group": "root", "md5sum": "2605aeb9221f85cdd4a745df56fb0fc7", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 33793, "src": "/root/.ansible/tmp/ansible-tmp-1734160959.584174-9897-59891893714684/source", "state": "file", "uid": 0 } PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 14 December 2024 02:22:40 -0500 (0:00:00.777) 0:00:02.147 ***** ok: [managed-node3] TASK [Gather facts from managed-node3] ***************************************** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 14 December 2024 02:22:41 -0500 (0:00:00.731) 0:00:02.878 ***** ok: [managed-node3] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 14 December 2024 02:22:41 -0500 (0:00:00.764) 0:00:03.643 ***** skipping: [managed-node3] => { "false_condition": "ansible_distribution_major_version == '6'" } TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 14 December 2024 02:22:41 -0500 (0:00:00.014) 0:00:03.658 ***** META: end_host conditional evaluated to False, continuing execution for managed-node3 skipping: [managed-node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node3" } MSG: end_host conditional evaluated to false, continuing execution for managed-node3 TASK [Run the role. If reboot is not required - the play succeeds.] ************ task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 14 December 2024 02:22:41 -0500 (0:00:00.009) 0:00:03.667 ***** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 14 December 2024 02:22:41 -0500 (0:00:00.037) 0:00:03.705 ***** included: /tmp/collections-YoW/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-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 14 December 2024 02:22:41 -0500 (0:00:00.033) 0:00:03.739 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 14 December 2024 02:22:41 -0500 (0:00:00.037) 0:00:03.776 ***** 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-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 14 December 2024 02:22:42 -0500 (0:00:00.346) 0:00:04.123 ***** 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-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 14 December 2024 02:22:42 -0500 (0:00:00.023) 0:00:04.146 ***** skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 14 December 2024 02:22:42 -0500 (0:00:00.034) 0:00:04.181 ***** 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-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 14 December 2024 02:22:45 -0500 (0:00:03.031) 0:00:07.212 ***** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-12-14 02:22:19 EST", "ActiveEnterTimestampMonotonic": "544133943", "ActiveExitTimestamp": "Sat 2024-12-14 02:22:04 EST", "ActiveExitTimestampMonotonic": "529502923", "ActiveState": "active", "After": "basic.target network.target remote-fs.target system.slice network-online.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-14 02:22:04 EST", "AssertTimestampMonotonic": "529527246", "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-14 02:22:04 EST", "ConditionTimestampMonotonic": "529527200", "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-14 02:22:19 EST", "ExecMainExitTimestampMonotonic": "544133422", "ExecMainPID": "8436", "ExecMainStartTimestamp": "Sat 2024-12-14 02:22:04 EST", "ExecMainStartTimestampMonotonic": "529528081", "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-14 02:22:04 EST] ; stop_time=[Sat 2024-12-14 02:22:19 EST] ; pid=8436 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:22:04 EST] ; stop_time=[Sat 2024-12-14 02:22:04 EST] ; pid=8427 ; 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-14 02:22:04 EST", "InactiveEnterTimestampMonotonic": "529526376", "InactiveExitTimestamp": "Sat 2024-12-14 02:22:04 EST", "InactiveExitTimestampMonotonic": "529528115", "InvocationID": "8938dd0643e246f0ad4a9c30255f5be0", "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-14 02:22:19 EST", "StateChangeTimestampMonotonic": "544133943", "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-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 14 December 2024 02:22:46 -0500 (0:00:00.726) 0:00:07.938 ***** included: /tmp/collections-YoW/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-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 14 December 2024 02:22:46 -0500 (0:00:00.064) 0:00:08.002 ***** changed: [managed-node3] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": "0:00:00.248108", "end": "2024-12-14 02:22:46.822484", "rc": 0, "start": "2024-12-14 02:22:46.574376" } 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:x1Q/DNaZ4iIwz7ijMdQWXCfZjmpU/dF2jGOYI6JsetE root@managed-node3 The key's randomart image is: +---[RSA 3072]----+ | . .o+. += = | | = +o+o*+X o| | o @ +.+ *+o | | . X Eoo o . | | . = +S.o. | | + * . | | * . | | . | | | +----[SHA256]-----+ TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 14 December 2024 02:22:46 -0500 (0:00:00.670) 0:00:08.673 ***** ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDMzE5N3l0NXo1YmQ4aU03VnJWdncrZjBEVVBqTHlKYXQyTnBjaTBnSHFKay9qa2NpUDRzZXV6L2QxZkhUN2s1ZFNNYlU2R0FqY0x2emRDeW9oK05xQmIrd0dKV3hOVjRzVCtRQWRORjBTam1ibXVMR0ZxNS9HUTBWNWpqYlVjaStXWkQ0UldSbDdkSXFLNUwxVm1zSTQzdlBuRmNkSTJWYUFJNXgwTGcwamNkNkVRajJWSDk2eEZ5VWdmaW11VmdEdWtnenhGSmowSG9wWW1KNTVzTG16R0NRRHpKeFZpZlV2YmZIcGhtVHRwT3N5OGQ3blRsb2VVbHg0TUxlVm9wTXo0U3BYNHcyU3k0ZFkxRlJiMkdDZW4xVy9abnpGOTB0SlFCWmh1c3VFVVNSYTZaalpQSVg2ZXA3UG1Ba1Z4eXZnMThYbkMvdlJIamN5OTdIajFiNWR0Z290YWthNmNiQTFKcGJkSTRIZmg4NDhIUGFZbVJ0N3doMUhCbGFQOXRSKzZCeWVsNGxoaFB3ekhYUWpHT0ZRVkpETjJjUUtVTVprUW56MytPSUg4UWJiTWhRSnZYdDdYZmcrQmNkNzczdkx2T3lMeU5PV3BWQ3dMdTN5elVuZ2pOM0labG9DQ0ZHbG85SU9Bb3NObEROYmw2Z0o4M1FnMUJQUHoyUTNPRXM9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "encoding": "base64", "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 14 December 2024 02:22:47 -0500 (0:00:00.417) 0:00:09.090 ***** ok: [managed-node3] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] **** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 14 December 2024 02:22:47 -0500 (0:00:00.531) 0:00:09.622 ***** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1734160410.7524185, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1734160966.8213794, "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": 1734160966.8213794, "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-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 14 December 2024 02:22:48 -0500 (0:00:00.334) 0:00:09.956 ***** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1734160642.8481014, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1734160410.7513354, "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": 1734160410.7513354, "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-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 14 December 2024 02:22:48 -0500 (0:00:00.336) 0:00:10.292 ***** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 14 December 2024 02:22:48 -0500 (0:00:00.477) 0:00:10.769 ***** changed: [managed-node3] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 14 December 2024 02:22:49 -0500 (0:00:00.475) 0:00:11.245 ***** ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEQW84Yk9jRnVFYUZFTzczdDgyRWlNWHVyQS83MHJCYUdqQWxlTjRCY25vM0RleWE0OUVMV0Yyd2VkZmZxMi8yZldvY1FZTzk0Nm9hZnNyWjZKb3JEbXpnN3N2WTRpZjlyODNGZXN2dUdMcC9XZlVRZXRtcE16RFBIc0dadEEwM2w1Smw1WkRhL2M5MmM3c1ZPV29TbU1lRkZRZ0txNU5DTlRDSUJTbjZ0bkNsNzc5U041SkswTTNCK1o5cGxCekRINkFqbmZrdy9aOXJ4eGJQazVJUlNqOXpBNEd5TW11a3F5Y0p0SFNuUGRBb3dKVGc3cEZkQUxGODNqS0tDejJoQ2l1WWZGTUJYbDcxeSt0OWh2TFQ3NUd4NHNaVzRMUlNJVWVXV3R1cWdvSWc4TjNJVVErVGpCei9aMmpicVJkK05JdldyOEdNcWE5WXRTaG1JdUpJMWJnTEc4ZzZldERJY1Jlc3o4SVAyWmRheEZFeHhoVnpPM0R2TEVleTg0Qm96WlQvallJTjE3YlZ5S1dyenNHOVhNTVpybUlKa3NucjJkOThwZUVjdGJBYWhVRDRtbzhIaUlrdHErcGtaa1VZTGlpQzdMUkxZNElRNVdjdm5LdXNGNFplMWhMSC9FUDBtTUFvYXB4d1ducWVlc3E0aFBqWm9FZkxRMFJCcXBYSXM9IHJvb3RAaXAtMTAtMzEtMTEtMTM5LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 14 December 2024 02:22:49 -0500 (0:00:00.325) 0:00:11.571 ***** changed: [managed-node3] => { "changed": true, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.11.139 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAo8bOcFuEaFEO73t82EiMXurA/70rBaGjAleN4Bcno3Deya49ELWF2wedffq2/2fWocQYO946oafsrZ6JorDmzg7svY4if9r83FesvuGLp/WfUQetmpMzDPHsGZtA03l5Jl5ZDa/c92c7sVOWoSmMeFFQgKq5NCNTCIBSn6tnCl779SN5JK0M3B+Z9plBzDH6Ajnfkw/Z9rxxbPk5IRSj9zA4GyMmukqycJtHSnPdAowJTg7pFdALF83jKKCz2hCiuYfFMBXl71y+t9hvLT75Gx4sZW4LRSIUeWWtuqgoIg8N3IUQ+TjBz/Z2jbqRd+NIvWr8GMqa9YtShmIuJI1bgLG8g6etDIcResz8IP2ZdaxFExxhVzO3DvLEey84BozZT/jYIN17bVyKWrzsG9XMMZrmIJksnr2d98peEctbAahUD4mo8HiIktq+pkZkUYLiiC7LRLY4IQ5WcvnKusF4Ze1hLH/EP0mMAoapxwWnqeesq4hPjZoEfLQ0RBqpXIs= root@ip-10-31-11-139.us-east-1.aws.redhat.com\n", "mode": "0644", "name": "10.31.11.139", "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-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 14 December 2024 02:22:50 -0500 (0:00:00.489) 0:00:12.061 ***** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1734160924.5291634, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5eea1b4829897f2843bafdff6b482ed722029483", "ctime": 1734160922.8491545, "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": 1734160922.5941532, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 77, "uid": 0, "version": "3936147928", "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-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 14 December 2024 02:22:50 -0500 (0:00:00.330) 0:00:12.391 ***** Notification for handler Restart kdump has been saved. changed: [managed-node3] => { "backup_file": "/etc/kdump.conf.16241.2024-12-14@02:22:51~", "changed": true, "checksum": "53a996b51211d2cb5dbec1e28cdabdd74acd5b12", "dest": "/etc/kdump.conf", "gid": 0, "group": "root", "md5sum": "8a89960bfdad5e6422d97526a4767118", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1734160970.6455157-10206-127500485180011/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 14 December 2024 02:22:51 -0500 (0:00:00.685) 0:00:13.077 ***** 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-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 14 December 2024 02:22:51 -0500 (0:00:00.321) 0:00:13.398 ***** 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-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 14 December 2024 02:22:51 -0500 (0:00:00.036) 0:00:13.435 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] *** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 14 December 2024 02:22:51 -0500 (0:00:00.034) 0:00:13.469 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false] *** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 14 December 2024 02:22:51 -0500 (0:00:00.033) 0:00:13.503 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Reboot the managed node] *************** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 14 December 2024 02:22:51 -0500 (0:00:00.035) 0:00:13.538 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag] *** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 14 December 2024 02:22:51 -0500 (0:00:00.031) 0:00:13.570 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] ********** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 14 December 2024 02:22:51 -0500 (0:00:00.031) 0:00:13.601 ***** ok: [managed-node3] => { "changed": false, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-12-14 02:22:19 EST", "ActiveEnterTimestampMonotonic": "544133943", "ActiveExitTimestamp": "Sat 2024-12-14 02:22:04 EST", "ActiveExitTimestampMonotonic": "529502923", "ActiveState": "active", "After": "basic.target network.target remote-fs.target system.slice network-online.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-14 02:22:04 EST", "AssertTimestampMonotonic": "529527246", "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-14 02:22:04 EST", "ConditionTimestampMonotonic": "529527200", "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-14 02:22:19 EST", "ExecMainExitTimestampMonotonic": "544133422", "ExecMainPID": "8436", "ExecMainStartTimestamp": "Sat 2024-12-14 02:22:04 EST", "ExecMainStartTimestampMonotonic": "529528081", "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-14 02:22:04 EST] ; stop_time=[Sat 2024-12-14 02:22:19 EST] ; pid=8436 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:22:04 EST] ; stop_time=[Sat 2024-12-14 02:22:04 EST] ; pid=8427 ; 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-14 02:22:04 EST", "InactiveEnterTimestampMonotonic": "529526376", "InactiveExitTimestamp": "Sat 2024-12-14 02:22:04 EST", "InactiveExitTimestampMonotonic": "529528115", "InvocationID": "8938dd0643e246f0ad4a9c30255f5be0", "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-14 02:22:19 EST", "StateChangeTimestampMonotonic": "544133943", "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-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 14 December 2024 02:22:52 -0500 (0:00:00.461) 0:00:14.063 ***** ok: [managed-node3] => { "changed": false, "path": "/tmp/tests_ssh", "state": "absent" } NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed-node3 RUNNING HANDLER [fedora.linux_system_roles.kdump : Restart kdump] ************** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 14 December 2024 02:22:52 -0500 (0:00:00.334) 0:00:14.398 ***** changed: [managed-node3] => { "changed": true, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-12-14 02:22:19 EST", "ActiveEnterTimestampMonotonic": "544133943", "ActiveExitTimestamp": "Sat 2024-12-14 02:22:04 EST", "ActiveExitTimestampMonotonic": "529502923", "ActiveState": "active", "After": "basic.target network.target remote-fs.target system.slice network-online.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-14 02:22:04 EST", "AssertTimestampMonotonic": "529527246", "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-14 02:22:04 EST", "ConditionTimestampMonotonic": "529527200", "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-14 02:22:19 EST", "ExecMainExitTimestampMonotonic": "544133422", "ExecMainPID": "8436", "ExecMainStartTimestamp": "Sat 2024-12-14 02:22:04 EST", "ExecMainStartTimestampMonotonic": "529528081", "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-14 02:22:04 EST] ; stop_time=[Sat 2024-12-14 02:22:19 EST] ; pid=8436 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:22:04 EST] ; stop_time=[Sat 2024-12-14 02:22:04 EST] ; pid=8427 ; 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-14 02:22:04 EST", "InactiveEnterTimestampMonotonic": "529526376", "InactiveExitTimestamp": "Sat 2024-12-14 02:22:04 EST", "InactiveExitTimestampMonotonic": "529528115", "InvocationID": "8938dd0643e246f0ad4a9c30255f5be0", "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-14 02:22:19 EST", "StateChangeTimestampMonotonic": "544133943", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } PLAY [Run tests_ssh.yml in check_mode] ***************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Saturday 14 December 2024 02:23:11 -0500 (0:00:19.087) 0:00:33.485 ***** ok: [managed-node3] TASK [Run ansible-playbook with tests_ssh.yml in check mode] ******************* task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 Saturday 14 December 2024 02:23:12 -0500 (0:00:00.746) 0:00:34.232 ***** fatal: [managed-node3 -> localhost]: FAILED! => { "changed": false, "cmd": [ "ansible-playbook", "-vvv", "-i", "/tmp/ansible.yipk0k81.inventory.yaml", "--check", "tests_ssh.yml" ], "delta": "0:00:16.455091", "end": "2024-12-14 02:23:29.069923", "rc": 2, "start": "2024-12-14 02:23:12.614832" } STDOUT: ansible-playbook [core 2.16.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-YoW executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults host_list declined parsing /tmp/ansible.yipk0k81.inventory.yaml as it did not pass its verify_file() method script declined parsing /tmp/ansible.yipk0k81.inventory.yaml as it did not pass its verify_file() method Parsed /tmp/ansible.yipk0k81.inventory.yaml inventory source with yaml plugin running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_ssh.yml ******************************************************** 1 plays in tests_ssh.yml PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 14 December 2024 02:23:13 -0500 (0:00:00.009) 0:00:00.009 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160993.1866527-10631-57026129714217 `" && echo ansible-tmp-1734160993.1866527-10631-57026129714217="` echo /root/.ansible/tmp/ansible-tmp-1734160993.1866527-10631-57026129714217 `" ) && sleep 0' <10.31.11.139> (0, b'/root\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160993.2141623-10635-120099192135180 `" && echo ansible-tmp-1734160993.2141623-10635-120099192135180="` echo /root/.ansible/tmp/ansible-tmp-1734160993.2141623-10635-120099192135180 `" ) && sleep 0'"'"'' <10.31.46.125> (0, b'/root\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160993.218383-10632-236520929234022 `" && echo ansible-tmp-1734160993.218383-10632-236520929234022="` echo /root/.ansible/tmp/ansible-tmp-1734160993.218383-10632-236520929234022 `" ) && sleep 0'"'"'' <10.31.45.33> (0, b'/root\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160993.2342155-10634-134952012972045 `" && echo ansible-tmp-1734160993.2342155-10634-134952012972045="` echo /root/.ansible/tmp/ansible-tmp-1734160993.2342155-10634-134952012972045 `" ) && sleep 0'"'"'' <10.31.46.125> (0, b'ansible-tmp-1734160993.218383-10632-236520929234022=/root/.ansible/tmp/ansible-tmp-1734160993.218383-10632-236520929234022\n', b'') <10.31.11.139> (0, b'ansible-tmp-1734160993.2141623-10635-120099192135180=/root/.ansible/tmp/ansible-tmp-1734160993.2141623-10635-120099192135180\n', b'') <10.31.45.33> (0, b'ansible-tmp-1734160993.2342155-10634-134952012972045=/root/.ansible/tmp/ansible-tmp-1734160993.2342155-10634-134952012972045\n', b'') Attempting python interpreter discovery <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'python3.12'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.11'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.10'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.9'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.8'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py Attempting python interpreter discovery <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'python3.12'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.11'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.10'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.9'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.8'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' Attempting python interpreter discovery <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'python3.12'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.11'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.10'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.9'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.8'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpf5ex6rva TO /root/.ansible/tmp/ansible-tmp-1734160993.1866527-10631-57026129714217/AnsiballZ_setup.py EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160993.1866527-10631-57026129714217/ /root/.ansible/tmp/ansible-tmp-1734160993.1866527-10631-57026129714217/AnsiballZ_setup.py && sleep 0' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1734160993.1866527-10631-57026129714217/AnsiballZ_setup.py && sleep 0' <10.31.45.33> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/bin/python3\n/usr/libexec/platform-python\nENDFOUND\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.46.125> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/bin/python3\n/usr/libexec/platform-python\nENDFOUND\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.11.139> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/bin/python3\n/usr/libexec/platform-python\nENDFOUND\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.11.139> (0, b'{"platform_dist_result": ["centos", "8", ""], "osrelease_content": "NAME=\\"CentOS Stream\\"\\nVERSION=\\"8\\"\\nID=\\"centos\\"\\nID_LIKE=\\"rhel fedora\\"\\nVERSION_ID=\\"8\\"\\nPLATFORM_ID=\\"platform:el8\\"\\nPRETTY_NAME=\\"CentOS Stream 8\\"\\nANSI_COLOR=\\"0;31\\"\\nCPE_NAME=\\"cpe:/o:centos:centos:8\\"\\nHOME_URL=\\"https://centos.org/\\"\\nBUG_REPORT_URL=\\"https://bugzilla.redhat.com/\\"\\nREDHAT_SUPPORT_PRODUCT=\\"Red Hat Enterprise Linux 8\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=\\"CentOS Stream\\"\\n"}\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.11.139> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp661yaqw9 TO /root/.ansible/tmp/ansible-tmp-1734160993.2141623-10635-120099192135180/AnsiballZ_setup.py <10.31.11.139> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/248269a8a4"' '[10.31.11.139]' <10.31.46.125> (0, b'{"platform_dist_result": ["centos", "8", ""], "osrelease_content": "NAME=\\"CentOS Stream\\"\\nVERSION=\\"8\\"\\nID=\\"centos\\"\\nID_LIKE=\\"rhel fedora\\"\\nVERSION_ID=\\"8\\"\\nPLATFORM_ID=\\"platform:el8\\"\\nPRETTY_NAME=\\"CentOS Stream 8\\"\\nANSI_COLOR=\\"0;31\\"\\nCPE_NAME=\\"cpe:/o:centos:centos:8\\"\\nHOME_URL=\\"https://centos.org/\\"\\nBUG_REPORT_URL=\\"https://bugzilla.redhat.com/\\"\\nREDHAT_SUPPORT_PRODUCT=\\"Red Hat Enterprise Linux 8\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=\\"CentOS Stream\\"\\n"}\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.46.125> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp_rye5toa TO /root/.ansible/tmp/ansible-tmp-1734160993.218383-10632-236520929234022/AnsiballZ_setup.py <10.31.46.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' '[10.31.46.125]' <10.31.45.33> (0, b'{"platform_dist_result": ["centos", "8", ""], "osrelease_content": "NAME=\\"CentOS Stream\\"\\nVERSION=\\"8\\"\\nID=\\"centos\\"\\nID_LIKE=\\"rhel fedora\\"\\nVERSION_ID=\\"8\\"\\nPLATFORM_ID=\\"platform:el8\\"\\nPRETTY_NAME=\\"CentOS Stream 8\\"\\nANSI_COLOR=\\"0;31\\"\\nCPE_NAME=\\"cpe:/o:centos:centos:8\\"\\nHOME_URL=\\"https://centos.org/\\"\\nBUG_REPORT_URL=\\"https://bugzilla.redhat.com/\\"\\nREDHAT_SUPPORT_PRODUCT=\\"Red Hat Enterprise Linux 8\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=\\"CentOS Stream\\"\\n"}\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.45.33> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp6gs4t0pe TO /root/.ansible/tmp/ansible-tmp-1734160993.2342155-10634-134952012972045/AnsiballZ_setup.py <10.31.45.33> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' '[10.31.45.33]' <10.31.11.139> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp661yaqw9 /root/.ansible/tmp/ansible-tmp-1734160993.2141623-10635-120099192135180/AnsiballZ_setup.py\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160993.2141623-10635-120099192135180/ /root/.ansible/tmp/ansible-tmp-1734160993.2141623-10635-120099192135180/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.46.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp_rye5toa /root/.ansible/tmp/ansible-tmp-1734160993.218383-10632-236520929234022/AnsiballZ_setup.py\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160993.218383-10632-236520929234022/ /root/.ansible/tmp/ansible-tmp-1734160993.218383-10632-236520929234022/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.45.33> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp6gs4t0pe /root/.ansible/tmp/ansible-tmp-1734160993.2342155-10634-134952012972045/AnsiballZ_setup.py\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160993.2342155-10634-134952012972045/ /root/.ansible/tmp/ansible-tmp-1734160993.2342155-10634-134952012972045/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' -tt 10.31.46.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160993.218383-10632-236520929234022/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' -tt 10.31.11.139 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160993.2141623-10635-120099192135180/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' -tt 10.31.45.33 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160993.2342155-10634-134952012972045/AnsiballZ_setup.py && sleep 0'"'"'' EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160993.1866527-10631-57026129714217/ > /dev/null 2>&1 && sleep 0' ok: [localhost] <10.31.11.139> (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": "c80ed09423b74265a31221f0fe06c4ef", "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_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_loadavg": {"1m": 1.65, "5m": 0.54, "15m": 0.21}, "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_apparmor": {"status": "disabled"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "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_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPNrp/vbCKgJLK1T2HXugqLfcD9Ib0WHSxXPBnID4mx7aSuP/bkmiVV/tHxwJMwH3bU38hyWmNfzDlRwkTTX+zbKVlljuOnO5eKW6PjMeg9eu/pW0UPFHSb18zv5jBHUt9RTJYglvflnPTr4Wq4cyfGwaRUBgkNET/q2RuaN5dfjAAAAFQCC5utPTbKCUHtuZLdQGHWGTjM/kQAAAIAIhoNsJ8deT4TD1b2D9E+WiJDA6NRJTDRUbIe1cZSPyEuRF177tShweWarTJs+aoMIwTGzYTgg8Pf0WJ1cF8yLLe+/mApxSilDdEEYVPiForL55PjQ6bHudh7jUW0sHwg8izOrNKAaz9YoSgNCHdQbYEL7dIRQhHNQw1YJm4Y9SAAAAIBHCAkfMVelurWrkYz8ZXoBBnCa3WJlBMD6aH5s8zlyeVYnOsvbaHJIasdTy8OAa+CbHuIm0dKfTPtQ1adPgaKa3tVSed985EDeYV3Fj7doleHUgE4FDU4v6IN1DOvaam8gI7R83ePyjVVWOeQJr19sciRW9/Se7DPM0fzsJktSlg==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDAo8bOcFuEaFEO73t82EiMXurA/70rBaGjAleN4Bcno3Deya49ELWF2wedffq2/2fWocQYO946oafsrZ6JorDmzg7svY4if9r83FesvuGLp/WfUQetmpMzDPHsGZtA03l5Jl5ZDa/c92c7sVOWoSmMeFFQgKq5NCNTCIBSn6tnCl779SN5JK0M3B+Z9plBzDH6Ajnfkw/Z9rxxbPk5IRSj9zA4GyMmukqycJtHSnPdAowJTg7pFdALF83jKKCz2hCiuYfFMBXl71y+t9hvLT75Gx4sZW4LRSIUeWWtuqgoIg8N3IUQ+TjBz/Z2jbqRd+NIvWr8GMqa9YtShmIuJI1bgLG8g6etDIcResz8IP2ZdaxFExxhVzO3DvLEey84BozZT/jYIN17bVyKWrzsG9XMMZrmIJksnr2d98peEctbAahUD4mo8HiIktq+pkZkUYLiiC7LRLY4IQ5WcvnKusF4Ze1hLH/EP0mMAoapxwWnqeesq4hPjZoEfLQ0RBqpXIs=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLQEENuOgCMyMsmL4Tfwn9hKqiSdDaf/1Bdt/r18MjVlqXvkt+1LJjee/1ofGw/i4XamS25Vt95TzZEYRfoV4wM=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJVJDfEVUVRWLSol3KgsXZH4SK5xn3n9ujHNu9EE/o0X", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_fips": false, "ansible_is_chroot": false, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2829, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 710, "free": 2829}, "nocache": {"free": 3337, "used": 202}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec23137b-0ab1-3d28-3c49-722f6c2dc3d8", "ansible_product_uuid": "ec23137b-0ab1-3d28-3c49-722f6c2dc3d8", "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": 599, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560130560, "block_size": 4096, "block_total": 65533179, "block_available": 64345735, "block_used": 1187444, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_hostnqn": "", "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "50", "day": "14", "hour": "02", "minute": "23", "second": "14", "epoch": "1734160994", "epoch_int": "1734160994", "date": "2024-12-14", "time": "02:23:14", "iso8601_micro": "2024-12-14T07:23:14.267672Z", "iso8601": "2024-12-14T07:23:14Z", "iso8601_basic": "20241214T022314267672", "iso8601_basic_short": "20241214T022314", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "12:2e:a4:e3:21:19", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.11.139", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22"}, "ipv6": [{"address": "fe80::102e:a4ff:fee3:2119", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.11.139", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22", "macaddress": "12:2e:a4:e3:21:19", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.11.139"], "ansible_all_ipv6_addresses": ["fe80::102e:a4ff:fee3:2119"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.11.139", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::102e:a4ff:fee3:2119"]}, "ansible_lsb": {}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.46.139 39960 10.31.11.139 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.46.139 39960 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_iscsi_iqn": "", "ansible_local": {}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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.11.139 closed.\r\n') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160993.2141623-10635-120099192135180/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.46.125> (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_local": {}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "50", "day": "14", "hour": "02", "minute": "23", "second": "14", "epoch": "1734160994", "epoch_int": "1734160994", "date": "2024-12-14", "time": "02:23:14", "iso8601_micro": "2024-12-14T07:23:14.045293Z", "iso8601": "2024-12-14T07:23:14Z", "iso8601_basic": "20241214T022314045293", "iso8601_basic_short": "20241214T022314", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_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": "76b7b429074f4d6e8dc9371e703be071", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2824, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 715, "free": 2824}, "nocache": {"free": 3332, "used": 207}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec277ca9-d027-2051-3f28-07a0a4436fad", "ansible_product_uuid": "ec277ca9-d027-2051-3f28-07a0a4436fad", "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": 605, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560151040, "block_size": 4096, "block_total": 65533179, "block_available": 64345740, "block_used": 1187439, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAMg2b9Lhy/AmFXCYo5Jh2+ODlKvfxb8ZDuxHQ2BzxBEMVmxFWgXW4WYQviIN4tH8aH4dpv/QIXyjnQpaY9rID0lnzgRLJ2HZ5m3ZbdHSxaGzymsG9T/ZCtu0GdBF3cuV8ciqDqaQyy04/Z1C8qjA4ksjUhkS12hXEajLiyjKwXDZAAAAFQDKGT7ztmcNfhisRxJzAeAmOhA2PQAAAIBgVoBA8GJaFIRM6yWQYwBITsa+XzxYF+PMpmajdPNAv8gzgpS2aCxS+MrlYrf4JOJrucDlQQAcTD+e3X4OH+MamGSOcS5Kzvs6EQrEzO2mC75dXu9L7XX/zhPrIBKr8Tkr8gziZ4HCdk4HLVPSBo+emUmziHMa7FgTK/lECJyk2gAAAIB+r3YBAJM+KmooTINrma3KvfRhmtAnM6J+VH3DbJR0M+Rfm7G8Vh9rUihnRtxSf/X66eH85U8v/OJkeMEbrNqWygm7dE9ClA2mYdr4TCFAHTvbzcBcomeS+vgRmZ5Qgr6TgYv5BeGQJuDDTHwj0PBk6Bn73Ta/NxvVKykz7JdBrg==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDtlqjS6yVQpK12N2sLqVzh+Y3Ei3m9Uk7kRv7cN0+P6W3FyTAr+wlJQPSeJqrcvtutvzdH77E2fK4ona4aD+kIL9x8ibUfh/rzvqpypS/dsfvKYcLfRH6DbbdxdbDSvLjX5BkTN4/iHLqZcEiz5hkbzCOe1CWXjTuM7igrX5hfivI/FzUDUG/ChEFcurk1lpMT8zN5RS0j0y59n/lf0TewmhMOzt9r93KW2AWIrTqfczBq3BboQjHmdfb46K0Uya/0lsfAZrZGgPIuBwAAnLdOWQoxImuVN2kx0ErD0PUjO9Gd9aEWgD6amZHkXif+BeuBkPrZGl4JehXTO4AOdo+fbzE3VUx1iWkRItr1bU7Zl/Iol1ysNQV/KOcyGUIEG3I/KCz/A4bR+MwtKF140Veu9QSLSszc72SNJNKTz6c8/lsNqDi5T4nGH7lA/mPL0ZAp+8s4tnNtdfgPDBIhai+74eZr5/SbwTDyMM2czAk68u7DPuDLqWEj9ji9hduTguU=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKe3jB0DsH8cUqrk+Mlokhzyr4ryAY2/c3oy2lLVk1xTINN4wrSgF/SoBX9ipiu1l+Lha7QI0j3S4D9u/8kkq9k=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIFjaREq2DuqWoaMPBecTvbEUZHhf821WYmnsp0tFyasz", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_fibre_channel_wwn": [], "ansible_is_chroot": false, "ansible_lsb": {}, "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_iscsi_iqn": "", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_pkg_mgr": "dnf", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_apparmor": {"status": "disabled"}, "ansible_loadavg": {"1m": 0.95, "5m": 0.41, "15m": 0.17}, "ansible_fips": false, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.46.139 37552 10.31.46.125 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "6", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.46.139 37552 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:31:1e:aa:f5:1d", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.46.125", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::31:1eff:feaa:f51d", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.46.125", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:31:1e:aa:f5:1d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.46.125"], "ansible_all_ipv6_addresses": ["fe80::31:1eff:feaa:f51d"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.46.125", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::31:1eff:feaa:f51d"]}, "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.46.125 closed.\r\n') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160993.218383-10632-236520929234022/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') ok: [managed-node3] <10.31.46.125> (0, b'', b'') ok: [managed-node1] <10.31.45.33> (0, b'\r\n{"ansible_facts": {"ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node2", "ansible_hostname": "managed-node2", "ansible_nodename": "managed-node2", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "fead0210fc7f4f458ee37565236a056d", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAKxNPNqZnOR047FfhunLDxiPUW5kpFhCCz389+jYvG4SfA5BoOJL7aQOXUnSo1fP/6ZIbyqt77wFixYPrk/FTuqhuR/ZV0VVBstrvFjN+nc5HI6oJkZ76ZnG0mdaSUPOGoD+scF8S4LxbL4BO7d9BQbC/h7AgGkgTeybMMk/64hvAAAAFQD/eKAWYgWa9Ozf+4QBL30Y0ZGh3QAAAIBEUG7p08lD/Av61pfjiWjTMSwMcWWFMbr7BrKKrTzB+NCBhFz13ui0xF0wb/jy8Nunopi5cTWN9i06Kgcr5gPrrIE4D8xRzSCKHqOABL21zSP+aLOIJNFjsHPaoWNJlrQPGUy44x8UDAseuEfoHAOWbTLdJcTdrkMQDQodJhkf7gAAAIBA/IAxwNW+9W6qaVi+Rc0jnfNujEZz+JSFy6sDqgYm/xhGllSO4QOl1PKJWBaMEh1jTyPiLL79nclenb2ieHU157yrX+ET+brD1JYx0IUCnGw5fQMDSR9indU1MybnPVBY4RIFreuBIywp/nUS1T/VVP+VW/g3lqV9E5g1NPTusw==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDkjJqj1OP7u+2LPZIwxU1Sd8IVgNG00CbQ6gjd7BZe/kokzloucRkbT55CmN5oOlRhHb300myBac8hXcBHV2YDCySAGmyhUhfRbCLlZwA4/TcfCHbLYmxkiRC9sOJDzPFZtmuJHHwnxczOmGSFJFWG8q7da9f4ApFRt1yvBoSvVnFAQ5KmFj92wvxLaqMtzBeBALIIwFrN8u/QKiR1hjEX/EG9KXoLx+ADzPMTLOFM5egN/jtc/OuJ1wI0DzeiNajaB0UFLbGbBXszBcLiP4MI3HdA9qMIoeqcSBXbhvDPKDIFzHaMWjPT8myfT/Td26T84NDtkGi5oLw/Oh4LZNzOeOvyXXU3En8buVDlEQoQyZWPwnWgrmLichopP6nluNcTi7QENoq7hAYiRSza6tFDnCCNDNMzKnoYhXLXASV5in5UQb+DYldYai+Q1o/wTsCTaRpC93+DSW4swQBbB/hUrsnX+xzLYar6cUfFxm4kEzHtnGTh3D+yL+IqJjs4BVk=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAT3YoHXdiBa+zY+EP/KXzz5cUN3SpnUNwPZlBz7kUDz8kJdSaBSJZpCgW3Hyg51d76MplEmdchvwmzvT2GhVwQ=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBoMWk3mq8qtTlgzeOJQCLrL5qtjBWEKSjX8U1ieaxUp", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "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_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.46.139 50206 10.31.45.33 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.46.139 50206 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/1", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_loadavg": {"1m": 1.16, "5m": 0.41, "15m": 0.15}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_lsb": {}, "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_hostnqn": "", "ansible_pkg_mgr": "dnf", "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2823, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 716, "free": 2823}, "nocache": {"free": 3332, "used": 207}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2e817b-85a6-82ed-da60-c8266f64130b", "ansible_product_uuid": "ec2e817b-85a6-82ed-da60-c8266f64130b", "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": 603, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263559811072, "block_size": 4096, "block_total": 65533179, "block_available": 64345657, "block_used": 1187522, "inode_total": 131071472, "inode_available": 130996213, "inode_used": 75259, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_apparmor": {"status": "disabled"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:6d:0e:60:a4:7d", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.45.33", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::6d:eff:fe60:a47d", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.45.33", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:6d:0e:60:a4:7d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.45.33"], "ansible_all_ipv6_addresses": ["fe80::6d:eff:fe60:a47d"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.45.33", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::6d:eff:fe60:a47d"]}, "ansible_is_chroot": false, "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "50", "day": "14", "hour": "02", "minute": "23", "second": "14", "epoch": "1734160994", "epoch_int": "1734160994", "date": "2024-12-14", "time": "02:23:14", "iso8601_micro": "2024-12-14T07:23:14.418790Z", "iso8601": "2024-12-14T07:23:14Z", "iso8601_basic": "20241214T022314418790", "iso8601_basic_short": "20241214T022314", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_service_mgr": "systemd", "ansible_local": {}, "ansible_fips": false, "ansible_iscsi_iqn": "", "ansible_fibre_channel_wwn": [], "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.45.33 closed.\r\n') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160993.2342155-10634-134952012972045/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') ok: [managed-node2] TASK [Gather facts from localhost] ********************************************* task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 14 December 2024 02:23:14 -0500 (0:00:01.352) 0:00:01.362 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160994.5241935-10735-207147001174570 `" && echo ansible-tmp-1734160994.5241935-10735-207147001174570="` echo /root/.ansible/tmp/ansible-tmp-1734160994.5241935-10735-207147001174570 `" ) && sleep 0' <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpqpvwu95g TO /root/.ansible/tmp/ansible-tmp-1734160994.5241935-10735-207147001174570/AnsiballZ_setup.py EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160994.5241935-10735-207147001174570/ /root/.ansible/tmp/ansible-tmp-1734160994.5241935-10735-207147001174570/AnsiballZ_setup.py && sleep 0' <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1734160994.5241935-10735-207147001174570/AnsiballZ_setup.py && sleep 0' <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.46.125> (0, b'/root\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160994.5918894-10736-118930193295363 `" && echo ansible-tmp-1734160994.5918894-10736-118930193295363="` echo /root/.ansible/tmp/ansible-tmp-1734160994.5918894-10736-118930193295363 `" ) && sleep 0'"'"'' <10.31.11.139> (0, b'/root\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160994.6133368-10748-216232707733190 `" && echo ansible-tmp-1734160994.6133368-10748-216232707733190="` echo /root/.ansible/tmp/ansible-tmp-1734160994.6133368-10748-216232707733190 `" ) && sleep 0'"'"'' <10.31.45.33> (0, b'/root\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160994.6158938-10738-86129421913951 `" && echo ansible-tmp-1734160994.6158938-10738-86129421913951="` echo /root/.ansible/tmp/ansible-tmp-1734160994.6158938-10738-86129421913951 `" ) && sleep 0'"'"'' <10.31.46.125> (0, b'ansible-tmp-1734160994.5918894-10736-118930193295363=/root/.ansible/tmp/ansible-tmp-1734160994.5918894-10736-118930193295363\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.46.125> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpnzk47kr2 TO /root/.ansible/tmp/ansible-tmp-1734160994.5918894-10736-118930193295363/AnsiballZ_setup.py <10.31.46.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' '[10.31.46.125]' <10.31.11.139> (0, b'ansible-tmp-1734160994.6133368-10748-216232707733190=/root/.ansible/tmp/ansible-tmp-1734160994.6133368-10748-216232707733190\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.11.139> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmplvyyqleh TO /root/.ansible/tmp/ansible-tmp-1734160994.6133368-10748-216232707733190/AnsiballZ_setup.py <10.31.11.139> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/248269a8a4"' '[10.31.11.139]' <10.31.45.33> (0, b'ansible-tmp-1734160994.6158938-10738-86129421913951=/root/.ansible/tmp/ansible-tmp-1734160994.6158938-10738-86129421913951\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.45.33> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmptofe2hkj TO /root/.ansible/tmp/ansible-tmp-1734160994.6158938-10738-86129421913951/AnsiballZ_setup.py <10.31.45.33> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' '[10.31.45.33]' <10.31.46.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpnzk47kr2 /root/.ansible/tmp/ansible-tmp-1734160994.5918894-10736-118930193295363/AnsiballZ_setup.py\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160994.5918894-10736-118930193295363/ /root/.ansible/tmp/ansible-tmp-1734160994.5918894-10736-118930193295363/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.11.139> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmplvyyqleh /root/.ansible/tmp/ansible-tmp-1734160994.6133368-10748-216232707733190/AnsiballZ_setup.py\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160994.6133368-10748-216232707733190/ /root/.ansible/tmp/ansible-tmp-1734160994.6133368-10748-216232707733190/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.45.33> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmptofe2hkj /root/.ansible/tmp/ansible-tmp-1734160994.6158938-10738-86129421913951/AnsiballZ_setup.py\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160994.6158938-10738-86129421913951/ /root/.ansible/tmp/ansible-tmp-1734160994.6158938-10738-86129421913951/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' -tt 10.31.46.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160994.5918894-10736-118930193295363/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' -tt 10.31.11.139 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160994.6133368-10748-216232707733190/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' -tt 10.31.45.33 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160994.6158938-10738-86129421913951/AnsiballZ_setup.py && sleep 0'"'"'' EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160994.5241935-10735-207147001174570/ > /dev/null 2>&1 && sleep 0' ok: [localhost] <10.31.11.139> (0, b'\r\n{"ansible_facts": {"ansible_iscsi_iqn": "", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-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": "c80ed09423b74265a31221f0fe06c4ef", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.46.139 39960 10.31.11.139 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.46.139 39960 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_loadavg": {"1m": 1.65, "5m": 0.54, "15m": 0.21}, "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_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_fibre_channel_wwn": [], "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_is_chroot": false, "ansible_local": {}, "ansible_lsb": {}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_fips": false, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPNrp/vbCKgJLK1T2HXugqLfcD9Ib0WHSxXPBnID4mx7aSuP/bkmiVV/tHxwJMwH3bU38hyWmNfzDlRwkTTX+zbKVlljuOnO5eKW6PjMeg9eu/pW0UPFHSb18zv5jBHUt9RTJYglvflnPTr4Wq4cyfGwaRUBgkNET/q2RuaN5dfjAAAAFQCC5utPTbKCUHtuZLdQGHWGTjM/kQAAAIAIhoNsJ8deT4TD1b2D9E+WiJDA6NRJTDRUbIe1cZSPyEuRF177tShweWarTJs+aoMIwTGzYTgg8Pf0WJ1cF8yLLe+/mApxSilDdEEYVPiForL55PjQ6bHudh7jUW0sHwg8izOrNKAaz9YoSgNCHdQbYEL7dIRQhHNQw1YJm4Y9SAAAAIBHCAkfMVelurWrkYz8ZXoBBnCa3WJlBMD6aH5s8zlyeVYnOsvbaHJIasdTy8OAa+CbHuIm0dKfTPtQ1adPgaKa3tVSed985EDeYV3Fj7doleHUgE4FDU4v6IN1DOvaam8gI7R83ePyjVVWOeQJr19sciRW9/Se7DPM0fzsJktSlg==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDAo8bOcFuEaFEO73t82EiMXurA/70rBaGjAleN4Bcno3Deya49ELWF2wedffq2/2fWocQYO946oafsrZ6JorDmzg7svY4if9r83FesvuGLp/WfUQetmpMzDPHsGZtA03l5Jl5ZDa/c92c7sVOWoSmMeFFQgKq5NCNTCIBSn6tnCl779SN5JK0M3B+Z9plBzDH6Ajnfkw/Z9rxxbPk5IRSj9zA4GyMmukqycJtHSnPdAowJTg7pFdALF83jKKCz2hCiuYfFMBXl71y+t9hvLT75Gx4sZW4LRSIUeWWtuqgoIg8N3IUQ+TjBz/Z2jbqRd+NIvWr8GMqa9YtShmIuJI1bgLG8g6etDIcResz8IP2ZdaxFExxhVzO3DvLEey84BozZT/jYIN17bVyKWrzsG9XMMZrmIJksnr2d98peEctbAahUD4mo8HiIktq+pkZkUYLiiC7LRLY4IQ5WcvnKusF4Ze1hLH/EP0mMAoapxwWnqeesq4hPjZoEfLQ0RBqpXIs=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLQEENuOgCMyMsmL4Tfwn9hKqiSdDaf/1Bdt/r18MjVlqXvkt+1LJjee/1ofGw/i4XamS25Vt95TzZEYRfoV4wM=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJVJDfEVUVRWLSol3KgsXZH4SK5xn3n9ujHNu9EE/o0X", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "12:2e:a4:e3:21:19", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.11.139", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22"}, "ipv6": [{"address": "fe80::102e:a4ff:fee3:2119", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.11.139", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22", "macaddress": "12:2e:a4:e3:21:19", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.11.139"], "ansible_all_ipv6_addresses": ["fe80::102e:a4ff:fee3:2119"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.11.139", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::102e:a4ff:fee3:2119"]}, "ansible_hostnqn": "", "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2829, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 710, "free": 2829}, "nocache": {"free": 3337, "used": 202}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec23137b-0ab1-3d28-3c49-722f6c2dc3d8", "ansible_product_uuid": "ec23137b-0ab1-3d28-3c49-722f6c2dc3d8", "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": 600, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560130560, "block_size": 4096, "block_total": 65533179, "block_available": 64345735, "block_used": 1187444, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_pkg_mgr": "dnf", "ansible_apparmor": {"status": "disabled"}, "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "50", "day": "14", "hour": "02", "minute": "23", "second": "15", "epoch": "1734160995", "epoch_int": "1734160995", "date": "2024-12-14", "time": "02:23:15", "iso8601_micro": "2024-12-14T07:23:15.316051Z", "iso8601": "2024-12-14T07:23:15Z", "iso8601_basic": "20241214T022315316051", "iso8601_basic_short": "20241214T022315", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "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.11.139 closed.\r\n') <10.31.46.125> (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": "76b7b429074f4d6e8dc9371e703be071", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAMg2b9Lhy/AmFXCYo5Jh2+ODlKvfxb8ZDuxHQ2BzxBEMVmxFWgXW4WYQviIN4tH8aH4dpv/QIXyjnQpaY9rID0lnzgRLJ2HZ5m3ZbdHSxaGzymsG9T/ZCtu0GdBF3cuV8ciqDqaQyy04/Z1C8qjA4ksjUhkS12hXEajLiyjKwXDZAAAAFQDKGT7ztmcNfhisRxJzAeAmOhA2PQAAAIBgVoBA8GJaFIRM6yWQYwBITsa+XzxYF+PMpmajdPNAv8gzgpS2aCxS+MrlYrf4JOJrucDlQQAcTD+e3X4OH+MamGSOcS5Kzvs6EQrEzO2mC75dXu9L7XX/zhPrIBKr8Tkr8gziZ4HCdk4HLVPSBo+emUmziHMa7FgTK/lECJyk2gAAAIB+r3YBAJM+KmooTINrma3KvfRhmtAnM6J+VH3DbJR0M+Rfm7G8Vh9rUihnRtxSf/X66eH85U8v/OJkeMEbrNqWygm7dE9ClA2mYdr4TCFAHTvbzcBcomeS+vgRmZ5Qgr6TgYv5BeGQJuDDTHwj0PBk6Bn73Ta/NxvVKykz7JdBrg==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDtlqjS6yVQpK12N2sLqVzh+Y3Ei3m9Uk7kRv7cN0+P6W3FyTAr+wlJQPSeJqrcvtutvzdH77E2fK4ona4aD+kIL9x8ibUfh/rzvqpypS/dsfvKYcLfRH6DbbdxdbDSvLjX5BkTN4/iHLqZcEiz5hkbzCOe1CWXjTuM7igrX5hfivI/FzUDUG/ChEFcurk1lpMT8zN5RS0j0y59n/lf0TewmhMOzt9r93KW2AWIrTqfczBq3BboQjHmdfb46K0Uya/0lsfAZrZGgPIuBwAAnLdOWQoxImuVN2kx0ErD0PUjO9Gd9aEWgD6amZHkXif+BeuBkPrZGl4JehXTO4AOdo+fbzE3VUx1iWkRItr1bU7Zl/Iol1ysNQV/KOcyGUIEG3I/KCz/A4bR+MwtKF140Veu9QSLSszc72SNJNKTz6c8/lsNqDi5T4nGH7lA/mPL0ZAp+8s4tnNtdfgPDBIhai+74eZr5/SbwTDyMM2czAk68u7DPuDLqWEj9ji9hduTguU=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKe3jB0DsH8cUqrk+Mlokhzyr4ryAY2/c3oy2lLVk1xTINN4wrSgF/SoBX9ipiu1l+Lha7QI0j3S4D9u/8kkq9k=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIFjaREq2DuqWoaMPBecTvbEUZHhf821WYmnsp0tFyasz", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_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_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_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "50", "day": "14", "hour": "02", "minute": "23", "second": "15", "epoch": "1734160995", "epoch_int": "1734160995", "date": "2024-12-14", "time": "02:23:15", "iso8601_micro": "2024-12-14T07:23:15.061907Z", "iso8601": "2024-12-14T07:23:15Z", "iso8601_basic": "20241214T022315061907", "iso8601_basic_short": "20241214T022315", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_is_chroot": false, "ansible_hostnqn": "", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.46.139 37552 10.31.46.125 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "6", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.46.139 37552 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_iscsi_iqn": "", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_loadavg": {"1m": 0.95, "5m": 0.41, "15m": 0.17}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_lsb": {}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:31:1e:aa:f5:1d", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.46.125", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::31:1eff:feaa:f51d", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.46.125", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:31:1e:aa:f5:1d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.46.125"], "ansible_all_ipv6_addresses": ["fe80::31:1eff:feaa:f51d"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.46.125", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::31:1eff:feaa:f51d"]}, "ansible_pkg_mgr": "dnf", "ansible_local": {}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2824, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 715, "free": 2824}, "nocache": {"free": 3332, "used": 207}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec277ca9-d027-2051-3f28-07a0a4436fad", "ansible_product_uuid": "ec277ca9-d027-2051-3f28-07a0a4436fad", "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": 606, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560151040, "block_size": 4096, "block_total": 65533179, "block_available": 64345740, "block_used": 1187439, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_fips": false, "ansible_fibre_channel_wwn": [], "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.46.125 closed.\r\n') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160994.6133368-10748-216232707733190/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160994.5918894-10736-118930193295363/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') <10.31.46.125> (0, b'', b'') ok: [managed-node3] ok: [managed-node1] <10.31.45.33> (0, b'\r\n{"ansible_facts": {"ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "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_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.46.139 50206 10.31.45.33 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.46.139 50206 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/1", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAKxNPNqZnOR047FfhunLDxiPUW5kpFhCCz389+jYvG4SfA5BoOJL7aQOXUnSo1fP/6ZIbyqt77wFixYPrk/FTuqhuR/ZV0VVBstrvFjN+nc5HI6oJkZ76ZnG0mdaSUPOGoD+scF8S4LxbL4BO7d9BQbC/h7AgGkgTeybMMk/64hvAAAAFQD/eKAWYgWa9Ozf+4QBL30Y0ZGh3QAAAIBEUG7p08lD/Av61pfjiWjTMSwMcWWFMbr7BrKKrTzB+NCBhFz13ui0xF0wb/jy8Nunopi5cTWN9i06Kgcr5gPrrIE4D8xRzSCKHqOABL21zSP+aLOIJNFjsHPaoWNJlrQPGUy44x8UDAseuEfoHAOWbTLdJcTdrkMQDQodJhkf7gAAAIBA/IAxwNW+9W6qaVi+Rc0jnfNujEZz+JSFy6sDqgYm/xhGllSO4QOl1PKJWBaMEh1jTyPiLL79nclenb2ieHU157yrX+ET+brD1JYx0IUCnGw5fQMDSR9indU1MybnPVBY4RIFreuBIywp/nUS1T/VVP+VW/g3lqV9E5g1NPTusw==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDkjJqj1OP7u+2LPZIwxU1Sd8IVgNG00CbQ6gjd7BZe/kokzloucRkbT55CmN5oOlRhHb300myBac8hXcBHV2YDCySAGmyhUhfRbCLlZwA4/TcfCHbLYmxkiRC9sOJDzPFZtmuJHHwnxczOmGSFJFWG8q7da9f4ApFRt1yvBoSvVnFAQ5KmFj92wvxLaqMtzBeBALIIwFrN8u/QKiR1hjEX/EG9KXoLx+ADzPMTLOFM5egN/jtc/OuJ1wI0DzeiNajaB0UFLbGbBXszBcLiP4MI3HdA9qMIoeqcSBXbhvDPKDIFzHaMWjPT8myfT/Td26T84NDtkGi5oLw/Oh4LZNzOeOvyXXU3En8buVDlEQoQyZWPwnWgrmLichopP6nluNcTi7QENoq7hAYiRSza6tFDnCCNDNMzKnoYhXLXASV5in5UQb+DYldYai+Q1o/wTsCTaRpC93+DSW4swQBbB/hUrsnX+xzLYar6cUfFxm4kEzHtnGTh3D+yL+IqJjs4BVk=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAT3YoHXdiBa+zY+EP/KXzz5cUN3SpnUNwPZlBz7kUDz8kJdSaBSJZpCgW3Hyg51d76MplEmdchvwmzvT2GhVwQ=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBoMWk3mq8qtTlgzeOJQCLrL5qtjBWEKSjX8U1ieaxUp", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_is_chroot": false, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node2", "ansible_hostname": "managed-node2", "ansible_nodename": "managed-node2", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "fead0210fc7f4f458ee37565236a056d", "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "50", "day": "14", "hour": "02", "minute": "23", "second": "15", "epoch": "1734160995", "epoch_int": "1734160995", "date": "2024-12-14", "time": "02:23:15", "iso8601_micro": "2024-12-14T07:23:15.154065Z", "iso8601": "2024-12-14T07:23:15Z", "iso8601_basic": "20241214T022315154065", "iso8601_basic_short": "20241214T022315", "tz": "EST", "tz_dst": "EDT", "tz_offset": "-0500"}, "ansible_local": {}, "ansible_hostnqn": "", "ansible_fibre_channel_wwn": [], "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_fips": false, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_loadavg": {"1m": 1.16, "5m": 0.41, "15m": 0.15}, "ansible_iscsi_iqn": "", "ansible_apparmor": {"status": "disabled"}, "ansible_pkg_mgr": "dnf", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_lsb": {}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2818, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 721, "free": 2818}, "nocache": {"free": 3327, "used": 212}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2e817b-85a6-82ed-da60-c8266f64130b", "ansible_product_uuid": "ec2e817b-85a6-82ed-da60-c8266f64130b", "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": 604, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263559532544, "block_size": 4096, "block_total": 65533179, "block_available": 64345589, "block_used": 1187590, "inode_total": 131071472, "inode_available": 130996211, "inode_used": 75261, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:6d:0e:60:a4:7d", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.45.33", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::6d:eff:fe60:a47d", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.45.33", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:6d:0e:60:a4:7d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.45.33"], "ansible_all_ipv6_addresses": ["fe80::6d:eff:fe60:a47d"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.45.33", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::6d:eff:fe60:a47d"]}, "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.45.33 closed.\r\n') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160994.6158938-10738-86129421913951/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') ok: [managed-node2] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 14 December 2024 02:23:15 -0500 (0:00:01.002) 0:00:02.365 ***** skipping: [localhost] => { "false_condition": "ansible_distribution_major_version == '6'" } skipping: [managed-node1] => { "false_condition": "ansible_distribution_major_version == '6'" } skipping: [managed-node2] => { "false_condition": "ansible_distribution_major_version == '6'" } skipping: [managed-node3] => { "false_condition": "ansible_distribution_major_version == '6'" } TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 14 December 2024 02:23:15 -0500 (0:00:00.052) 0:00:02.417 ***** META: end_host conditional evaluated to False, continuing execution for localhost skipping: [localhost] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for localhost" } MSG: end_host conditional evaluated to false, continuing execution for localhost TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 14 December 2024 02:23:15 -0500 (0:00:00.007) 0:00:02.424 ***** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 14 December 2024 02:23:15 -0500 (0:00:00.007) 0:00:02.431 ***** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 14 December 2024 02:23:15 -0500 (0:00:00.009) 0:00:02.441 ***** META: end_host conditional evaluated to False, continuing execution for managed-node3 skipping: [managed-node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node3" } MSG: end_host conditional evaluated to false, continuing execution for managed-node3 TASK [Run the role. If reboot is not required - the play succeeds.] ************ task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 14 December 2024 02:23:15 -0500 (0:00:00.009) 0:00:02.451 ***** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 14 December 2024 02:23:15 -0500 (0:00:00.072) 0:00:02.523 ***** included: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for localhost, managed-node1, managed-node2, managed-node3 TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 14 December 2024 02:23:15 -0500 (0:00:00.062) 0:00:02.585 ***** skipping: [localhost] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 14 December 2024 02:23:15 -0500 (0:00:00.114) 0:00:02.700 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160995.8954496-10840-170808113259989 `" && echo ansible-tmp-1734160995.8954496-10840-170808113259989="` echo /root/.ansible/tmp/ansible-tmp-1734160995.8954496-10840-170808113259989 `" ) && sleep 0' <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.46.125> (0, b'/root\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160995.9658265-10841-237919269823945 `" && echo ansible-tmp-1734160995.9658265-10841-237919269823945="` echo /root/.ansible/tmp/ansible-tmp-1734160995.9658265-10841-237919269823945 `" ) && sleep 0'"'"'' <10.31.45.33> (0, b'/root\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160995.971408-10843-36210426818199 `" && echo ansible-tmp-1734160995.971408-10843-36210426818199="` echo /root/.ansible/tmp/ansible-tmp-1734160995.971408-10843-36210426818199 `" ) && sleep 0'"'"'' <10.31.11.139> (0, b'/root\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160996.0063102-10844-271352452834164 `" && echo ansible-tmp-1734160996.0063102-10844-271352452834164="` echo /root/.ansible/tmp/ansible-tmp-1734160996.0063102-10844-271352452834164 `" ) && sleep 0'"'"'' <10.31.45.33> (0, b'ansible-tmp-1734160995.971408-10843-36210426818199=/root/.ansible/tmp/ansible-tmp-1734160995.971408-10843-36210426818199\n', b'') <10.31.46.125> (0, b'ansible-tmp-1734160995.9658265-10841-237919269823945=/root/.ansible/tmp/ansible-tmp-1734160995.9658265-10841-237919269823945\n', b'') <10.31.11.139> (0, b'ansible-tmp-1734160996.0063102-10844-271352452834164=/root/.ansible/tmp/ansible-tmp-1734160996.0063102-10844-271352452834164\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.46.125> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpm7aoaw3n TO /root/.ansible/tmp/ansible-tmp-1734160995.9658265-10841-237919269823945/AnsiballZ_stat.py <10.31.45.33> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmppv8fw75n TO /root/.ansible/tmp/ansible-tmp-1734160995.971408-10843-36210426818199/AnsiballZ_stat.py <10.31.46.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' '[10.31.46.125]' <10.31.45.33> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' '[10.31.45.33]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.11.139> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpioimccku TO /root/.ansible/tmp/ansible-tmp-1734160996.0063102-10844-271352452834164/AnsiballZ_stat.py <10.31.11.139> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/248269a8a4"' '[10.31.11.139]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpwzi0zwo4 TO /root/.ansible/tmp/ansible-tmp-1734160995.8954496-10840-170808113259989/AnsiballZ_stat.py EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160995.8954496-10840-170808113259989/ /root/.ansible/tmp/ansible-tmp-1734160995.8954496-10840-170808113259989/AnsiballZ_stat.py && sleep 0' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1734160995.8954496-10840-170808113259989/AnsiballZ_stat.py && sleep 0' <10.31.11.139> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpioimccku /root/.ansible/tmp/ansible-tmp-1734160996.0063102-10844-271352452834164/AnsiballZ_stat.py\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160996.0063102-10844-271352452834164/ /root/.ansible/tmp/ansible-tmp-1734160996.0063102-10844-271352452834164/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.46.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpm7aoaw3n /root/.ansible/tmp/ansible-tmp-1734160995.9658265-10841-237919269823945/AnsiballZ_stat.py\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160995.9658265-10841-237919269823945/ /root/.ansible/tmp/ansible-tmp-1734160995.9658265-10841-237919269823945/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.33> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmppv8fw75n /root/.ansible/tmp/ansible-tmp-1734160995.971408-10843-36210426818199/AnsiballZ_stat.py\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160995.971408-10843-36210426818199/ /root/.ansible/tmp/ansible-tmp-1734160995.971408-10843-36210426818199/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' -tt 10.31.46.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160995.9658265-10841-237919269823945/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' -tt 10.31.45.33 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160995.971408-10843-36210426818199/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' -tt 10.31.11.139 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160996.0063102-10844-271352452834164/AnsiballZ_stat.py && sleep 0'"'"'' EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160995.8954496-10840-170808113259989/ > /dev/null 2>&1 && sleep 0' ok: [localhost] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } <10.31.46.125> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.46.125 closed.\r\n') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160995.9658265-10841-237919269823945/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.33> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.45.33 closed.\r\n') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160995.971408-10843-36210426818199/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.139> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.11.139 closed.\r\n') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160996.0063102-10844-271352452834164/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } <10.31.45.33> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } <10.31.11.139> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] *** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 14 December 2024 02:23:16 -0500 (0:00:00.580) 0:00:03.280 ***** ok: [localhost] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } ok: [managed-node1] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } ok: [managed-node2] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } ok: [managed-node3] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Set platform/version specific variables] *** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 14 December 2024 02:23:16 -0500 (0:00:00.069) 0:00:03.350 ***** skipping: [localhost] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [localhost] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [localhost] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [localhost] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [localhost] => { "changed": false } MSG: All items skipped skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 14 December 2024 02:23:16 -0500 (0:00:00.105) 0:00:03.455 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160996.69487-10943-216062732027539 `" && echo ansible-tmp-1734160996.69487-10943-216062732027539="` echo /root/.ansible/tmp/ansible-tmp-1734160996.69487-10943-216062732027539 `" ) && sleep 0' <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.46.125> (0, b'/root\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160996.737876-10944-27904717215096 `" && echo ansible-tmp-1734160996.737876-10944-27904717215096="` echo /root/.ansible/tmp/ansible-tmp-1734160996.737876-10944-27904717215096 `" ) && sleep 0'"'"'' <10.31.11.139> (0, b'/root\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160996.745274-10946-279034563899019 `" && echo ansible-tmp-1734160996.745274-10946-279034563899019="` echo /root/.ansible/tmp/ansible-tmp-1734160996.745274-10946-279034563899019 `" ) && sleep 0'"'"'' <10.31.45.33> (0, b'/root\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160996.7463455-10945-150196982444536 `" && echo ansible-tmp-1734160996.7463455-10945-150196982444536="` echo /root/.ansible/tmp/ansible-tmp-1734160996.7463455-10945-150196982444536 `" ) && sleep 0'"'"'' <10.31.11.139> (0, b'ansible-tmp-1734160996.745274-10946-279034563899019=/root/.ansible/tmp/ansible-tmp-1734160996.745274-10946-279034563899019\n', b'') <10.31.46.125> (0, b'ansible-tmp-1734160996.737876-10944-27904717215096=/root/.ansible/tmp/ansible-tmp-1734160996.737876-10944-27904717215096\n', b'') <10.31.45.33> (0, b'ansible-tmp-1734160996.7463455-10945-150196982444536=/root/.ansible/tmp/ansible-tmp-1734160996.7463455-10945-150196982444536\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py <10.31.11.139> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp6eyu8cva TO /root/.ansible/tmp/ansible-tmp-1734160996.745274-10946-279034563899019/AnsiballZ_dnf.py PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpyt1rt3bi TO /root/.ansible/tmp/ansible-tmp-1734160996.69487-10943-216062732027539/AnsiballZ_dnf.py <10.31.11.139> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/248269a8a4"' '[10.31.11.139]' EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160996.69487-10943-216062732027539/ /root/.ansible/tmp/ansible-tmp-1734160996.69487-10943-216062732027539/AnsiballZ_dnf.py && sleep 0' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py <10.31.46.125> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpo1b0690a TO /root/.ansible/tmp/ansible-tmp-1734160996.737876-10944-27904717215096/AnsiballZ_dnf.py <10.31.46.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' '[10.31.46.125]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py <10.31.45.33> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp7651z3qz TO /root/.ansible/tmp/ansible-tmp-1734160996.7463455-10945-150196982444536/AnsiballZ_dnf.py EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1734160996.69487-10943-216062732027539/AnsiballZ_dnf.py && sleep 0' <10.31.45.33> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' '[10.31.45.33]' <10.31.45.33> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp7651z3qz /root/.ansible/tmp/ansible-tmp-1734160996.7463455-10945-150196982444536/AnsiballZ_dnf.py\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160996.7463455-10945-150196982444536/ /root/.ansible/tmp/ansible-tmp-1734160996.7463455-10945-150196982444536/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.46.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpo1b0690a /root/.ansible/tmp/ansible-tmp-1734160996.737876-10944-27904717215096/AnsiballZ_dnf.py\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160996.737876-10944-27904717215096/ /root/.ansible/tmp/ansible-tmp-1734160996.737876-10944-27904717215096/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.11.139> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp6eyu8cva /root/.ansible/tmp/ansible-tmp-1734160996.745274-10946-279034563899019/AnsiballZ_dnf.py\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160996.745274-10946-279034563899019/ /root/.ansible/tmp/ansible-tmp-1734160996.745274-10946-279034563899019/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' -tt 10.31.45.33 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160996.7463455-10945-150196982444536/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' -tt 10.31.46.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160996.737876-10944-27904717215096/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' -tt 10.31.11.139 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160996.745274-10946-279034563899019/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.45.33> (0, b'\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "allowerasing": false, "nobest": false, "use_backend": "auto", "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to 10.31.45.33 closed.\r\n') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160996.7463455-10945-150196982444536/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "nobest": false, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": "present", "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients <10.31.11.139> (0, b'\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "allowerasing": false, "nobest": false, "use_backend": "auto", "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to 10.31.11.139 closed.\r\n') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160996.745274-10946-279034563899019/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "nobest": false, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": "present", "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients <10.31.46.125> (0, b'\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "allowerasing": false, "nobest": false, "use_backend": "auto", "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to 10.31.46.125 closed.\r\n') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160996.737876-10944-27904717215096/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "nobest": false, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": "present", "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160996.69487-10943-216062732027539/ > /dev/null 2>&1 && sleep 0' ok: [localhost] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "nobest": false, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": "present", "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 14 December 2024 02:23:20 -0500 (0:00:03.679) 0:00:07.135 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161000.3108141-11076-9954467332507 `" && echo ansible-tmp-1734161000.3108141-11076-9954467332507="` echo /root/.ansible/tmp/ansible-tmp-1734161000.3108141-11076-9954467332507 `" ) && sleep 0' <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.46.125> (0, b'/root\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161000.34842-11077-237237311145813 `" && echo ansible-tmp-1734161000.34842-11077-237237311145813="` echo /root/.ansible/tmp/ansible-tmp-1734161000.34842-11077-237237311145813 `" ) && sleep 0'"'"'' <10.31.45.33> (0, b'/root\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161000.361119-11079-206838143707240 `" && echo ansible-tmp-1734161000.361119-11079-206838143707240="` echo /root/.ansible/tmp/ansible-tmp-1734161000.361119-11079-206838143707240 `" ) && sleep 0'"'"'' <10.31.11.139> (0, b'/root\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161000.362038-11085-38071942962301 `" && echo ansible-tmp-1734161000.362038-11085-38071942962301="` echo /root/.ansible/tmp/ansible-tmp-1734161000.362038-11085-38071942962301 `" ) && sleep 0'"'"'' <10.31.46.125> (0, b'ansible-tmp-1734161000.34842-11077-237237311145813=/root/.ansible/tmp/ansible-tmp-1734161000.34842-11077-237237311145813\n', b'') <10.31.11.139> (0, b'ansible-tmp-1734161000.362038-11085-38071942962301=/root/.ansible/tmp/ansible-tmp-1734161000.362038-11085-38071942962301\n', b'') <10.31.45.33> (0, b'ansible-tmp-1734161000.361119-11079-206838143707240=/root/.ansible/tmp/ansible-tmp-1734161000.361119-11079-206838143707240\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.46.125> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp3mqrj7pn TO /root/.ansible/tmp/ansible-tmp-1734161000.34842-11077-237237311145813/AnsiballZ_systemd.py PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpljwh9tsp TO /root/.ansible/tmp/ansible-tmp-1734161000.3108141-11076-9954467332507/AnsiballZ_systemd.py <10.31.46.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' '[10.31.46.125]' EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161000.3108141-11076-9954467332507/ /root/.ansible/tmp/ansible-tmp-1734161000.3108141-11076-9954467332507/AnsiballZ_systemd.py && sleep 0' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.45.33> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmptxb63mc0 TO /root/.ansible/tmp/ansible-tmp-1734161000.361119-11079-206838143707240/AnsiballZ_systemd.py <10.31.11.139> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp94uz2o8_ TO /root/.ansible/tmp/ansible-tmp-1734161000.362038-11085-38071942962301/AnsiballZ_systemd.py <10.31.11.139> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/248269a8a4"' '[10.31.11.139]' <10.31.45.33> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' '[10.31.45.33]' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1734161000.3108141-11076-9954467332507/AnsiballZ_systemd.py && sleep 0' <10.31.46.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp3mqrj7pn /root/.ansible/tmp/ansible-tmp-1734161000.34842-11077-237237311145813/AnsiballZ_systemd.py\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161000.34842-11077-237237311145813/ /root/.ansible/tmp/ansible-tmp-1734161000.34842-11077-237237311145813/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.45.33> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmptxb63mc0 /root/.ansible/tmp/ansible-tmp-1734161000.361119-11079-206838143707240/AnsiballZ_systemd.py\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161000.361119-11079-206838143707240/ /root/.ansible/tmp/ansible-tmp-1734161000.361119-11079-206838143707240/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.11.139> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp94uz2o8_ /root/.ansible/tmp/ansible-tmp-1734161000.362038-11085-38071942962301/AnsiballZ_systemd.py\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161000.362038-11085-38071942962301/ /root/.ansible/tmp/ansible-tmp-1734161000.362038-11085-38071942962301/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' -tt 10.31.46.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161000.34842-11077-237237311145813/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' -tt 10.31.45.33 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161000.361119-11079-206838143707240/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' -tt 10.31.11.139 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161000.362038-11085-38071942962301/AnsiballZ_systemd.py && sleep 0'"'"'' EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161000.3108141-11076-9954467332507/ > /dev/null 2>&1 && sleep 0' ok: [localhost] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-12-14 02:13:41 EST", "ActiveEnterTimestampMonotonic": "29784847", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target systemd-journald.socket system.slice basic.target remote-fs.target network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-14 02:13:26 EST", "AssertTimestampMonotonic": "14370871", "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-14 02:13:26 EST", "ConditionTimestampMonotonic": "14370851", "ConfigurationDirectoryMode": "0755", "ControlGroup": "/system.slice/kdump.service", "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-14 02:13:41 EST", "ExecMainExitTimestampMonotonic": "29784438", "ExecMainPID": "1025", "ExecMainStartTimestamp": "Sat 2024-12-14 02:13:26 EST", "ExecMainStartTimestampMonotonic": "14371715", "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-14 02:13:26 EST] ; stop_time=[Sat 2024-12-14 02:13:41 EST] ; pid=1025 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/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", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-12-14 02:13:26 EST", "InactiveExitTimestampMonotonic": "14371757", "InvocationID": "3edf89f67f9c42099c9595c819442eba", "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": "0", "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-14 02:13:41 EST", "StateChangeTimestampMonotonic": "29784847", "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": "0", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } <10.31.45.33> (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-14 02:22:46 EST", "ExecMainStartTimestampMonotonic": "575092017", "ExecMainExitTimestamp": "Sat 2024-12-14 02:23:04 EST", "ExecMainExitTimestampMonotonic": "593529050", "ExecMainPID": "20400", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:22:46 EST] ; stop_time=[Sat 2024-12-14 02:23:04 EST] ; pid=20400 ; 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-14 02:22:46 EST] ; stop_time=[Sat 2024-12-14 02:22:46 EST] ; pid=20391 ; 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": "network.target basic.target system.slice remote-fs.target systemd-journald.socket network-online.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-14 02:23:04 EST", "StateChangeTimestampMonotonic": "593529494", "InactiveExitTimestamp": "Sat 2024-12-14 02:22:46 EST", "InactiveExitTimestampMonotonic": "575092052", "ActiveEnterTimestamp": "Sat 2024-12-14 02:23:04 EST", "ActiveEnterTimestampMonotonic": "593529494", "ActiveExitTimestamp": "Sat 2024-12-14 02:22:46 EST", "ActiveExitTimestampMonotonic": "575068516", "InactiveEnterTimestamp": "Sat 2024-12-14 02:22:46 EST", "InactiveEnterTimestampMonotonic": "575090289", "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-14 02:22:46 EST", "ConditionTimestampMonotonic": "575091197", "AssertTimestamp": "Sat 2024-12-14 02:22:46 EST", "AssertTimestampMonotonic": "575091218", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "c186d00121734498b1b0abdf8812c1fa", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "state": null, "force": null, "masked": null}}}\r\n', b'Shared connection to 10.31.45.33 closed.\r\n') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161000.361119-11079-206838143707240/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.46.125> (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-14 02:22:37 EST", "ExecMainStartTimestampMonotonic": "568863219", "ExecMainExitTimestamp": "Sat 2024-12-14 02:22:56 EST", "ExecMainExitTimestampMonotonic": "587840508", "ExecMainPID": "16712", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:22:37 EST] ; stop_time=[Sat 2024-12-14 02:22:56 EST] ; pid=16712 ; 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-14 02:22:37 EST] ; stop_time=[Sat 2024-12-14 02:22:37 EST] ; pid=16703 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "systemd-journald.socket remote-fs.target system.slice network.target 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-14 02:22:56 EST", "StateChangeTimestampMonotonic": "587841164", "InactiveExitTimestamp": "Sat 2024-12-14 02:22:37 EST", "InactiveExitTimestampMonotonic": "568863254", "ActiveEnterTimestamp": "Sat 2024-12-14 02:22:56 EST", "ActiveEnterTimestampMonotonic": "587841164", "ActiveExitTimestamp": "Sat 2024-12-14 02:22:37 EST", "ActiveExitTimestampMonotonic": "568838902", "InactiveEnterTimestamp": "Sat 2024-12-14 02:22:37 EST", "InactiveEnterTimestampMonotonic": "568861219", "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-14 02:22:37 EST", "ConditionTimestampMonotonic": "568862089", "AssertTimestamp": "Sat 2024-12-14 02:22:37 EST", "AssertTimestampMonotonic": "568862119", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "803dee2b353b4b52b25e1297583b54fd", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "state": null, "force": null, "masked": null}}}\r\n', b'Shared connection to 10.31.46.125 closed.\r\n') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161000.34842-11077-237237311145813/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.139> (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-14 02:22:53 EST", "ExecMainStartTimestampMonotonic": "578062434", "ExecMainExitTimestamp": "Sat 2024-12-14 02:23:11 EST", "ExecMainExitTimestampMonotonic": "596622872", "ExecMainPID": "16756", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:22:53 EST] ; stop_time=[Sat 2024-12-14 02:23:11 EST] ; pid=16756 ; 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-14 02:22:53 EST] ; stop_time=[Sat 2024-12-14 02:22:53 EST] ; pid=16747 ; 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": "basic.target network.target remote-fs.target system.slice network-online.target systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-14 02:23:11 EST", "StateChangeTimestampMonotonic": "596623332", "InactiveExitTimestamp": "Sat 2024-12-14 02:22:53 EST", "InactiveExitTimestampMonotonic": "578062466", "ActiveEnterTimestamp": "Sat 2024-12-14 02:23:11 EST", "ActiveEnterTimestampMonotonic": "596623332", "ActiveExitTimestamp": "Sat 2024-12-14 02:22:53 EST", "ActiveExitTimestampMonotonic": "578038729", "InactiveEnterTimestamp": "Sat 2024-12-14 02:22:53 EST", "InactiveEnterTimestampMonotonic": "578060825", "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-14 02:22:53 EST", "ConditionTimestampMonotonic": "578061581", "AssertTimestamp": "Sat 2024-12-14 02:22:53 EST", "AssertTimestampMonotonic": "578061603", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "1aa01533c530476ca8dd7bc15ccf8f9d", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "state": null, "force": null, "masked": null}}}\r\n', b'Shared connection to 10.31.11.139 closed.\r\n') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161000.362038-11085-38071942962301/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') ok: [managed-node2] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-12-14 02:23:04 EST", "ActiveEnterTimestampMonotonic": "593529494", "ActiveExitTimestamp": "Sat 2024-12-14 02:22:46 EST", "ActiveExitTimestampMonotonic": "575068516", "ActiveState": "active", "After": "network.target basic.target system.slice remote-fs.target systemd-journald.socket network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-14 02:22:46 EST", "AssertTimestampMonotonic": "575091218", "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-14 02:22:46 EST", "ConditionTimestampMonotonic": "575091197", "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-14 02:23:04 EST", "ExecMainExitTimestampMonotonic": "593529050", "ExecMainPID": "20400", "ExecMainStartTimestamp": "Sat 2024-12-14 02:22:46 EST", "ExecMainStartTimestampMonotonic": "575092017", "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-14 02:22:46 EST] ; stop_time=[Sat 2024-12-14 02:23:04 EST] ; pid=20400 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:22:46 EST] ; stop_time=[Sat 2024-12-14 02:22:46 EST] ; pid=20391 ; 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-14 02:22:46 EST", "InactiveEnterTimestampMonotonic": "575090289", "InactiveExitTimestamp": "Sat 2024-12-14 02:22:46 EST", "InactiveExitTimestampMonotonic": "575092052", "InvocationID": "c186d00121734498b1b0abdf8812c1fa", "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-14 02:23:04 EST", "StateChangeTimestampMonotonic": "593529494", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } <10.31.46.125> (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": "system", "state": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-12-14 02:22:56 EST", "ActiveEnterTimestampMonotonic": "587841164", "ActiveExitTimestamp": "Sat 2024-12-14 02:22:37 EST", "ActiveExitTimestampMonotonic": "568838902", "ActiveState": "active", "After": "systemd-journald.socket remote-fs.target system.slice network.target network-online.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-14 02:22:37 EST", "AssertTimestampMonotonic": "568862119", "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-14 02:22:37 EST", "ConditionTimestampMonotonic": "568862089", "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-14 02:22:56 EST", "ExecMainExitTimestampMonotonic": "587840508", "ExecMainPID": "16712", "ExecMainStartTimestamp": "Sat 2024-12-14 02:22:37 EST", "ExecMainStartTimestampMonotonic": "568863219", "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-14 02:22:37 EST] ; stop_time=[Sat 2024-12-14 02:22:56 EST] ; pid=16712 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:22:37 EST] ; stop_time=[Sat 2024-12-14 02:22:37 EST] ; pid=16703 ; 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-14 02:22:37 EST", "InactiveEnterTimestampMonotonic": "568861219", "InactiveExitTimestamp": "Sat 2024-12-14 02:22:37 EST", "InactiveExitTimestampMonotonic": "568863254", "InvocationID": "803dee2b353b4b52b25e1297583b54fd", "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-14 02:22:56 EST", "StateChangeTimestampMonotonic": "587841164", "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.11.139> (0, b'', b'') ok: [managed-node3] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-12-14 02:23:11 EST", "ActiveEnterTimestampMonotonic": "596623332", "ActiveExitTimestamp": "Sat 2024-12-14 02:22:53 EST", "ActiveExitTimestampMonotonic": "578038729", "ActiveState": "active", "After": "basic.target network.target remote-fs.target system.slice network-online.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-14 02:22:53 EST", "AssertTimestampMonotonic": "578061603", "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-14 02:22:53 EST", "ConditionTimestampMonotonic": "578061581", "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-14 02:23:11 EST", "ExecMainExitTimestampMonotonic": "596622872", "ExecMainPID": "16756", "ExecMainStartTimestamp": "Sat 2024-12-14 02:22:53 EST", "ExecMainStartTimestampMonotonic": "578062434", "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-14 02:22:53 EST] ; stop_time=[Sat 2024-12-14 02:23:11 EST] ; pid=16756 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:22:53 EST] ; stop_time=[Sat 2024-12-14 02:22:53 EST] ; pid=16747 ; 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-14 02:22:53 EST", "InactiveEnterTimestampMonotonic": "578060825", "InactiveExitTimestamp": "Sat 2024-12-14 02:22:53 EST", "InactiveExitTimestampMonotonic": "578062466", "InvocationID": "1aa01533c530476ca8dd7bc15ccf8f9d", "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-14 02:23:11 EST", "StateChangeTimestampMonotonic": "596623332", "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-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 14 December 2024 02:23:21 -0500 (0:00:00.787) 0:00:07.922 ***** included: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml for localhost, managed-node1, managed-node2, managed-node3 TASK [fedora.linux_system_roles.kdump : Create key if it does not exist] ******* task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 14 December 2024 02:23:21 -0500 (0:00:00.187) 0:00:08.110 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161001.2923968-11124-280360664797673 `" && echo ansible-tmp-1734161001.2923968-11124-280360664797673="` echo /root/.ansible/tmp/ansible-tmp-1734161001.2923968-11124-280360664797673 `" ) && sleep 0' <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.46.125> (0, b'/root\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161001.3262236-11125-234236090024325 `" && echo ansible-tmp-1734161001.3262236-11125-234236090024325="` echo /root/.ansible/tmp/ansible-tmp-1734161001.3262236-11125-234236090024325 `" ) && sleep 0'"'"'' <10.31.45.33> (0, b'/root\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161001.3353815-11127-250932283213260 `" && echo ansible-tmp-1734161001.3353815-11127-250932283213260="` echo /root/.ansible/tmp/ansible-tmp-1734161001.3353815-11127-250932283213260 `" ) && sleep 0'"'"'' <10.31.11.139> (0, b'/root\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161001.3374617-11129-205963869525212 `" && echo ansible-tmp-1734161001.3374617-11129-205963869525212="` echo /root/.ansible/tmp/ansible-tmp-1734161001.3374617-11129-205963869525212 `" ) && sleep 0'"'"'' <10.31.46.125> (0, b'ansible-tmp-1734161001.3262236-11125-234236090024325=/root/.ansible/tmp/ansible-tmp-1734161001.3262236-11125-234236090024325\n', b'') <10.31.45.33> (0, b'ansible-tmp-1734161001.3353815-11127-250932283213260=/root/.ansible/tmp/ansible-tmp-1734161001.3353815-11127-250932283213260\n', b'') <10.31.11.139> (0, b'ansible-tmp-1734161001.3374617-11129-205963869525212=/root/.ansible/tmp/ansible-tmp-1734161001.3374617-11129-205963869525212\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py <10.31.46.125> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpirzumh0g TO /root/.ansible/tmp/ansible-tmp-1734161001.3262236-11125-234236090024325/AnsiballZ_command.py PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmph__bt7a1 TO /root/.ansible/tmp/ansible-tmp-1734161001.2923968-11124-280360664797673/AnsiballZ_command.py <10.31.46.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' '[10.31.46.125]' EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161001.2923968-11124-280360664797673/ /root/.ansible/tmp/ansible-tmp-1734161001.2923968-11124-280360664797673/AnsiballZ_command.py && sleep 0' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py <10.31.45.33> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpzrb_bsf_ TO /root/.ansible/tmp/ansible-tmp-1734161001.3353815-11127-250932283213260/AnsiballZ_command.py <10.31.45.33> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' '[10.31.45.33]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py <10.31.11.139> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp8s4tmw35 TO /root/.ansible/tmp/ansible-tmp-1734161001.3374617-11129-205963869525212/AnsiballZ_command.py <10.31.11.139> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/248269a8a4"' '[10.31.11.139]' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1734161001.2923968-11124-280360664797673/AnsiballZ_command.py && sleep 0' <10.31.46.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpirzumh0g /root/.ansible/tmp/ansible-tmp-1734161001.3262236-11125-234236090024325/AnsiballZ_command.py\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161001.3262236-11125-234236090024325/ /root/.ansible/tmp/ansible-tmp-1734161001.3262236-11125-234236090024325/AnsiballZ_command.py && sleep 0'"'"'' <10.31.11.139> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp8s4tmw35 /root/.ansible/tmp/ansible-tmp-1734161001.3374617-11129-205963869525212/AnsiballZ_command.py\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161001.3374617-11129-205963869525212/ /root/.ansible/tmp/ansible-tmp-1734161001.3374617-11129-205963869525212/AnsiballZ_command.py && sleep 0'"'"'' <10.31.45.33> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpzrb_bsf_ /root/.ansible/tmp/ansible-tmp-1734161001.3353815-11127-250932283213260/AnsiballZ_command.py\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161001.3353815-11127-250932283213260/ /root/.ansible/tmp/ansible-tmp-1734161001.3353815-11127-250932283213260/AnsiballZ_command.py && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' -tt 10.31.46.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161001.3262236-11125-234236090024325/AnsiballZ_command.py && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' -tt 10.31.11.139 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161001.3374617-11129-205963869525212/AnsiballZ_command.py && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' -tt 10.31.45.33 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161001.3353815-11127-250932283213260/AnsiballZ_command.py && sleep 0'"'"'' EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161001.2923968-11124-280360664797673/ > /dev/null 2>&1 && sleep 0' changed: [localhost] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": null, "end": null, "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } MSG: Command would have run if not in check mode <10.31.11.139> (0, b'\r\n{"changed": false, "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "stderr": "", "rc": 0, "cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "start": null, "end": null, "delta": null, "msg": "Would not run command since \'/root/.ssh/kdump_id_rsa\' exists", "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to 10.31.11.139 closed.\r\n') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161001.3374617-11129-205963869525212/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.46.125> (0, b'\r\n{"changed": false, "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "stderr": "", "rc": 0, "cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "start": null, "end": null, "delta": null, "msg": "Would not run command since \'/root/.ssh/kdump_id_rsa\' exists", "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to 10.31.46.125 closed.\r\n') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161001.3262236-11125-234236090024325/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.33> (0, b'\r\n{"changed": false, "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "stderr": "", "rc": 0, "cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "start": null, "end": null, "delta": null, "msg": "Would not run command since \'/root/.ssh/kdump_id_rsa\' exists", "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to 10.31.45.33 closed.\r\n') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161001.3353815-11127-250932283213260/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') ok: [managed-node3] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": null, "end": null, "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists MSG: Would not run command since '/root/.ssh/kdump_id_rsa' exists <10.31.46.125> (0, b'', b'') ok: [managed-node1] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": null, "end": null, "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists MSG: Would not run command since '/root/.ssh/kdump_id_rsa' exists <10.31.45.33> (0, b'', b'') ok: [managed-node2] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": null, "end": null, "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists MSG: Would not run command since '/root/.ssh/kdump_id_rsa' exists TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 14 December 2024 02:23:21 -0500 (0:00:00.477) 0:00:08.588 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c 'echo ~root && sleep 0' <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161001.7647161-11163-102179649837939 `" && echo ansible-tmp-1734161001.7647161-11163-102179649837939="` echo /root/.ansible/tmp/ansible-tmp-1734161001.7647161-11163-102179649837939 `" ) && sleep 0' <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.46.125> (0, b'/root\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161001.794775-11164-163746579099702 `" && echo ansible-tmp-1734161001.794775-11164-163746579099702="` echo /root/.ansible/tmp/ansible-tmp-1734161001.794775-11164-163746579099702 `" ) && sleep 0'"'"'' <10.31.45.33> (0, b'/root\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161001.8061898-11166-209251770273673 `" && echo ansible-tmp-1734161001.8061898-11166-209251770273673="` echo /root/.ansible/tmp/ansible-tmp-1734161001.8061898-11166-209251770273673 `" ) && sleep 0'"'"'' <10.31.11.139> (0, b'/root\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161001.8221223-11168-208999243694502 `" && echo ansible-tmp-1734161001.8221223-11168-208999243694502="` echo /root/.ansible/tmp/ansible-tmp-1734161001.8221223-11168-208999243694502 `" ) && sleep 0'"'"'' <10.31.46.125> (0, b'ansible-tmp-1734161001.794775-11164-163746579099702=/root/.ansible/tmp/ansible-tmp-1734161001.794775-11164-163746579099702\n', b'') <10.31.45.33> (0, b'ansible-tmp-1734161001.8061898-11166-209251770273673=/root/.ansible/tmp/ansible-tmp-1734161001.8061898-11166-209251770273673\n', b'') <10.31.11.139> (0, b'ansible-tmp-1734161001.8221223-11168-208999243694502=/root/.ansible/tmp/ansible-tmp-1734161001.8221223-11168-208999243694502\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpa4uecow1 TO /root/.ansible/tmp/ansible-tmp-1734161001.7647161-11163-102179649837939/AnsiballZ_slurp.py <10.31.46.125> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpa7i3wj49 TO /root/.ansible/tmp/ansible-tmp-1734161001.794775-11164-163746579099702/AnsiballZ_slurp.py EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161001.7647161-11163-102179649837939/ /root/.ansible/tmp/ansible-tmp-1734161001.7647161-11163-102179649837939/AnsiballZ_slurp.py && sleep 0' <10.31.46.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' '[10.31.46.125]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.45.33> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp8tgwxy58 TO /root/.ansible/tmp/ansible-tmp-1734161001.8061898-11166-209251770273673/AnsiballZ_slurp.py <10.31.45.33> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' '[10.31.45.33]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.11.139> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpkhjutk1c TO /root/.ansible/tmp/ansible-tmp-1734161001.8221223-11168-208999243694502/AnsiballZ_slurp.py <10.31.11.139> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/248269a8a4"' '[10.31.11.139]' EXEC /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1734161001.7647161-11163-102179649837939/AnsiballZ_slurp.py && sleep 0' <10.31.46.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpa7i3wj49 /root/.ansible/tmp/ansible-tmp-1734161001.794775-11164-163746579099702/AnsiballZ_slurp.py\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161001.794775-11164-163746579099702/ /root/.ansible/tmp/ansible-tmp-1734161001.794775-11164-163746579099702/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.33> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp8tgwxy58 /root/.ansible/tmp/ansible-tmp-1734161001.8061898-11166-209251770273673/AnsiballZ_slurp.py\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161001.8061898-11166-209251770273673/ /root/.ansible/tmp/ansible-tmp-1734161001.8061898-11166-209251770273673/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' -tt 10.31.46.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161001.794775-11164-163746579099702/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.11.139> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpkhjutk1c /root/.ansible/tmp/ansible-tmp-1734161001.8221223-11168-208999243694502/AnsiballZ_slurp.py\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161001.8221223-11168-208999243694502/ /root/.ansible/tmp/ansible-tmp-1734161001.8221223-11168-208999243694502/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' -tt 10.31.45.33 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161001.8061898-11166-209251770273673/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' -tt 10.31.11.139 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161001.8221223-11168-208999243694502/AnsiballZ_slurp.py && sleep 0'"'"'' EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161001.7647161-11163-102179649837939/ > /dev/null 2>&1 && sleep 0' The full traceback is: File "/tmp/ansible_slurp_payload_hja97y56/ansible_slurp_payload.zip/ansible/modules/slurp.py", line 102, in main fatal: [localhost]: FAILED! => { "changed": false, "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } } } MSG: file not found: /root/.ssh/kdump_id_rsa.pub <10.31.46.125> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDNlo1UTJqbUFaanBTRUhqL0hJSytDTTBaZ1BrUnB4VXIzWEpJa1dYaHVzSlFOK2lYZWFlZWFOL3c4VExrTUs0VUZTUVNRNEZMakNmSDZiOUhUUVFnQVFMcjB4c3EvTm8zcU5YTXhQNEpwWFpOc0k3ZmN2U0IxNmNoNmlyMlRtQXpmQzhGa3lxWFFDd2ovbzlmVklhQVE0RFhBNHZCdDJENUZzbTVJOHdTS2Y4cWQ1R3B3Z0JoOWZQVEZEVEM5NGhVdDRGQVZYc05mVEFNRk9UWHVZY2pBSjNqb2pEdkxwV0FWNVRSL2VYdUhzaXl3RjY5OE5salluMVp0cXFkdjVGOGxDRStFcy9OcXNFeGZ3bnFmc1JXY2VIT1B2ek5vZHZ3TVNoRDE2UHVlOW5mcmpsYm8wbi9xUGVTeXg4MGYrUzMzTWNLa3RIZk5uVnNSU2daMUs3V0JDTFJOclN5aCtaZUdSd1hlZnk3Y09oSkYwMVFZRTArRUtYYkVHQlFtaFExV3Nud2NkTklPZFE2eGJVZC9LblNjRWVxVlZ2UlRrR0x6VGRjSGJYZ1JVek1vc2tGOWFRZnZJMytlajhoc1RnbDdlOHhoYldzam5oYkpsR2RrRUhWMWZIR2pPZjByZ1lZT1pPOUhvcWh2QlFNSUcvWVNjZ29HVDdBY2VPNFpFQUU9IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "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.46.125 closed.\r\n') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161001.794775-11164-163746579099702/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.33> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEY2hFU3pVVGFITmcyL2VPR1p1VEZVMWJGOTZpdXBzd0NBYng4WEcrWUw0SENZN0pZWTN6eWhRQUZGZWFQV2xndHJWYUEzWFRWOEt3WmFwSUJ0S1NkYTRLMXpVNUlrUnZkckhFUzQyRmVHV0hZaW1tRWxONGhteU9UbTFpWlk0TjliOWpJQXNSdzdnMThIZFYvTlpBTWlzeWozRmZnYkRPNVkzZ003clk5enhkYmM5ZVU3QVpRYUgwazY0aWprR2ZETVZyVmk2clFSckVEemM2akMxSU10VFAzMGU1a3VtMVBwM3FtL3V5R1BuNlFhS3BNTmlHd2RUOFYzZ1lnc2VXYWRzanRnaWxlNWhPSzFnTldSU05FZW9JcmpsU1ZBRWxJeENId3RrV3lyZzViZEhFbmJGWmpML2RvTkZwVXg3aU9wcUsybFlyOTR0cllXeFd4QW5aYzNzMlk0ckZLNjdmMytKWUFCMTBETzE3cm1vYm1HS2d6aUV6NUZyMHFxbTBvSHhrN3hwMzZvTXEyNHRDWXVVMGVnaExQb094bVF0MElWbmJBeVIxeEtHNzdKVmZyYzdSYmJ5TkpTam1SQ3Y4Z1A4WnZsOC8zN0g2bStiZTZZYll6MDVnUGlkRHBDbEl1M2phMHNML3Q5eGIwNXNnLzRNdGFIZit1ZUZMZnlnUHM9IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}}\r\n', b'Shared connection to 10.31.45.33 closed.\r\n') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161001.8061898-11166-209251770273673/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') ok: [managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDNlo1UTJqbUFaanBTRUhqL0hJSytDTTBaZ1BrUnB4VXIzWEpJa1dYaHVzSlFOK2lYZWFlZWFOL3c4VExrTUs0VUZTUVNRNEZMakNmSDZiOUhUUVFnQVFMcjB4c3EvTm8zcU5YTXhQNEpwWFpOc0k3ZmN2U0IxNmNoNmlyMlRtQXpmQzhGa3lxWFFDd2ovbzlmVklhQVE0RFhBNHZCdDJENUZzbTVJOHdTS2Y4cWQ1R3B3Z0JoOWZQVEZEVEM5NGhVdDRGQVZYc05mVEFNRk9UWHVZY2pBSjNqb2pEdkxwV0FWNVRSL2VYdUhzaXl3RjY5OE5salluMVp0cXFkdjVGOGxDRStFcy9OcXNFeGZ3bnFmc1JXY2VIT1B2ek5vZHZ3TVNoRDE2UHVlOW5mcmpsYm8wbi9xUGVTeXg4MGYrUzMzTWNLa3RIZk5uVnNSU2daMUs3V0JDTFJOclN5aCtaZUdSd1hlZnk3Y09oSkYwMVFZRTArRUtYYkVHQlFtaFExV3Nud2NkTklPZFE2eGJVZC9LblNjRWVxVlZ2UlRrR0x6VGRjSGJYZ1JVek1vc2tGOWFRZnZJMytlajhoc1RnbDdlOHhoYldzam5oYkpsR2RrRUhWMWZIR2pPZjByZ1lZT1pPOUhvcWh2QlFNSUcvWVNjZ29HVDdBY2VPNFpFQUU9IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } <10.31.11.139> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDMzE5N3l0NXo1YmQ4aU03VnJWdncrZjBEVVBqTHlKYXQyTnBjaTBnSHFKay9qa2NpUDRzZXV6L2QxZkhUN2s1ZFNNYlU2R0FqY0x2emRDeW9oK05xQmIrd0dKV3hOVjRzVCtRQWRORjBTam1ibXVMR0ZxNS9HUTBWNWpqYlVjaStXWkQ0UldSbDdkSXFLNUwxVm1zSTQzdlBuRmNkSTJWYUFJNXgwTGcwamNkNkVRajJWSDk2eEZ5VWdmaW11VmdEdWtnenhGSmowSG9wWW1KNTVzTG16R0NRRHpKeFZpZlV2YmZIcGhtVHRwT3N5OGQ3blRsb2VVbHg0TUxlVm9wTXo0U3BYNHcyU3k0ZFkxRlJiMkdDZW4xVy9abnpGOTB0SlFCWmh1c3VFVVNSYTZaalpQSVg2ZXA3UG1Ba1Z4eXZnMThYbkMvdlJIamN5OTdIajFiNWR0Z290YWthNmNiQTFKcGJkSTRIZmg4NDhIUGFZbVJ0N3doMUhCbGFQOXRSKzZCeWVsNGxoaFB3ekhYUWpHT0ZRVkpETjJjUUtVTVprUW56MytPSUg4UWJiTWhRSnZYdDdYZmcrQmNkNzczdkx2T3lMeU5PV3BWQ3dMdTN5elVuZ2pOM0labG9DQ0ZHbG85SU9Bb3NObEROYmw2Z0o4M1FnMUJQUHoyUTNPRXM9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "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.11.139 closed.\r\n') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161001.8221223-11168-208999243694502/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') ok: [managed-node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEY2hFU3pVVGFITmcyL2VPR1p1VEZVMWJGOTZpdXBzd0NBYng4WEcrWUw0SENZN0pZWTN6eWhRQUZGZWFQV2xndHJWYUEzWFRWOEt3WmFwSUJ0S1NkYTRLMXpVNUlrUnZkckhFUzQyRmVHV0hZaW1tRWxONGhteU9UbTFpWlk0TjliOWpJQXNSdzdnMThIZFYvTlpBTWlzeWozRmZnYkRPNVkzZ003clk5enhkYmM5ZVU3QVpRYUgwazY0aWprR2ZETVZyVmk2clFSckVEemM2akMxSU10VFAzMGU1a3VtMVBwM3FtL3V5R1BuNlFhS3BNTmlHd2RUOFYzZ1lnc2VXYWRzanRnaWxlNWhPSzFnTldSU05FZW9JcmpsU1ZBRWxJeENId3RrV3lyZzViZEhFbmJGWmpML2RvTkZwVXg3aU9wcUsybFlyOTR0cllXeFd4QW5aYzNzMlk0ckZLNjdmMytKWUFCMTBETzE3cm1vYm1HS2d6aUV6NUZyMHFxbTBvSHhrN3hwMzZvTXEyNHRDWXVVMGVnaExQb094bVF0MElWbmJBeVIxeEtHNzdKVmZyYzdSYmJ5TkpTam1SQ3Y4Z1A4WnZsOC8zN0g2bStiZTZZYll6MDVnUGlkRHBDbEl1M2phMHNML3Q5eGIwNXNnLzRNdGFIZit1ZUZMZnlnUHM9IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } <10.31.11.139> (0, b'', b'') ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDMzE5N3l0NXo1YmQ4aU03VnJWdncrZjBEVVBqTHlKYXQyTnBjaTBnSHFKay9qa2NpUDRzZXV6L2QxZkhUN2s1ZFNNYlU2R0FqY0x2emRDeW9oK05xQmIrd0dKV3hOVjRzVCtRQWRORjBTam1ibXVMR0ZxNS9HUTBWNWpqYlVjaStXWkQ0UldSbDdkSXFLNUwxVm1zSTQzdlBuRmNkSTJWYUFJNXgwTGcwamNkNkVRajJWSDk2eEZ5VWdmaW11VmdEdWtnenhGSmowSG9wWW1KNTVzTG16R0NRRHpKeFZpZlV2YmZIcGhtVHRwT3N5OGQ3blRsb2VVbHg0TUxlVm9wTXo0U3BYNHcyU3k0ZFkxRlJiMkdDZW4xVy9abnpGOTB0SlFCWmh1c3VFVVNSYTZaalpQSVg2ZXA3UG1Ba1Z4eXZnMThYbkMvdlJIamN5OTdIajFiNWR0Z290YWthNmNiQTFKcGJkSTRIZmg4NDhIUGFZbVJ0N3doMUhCbGFQOXRSKzZCeWVsNGxoaFB3ekhYUWpHT0ZRVkpETjJjUUtVTVprUW56MytPSUg4UWJiTWhRSnZYdDdYZmcrQmNkNzczdkx2T3lMeU5PV3BWQ3dMdTN5elVuZ2pOM0labG9DQ0ZHbG85SU9Bb3NObEROYmw2Z0o4M1FnMUJQUHoyUTNPRXM9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "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-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 14 December 2024 02:23:22 -0500 (0:00:00.497) 0:00:09.085 ***** <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.46.125> (0, b'/root\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161002.2906492-11205-40034390114121 `" && echo ansible-tmp-1734161002.2906492-11205-40034390114121="` echo /root/.ansible/tmp/ansible-tmp-1734161002.2906492-11205-40034390114121 `" ) && sleep 0'"'"'' <10.31.45.33> (0, b'/root\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161002.300016-11206-236744802161929 `" && echo ansible-tmp-1734161002.300016-11206-236744802161929="` echo /root/.ansible/tmp/ansible-tmp-1734161002.300016-11206-236744802161929 `" ) && sleep 0'"'"'' <10.31.11.139> (0, b'/root\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161002.309076-11207-148366686176656 `" && echo ansible-tmp-1734161002.309076-11207-148366686176656="` echo /root/.ansible/tmp/ansible-tmp-1734161002.309076-11207-148366686176656 `" ) && sleep 0'"'"'' <10.31.46.125> (0, b'ansible-tmp-1734161002.2906492-11205-40034390114121=/root/.ansible/tmp/ansible-tmp-1734161002.2906492-11205-40034390114121\n', b'') <10.31.45.33> (0, b'ansible-tmp-1734161002.300016-11206-236744802161929=/root/.ansible/tmp/ansible-tmp-1734161002.300016-11206-236744802161929\n', b'') <10.31.11.139> (0, b'ansible-tmp-1734161002.309076-11207-148366686176656=/root/.ansible/tmp/ansible-tmp-1734161002.309076-11207-148366686176656\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/user.py <10.31.46.125> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpgdb7rkh2 TO /root/.ansible/tmp/ansible-tmp-1734161002.2906492-11205-40034390114121/AnsiballZ_user.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/user.py <10.31.46.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' '[10.31.46.125]' <10.31.45.33> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpsxr5124j TO /root/.ansible/tmp/ansible-tmp-1734161002.300016-11206-236744802161929/AnsiballZ_user.py <10.31.45.33> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' '[10.31.45.33]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/user.py <10.31.11.139> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpnnjfpekc TO /root/.ansible/tmp/ansible-tmp-1734161002.309076-11207-148366686176656/AnsiballZ_user.py <10.31.11.139> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/248269a8a4"' '[10.31.11.139]' <10.31.45.33> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpsxr5124j /root/.ansible/tmp/ansible-tmp-1734161002.300016-11206-236744802161929/AnsiballZ_user.py\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161002.300016-11206-236744802161929/ /root/.ansible/tmp/ansible-tmp-1734161002.300016-11206-236744802161929/AnsiballZ_user.py && sleep 0'"'"'' <10.31.46.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpgdb7rkh2 /root/.ansible/tmp/ansible-tmp-1734161002.2906492-11205-40034390114121/AnsiballZ_user.py\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161002.2906492-11205-40034390114121/ /root/.ansible/tmp/ansible-tmp-1734161002.2906492-11205-40034390114121/AnsiballZ_user.py && sleep 0'"'"'' <10.31.11.139> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpnnjfpekc /root/.ansible/tmp/ansible-tmp-1734161002.309076-11207-148366686176656/AnsiballZ_user.py\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161002.309076-11207-148366686176656/ /root/.ansible/tmp/ansible-tmp-1734161002.309076-11207-148366686176656/AnsiballZ_user.py && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' -tt 10.31.45.33 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161002.300016-11206-236744802161929/AnsiballZ_user.py && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' -tt 10.31.46.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161002.2906492-11205-40034390114121/AnsiballZ_user.py && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' -tt 10.31.11.139 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161002.309076-11207-148366686176656/AnsiballZ_user.py && sleep 0'"'"'' <10.31.45.33> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on managed-node2", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null, "umask": null}}}\r\n', b'Shared connection to 10.31.45.33 closed.\r\n') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161002.300016-11206-236744802161929/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.139> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on managed-node3", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null, "umask": null}}}\r\n', b'Shared connection to 10.31.11.139 closed.\r\n') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161002.309076-11207-148366686176656/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.46.125> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on managed-node1", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null, "umask": null}}}\r\n', b'Shared connection to 10.31.46.125 closed.\r\n') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161002.2906492-11205-40034390114121/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') ok: [managed-node2] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on managed-node2", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "umask": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } <10.31.11.139> (0, b'', b'') ok: [managed-node3] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on managed-node3", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "umask": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } <10.31.46.125> (0, b'', b'') ok: [managed-node1] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on managed-node1", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "umask": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] **** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 14 December 2024 02:23:22 -0500 (0:00:00.570) 0:00:09.655 ***** <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> (0, b'/root\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161002.848498-11229-210797566028713 `" && echo ansible-tmp-1734161002.848498-11229-210797566028713="` echo /root/.ansible/tmp/ansible-tmp-1734161002.848498-11229-210797566028713 `" ) && sleep 0'"'"'' <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.33> (0, b'/root\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161002.8654706-11230-136878791602067 `" && echo ansible-tmp-1734161002.8654706-11230-136878791602067="` echo /root/.ansible/tmp/ansible-tmp-1734161002.8654706-11230-136878791602067 `" ) && sleep 0'"'"'' <10.31.46.125> (0, b'ansible-tmp-1734161002.848498-11229-210797566028713=/root/.ansible/tmp/ansible-tmp-1734161002.848498-11229-210797566028713\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.46.125> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpr63m5ypw TO /root/.ansible/tmp/ansible-tmp-1734161002.848498-11229-210797566028713/AnsiballZ_stat.py <10.31.46.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' '[10.31.46.125]' <10.31.11.139> (0, b'/root\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161002.8818097-11231-167452948425849 `" && echo ansible-tmp-1734161002.8818097-11231-167452948425849="` echo /root/.ansible/tmp/ansible-tmp-1734161002.8818097-11231-167452948425849 `" ) && sleep 0'"'"'' <10.31.45.33> (0, b'ansible-tmp-1734161002.8654706-11230-136878791602067=/root/.ansible/tmp/ansible-tmp-1734161002.8654706-11230-136878791602067\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.45.33> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpx9jlgnv5 TO /root/.ansible/tmp/ansible-tmp-1734161002.8654706-11230-136878791602067/AnsiballZ_stat.py <10.31.45.33> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' '[10.31.45.33]' <10.31.11.139> (0, b'ansible-tmp-1734161002.8818097-11231-167452948425849=/root/.ansible/tmp/ansible-tmp-1734161002.8818097-11231-167452948425849\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.11.139> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpbppmeem2 TO /root/.ansible/tmp/ansible-tmp-1734161002.8818097-11231-167452948425849/AnsiballZ_stat.py <10.31.11.139> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/248269a8a4"' '[10.31.11.139]' <10.31.46.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpr63m5ypw /root/.ansible/tmp/ansible-tmp-1734161002.848498-11229-210797566028713/AnsiballZ_stat.py\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161002.848498-11229-210797566028713/ /root/.ansible/tmp/ansible-tmp-1734161002.848498-11229-210797566028713/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.33> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpx9jlgnv5 /root/.ansible/tmp/ansible-tmp-1734161002.8654706-11230-136878791602067/AnsiballZ_stat.py\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161002.8654706-11230-136878791602067/ /root/.ansible/tmp/ansible-tmp-1734161002.8654706-11230-136878791602067/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' -tt 10.31.46.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161002.848498-11229-210797566028713/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.139> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpbppmeem2 /root/.ansible/tmp/ansible-tmp-1734161002.8818097-11231-167452948425849/AnsiballZ_stat.py\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> (0, b'', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161002.8818097-11231-167452948425849/ /root/.ansible/tmp/ansible-tmp-1734161002.8818097-11231-167452948425849/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' -tt 10.31.45.33 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161002.8654706-11230-136878791602067/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' -tt 10.31.11.139 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161002.8818097-11231-167452948425849/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.46.125> (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": 1734160402.203962, "mtime": 1734160952.3852632, "ctime": 1734160952.3852632, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1339598710", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.46.125 closed.\r\n') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161002.848498-11229-210797566028713/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.33> (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": 1734160406.7345068, "mtime": 1734160960.4106913, "ctime": 1734160960.4106913, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1339598710", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.45.33 closed.\r\n') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161002.8654706-11230-136878791602067/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1734160402.203962, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1734160952.3852632, "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": 1734160952.3852632, "nlink": 2, "path": "/root/.ssh", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 101, "uid": 0, "version": "1339598710", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } <10.31.45.33> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1734160406.7345068, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1734160960.4106913, "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": 1734160960.4106913, "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.11.139> (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": 1734160410.7524185, "mtime": 1734160969.3933926, "ctime": 1734160969.3933926, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1339598710", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.11.139 closed.\r\n') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161002.8818097-11231-167452948425849/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1734160410.7524185, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1734160969.3933926, "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": 1734160969.3933926, "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-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 14 December 2024 02:23:23 -0500 (0:00:00.389) 0:00:10.045 ***** <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.46.125> (0, b'/root\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161003.260929-11253-57811451444541 `" && echo ansible-tmp-1734161003.260929-11253-57811451444541="` echo /root/.ansible/tmp/ansible-tmp-1734161003.260929-11253-57811451444541 `" ) && sleep 0'"'"'' <10.31.45.33> (0, b'/root\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161003.2685726-11254-65055069482462 `" && echo ansible-tmp-1734161003.2685726-11254-65055069482462="` echo /root/.ansible/tmp/ansible-tmp-1734161003.2685726-11254-65055069482462 `" ) && sleep 0'"'"'' <10.31.11.139> (0, b'/root\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161003.2703133-11255-216354161072830 `" && echo ansible-tmp-1734161003.2703133-11255-216354161072830="` echo /root/.ansible/tmp/ansible-tmp-1734161003.2703133-11255-216354161072830 `" ) && sleep 0'"'"'' <10.31.46.125> (0, b'ansible-tmp-1734161003.260929-11253-57811451444541=/root/.ansible/tmp/ansible-tmp-1734161003.260929-11253-57811451444541\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.46.125> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpdjw7umwt TO /root/.ansible/tmp/ansible-tmp-1734161003.260929-11253-57811451444541/AnsiballZ_stat.py <10.31.46.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' '[10.31.46.125]' <10.31.45.33> (0, b'ansible-tmp-1734161003.2685726-11254-65055069482462=/root/.ansible/tmp/ansible-tmp-1734161003.2685726-11254-65055069482462\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.45.33> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp_1psup00 TO /root/.ansible/tmp/ansible-tmp-1734161003.2685726-11254-65055069482462/AnsiballZ_stat.py <10.31.45.33> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' '[10.31.45.33]' <10.31.11.139> (0, b'ansible-tmp-1734161003.2703133-11255-216354161072830=/root/.ansible/tmp/ansible-tmp-1734161003.2703133-11255-216354161072830\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.11.139> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpcgnk4tag TO /root/.ansible/tmp/ansible-tmp-1734161003.2703133-11255-216354161072830/AnsiballZ_stat.py <10.31.11.139> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/248269a8a4"' '[10.31.11.139]' <10.31.46.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpdjw7umwt /root/.ansible/tmp/ansible-tmp-1734161003.260929-11253-57811451444541/AnsiballZ_stat.py\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161003.260929-11253-57811451444541/ /root/.ansible/tmp/ansible-tmp-1734161003.260929-11253-57811451444541/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.33> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp_1psup00 /root/.ansible/tmp/ansible-tmp-1734161003.2685726-11254-65055069482462/AnsiballZ_stat.py\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161003.2685726-11254-65055069482462/ /root/.ansible/tmp/ansible-tmp-1734161003.2685726-11254-65055069482462/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.139> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpcgnk4tag /root/.ansible/tmp/ansible-tmp-1734161003.2703133-11255-216354161072830/AnsiballZ_stat.py\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161003.2703133-11255-216354161072830/ /root/.ansible/tmp/ansible-tmp-1734161003.2703133-11255-216354161072830/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' -tt 10.31.46.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161003.260929-11253-57811451444541/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' -tt 10.31.45.33 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161003.2685726-11254-65055069482462/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' -tt 10.31.11.139 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161003.2703133-11255-216354161072830/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.33> (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": 1734160630.9330373, "mtime": 1734160406.7345068, "ctime": 1734160406.7345068, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "mimetype": "text/plain", "charset": "us-ascii", "version": "1222691786", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.45.33 closed.\r\n') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161003.2685726-11254-65055069482462/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.46.125> (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": 75497667, "dev": 51713, "nlink": 1, "atime": 1734160958.0842793, "mtime": 1734160952.3852632, "ctime": 1734160952.3872633, "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": "894c1f8959a69701fe29bb5fa2ae851fb3828474", "mimetype": "text/plain", "charset": "us-ascii", "version": "2915824611", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.46.125 closed.\r\n') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161003.260929-11253-57811451444541/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.139> (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": 1734160973.2844124, "mtime": 1734160969.3933926, "ctime": 1734160969.3943925, "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": "9df24d11a60c02b70a9e4cebe994af6471310f18", "mimetype": "text/plain", "charset": "us-ascii", "version": "3472574537", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.11.139 closed.\r\n') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161003.2703133-11255-216354161072830/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1734160630.9330373, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1734160406.7345068, "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": 1734160406.7345068, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 990, "uid": 0, "version": "1222691786", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.46.125> (0, b'', b'') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1734160958.0842793, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "894c1f8959a69701fe29bb5fa2ae851fb3828474", "ctime": 1734160952.3872633, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 75497667, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1734160952.3852632, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1562, "uid": 0, "version": "2915824611", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.11.139> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1734160973.2844124, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "9df24d11a60c02b70a9e4cebe994af6471310f18", "ctime": 1734160969.3943925, "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": 1734160969.3933926, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1562, "uid": 0, "version": "3472574537", "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-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 14 December 2024 02:23:23 -0500 (0:00:00.391) 0:00:10.437 ***** <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.46.125> (0, b'/root\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161003.687909-11280-257062830851163 `" && echo ansible-tmp-1734161003.687909-11280-257062830851163="` echo /root/.ansible/tmp/ansible-tmp-1734161003.687909-11280-257062830851163 `" ) && sleep 0'"'"'' <10.31.45.33> (0, b'/root\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161003.707878-11281-107834606161618 `" && echo ansible-tmp-1734161003.707878-11281-107834606161618="` echo /root/.ansible/tmp/ansible-tmp-1734161003.707878-11281-107834606161618 `" ) && sleep 0'"'"'' <10.31.11.139> (0, b'/root\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161003.714026-11282-180584469280926 `" && echo ansible-tmp-1734161003.714026-11282-180584469280926="` echo /root/.ansible/tmp/ansible-tmp-1734161003.714026-11282-180584469280926 `" ) && sleep 0'"'"'' <10.31.46.125> (0, b'ansible-tmp-1734161003.687909-11280-257062830851163=/root/.ansible/tmp/ansible-tmp-1734161003.687909-11280-257062830851163\n', b'') <10.31.45.33> (0, b'ansible-tmp-1734161003.707878-11281-107834606161618=/root/.ansible/tmp/ansible-tmp-1734161003.707878-11281-107834606161618\n', b'') <10.31.11.139> (0, b'ansible-tmp-1734161003.714026-11282-180584469280926=/root/.ansible/tmp/ansible-tmp-1734161003.714026-11282-180584469280926\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.45.33> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpfl0vcqsm TO /root/.ansible/tmp/ansible-tmp-1734161003.707878-11281-107834606161618/AnsiballZ_file.py <10.31.45.33> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' '[10.31.45.33]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.11.139> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpx7t77f55 TO /root/.ansible/tmp/ansible-tmp-1734161003.714026-11282-180584469280926/AnsiballZ_file.py <10.31.11.139> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/248269a8a4"' '[10.31.11.139]' <10.31.46.125> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpdk3nlffx TO /root/.ansible/tmp/ansible-tmp-1734161003.687909-11280-257062830851163/AnsiballZ_file.py <10.31.46.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' '[10.31.46.125]' <10.31.45.33> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpfl0vcqsm /root/.ansible/tmp/ansible-tmp-1734161003.707878-11281-107834606161618/AnsiballZ_file.py\n', b'') <10.31.46.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpdk3nlffx /root/.ansible/tmp/ansible-tmp-1734161003.687909-11280-257062830851163/AnsiballZ_file.py\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161003.687909-11280-257062830851163/ /root/.ansible/tmp/ansible-tmp-1734161003.687909-11280-257062830851163/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161003.707878-11281-107834606161618/ /root/.ansible/tmp/ansible-tmp-1734161003.707878-11281-107834606161618/AnsiballZ_file.py && sleep 0'"'"'' <10.31.11.139> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpx7t77f55 /root/.ansible/tmp/ansible-tmp-1734161003.714026-11282-180584469280926/AnsiballZ_file.py\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161003.714026-11282-180584469280926/ /root/.ansible/tmp/ansible-tmp-1734161003.714026-11282-180584469280926/AnsiballZ_file.py && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' -tt 10.31.46.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161003.687909-11280-257062830851163/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' -tt 10.31.45.33 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161003.707878-11281-107834606161618/AnsiballZ_file.py && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' -tt 10.31.11.139 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161003.714026-11282-180584469280926/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.33> (0, b'\r\n{"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "invocation": {"module_args": {"path": "/root/.ssh", "state": "directory", "group": "root", "owner": "root", "mode": "0700", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.45.33 closed.\r\n') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161003.707878-11281-107834606161618/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.46.125> (0, b'\r\n{"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "invocation": {"module_args": {"path": "/root/.ssh", "state": "directory", "group": "root", "owner": "root", "mode": "0700", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.46.125 closed.\r\n') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161003.687909-11280-257062830851163/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.139> (0, b'\r\n{"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "invocation": {"module_args": {"path": "/root/.ssh", "state": "directory", "group": "root", "owner": "root", "mode": "0700", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.11.139 closed.\r\n') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161003.714026-11282-180584469280926/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') ok: [managed-node2] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } <10.31.46.125> (0, b'', b'') ok: [managed-node1] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } <10.31.11.139> (0, b'', b'') ok: [managed-node3] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 14 December 2024 02:23:24 -0500 (0:00:00.538) 0:00:10.975 ***** <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.46.125> (0, b'/root\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161004.2154036-11304-101071408390416 `" && echo ansible-tmp-1734161004.2154036-11304-101071408390416="` echo /root/.ansible/tmp/ansible-tmp-1734161004.2154036-11304-101071408390416 `" ) && sleep 0'"'"'' <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.33> (0, b'/root\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161004.2580554-11305-21423123549814 `" && echo ansible-tmp-1734161004.2580554-11305-21423123549814="` echo /root/.ansible/tmp/ansible-tmp-1734161004.2580554-11305-21423123549814 `" ) && sleep 0'"'"'' <10.31.46.125> (0, b'ansible-tmp-1734161004.2154036-11304-101071408390416=/root/.ansible/tmp/ansible-tmp-1734161004.2154036-11304-101071408390416\n', b'') <10.31.11.139> (0, b'/root\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161004.2759748-11306-27200828351729 `" && echo ansible-tmp-1734161004.2759748-11306-27200828351729="` echo /root/.ansible/tmp/ansible-tmp-1734161004.2759748-11306-27200828351729 `" ) && sleep 0'"'"'' <10.31.45.33> (0, b'ansible-tmp-1734161004.2580554-11305-21423123549814=/root/.ansible/tmp/ansible-tmp-1734161004.2580554-11305-21423123549814\n', b'') <10.31.11.139> (0, b'ansible-tmp-1734161004.2759748-11306-27200828351729=/root/.ansible/tmp/ansible-tmp-1734161004.2759748-11306-27200828351729\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/lineinfile.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/lineinfile.py <10.31.46.125> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpfno7j0jm TO /root/.ansible/tmp/ansible-tmp-1734161004.2154036-11304-101071408390416/AnsiballZ_lineinfile.py <10.31.45.33> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp0nr7d7og TO /root/.ansible/tmp/ansible-tmp-1734161004.2580554-11305-21423123549814/AnsiballZ_lineinfile.py <10.31.46.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' '[10.31.46.125]' <10.31.45.33> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' '[10.31.45.33]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/lineinfile.py <10.31.11.139> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpnm29cjm_ TO /root/.ansible/tmp/ansible-tmp-1734161004.2759748-11306-27200828351729/AnsiballZ_lineinfile.py <10.31.11.139> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/248269a8a4"' '[10.31.11.139]' <10.31.45.33> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp0nr7d7og /root/.ansible/tmp/ansible-tmp-1734161004.2580554-11305-21423123549814/AnsiballZ_lineinfile.py\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161004.2580554-11305-21423123549814/ /root/.ansible/tmp/ansible-tmp-1734161004.2580554-11305-21423123549814/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.46.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpfno7j0jm /root/.ansible/tmp/ansible-tmp-1734161004.2154036-11304-101071408390416/AnsiballZ_lineinfile.py\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161004.2154036-11304-101071408390416/ /root/.ansible/tmp/ansible-tmp-1734161004.2154036-11304-101071408390416/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.11.139> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpnm29cjm_ /root/.ansible/tmp/ansible-tmp-1734161004.2759748-11306-27200828351729/AnsiballZ_lineinfile.py\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161004.2759748-11306-27200828351729/ /root/.ansible/tmp/ansible-tmp-1734161004.2759748-11306-27200828351729/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' -tt 10.31.45.33 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161004.2580554-11305-21423123549814/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' -tt 10.31.46.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161004.2154036-11304-101071408390416/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' -tt 10.31.11.139 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161004.2759748-11306-27200828351729/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.45.33> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDchESzUTaHNg2/eOGZuTFU1bF96iupswCAbx8XG+YL4HCY7JYY3zyhQAFFeaPWlgtrVaA3XTV8KwZapIBtKSda4K1zU5IkRvdrHES42FeGWHYimmElN4hmyOTm1iZY4N9b9jIAsRw7g18HdV/NZAMisyj3FfgbDO5Y3gM7rY9zxdbc9eU7AZQaH0k64ijkGfDMVrVi6rQRrEDzc6jC1IMtTP30e5kum1Pp3qm/uyGPn6QaKpMNiGwdT8V3gYgseWadsjtgile5hOK1gNWRSNEeoIrjlSVAElIxCHwtkWyrg5bdHEnbFZjL/doNFpUx7iOpqK2lYr94trYWxWxAnZc3s2Y4rFK67f3+JYAB10DO17rmobmGKgziEz5Fr0qqm0oHxk7xp36oMq24tCYuU0eghLPoOxmQt0IVnbAyR1xKG77JVfrc7RbbyNJSjmRCv8gP8Zvl8/37H6m+be6YbYz05gPidDpClIu3ja0sL/t9xb05sg/4MtaHf+ueFLfygPs= root@managed-node2", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "unsafe_writes": false, "regexp": null, "search_string": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.45.33 closed.\r\n') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161004.2580554-11305-21423123549814/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.46.125> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQC6Z5Q2jmAZjpSEHj/HIK+CM0ZgPkRpxUr3XJIkWXhusJQN+iXeaeeaN/w8TLkMK4UFSQSQ4FLjCfH6b9HTQQgAQLr0xsq/No3qNXMxP4JpXZNsI7fcvSB16ch6ir2TmAzfC8FkyqXQCwj/o9fVIaAQ4DXA4vBt2D5Fsm5I8wSKf8qd5GpwgBh9fPTFDTC94hUt4FAVXsNfTAMFOTXuYcjAJ3jojDvLpWAV5TR/eXuHsiywF698NljYn1Ztqqdv5F8lCE+Es/NqsExfwnqfsRWceHOPvzNodvwMShD16Pue9nfrjlbo0n/qPeSyx80f+S33McKktHfNnVsRSgZ1K7WBCLRNrSyh+ZeGRwXefy7cOhJF01QYE0+EKXbEGBQmhQ1WsnwcdNIOdQ6xbUd/KnScEeqVVvRTkGLzTdcHbXgRUzMoskF9aQfvI3+ej8hsTgl7e8xhbWsjnhbJlGdkEHV1fHGjOf0rgYYOZO9HoqhvBQMIG/YScgoGT7AceO4ZEAE= root@managed-node1", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "unsafe_writes": false, "regexp": null, "search_string": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.46.125 closed.\r\n') <10.31.11.139> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQC3197yt5z5bd8iM7VrVvw+f0DUPjLyJat2Npci0gHqJk/jkciP4seuz/d1fHT7k5dSMbU6GAjcLvzdCyoh+NqBb+wGJWxNV4sT+QAdNF0SjmbmuLGFq5/GQ0V5jjbUci+WZD4RWRl7dIqK5L1VmsI43vPnFcdI2VaAI5x0Lg0jcd6EQj2VH96xFyUgfimuVgDukgzxFJj0HopYmJ55sLmzGCQDzJxVifUvbfHphmTtpOsy8d7nTloeUlx4MLeVopMz4SpX4w2Sy4dY1FRb2GCen1W/ZnzF90tJQBZhusuEUSRa6ZjZPIX6ep7PmAkVxyvg18XnC/vRHjcy97Hj1b5dtgotaka6cbA1JpbdI4Hfh848HPaYmRt7wh1HBlaP9tR+6Byel4lhhPwzHXQjGOFQVJDN2cQKUMZkQnz3+OIH8QbbMhQJvXt7Xfg+Bcd773vLvOyLyNOWpVCwLu3yzUngjN3IZloCCFGlo9IOAosNlDNbl6gJ83Qg1BPPz2Q3OEs= root@managed-node3", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "unsafe_writes": false, "regexp": null, "search_string": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.11.139 closed.\r\n') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161004.2759748-11306-27200828351729/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161004.2154036-11304-101071408390416/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') changed: [managed-node2] => { "backup": "", "changed": true, "diff": [ { "after": "", "after_header": "/root/.ssh/authorized_keys (content)", "before": "", "before_header": "/root/.ssh/authorized_keys (content)" }, { "after_header": "/root/.ssh/authorized_keys (file attributes)", "before_header": "/root/.ssh/authorized_keys (file attributes)" } ], "invocation": { "module_args": { "attributes": null, "backrefs": false, "backup": false, "create": true, "firstmatch": false, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDchESzUTaHNg2/eOGZuTFU1bF96iupswCAbx8XG+YL4HCY7JYY3zyhQAFFeaPWlgtrVaA3XTV8KwZapIBtKSda4K1zU5IkRvdrHES42FeGWHYimmElN4hmyOTm1iZY4N9b9jIAsRw7g18HdV/NZAMisyj3FfgbDO5Y3gM7rY9zxdbc9eU7AZQaH0k64ijkGfDMVrVi6rQRrEDzc6jC1IMtTP30e5kum1Pp3qm/uyGPn6QaKpMNiGwdT8V3gYgseWadsjtgile5hOK1gNWRSNEeoIrjlSVAElIxCHwtkWyrg5bdHEnbFZjL/doNFpUx7iOpqK2lYr94trYWxWxAnZc3s2Y4rFK67f3+JYAB10DO17rmobmGKgziEz5Fr0qqm0oHxk7xp36oMq24tCYuU0eghLPoOxmQt0IVnbAyR1xKG77JVfrc7RbbyNJSjmRCv8gP8Zvl8/37H6m+be6YbYz05gPidDpClIu3ja0sL/t9xb05sg/4MtaHf+ueFLfygPs= root@managed-node2", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "search_string": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "validate": null } } } MSG: line added <10.31.11.139> (0, b'', b'') <10.31.46.125> (0, b'', b'') ok: [managed-node3] => { "backup": "", "changed": false, "diff": [ { "after": "", "after_header": "/root/.ssh/authorized_keys (content)", "before": "", "before_header": "/root/.ssh/authorized_keys (content)" }, { "after_header": "/root/.ssh/authorized_keys (file attributes)", "before_header": "/root/.ssh/authorized_keys (file attributes)" } ], "invocation": { "module_args": { "attributes": null, "backrefs": false, "backup": false, "create": true, "firstmatch": false, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3197yt5z5bd8iM7VrVvw+f0DUPjLyJat2Npci0gHqJk/jkciP4seuz/d1fHT7k5dSMbU6GAjcLvzdCyoh+NqBb+wGJWxNV4sT+QAdNF0SjmbmuLGFq5/GQ0V5jjbUci+WZD4RWRl7dIqK5L1VmsI43vPnFcdI2VaAI5x0Lg0jcd6EQj2VH96xFyUgfimuVgDukgzxFJj0HopYmJ55sLmzGCQDzJxVifUvbfHphmTtpOsy8d7nTloeUlx4MLeVopMz4SpX4w2Sy4dY1FRb2GCen1W/ZnzF90tJQBZhusuEUSRa6ZjZPIX6ep7PmAkVxyvg18XnC/vRHjcy97Hj1b5dtgotaka6cbA1JpbdI4Hfh848HPaYmRt7wh1HBlaP9tR+6Byel4lhhPwzHXQjGOFQVJDN2cQKUMZkQnz3+OIH8QbbMhQJvXt7Xfg+Bcd773vLvOyLyNOWpVCwLu3yzUngjN3IZloCCFGlo9IOAosNlDNbl6gJ83Qg1BPPz2Q3OEs= root@managed-node3", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "search_string": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "validate": null } } } ok: [managed-node1] => { "backup": "", "changed": false, "diff": [ { "after": "", "after_header": "/root/.ssh/authorized_keys (content)", "before": "", "before_header": "/root/.ssh/authorized_keys (content)" }, { "after_header": "/root/.ssh/authorized_keys (file attributes)", "before_header": "/root/.ssh/authorized_keys (file attributes)" } ], "invocation": { "module_args": { "attributes": null, "backrefs": false, "backup": false, "create": true, "firstmatch": false, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6Z5Q2jmAZjpSEHj/HIK+CM0ZgPkRpxUr3XJIkWXhusJQN+iXeaeeaN/w8TLkMK4UFSQSQ4FLjCfH6b9HTQQgAQLr0xsq/No3qNXMxP4JpXZNsI7fcvSB16ch6ir2TmAzfC8FkyqXQCwj/o9fVIaAQ4DXA4vBt2D5Fsm5I8wSKf8qd5GpwgBh9fPTFDTC94hUt4FAVXsNfTAMFOTXuYcjAJ3jojDvLpWAV5TR/eXuHsiywF698NljYn1Ztqqdv5F8lCE+Es/NqsExfwnqfsRWceHOPvzNodvwMShD16Pue9nfrjlbo0n/qPeSyx80f+S33McKktHfNnVsRSgZ1K7WBCLRNrSyh+ZeGRwXefy7cOhJF01QYE0+EKXbEGBQmhQ1WsnwcdNIOdQ6xbUd/KnScEeqVVvRTkGLzTdcHbXgRUzMoskF9aQfvI3+ej8hsTgl7e8xhbWsjnhbJlGdkEHV1fHGjOf0rgYYOZO9HoqhvBQMIG/YScgoGT7AceO4ZEAE= root@managed-node1", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "search_string": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "validate": null } } } TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 14 December 2024 02:23:24 -0500 (0:00:00.545) 0:00:11.521 ***** <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.46.125> (0, b'/root\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161004.7100968-11331-269365099287759 `" && echo ansible-tmp-1734161004.7100968-11331-269365099287759="` echo /root/.ansible/tmp/ansible-tmp-1734161004.7100968-11331-269365099287759 `" ) && sleep 0'"'"'' <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.33> (0, b'/root\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161004.7317114-11332-11558833367518 `" && echo ansible-tmp-1734161004.7317114-11332-11558833367518="` echo /root/.ansible/tmp/ansible-tmp-1734161004.7317114-11332-11558833367518 `" ) && sleep 0'"'"'' <10.31.11.139> (0, b'/root\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161004.7405317-11333-110271248862930 `" && echo ansible-tmp-1734161004.7405317-11333-110271248862930="` echo /root/.ansible/tmp/ansible-tmp-1734161004.7405317-11333-110271248862930 `" ) && sleep 0'"'"'' <10.31.46.125> (0, b'ansible-tmp-1734161004.7100968-11331-269365099287759=/root/.ansible/tmp/ansible-tmp-1734161004.7100968-11331-269365099287759\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.46.125> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp4rz4fnxx TO /root/.ansible/tmp/ansible-tmp-1734161004.7100968-11331-269365099287759/AnsiballZ_slurp.py <10.31.46.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' '[10.31.46.125]' <10.31.45.33> (0, b'ansible-tmp-1734161004.7317114-11332-11558833367518=/root/.ansible/tmp/ansible-tmp-1734161004.7317114-11332-11558833367518\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.45.33> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpk9_73pqt TO /root/.ansible/tmp/ansible-tmp-1734161004.7317114-11332-11558833367518/AnsiballZ_slurp.py <10.31.45.33> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' '[10.31.45.33]' <10.31.11.139> (0, b'ansible-tmp-1734161004.7405317-11333-110271248862930=/root/.ansible/tmp/ansible-tmp-1734161004.7405317-11333-110271248862930\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.11.139> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpnf2mh2d3 TO /root/.ansible/tmp/ansible-tmp-1734161004.7405317-11333-110271248862930/AnsiballZ_slurp.py <10.31.11.139> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/248269a8a4"' '[10.31.11.139]' <10.31.46.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp4rz4fnxx /root/.ansible/tmp/ansible-tmp-1734161004.7100968-11331-269365099287759/AnsiballZ_slurp.py\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161004.7100968-11331-269365099287759/ /root/.ansible/tmp/ansible-tmp-1734161004.7100968-11331-269365099287759/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.33> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpk9_73pqt /root/.ansible/tmp/ansible-tmp-1734161004.7317114-11332-11558833367518/AnsiballZ_slurp.py\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161004.7317114-11332-11558833367518/ /root/.ansible/tmp/ansible-tmp-1734161004.7317114-11332-11558833367518/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' -tt 10.31.46.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161004.7100968-11331-269365099287759/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.11.139> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpnf2mh2d3 /root/.ansible/tmp/ansible-tmp-1734161004.7405317-11333-110271248862930/AnsiballZ_slurp.py\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161004.7405317-11333-110271248862930/ /root/.ansible/tmp/ansible-tmp-1734161004.7405317-11333-110271248862930/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' -tt 10.31.45.33 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161004.7317114-11332-11558833367518/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' -tt 10.31.11.139 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161004.7405317-11333-110271248862930/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.33> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEa2pKcWoxT1A3dSsyTFBaSXd4VTFTZDhJVmdORzAwQ2JRNmdqZDdCWmUva29remxvdWNSa2JUNTVDbU41b09sUmhIYjMwMG15QmFjOGhYY0JIVjJZREN5U0FHbXloVWhmUmJDTGxad0E0L1RjZkNIYkxZbXhraVJDOXNPSkR6UEZadG11SkhId254Y3pPbUdTRkpGV0c4cTdkYTlmNEFwRlJ0MXl2Qm9TdlZuRkFRNUttRmo5Mnd2eExhcU10ekJlQkFMSUl3RnJOOHUvUUtpUjFoakVYL0VHOUtYb0x4K0FEelBNVExPRk01ZWdOL2p0Yy9PdUoxd0kwRHplaU5hamFCMFVGTGJHYkJYc3pCY0xpUDRNSTNIZEE5cU1Jb2VxY1NCWGJodkRQS0RJRnpIYU1XalBUOG15ZlQvVGQyNlQ4NE5EdGtHaTVvTHcvT2g0TFpOek9lT3Z5WFhVM0VuOGJ1VkRsRVFvUXlaV1B3bldncm1MaWNob3BQNm5sdU5jVGk3UUVOb3E3aEFZaVJTemE2dEZEbkNDTkROTXpLbm9ZaFhMWEFTVjVpbjVVUWIrRFlsZFlhaStRMW8vd1RzQ1RhUnBDOTMrRFNXNHN3UUJiQi9oVXJzblgreHpMWWFyNmNVZkZ4bTRrRXpIdG5HVGgzRCt5TCtJcUpqczRCVms9IHJvb3RAaXAtMTAtMzEtNDUtMzMudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}}\r\n', b'Shared connection to 10.31.45.33 closed.\r\n') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161004.7317114-11332-11558833367518/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.46.125> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEdGxxalM2eVZRcEsxMk4yc0xxVnpoK1kzRWkzbTlVazdrUnY3Y04wK1A2VzNGeVRBcit3bEpRUFNlSnFyY3Z0dXR2emRINzdFMmZLNG9uYTRhRCtrSUw5eDhpYlVmaC9yenZxcHlwUy9kc2Z2S1ljTGZSSDZEYmJkeGRiRFN2TGpYNUJrVE40L2lITHFaY0VpejVoa2J6Q09lMUNXWGpUdU03aWdyWDVoZml2SS9GelVEVUcvQ2hFRmN1cmsxbHBNVDh6TjVSUzBqMHk1OW4vbGYwVGV3bWhNT3p0OXI5M0tXMkFXSXJUcWZjekJxM0Jib1FqSG1kZmI0NkswVXlhLzBsc2ZBWnJaR2dQSXVCd0FBbkxkT1dRb3hJbXVWTjJreDBFckQwUFVqTzlHZDlhRVdnRDZhbVpIa1hpZitCZXVCa1ByWkdsNEplaFhUTzRBT2RvK2ZiekUzVlV4MWlXa1JJdHIxYlU3WmwvSW9sMXlzTlFWL0tPY3lHVUlFRzNJL0tDei9BNGJSK013dEtGMTQwVmV1OVFTTFNzemM3MlNOSk5LVHo2YzgvbHNOcURpNVQ0bkdIN2xBL21QTDBaQXArOHM0dG5OdGRmZ1BEQkloYWkrNzRlWnI1L1Nid1REeU1NMmN6QWs2OHU3RFB1RExxV0VqOWppOWhkdVRndVU9IHJvb3RAaXAtMTAtMzEtNDYtMTI1LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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.46.125 closed.\r\n') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161004.7100968-11331-269365099287759/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.139> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEQW84Yk9jRnVFYUZFTzczdDgyRWlNWHVyQS83MHJCYUdqQWxlTjRCY25vM0RleWE0OUVMV0Yyd2VkZmZxMi8yZldvY1FZTzk0Nm9hZnNyWjZKb3JEbXpnN3N2WTRpZjlyODNGZXN2dUdMcC9XZlVRZXRtcE16RFBIc0dadEEwM2w1Smw1WkRhL2M5MmM3c1ZPV29TbU1lRkZRZ0txNU5DTlRDSUJTbjZ0bkNsNzc5U041SkswTTNCK1o5cGxCekRINkFqbmZrdy9aOXJ4eGJQazVJUlNqOXpBNEd5TW11a3F5Y0p0SFNuUGRBb3dKVGc3cEZkQUxGODNqS0tDejJoQ2l1WWZGTUJYbDcxeSt0OWh2TFQ3NUd4NHNaVzRMUlNJVWVXV3R1cWdvSWc4TjNJVVErVGpCei9aMmpicVJkK05JdldyOEdNcWE5WXRTaG1JdUpJMWJnTEc4ZzZldERJY1Jlc3o4SVAyWmRheEZFeHhoVnpPM0R2TEVleTg0Qm96WlQvallJTjE3YlZ5S1dyenNHOVhNTVpybUlKa3NucjJkOThwZUVjdGJBYWhVRDRtbzhIaUlrdHErcGtaa1VZTGlpQzdMUkxZNElRNVdjdm5LdXNGNFplMWhMSC9FUDBtTUFvYXB4d1ducWVlc3E0aFBqWm9FZkxRMFJCcXBYSXM9IHJvb3RAaXAtMTAtMzEtMTEtMTM5LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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.11.139 closed.\r\n') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161004.7405317-11333-110271248862930/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') ok: [managed-node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEa2pKcWoxT1A3dSsyTFBaSXd4VTFTZDhJVmdORzAwQ2JRNmdqZDdCWmUva29remxvdWNSa2JUNTVDbU41b09sUmhIYjMwMG15QmFjOGhYY0JIVjJZREN5U0FHbXloVWhmUmJDTGxad0E0L1RjZkNIYkxZbXhraVJDOXNPSkR6UEZadG11SkhId254Y3pPbUdTRkpGV0c4cTdkYTlmNEFwRlJ0MXl2Qm9TdlZuRkFRNUttRmo5Mnd2eExhcU10ekJlQkFMSUl3RnJOOHUvUUtpUjFoakVYL0VHOUtYb0x4K0FEelBNVExPRk01ZWdOL2p0Yy9PdUoxd0kwRHplaU5hamFCMFVGTGJHYkJYc3pCY0xpUDRNSTNIZEE5cU1Jb2VxY1NCWGJodkRQS0RJRnpIYU1XalBUOG15ZlQvVGQyNlQ4NE5EdGtHaTVvTHcvT2g0TFpOek9lT3Z5WFhVM0VuOGJ1VkRsRVFvUXlaV1B3bldncm1MaWNob3BQNm5sdU5jVGk3UUVOb3E3aEFZaVJTemE2dEZEbkNDTkROTXpLbm9ZaFhMWEFTVjVpbjVVUWIrRFlsZFlhaStRMW8vd1RzQ1RhUnBDOTMrRFNXNHN3UUJiQi9oVXJzblgreHpMWWFyNmNVZkZ4bTRrRXpIdG5HVGgzRCt5TCtJcUpqczRCVms9IHJvb3RAaXAtMTAtMzEtNDUtMzMudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.46.125> (0, b'', b'') ok: [managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEdGxxalM2eVZRcEsxMk4yc0xxVnpoK1kzRWkzbTlVazdrUnY3Y04wK1A2VzNGeVRBcit3bEpRUFNlSnFyY3Z0dXR2emRINzdFMmZLNG9uYTRhRCtrSUw5eDhpYlVmaC9yenZxcHlwUy9kc2Z2S1ljTGZSSDZEYmJkeGRiRFN2TGpYNUJrVE40L2lITHFaY0VpejVoa2J6Q09lMUNXWGpUdU03aWdyWDVoZml2SS9GelVEVUcvQ2hFRmN1cmsxbHBNVDh6TjVSUzBqMHk1OW4vbGYwVGV3bWhNT3p0OXI5M0tXMkFXSXJUcWZjekJxM0Jib1FqSG1kZmI0NkswVXlhLzBsc2ZBWnJaR2dQSXVCd0FBbkxkT1dRb3hJbXVWTjJreDBFckQwUFVqTzlHZDlhRVdnRDZhbVpIa1hpZitCZXVCa1ByWkdsNEplaFhUTzRBT2RvK2ZiekUzVlV4MWlXa1JJdHIxYlU3WmwvSW9sMXlzTlFWL0tPY3lHVUlFRzNJL0tDei9BNGJSK013dEtGMTQwVmV1OVFTTFNzemM3MlNOSk5LVHo2YzgvbHNOcURpNVQ0bkdIN2xBL21QTDBaQXArOHM0dG5OdGRmZ1BEQkloYWkrNzRlWnI1L1Nid1REeU1NMmN6QWs2OHU3RFB1RExxV0VqOWppOWhkdVRndVU9IHJvb3RAaXAtMTAtMzEtNDYtMTI1LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.11.139> (0, b'', b'') ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEQW84Yk9jRnVFYUZFTzczdDgyRWlNWHVyQS83MHJCYUdqQWxlTjRCY25vM0RleWE0OUVMV0Yyd2VkZmZxMi8yZldvY1FZTzk0Nm9hZnNyWjZKb3JEbXpnN3N2WTRpZjlyODNGZXN2dUdMcC9XZlVRZXRtcE16RFBIc0dadEEwM2w1Smw1WkRhL2M5MmM3c1ZPV29TbU1lRkZRZ0txNU5DTlRDSUJTbjZ0bkNsNzc5U041SkswTTNCK1o5cGxCekRINkFqbmZrdy9aOXJ4eGJQazVJUlNqOXpBNEd5TW11a3F5Y0p0SFNuUGRBb3dKVGc3cEZkQUxGODNqS0tDejJoQ2l1WWZGTUJYbDcxeSt0OWh2TFQ3NUd4NHNaVzRMUlNJVWVXV3R1cWdvSWc4TjNJVVErVGpCei9aMmpicVJkK05JdldyOEdNcWE5WXRTaG1JdUpJMWJnTEc4ZzZldERJY1Jlc3o4SVAyWmRheEZFeHhoVnpPM0R2TEVleTg0Qm96WlQvallJTjE3YlZ5S1dyenNHOVhNTVpybUlKa3NucjJkOThwZUVjdGJBYWhVRDRtbzhIaUlrdHErcGtaa1VZTGlpQzdMUkxZNElRNVdjdm5LdXNGNFplMWhMSC9FUDBtTUFvYXB4d1ducWVlc3E0aFBqWm9FZkxRMFJCcXBYSXM9IHJvb3RAaXAtMTAtMzEtMTEtMTM5LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 14 December 2024 02:23:25 -0500 (0:00:00.368) 0:00:11.890 ***** <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.46.125> (0, b'/root\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161005.188598-11355-167229951323734 `" && echo ansible-tmp-1734161005.188598-11355-167229951323734="` echo /root/.ansible/tmp/ansible-tmp-1734161005.188598-11355-167229951323734 `" ) && sleep 0'"'"'' <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.139> (0, b'/root\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161005.2188933-11357-63003571462831 `" && echo ansible-tmp-1734161005.2188933-11357-63003571462831="` echo /root/.ansible/tmp/ansible-tmp-1734161005.2188933-11357-63003571462831 `" ) && sleep 0'"'"'' <10.31.45.33> (0, b'/root\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161005.2200603-11356-29863268281672 `" && echo ansible-tmp-1734161005.2200603-11356-29863268281672="` echo /root/.ansible/tmp/ansible-tmp-1734161005.2200603-11356-29863268281672 `" ) && sleep 0'"'"'' <10.31.46.125> (0, b'ansible-tmp-1734161005.188598-11355-167229951323734=/root/.ansible/tmp/ansible-tmp-1734161005.188598-11355-167229951323734\n', b'') <10.31.11.139> (0, b'ansible-tmp-1734161005.2188933-11357-63003571462831=/root/.ansible/tmp/ansible-tmp-1734161005.2188933-11357-63003571462831\n', b'') <10.31.45.33> (0, b'ansible-tmp-1734161005.2200603-11356-29863268281672=/root/.ansible/tmp/ansible-tmp-1734161005.2200603-11356-29863268281672\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/known_hosts.py <10.31.46.125> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmps07r3x94 TO /root/.ansible/tmp/ansible-tmp-1734161005.188598-11355-167229951323734/AnsiballZ_known_hosts.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/known_hosts.py <10.31.46.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' '[10.31.46.125]' <10.31.11.139> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpkjmbiroy TO /root/.ansible/tmp/ansible-tmp-1734161005.2188933-11357-63003571462831/AnsiballZ_known_hosts.py <10.31.11.139> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/248269a8a4"' '[10.31.11.139]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/known_hosts.py <10.31.45.33> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpjnduu36l TO /root/.ansible/tmp/ansible-tmp-1734161005.2200603-11356-29863268281672/AnsiballZ_known_hosts.py <10.31.45.33> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' '[10.31.45.33]' <10.31.46.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmps07r3x94 /root/.ansible/tmp/ansible-tmp-1734161005.188598-11355-167229951323734/AnsiballZ_known_hosts.py\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161005.188598-11355-167229951323734/ /root/.ansible/tmp/ansible-tmp-1734161005.188598-11355-167229951323734/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.11.139> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpkjmbiroy /root/.ansible/tmp/ansible-tmp-1734161005.2188933-11357-63003571462831/AnsiballZ_known_hosts.py\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161005.2188933-11357-63003571462831/ /root/.ansible/tmp/ansible-tmp-1734161005.2188933-11357-63003571462831/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.45.33> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpjnduu36l /root/.ansible/tmp/ansible-tmp-1734161005.2200603-11356-29863268281672/AnsiballZ_known_hosts.py\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161005.2200603-11356-29863268281672/ /root/.ansible/tmp/ansible-tmp-1734161005.2200603-11356-29863268281672/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' -tt 10.31.46.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161005.188598-11355-167229951323734/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' -tt 10.31.11.139 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161005.2188933-11357-63003571462831/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' -tt 10.31.45.33 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161005.2200603-11356-29863268281672/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.46.125> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.46.125 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtlqjS6yVQpK12N2sLqVzh+Y3Ei3m9Uk7kRv7cN0+P6W3FyTAr+wlJQPSeJqrcvtutvzdH77E2fK4ona4aD+kIL9x8ibUfh/rzvqpypS/dsfvKYcLfRH6DbbdxdbDSvLjX5BkTN4/iHLqZcEiz5hkbzCOe1CWXjTuM7igrX5hfivI/FzUDUG/ChEFcurk1lpMT8zN5RS0j0y59n/lf0TewmhMOzt9r93KW2AWIrTqfczBq3BboQjHmdfb46K0Uya/0lsfAZrZGgPIuBwAAnLdOWQoxImuVN2kx0ErD0PUjO9Gd9aEWgD6amZHkXif+BeuBkPrZGl4JehXTO4AOdo+fbzE3VUx1iWkRItr1bU7Zl/Iol1ysNQV/KOcyGUIEG3I/KCz/A4bR+MwtKF140Veu9QSLSszc72SNJNKTz6c8/lsNqDi5T4nGH7lA/mPL0ZAp+8s4tnNtdfgPDBIhai+74eZr5/SbwTDyMM2czAk68u7DPuDLqWEj9ji9hduTguU= root@ip-10-31-46-125.us-east-1.aws.redhat.com\\n", "after": "10.31.46.125 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtlqjS6yVQpK12N2sLqVzh+Y3Ei3m9Uk7kRv7cN0+P6W3FyTAr+wlJQPSeJqrcvtutvzdH77E2fK4ona4aD+kIL9x8ibUfh/rzvqpypS/dsfvKYcLfRH6DbbdxdbDSvLjX5BkTN4/iHLqZcEiz5hkbzCOe1CWXjTuM7igrX5hfivI/FzUDUG/ChEFcurk1lpMT8zN5RS0j0y59n/lf0TewmhMOzt9r93KW2AWIrTqfczBq3BboQjHmdfb46K0Uya/0lsfAZrZGgPIuBwAAnLdOWQoxImuVN2kx0ErD0PUjO9Gd9aEWgD6amZHkXif+BeuBkPrZGl4JehXTO4AOdo+fbzE3VUx1iWkRItr1bU7Zl/Iol1ysNQV/KOcyGUIEG3I/KCz/A4bR+MwtKF140Veu9QSLSszc72SNJNKTz6c8/lsNqDi5T4nGH7lA/mPL0ZAp+8s4tnNtdfgPDBIhai+74eZr5/SbwTDyMM2czAk68u7DPuDLqWEj9ji9hduTguU= root@ip-10-31-46-125.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.46.125 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtlqjS6yVQpK12N2sLqVzh+Y3Ei3m9Uk7kRv7cN0+P6W3FyTAr+wlJQPSeJqrcvtutvzdH77E2fK4ona4aD+kIL9x8ibUfh/rzvqpypS/dsfvKYcLfRH6DbbdxdbDSvLjX5BkTN4/iHLqZcEiz5hkbzCOe1CWXjTuM7igrX5hfivI/FzUDUG/ChEFcurk1lpMT8zN5RS0j0y59n/lf0TewmhMOzt9r93KW2AWIrTqfczBq3BboQjHmdfb46K0Uya/0lsfAZrZGgPIuBwAAnLdOWQoxImuVN2kx0ErD0PUjO9Gd9aEWgD6amZHkXif+BeuBkPrZGl4JehXTO4AOdo+fbzE3VUx1iWkRItr1bU7Zl/Iol1ysNQV/KOcyGUIEG3I/KCz/A4bR+MwtKF140Veu9QSLSszc72SNJNKTz6c8/lsNqDi5T4nGH7lA/mPL0ZAp+8s4tnNtdfgPDBIhai+74eZr5/SbwTDyMM2czAk68u7DPuDLqWEj9ji9hduTguU= root@ip-10-31-46-125.us-east-1.aws.redhat.com\\n", "name": "10.31.46.125", "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.46.125 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtlqjS6yVQpK12N2sLqVzh+Y3Ei3m9Uk7kRv7cN0+P6W3FyTAr+wlJQPSeJqrcvtutvzdH77E2fK4ona4aD+kIL9x8ibUfh/rzvqpypS/dsfvKYcLfRH6DbbdxdbDSvLjX5BkTN4/iHLqZcEiz5hkbzCOe1CWXjTuM7igrX5hfivI/FzUDUG/ChEFcurk1lpMT8zN5RS0j0y59n/lf0TewmhMOzt9r93KW2AWIrTqfczBq3BboQjHmdfb46K0Uya/0lsfAZrZGgPIuBwAAnLdOWQoxImuVN2kx0ErD0PUjO9Gd9aEWgD6amZHkXif+BeuBkPrZGl4JehXTO4AOdo+fbzE3VUx1iWkRItr1bU7Zl/Iol1ysNQV/KOcyGUIEG3I/KCz/A4bR+MwtKF140Veu9QSLSszc72SNJNKTz6c8/lsNqDi5T4nGH7lA/mPL0ZAp+8s4tnNtdfgPDBIhai+74eZr5/SbwTDyMM2czAk68u7DPuDLqWEj9ji9hduTguU= root@ip-10-31-46-125.us-east-1.aws.redhat.com\\n", "after": "10.31.46.125 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtlqjS6yVQpK12N2sLqVzh+Y3Ei3m9Uk7kRv7cN0+P6W3FyTAr+wlJQPSeJqrcvtutvzdH77E2fK4ona4aD+kIL9x8ibUfh/rzvqpypS/dsfvKYcLfRH6DbbdxdbDSvLjX5BkTN4/iHLqZcEiz5hkbzCOe1CWXjTuM7igrX5hfivI/FzUDUG/ChEFcurk1lpMT8zN5RS0j0y59n/lf0TewmhMOzt9r93KW2AWIrTqfczBq3BboQjHmdfb46K0Uya/0lsfAZrZGgPIuBwAAnLdOWQoxImuVN2kx0ErD0PUjO9Gd9aEWgD6amZHkXif+BeuBkPrZGl4JehXTO4AOdo+fbzE3VUx1iWkRItr1bU7Zl/Iol1ysNQV/KOcyGUIEG3I/KCz/A4bR+MwtKF140Veu9QSLSszc72SNJNKTz6c8/lsNqDi5T4nGH7lA/mPL0ZAp+8s4tnNtdfgPDBIhai+74eZr5/SbwTDyMM2czAk68u7DPuDLqWEj9ji9hduTguU= root@ip-10-31-46-125.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.46.125 closed.\r\n') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161005.188598-11355-167229951323734/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.139> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.11.139 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAo8bOcFuEaFEO73t82EiMXurA/70rBaGjAleN4Bcno3Deya49ELWF2wedffq2/2fWocQYO946oafsrZ6JorDmzg7svY4if9r83FesvuGLp/WfUQetmpMzDPHsGZtA03l5Jl5ZDa/c92c7sVOWoSmMeFFQgKq5NCNTCIBSn6tnCl779SN5JK0M3B+Z9plBzDH6Ajnfkw/Z9rxxbPk5IRSj9zA4GyMmukqycJtHSnPdAowJTg7pFdALF83jKKCz2hCiuYfFMBXl71y+t9hvLT75Gx4sZW4LRSIUeWWtuqgoIg8N3IUQ+TjBz/Z2jbqRd+NIvWr8GMqa9YtShmIuJI1bgLG8g6etDIcResz8IP2ZdaxFExxhVzO3DvLEey84BozZT/jYIN17bVyKWrzsG9XMMZrmIJksnr2d98peEctbAahUD4mo8HiIktq+pkZkUYLiiC7LRLY4IQ5WcvnKusF4Ze1hLH/EP0mMAoapxwWnqeesq4hPjZoEfLQ0RBqpXIs= root@ip-10-31-11-139.us-east-1.aws.redhat.com\\n", "after": "10.31.11.139 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAo8bOcFuEaFEO73t82EiMXurA/70rBaGjAleN4Bcno3Deya49ELWF2wedffq2/2fWocQYO946oafsrZ6JorDmzg7svY4if9r83FesvuGLp/WfUQetmpMzDPHsGZtA03l5Jl5ZDa/c92c7sVOWoSmMeFFQgKq5NCNTCIBSn6tnCl779SN5JK0M3B+Z9plBzDH6Ajnfkw/Z9rxxbPk5IRSj9zA4GyMmukqycJtHSnPdAowJTg7pFdALF83jKKCz2hCiuYfFMBXl71y+t9hvLT75Gx4sZW4LRSIUeWWtuqgoIg8N3IUQ+TjBz/Z2jbqRd+NIvWr8GMqa9YtShmIuJI1bgLG8g6etDIcResz8IP2ZdaxFExxhVzO3DvLEey84BozZT/jYIN17bVyKWrzsG9XMMZrmIJksnr2d98peEctbAahUD4mo8HiIktq+pkZkUYLiiC7LRLY4IQ5WcvnKusF4Ze1hLH/EP0mMAoapxwWnqeesq4hPjZoEfLQ0RBqpXIs= root@ip-10-31-11-139.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.11.139 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAo8bOcFuEaFEO73t82EiMXurA/70rBaGjAleN4Bcno3Deya49ELWF2wedffq2/2fWocQYO946oafsrZ6JorDmzg7svY4if9r83FesvuGLp/WfUQetmpMzDPHsGZtA03l5Jl5ZDa/c92c7sVOWoSmMeFFQgKq5NCNTCIBSn6tnCl779SN5JK0M3B+Z9plBzDH6Ajnfkw/Z9rxxbPk5IRSj9zA4GyMmukqycJtHSnPdAowJTg7pFdALF83jKKCz2hCiuYfFMBXl71y+t9hvLT75Gx4sZW4LRSIUeWWtuqgoIg8N3IUQ+TjBz/Z2jbqRd+NIvWr8GMqa9YtShmIuJI1bgLG8g6etDIcResz8IP2ZdaxFExxhVzO3DvLEey84BozZT/jYIN17bVyKWrzsG9XMMZrmIJksnr2d98peEctbAahUD4mo8HiIktq+pkZkUYLiiC7LRLY4IQ5WcvnKusF4Ze1hLH/EP0mMAoapxwWnqeesq4hPjZoEfLQ0RBqpXIs= root@ip-10-31-11-139.us-east-1.aws.redhat.com\\n", "name": "10.31.11.139", "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.11.139 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAo8bOcFuEaFEO73t82EiMXurA/70rBaGjAleN4Bcno3Deya49ELWF2wedffq2/2fWocQYO946oafsrZ6JorDmzg7svY4if9r83FesvuGLp/WfUQetmpMzDPHsGZtA03l5Jl5ZDa/c92c7sVOWoSmMeFFQgKq5NCNTCIBSn6tnCl779SN5JK0M3B+Z9plBzDH6Ajnfkw/Z9rxxbPk5IRSj9zA4GyMmukqycJtHSnPdAowJTg7pFdALF83jKKCz2hCiuYfFMBXl71y+t9hvLT75Gx4sZW4LRSIUeWWtuqgoIg8N3IUQ+TjBz/Z2jbqRd+NIvWr8GMqa9YtShmIuJI1bgLG8g6etDIcResz8IP2ZdaxFExxhVzO3DvLEey84BozZT/jYIN17bVyKWrzsG9XMMZrmIJksnr2d98peEctbAahUD4mo8HiIktq+pkZkUYLiiC7LRLY4IQ5WcvnKusF4Ze1hLH/EP0mMAoapxwWnqeesq4hPjZoEfLQ0RBqpXIs= root@ip-10-31-11-139.us-east-1.aws.redhat.com\\n", "after": "10.31.11.139 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAo8bOcFuEaFEO73t82EiMXurA/70rBaGjAleN4Bcno3Deya49ELWF2wedffq2/2fWocQYO946oafsrZ6JorDmzg7svY4if9r83FesvuGLp/WfUQetmpMzDPHsGZtA03l5Jl5ZDa/c92c7sVOWoSmMeFFQgKq5NCNTCIBSn6tnCl779SN5JK0M3B+Z9plBzDH6Ajnfkw/Z9rxxbPk5IRSj9zA4GyMmukqycJtHSnPdAowJTg7pFdALF83jKKCz2hCiuYfFMBXl71y+t9hvLT75Gx4sZW4LRSIUeWWtuqgoIg8N3IUQ+TjBz/Z2jbqRd+NIvWr8GMqa9YtShmIuJI1bgLG8g6etDIcResz8IP2ZdaxFExxhVzO3DvLEey84BozZT/jYIN17bVyKWrzsG9XMMZrmIJksnr2d98peEctbAahUD4mo8HiIktq+pkZkUYLiiC7LRLY4IQ5WcvnKusF4Ze1hLH/EP0mMAoapxwWnqeesq4hPjZoEfLQ0RBqpXIs= root@ip-10-31-11-139.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.11.139 closed.\r\n') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161005.2188933-11357-63003571462831/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.33> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.45.33 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkjJqj1OP7u+2LPZIwxU1Sd8IVgNG00CbQ6gjd7BZe/kokzloucRkbT55CmN5oOlRhHb300myBac8hXcBHV2YDCySAGmyhUhfRbCLlZwA4/TcfCHbLYmxkiRC9sOJDzPFZtmuJHHwnxczOmGSFJFWG8q7da9f4ApFRt1yvBoSvVnFAQ5KmFj92wvxLaqMtzBeBALIIwFrN8u/QKiR1hjEX/EG9KXoLx+ADzPMTLOFM5egN/jtc/OuJ1wI0DzeiNajaB0UFLbGbBXszBcLiP4MI3HdA9qMIoeqcSBXbhvDPKDIFzHaMWjPT8myfT/Td26T84NDtkGi5oLw/Oh4LZNzOeOvyXXU3En8buVDlEQoQyZWPwnWgrmLichopP6nluNcTi7QENoq7hAYiRSza6tFDnCCNDNMzKnoYhXLXASV5in5UQb+DYldYai+Q1o/wTsCTaRpC93+DSW4swQBbB/hUrsnX+xzLYar6cUfFxm4kEzHtnGTh3D+yL+IqJjs4BVk= root@ip-10-31-45-33.us-east-1.aws.redhat.com\\n", "after": "10.31.45.33 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkjJqj1OP7u+2LPZIwxU1Sd8IVgNG00CbQ6gjd7BZe/kokzloucRkbT55CmN5oOlRhHb300myBac8hXcBHV2YDCySAGmyhUhfRbCLlZwA4/TcfCHbLYmxkiRC9sOJDzPFZtmuJHHwnxczOmGSFJFWG8q7da9f4ApFRt1yvBoSvVnFAQ5KmFj92wvxLaqMtzBeBALIIwFrN8u/QKiR1hjEX/EG9KXoLx+ADzPMTLOFM5egN/jtc/OuJ1wI0DzeiNajaB0UFLbGbBXszBcLiP4MI3HdA9qMIoeqcSBXbhvDPKDIFzHaMWjPT8myfT/Td26T84NDtkGi5oLw/Oh4LZNzOeOvyXXU3En8buVDlEQoQyZWPwnWgrmLichopP6nluNcTi7QENoq7hAYiRSza6tFDnCCNDNMzKnoYhXLXASV5in5UQb+DYldYai+Q1o/wTsCTaRpC93+DSW4swQBbB/hUrsnX+xzLYar6cUfFxm4kEzHtnGTh3D+yL+IqJjs4BVk= root@ip-10-31-45-33.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.45.33 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkjJqj1OP7u+2LPZIwxU1Sd8IVgNG00CbQ6gjd7BZe/kokzloucRkbT55CmN5oOlRhHb300myBac8hXcBHV2YDCySAGmyhUhfRbCLlZwA4/TcfCHbLYmxkiRC9sOJDzPFZtmuJHHwnxczOmGSFJFWG8q7da9f4ApFRt1yvBoSvVnFAQ5KmFj92wvxLaqMtzBeBALIIwFrN8u/QKiR1hjEX/EG9KXoLx+ADzPMTLOFM5egN/jtc/OuJ1wI0DzeiNajaB0UFLbGbBXszBcLiP4MI3HdA9qMIoeqcSBXbhvDPKDIFzHaMWjPT8myfT/Td26T84NDtkGi5oLw/Oh4LZNzOeOvyXXU3En8buVDlEQoQyZWPwnWgrmLichopP6nluNcTi7QENoq7hAYiRSza6tFDnCCNDNMzKnoYhXLXASV5in5UQb+DYldYai+Q1o/wTsCTaRpC93+DSW4swQBbB/hUrsnX+xzLYar6cUfFxm4kEzHtnGTh3D+yL+IqJjs4BVk= root@ip-10-31-45-33.us-east-1.aws.redhat.com\\n", "name": "10.31.45.33", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.45.33 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkjJqj1OP7u+2LPZIwxU1Sd8IVgNG00CbQ6gjd7BZe/kokzloucRkbT55CmN5oOlRhHb300myBac8hXcBHV2YDCySAGmyhUhfRbCLlZwA4/TcfCHbLYmxkiRC9sOJDzPFZtmuJHHwnxczOmGSFJFWG8q7da9f4ApFRt1yvBoSvVnFAQ5KmFj92wvxLaqMtzBeBALIIwFrN8u/QKiR1hjEX/EG9KXoLx+ADzPMTLOFM5egN/jtc/OuJ1wI0DzeiNajaB0UFLbGbBXszBcLiP4MI3HdA9qMIoeqcSBXbhvDPKDIFzHaMWjPT8myfT/Td26T84NDtkGi5oLw/Oh4LZNzOeOvyXXU3En8buVDlEQoQyZWPwnWgrmLichopP6nluNcTi7QENoq7hAYiRSza6tFDnCCNDNMzKnoYhXLXASV5in5UQb+DYldYai+Q1o/wTsCTaRpC93+DSW4swQBbB/hUrsnX+xzLYar6cUfFxm4kEzHtnGTh3D+yL+IqJjs4BVk= root@ip-10-31-45-33.us-east-1.aws.redhat.com\\n", "after": "10.31.45.33 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkjJqj1OP7u+2LPZIwxU1Sd8IVgNG00CbQ6gjd7BZe/kokzloucRkbT55CmN5oOlRhHb300myBac8hXcBHV2YDCySAGmyhUhfRbCLlZwA4/TcfCHbLYmxkiRC9sOJDzPFZtmuJHHwnxczOmGSFJFWG8q7da9f4ApFRt1yvBoSvVnFAQ5KmFj92wvxLaqMtzBeBALIIwFrN8u/QKiR1hjEX/EG9KXoLx+ADzPMTLOFM5egN/jtc/OuJ1wI0DzeiNajaB0UFLbGbBXszBcLiP4MI3HdA9qMIoeqcSBXbhvDPKDIFzHaMWjPT8myfT/Td26T84NDtkGi5oLw/Oh4LZNzOeOvyXXU3En8buVDlEQoQyZWPwnWgrmLichopP6nluNcTi7QENoq7hAYiRSza6tFDnCCNDNMzKnoYhXLXASV5in5UQb+DYldYai+Q1o/wTsCTaRpC93+DSW4swQBbB/hUrsnX+xzLYar6cUfFxm4kEzHtnGTh3D+yL+IqJjs4BVk= root@ip-10-31-45-33.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.45.33 closed.\r\n') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161005.2200603-11356-29863268281672/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') <10.31.46.125> (0, b'', b'') <10.31.45.33> (0, b'', b'') ok: [managed-node1] => { "changed": false, "diff": { "after": "10.31.46.125 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtlqjS6yVQpK12N2sLqVzh+Y3Ei3m9Uk7kRv7cN0+P6W3FyTAr+wlJQPSeJqrcvtutvzdH77E2fK4ona4aD+kIL9x8ibUfh/rzvqpypS/dsfvKYcLfRH6DbbdxdbDSvLjX5BkTN4/iHLqZcEiz5hkbzCOe1CWXjTuM7igrX5hfivI/FzUDUG/ChEFcurk1lpMT8zN5RS0j0y59n/lf0TewmhMOzt9r93KW2AWIrTqfczBq3BboQjHmdfb46K0Uya/0lsfAZrZGgPIuBwAAnLdOWQoxImuVN2kx0ErD0PUjO9Gd9aEWgD6amZHkXif+BeuBkPrZGl4JehXTO4AOdo+fbzE3VUx1iWkRItr1bU7Zl/Iol1ysNQV/KOcyGUIEG3I/KCz/A4bR+MwtKF140Veu9QSLSszc72SNJNKTz6c8/lsNqDi5T4nGH7lA/mPL0ZAp+8s4tnNtdfgPDBIhai+74eZr5/SbwTDyMM2czAk68u7DPuDLqWEj9ji9hduTguU= root@ip-10-31-46-125.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.46.125 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtlqjS6yVQpK12N2sLqVzh+Y3Ei3m9Uk7kRv7cN0+P6W3FyTAr+wlJQPSeJqrcvtutvzdH77E2fK4ona4aD+kIL9x8ibUfh/rzvqpypS/dsfvKYcLfRH6DbbdxdbDSvLjX5BkTN4/iHLqZcEiz5hkbzCOe1CWXjTuM7igrX5hfivI/FzUDUG/ChEFcurk1lpMT8zN5RS0j0y59n/lf0TewmhMOzt9r93KW2AWIrTqfczBq3BboQjHmdfb46K0Uya/0lsfAZrZGgPIuBwAAnLdOWQoxImuVN2kx0ErD0PUjO9Gd9aEWgD6amZHkXif+BeuBkPrZGl4JehXTO4AOdo+fbzE3VUx1iWkRItr1bU7Zl/Iol1ysNQV/KOcyGUIEG3I/KCz/A4bR+MwtKF140Veu9QSLSszc72SNJNKTz6c8/lsNqDi5T4nGH7lA/mPL0ZAp+8s4tnNtdfgPDBIhai+74eZr5/SbwTDyMM2czAk68u7DPuDLqWEj9ji9hduTguU= root@ip-10-31-46-125.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.46.125 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtlqjS6yVQpK12N2sLqVzh+Y3Ei3m9Uk7kRv7cN0+P6W3FyTAr+wlJQPSeJqrcvtutvzdH77E2fK4ona4aD+kIL9x8ibUfh/rzvqpypS/dsfvKYcLfRH6DbbdxdbDSvLjX5BkTN4/iHLqZcEiz5hkbzCOe1CWXjTuM7igrX5hfivI/FzUDUG/ChEFcurk1lpMT8zN5RS0j0y59n/lf0TewmhMOzt9r93KW2AWIrTqfczBq3BboQjHmdfb46K0Uya/0lsfAZrZGgPIuBwAAnLdOWQoxImuVN2kx0ErD0PUjO9Gd9aEWgD6amZHkXif+BeuBkPrZGl4JehXTO4AOdo+fbzE3VUx1iWkRItr1bU7Zl/Iol1ysNQV/KOcyGUIEG3I/KCz/A4bR+MwtKF140Veu9QSLSszc72SNJNKTz6c8/lsNqDi5T4nGH7lA/mPL0ZAp+8s4tnNtdfgPDBIhai+74eZr5/SbwTDyMM2czAk68u7DPuDLqWEj9ji9hduTguU= root@ip-10-31-46-125.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.46.125 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtlqjS6yVQpK12N2sLqVzh+Y3Ei3m9Uk7kRv7cN0+P6W3FyTAr+wlJQPSeJqrcvtutvzdH77E2fK4ona4aD+kIL9x8ibUfh/rzvqpypS/dsfvKYcLfRH6DbbdxdbDSvLjX5BkTN4/iHLqZcEiz5hkbzCOe1CWXjTuM7igrX5hfivI/FzUDUG/ChEFcurk1lpMT8zN5RS0j0y59n/lf0TewmhMOzt9r93KW2AWIrTqfczBq3BboQjHmdfb46K0Uya/0lsfAZrZGgPIuBwAAnLdOWQoxImuVN2kx0ErD0PUjO9Gd9aEWgD6amZHkXif+BeuBkPrZGl4JehXTO4AOdo+fbzE3VUx1iWkRItr1bU7Zl/Iol1ysNQV/KOcyGUIEG3I/KCz/A4bR+MwtKF140Veu9QSLSszc72SNJNKTz6c8/lsNqDi5T4nGH7lA/mPL0ZAp+8s4tnNtdfgPDBIhai+74eZr5/SbwTDyMM2czAk68u7DPuDLqWEj9ji9hduTguU= root@ip-10-31-46-125.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.46.125 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtlqjS6yVQpK12N2sLqVzh+Y3Ei3m9Uk7kRv7cN0+P6W3FyTAr+wlJQPSeJqrcvtutvzdH77E2fK4ona4aD+kIL9x8ibUfh/rzvqpypS/dsfvKYcLfRH6DbbdxdbDSvLjX5BkTN4/iHLqZcEiz5hkbzCOe1CWXjTuM7igrX5hfivI/FzUDUG/ChEFcurk1lpMT8zN5RS0j0y59n/lf0TewmhMOzt9r93KW2AWIrTqfczBq3BboQjHmdfb46K0Uya/0lsfAZrZGgPIuBwAAnLdOWQoxImuVN2kx0ErD0PUjO9Gd9aEWgD6amZHkXif+BeuBkPrZGl4JehXTO4AOdo+fbzE3VUx1iWkRItr1bU7Zl/Iol1ysNQV/KOcyGUIEG3I/KCz/A4bR+MwtKF140Veu9QSLSszc72SNJNKTz6c8/lsNqDi5T4nGH7lA/mPL0ZAp+8s4tnNtdfgPDBIhai+74eZr5/SbwTDyMM2czAk68u7DPuDLqWEj9ji9hduTguU= root@ip-10-31-46-125.us-east-1.aws.redhat.com\n", "name": "10.31.46.125", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } ok: [managed-node3] => { "changed": false, "diff": { "after": "10.31.11.139 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAo8bOcFuEaFEO73t82EiMXurA/70rBaGjAleN4Bcno3Deya49ELWF2wedffq2/2fWocQYO946oafsrZ6JorDmzg7svY4if9r83FesvuGLp/WfUQetmpMzDPHsGZtA03l5Jl5ZDa/c92c7sVOWoSmMeFFQgKq5NCNTCIBSn6tnCl779SN5JK0M3B+Z9plBzDH6Ajnfkw/Z9rxxbPk5IRSj9zA4GyMmukqycJtHSnPdAowJTg7pFdALF83jKKCz2hCiuYfFMBXl71y+t9hvLT75Gx4sZW4LRSIUeWWtuqgoIg8N3IUQ+TjBz/Z2jbqRd+NIvWr8GMqa9YtShmIuJI1bgLG8g6etDIcResz8IP2ZdaxFExxhVzO3DvLEey84BozZT/jYIN17bVyKWrzsG9XMMZrmIJksnr2d98peEctbAahUD4mo8HiIktq+pkZkUYLiiC7LRLY4IQ5WcvnKusF4Ze1hLH/EP0mMAoapxwWnqeesq4hPjZoEfLQ0RBqpXIs= root@ip-10-31-11-139.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.11.139 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAo8bOcFuEaFEO73t82EiMXurA/70rBaGjAleN4Bcno3Deya49ELWF2wedffq2/2fWocQYO946oafsrZ6JorDmzg7svY4if9r83FesvuGLp/WfUQetmpMzDPHsGZtA03l5Jl5ZDa/c92c7sVOWoSmMeFFQgKq5NCNTCIBSn6tnCl779SN5JK0M3B+Z9plBzDH6Ajnfkw/Z9rxxbPk5IRSj9zA4GyMmukqycJtHSnPdAowJTg7pFdALF83jKKCz2hCiuYfFMBXl71y+t9hvLT75Gx4sZW4LRSIUeWWtuqgoIg8N3IUQ+TjBz/Z2jbqRd+NIvWr8GMqa9YtShmIuJI1bgLG8g6etDIcResz8IP2ZdaxFExxhVzO3DvLEey84BozZT/jYIN17bVyKWrzsG9XMMZrmIJksnr2d98peEctbAahUD4mo8HiIktq+pkZkUYLiiC7LRLY4IQ5WcvnKusF4Ze1hLH/EP0mMAoapxwWnqeesq4hPjZoEfLQ0RBqpXIs= root@ip-10-31-11-139.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.11.139 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAo8bOcFuEaFEO73t82EiMXurA/70rBaGjAleN4Bcno3Deya49ELWF2wedffq2/2fWocQYO946oafsrZ6JorDmzg7svY4if9r83FesvuGLp/WfUQetmpMzDPHsGZtA03l5Jl5ZDa/c92c7sVOWoSmMeFFQgKq5NCNTCIBSn6tnCl779SN5JK0M3B+Z9plBzDH6Ajnfkw/Z9rxxbPk5IRSj9zA4GyMmukqycJtHSnPdAowJTg7pFdALF83jKKCz2hCiuYfFMBXl71y+t9hvLT75Gx4sZW4LRSIUeWWtuqgoIg8N3IUQ+TjBz/Z2jbqRd+NIvWr8GMqa9YtShmIuJI1bgLG8g6etDIcResz8IP2ZdaxFExxhVzO3DvLEey84BozZT/jYIN17bVyKWrzsG9XMMZrmIJksnr2d98peEctbAahUD4mo8HiIktq+pkZkUYLiiC7LRLY4IQ5WcvnKusF4Ze1hLH/EP0mMAoapxwWnqeesq4hPjZoEfLQ0RBqpXIs= root@ip-10-31-11-139.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.11.139 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAo8bOcFuEaFEO73t82EiMXurA/70rBaGjAleN4Bcno3Deya49ELWF2wedffq2/2fWocQYO946oafsrZ6JorDmzg7svY4if9r83FesvuGLp/WfUQetmpMzDPHsGZtA03l5Jl5ZDa/c92c7sVOWoSmMeFFQgKq5NCNTCIBSn6tnCl779SN5JK0M3B+Z9plBzDH6Ajnfkw/Z9rxxbPk5IRSj9zA4GyMmukqycJtHSnPdAowJTg7pFdALF83jKKCz2hCiuYfFMBXl71y+t9hvLT75Gx4sZW4LRSIUeWWtuqgoIg8N3IUQ+TjBz/Z2jbqRd+NIvWr8GMqa9YtShmIuJI1bgLG8g6etDIcResz8IP2ZdaxFExxhVzO3DvLEey84BozZT/jYIN17bVyKWrzsG9XMMZrmIJksnr2d98peEctbAahUD4mo8HiIktq+pkZkUYLiiC7LRLY4IQ5WcvnKusF4Ze1hLH/EP0mMAoapxwWnqeesq4hPjZoEfLQ0RBqpXIs= root@ip-10-31-11-139.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.11.139 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAo8bOcFuEaFEO73t82EiMXurA/70rBaGjAleN4Bcno3Deya49ELWF2wedffq2/2fWocQYO946oafsrZ6JorDmzg7svY4if9r83FesvuGLp/WfUQetmpMzDPHsGZtA03l5Jl5ZDa/c92c7sVOWoSmMeFFQgKq5NCNTCIBSn6tnCl779SN5JK0M3B+Z9plBzDH6Ajnfkw/Z9rxxbPk5IRSj9zA4GyMmukqycJtHSnPdAowJTg7pFdALF83jKKCz2hCiuYfFMBXl71y+t9hvLT75Gx4sZW4LRSIUeWWtuqgoIg8N3IUQ+TjBz/Z2jbqRd+NIvWr8GMqa9YtShmIuJI1bgLG8g6etDIcResz8IP2ZdaxFExxhVzO3DvLEey84BozZT/jYIN17bVyKWrzsG9XMMZrmIJksnr2d98peEctbAahUD4mo8HiIktq+pkZkUYLiiC7LRLY4IQ5WcvnKusF4Ze1hLH/EP0mMAoapxwWnqeesq4hPjZoEfLQ0RBqpXIs= root@ip-10-31-11-139.us-east-1.aws.redhat.com\n", "name": "10.31.11.139", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } ok: [managed-node2] => { "changed": false, "diff": { "after": "10.31.45.33 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkjJqj1OP7u+2LPZIwxU1Sd8IVgNG00CbQ6gjd7BZe/kokzloucRkbT55CmN5oOlRhHb300myBac8hXcBHV2YDCySAGmyhUhfRbCLlZwA4/TcfCHbLYmxkiRC9sOJDzPFZtmuJHHwnxczOmGSFJFWG8q7da9f4ApFRt1yvBoSvVnFAQ5KmFj92wvxLaqMtzBeBALIIwFrN8u/QKiR1hjEX/EG9KXoLx+ADzPMTLOFM5egN/jtc/OuJ1wI0DzeiNajaB0UFLbGbBXszBcLiP4MI3HdA9qMIoeqcSBXbhvDPKDIFzHaMWjPT8myfT/Td26T84NDtkGi5oLw/Oh4LZNzOeOvyXXU3En8buVDlEQoQyZWPwnWgrmLichopP6nluNcTi7QENoq7hAYiRSza6tFDnCCNDNMzKnoYhXLXASV5in5UQb+DYldYai+Q1o/wTsCTaRpC93+DSW4swQBbB/hUrsnX+xzLYar6cUfFxm4kEzHtnGTh3D+yL+IqJjs4BVk= root@ip-10-31-45-33.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.45.33 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkjJqj1OP7u+2LPZIwxU1Sd8IVgNG00CbQ6gjd7BZe/kokzloucRkbT55CmN5oOlRhHb300myBac8hXcBHV2YDCySAGmyhUhfRbCLlZwA4/TcfCHbLYmxkiRC9sOJDzPFZtmuJHHwnxczOmGSFJFWG8q7da9f4ApFRt1yvBoSvVnFAQ5KmFj92wvxLaqMtzBeBALIIwFrN8u/QKiR1hjEX/EG9KXoLx+ADzPMTLOFM5egN/jtc/OuJ1wI0DzeiNajaB0UFLbGbBXszBcLiP4MI3HdA9qMIoeqcSBXbhvDPKDIFzHaMWjPT8myfT/Td26T84NDtkGi5oLw/Oh4LZNzOeOvyXXU3En8buVDlEQoQyZWPwnWgrmLichopP6nluNcTi7QENoq7hAYiRSza6tFDnCCNDNMzKnoYhXLXASV5in5UQb+DYldYai+Q1o/wTsCTaRpC93+DSW4swQBbB/hUrsnX+xzLYar6cUfFxm4kEzHtnGTh3D+yL+IqJjs4BVk= root@ip-10-31-45-33.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.45.33 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkjJqj1OP7u+2LPZIwxU1Sd8IVgNG00CbQ6gjd7BZe/kokzloucRkbT55CmN5oOlRhHb300myBac8hXcBHV2YDCySAGmyhUhfRbCLlZwA4/TcfCHbLYmxkiRC9sOJDzPFZtmuJHHwnxczOmGSFJFWG8q7da9f4ApFRt1yvBoSvVnFAQ5KmFj92wvxLaqMtzBeBALIIwFrN8u/QKiR1hjEX/EG9KXoLx+ADzPMTLOFM5egN/jtc/OuJ1wI0DzeiNajaB0UFLbGbBXszBcLiP4MI3HdA9qMIoeqcSBXbhvDPKDIFzHaMWjPT8myfT/Td26T84NDtkGi5oLw/Oh4LZNzOeOvyXXU3En8buVDlEQoQyZWPwnWgrmLichopP6nluNcTi7QENoq7hAYiRSza6tFDnCCNDNMzKnoYhXLXASV5in5UQb+DYldYai+Q1o/wTsCTaRpC93+DSW4swQBbB/hUrsnX+xzLYar6cUfFxm4kEzHtnGTh3D+yL+IqJjs4BVk= root@ip-10-31-45-33.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.45.33 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkjJqj1OP7u+2LPZIwxU1Sd8IVgNG00CbQ6gjd7BZe/kokzloucRkbT55CmN5oOlRhHb300myBac8hXcBHV2YDCySAGmyhUhfRbCLlZwA4/TcfCHbLYmxkiRC9sOJDzPFZtmuJHHwnxczOmGSFJFWG8q7da9f4ApFRt1yvBoSvVnFAQ5KmFj92wvxLaqMtzBeBALIIwFrN8u/QKiR1hjEX/EG9KXoLx+ADzPMTLOFM5egN/jtc/OuJ1wI0DzeiNajaB0UFLbGbBXszBcLiP4MI3HdA9qMIoeqcSBXbhvDPKDIFzHaMWjPT8myfT/Td26T84NDtkGi5oLw/Oh4LZNzOeOvyXXU3En8buVDlEQoQyZWPwnWgrmLichopP6nluNcTi7QENoq7hAYiRSza6tFDnCCNDNMzKnoYhXLXASV5in5UQb+DYldYai+Q1o/wTsCTaRpC93+DSW4swQBbB/hUrsnX+xzLYar6cUfFxm4kEzHtnGTh3D+yL+IqJjs4BVk= root@ip-10-31-45-33.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.45.33 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkjJqj1OP7u+2LPZIwxU1Sd8IVgNG00CbQ6gjd7BZe/kokzloucRkbT55CmN5oOlRhHb300myBac8hXcBHV2YDCySAGmyhUhfRbCLlZwA4/TcfCHbLYmxkiRC9sOJDzPFZtmuJHHwnxczOmGSFJFWG8q7da9f4ApFRt1yvBoSvVnFAQ5KmFj92wvxLaqMtzBeBALIIwFrN8u/QKiR1hjEX/EG9KXoLx+ADzPMTLOFM5egN/jtc/OuJ1wI0DzeiNajaB0UFLbGbBXszBcLiP4MI3HdA9qMIoeqcSBXbhvDPKDIFzHaMWjPT8myfT/Td26T84NDtkGi5oLw/Oh4LZNzOeOvyXXU3En8buVDlEQoQyZWPwnWgrmLichopP6nluNcTi7QENoq7hAYiRSza6tFDnCCNDNMzKnoYhXLXASV5in5UQb+DYldYai+Q1o/wTsCTaRpC93+DSW4swQBbB/hUrsnX+xzLYar6cUfFxm4kEzHtnGTh3D+yL+IqJjs4BVk= root@ip-10-31-45-33.us-east-1.aws.redhat.com\n", "name": "10.31.45.33", "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-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 14 December 2024 02:23:25 -0500 (0:00:00.592) 0:00:12.483 ***** <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.46.125> (0, b'/root\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161005.6764042-11382-160634267458385 `" && echo ansible-tmp-1734161005.6764042-11382-160634267458385="` echo /root/.ansible/tmp/ansible-tmp-1734161005.6764042-11382-160634267458385 `" ) && sleep 0'"'"'' <10.31.45.33> (0, b'/root\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161005.6814325-11384-239371226030127 `" && echo ansible-tmp-1734161005.6814325-11384-239371226030127="` echo /root/.ansible/tmp/ansible-tmp-1734161005.6814325-11384-239371226030127 `" ) && sleep 0'"'"'' <10.31.11.139> (0, b'/root\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161005.6870427-11385-170504459649418 `" && echo ansible-tmp-1734161005.6870427-11385-170504459649418="` echo /root/.ansible/tmp/ansible-tmp-1734161005.6870427-11385-170504459649418 `" ) && sleep 0'"'"'' <10.31.46.125> (0, b'ansible-tmp-1734161005.6764042-11382-160634267458385=/root/.ansible/tmp/ansible-tmp-1734161005.6764042-11382-160634267458385\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.46.125> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpfhanwzq7 TO /root/.ansible/tmp/ansible-tmp-1734161005.6764042-11382-160634267458385/AnsiballZ_stat.py <10.31.46.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' '[10.31.46.125]' <10.31.45.33> (0, b'ansible-tmp-1734161005.6814325-11384-239371226030127=/root/.ansible/tmp/ansible-tmp-1734161005.6814325-11384-239371226030127\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.45.33> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpfzgkfhvg TO /root/.ansible/tmp/ansible-tmp-1734161005.6814325-11384-239371226030127/AnsiballZ_stat.py <10.31.45.33> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' '[10.31.45.33]' <10.31.11.139> (0, b'ansible-tmp-1734161005.6870427-11385-170504459649418=/root/.ansible/tmp/ansible-tmp-1734161005.6870427-11385-170504459649418\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.11.139> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpgw_4vs09 TO /root/.ansible/tmp/ansible-tmp-1734161005.6870427-11385-170504459649418/AnsiballZ_stat.py <10.31.11.139> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/248269a8a4"' '[10.31.11.139]' <10.31.46.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpfhanwzq7 /root/.ansible/tmp/ansible-tmp-1734161005.6764042-11382-160634267458385/AnsiballZ_stat.py\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161005.6764042-11382-160634267458385/ /root/.ansible/tmp/ansible-tmp-1734161005.6764042-11382-160634267458385/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.33> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpfzgkfhvg /root/.ansible/tmp/ansible-tmp-1734161005.6814325-11384-239371226030127/AnsiballZ_stat.py\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161005.6814325-11384-239371226030127/ /root/.ansible/tmp/ansible-tmp-1734161005.6814325-11384-239371226030127/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.139> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpgw_4vs09 /root/.ansible/tmp/ansible-tmp-1734161005.6870427-11385-170504459649418/AnsiballZ_stat.py\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161005.6870427-11385-170504459649418/ /root/.ansible/tmp/ansible-tmp-1734161005.6870427-11385-170504459649418/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' -tt 10.31.46.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161005.6764042-11382-160634267458385/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' -tt 10.31.45.33 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161005.6814325-11384-239371226030127/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' -tt 10.31.11.139 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161005.6870427-11385-170504459649418/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.46.125> (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": 1734160957.8632786, "mtime": 1734160955.2432714, "ctime": 1734160955.6902726, "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": "36e823b6ea51e3c7840c88babc02901f4053b2d7", "mimetype": "text/plain", "charset": "us-ascii", "version": "788591416", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.46.125 closed.\r\n') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161005.6764042-11382-160634267458385/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.33> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 120, "inode": 174063874, "dev": 51713, "nlink": 1, "atime": 1734160966.098738, "mtime": 1734160964.3527236, "ctime": 1734160964.7037265, "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": "5a2b6142d49fa5a6a948238b959239260b7c5925", "mimetype": "text/plain", "charset": "us-ascii", "version": "2559092373", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.45.33 closed.\r\n') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161005.6814325-11384-239371226030127/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.139> (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": 1734160973.0644112, "mtime": 1734160970.9704006, "ctime": 1734160971.2224019, "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": "53a996b51211d2cb5dbec1e28cdabdd74acd5b12", "mimetype": "text/plain", "charset": "us-ascii", "version": "72407734", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.11.139 closed.\r\n') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161005.6870427-11385-170504459649418/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') <10.31.46.125> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1734160966.098738, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5a2b6142d49fa5a6a948238b959239260b7c5925", "ctime": 1734160964.7037265, "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": 1734160964.3527236, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 120, "uid": 0, "version": "2559092373", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1734160957.8632786, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "36e823b6ea51e3c7840c88babc02901f4053b2d7", "ctime": 1734160955.6902726, "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": 1734160955.2432714, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "788591416", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.11.139> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1734160973.0644112, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "53a996b51211d2cb5dbec1e28cdabdd74acd5b12", "ctime": 1734160971.2224019, "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": 1734160970.9704006, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "72407734", "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-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 14 December 2024 02:23:26 -0500 (0:00:00.378) 0:00:12.861 ***** <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.46.125> (0, b'/root\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161006.0759795-11406-17269119408163 `" && echo ansible-tmp-1734161006.0759795-11406-17269119408163="` echo /root/.ansible/tmp/ansible-tmp-1734161006.0759795-11406-17269119408163 `" ) && sleep 0'"'"'' <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.33> (0, b'/root\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161006.0997233-11407-167233087895902 `" && echo ansible-tmp-1734161006.0997233-11407-167233087895902="` echo /root/.ansible/tmp/ansible-tmp-1734161006.0997233-11407-167233087895902 `" ) && sleep 0'"'"'' <10.31.46.125> (0, b'ansible-tmp-1734161006.0759795-11406-17269119408163=/root/.ansible/tmp/ansible-tmp-1734161006.0759795-11406-17269119408163\n', b'') <10.31.11.139> (0, b'/root\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161006.1125135-11408-237280962809314 `" && echo ansible-tmp-1734161006.1125135-11408-237280962809314="` echo /root/.ansible/tmp/ansible-tmp-1734161006.1125135-11408-237280962809314 `" ) && sleep 0'"'"'' <10.31.45.33> (0, b'ansible-tmp-1734161006.0997233-11407-167233087895902=/root/.ansible/tmp/ansible-tmp-1734161006.0997233-11407-167233087895902\n', b'') <10.31.11.139> (0, b'ansible-tmp-1734161006.1125135-11408-237280962809314=/root/.ansible/tmp/ansible-tmp-1734161006.1125135-11408-237280962809314\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.46.125> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp4a7pmwdn TO /root/.ansible/tmp/ansible-tmp-1734161006.0759795-11406-17269119408163/AnsiballZ_stat.py <10.31.46.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' '[10.31.46.125]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.11.139> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmptmuqfoi8 TO /root/.ansible/tmp/ansible-tmp-1734161006.1125135-11408-237280962809314/AnsiballZ_stat.py <10.31.11.139> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/248269a8a4"' '[10.31.11.139]' <10.31.45.33> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpbylxkgaz TO /root/.ansible/tmp/ansible-tmp-1734161006.0997233-11407-167233087895902/AnsiballZ_stat.py <10.31.45.33> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' '[10.31.45.33]' <10.31.46.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp4a7pmwdn /root/.ansible/tmp/ansible-tmp-1734161006.0759795-11406-17269119408163/AnsiballZ_stat.py\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161006.0759795-11406-17269119408163/ /root/.ansible/tmp/ansible-tmp-1734161006.0759795-11406-17269119408163/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.33> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpbylxkgaz /root/.ansible/tmp/ansible-tmp-1734161006.0997233-11407-167233087895902/AnsiballZ_stat.py\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161006.0997233-11407-167233087895902/ /root/.ansible/tmp/ansible-tmp-1734161006.0997233-11407-167233087895902/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' -tt 10.31.46.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161006.0759795-11406-17269119408163/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.139> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmptmuqfoi8 /root/.ansible/tmp/ansible-tmp-1734161006.1125135-11408-237280962809314/AnsiballZ_stat.py\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161006.1125135-11408-237280962809314/ /root/.ansible/tmp/ansible-tmp-1734161006.1125135-11408-237280962809314/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' -tt 10.31.45.33 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161006.0997233-11407-167233087895902/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' -tt 10.31.11.139 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161006.1125135-11408-237280962809314/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.46.125> (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": 1734160957.8632786, "mtime": 1734160955.2432714, "ctime": 1734160955.6902726, "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": "36e823b6ea51e3c7840c88babc02901f4053b2d7", "mimetype": "text/plain", "charset": "us-ascii", "version": "788591416", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to 10.31.46.125 closed.\r\n') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.46.125> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpw42m86l3 TO /root/.ansible/tmp/ansible-tmp-1734161006.0759795-11406-17269119408163/AnsiballZ_file.py <10.31.46.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' '[10.31.46.125]' <10.31.45.33> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 120, "inode": 174063874, "dev": 51713, "nlink": 1, "atime": 1734160966.098738, "mtime": 1734160964.3527236, "ctime": 1734160964.7037265, "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": "5a2b6142d49fa5a6a948238b959239260b7c5925", "mimetype": "text/plain", "charset": "us-ascii", "version": "2559092373", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to 10.31.45.33 closed.\r\n') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161006.0997233-11407-167233087895902/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.139> (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": 1734160973.0644112, "mtime": 1734160970.9704006, "ctime": 1734160971.2224019, "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": "53a996b51211d2cb5dbec1e28cdabdd74acd5b12", "mimetype": "text/plain", "charset": "us-ascii", "version": "72407734", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to 10.31.11.139 closed.\r\n') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.11.139> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp9jn66rl4 TO /root/.ansible/tmp/ansible-tmp-1734161006.1125135-11408-237280962809314/AnsiballZ_file.py <10.31.11.139> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/248269a8a4"' '[10.31.11.139]' <10.31.45.33> (0, b'', b'') Notification for handler Restart kdump has been saved. changed: [managed-node2] => { "changed": true, "diff": [], "invocation": { "backup": true, "dest": "/etc/kdump.conf", "follow": false, "mode": "0644", "module_args": { "backup": true, "dest": "/etc/kdump.conf", "follow": false, "mode": "0644", "src": "/root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpt99n96ox/kdump.conf.j2" }, "src": "/root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpt99n96ox/kdump.conf.j2" } } <10.31.46.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpw42m86l3 /root/.ansible/tmp/ansible-tmp-1734161006.0759795-11406-17269119408163/AnsiballZ_file.py\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161006.0759795-11406-17269119408163/ /root/.ansible/tmp/ansible-tmp-1734161006.0759795-11406-17269119408163/AnsiballZ_file.py && sleep 0'"'"'' <10.31.11.139> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp9jn66rl4 /root/.ansible/tmp/ansible-tmp-1734161006.1125135-11408-237280962809314/AnsiballZ_file.py\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161006.1125135-11408-237280962809314/ /root/.ansible/tmp/ansible-tmp-1734161006.1125135-11408-237280962809314/AnsiballZ_file.py && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' -tt 10.31.46.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161006.0759795-11406-17269119408163/AnsiballZ_file.py && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' -tt 10.31.11.139 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161006.1125135-11408-237280962809314/AnsiballZ_file.py && sleep 0'"'"'' <10.31.46.125> (0, b'\r\n{"path": "/etc/kdump.conf", "changed": false, "diff": {"before": {"path": "/etc/kdump.conf"}, "after": {"path": "/etc/kdump.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "invocation": {"module_args": {"mode": "0644", "dest": "/etc/kdump.conf", "_original_basename": "kdump.conf.j2", "recurse": false, "state": "file", "path": "/etc/kdump.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.46.125 closed.\r\n') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161006.0759795-11406-17269119408163/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.139> (0, b'\r\n{"path": "/etc/kdump.conf", "changed": false, "diff": {"before": {"path": "/etc/kdump.conf"}, "after": {"path": "/etc/kdump.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "invocation": {"module_args": {"mode": "0644", "dest": "/etc/kdump.conf", "_original_basename": "kdump.conf.j2", "recurse": false, "state": "file", "path": "/etc/kdump.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.11.139 closed.\r\n') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161006.1125135-11408-237280962809314/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') ok: [managed-node1] => { "changed": false, "checksum": "36e823b6ea51e3c7840c88babc02901f4053b2d7", "dest": "/etc/kdump.conf", "diff": { "after": { "path": "/etc/kdump.conf" }, "before": { "path": "/etc/kdump.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "kdump.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/kdump.conf", "follow": true, "force": false, "group": null, "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/etc/kdump.conf", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/kdump.conf", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "state": "file", "uid": 0 } <10.31.11.139> (0, b'', b'') ok: [managed-node3] => { "changed": false, "checksum": "53a996b51211d2cb5dbec1e28cdabdd74acd5b12", "dest": "/etc/kdump.conf", "diff": { "after": { "path": "/etc/kdump.conf" }, "before": { "path": "/etc/kdump.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "kdump.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/kdump.conf", "follow": true, "force": false, "group": null, "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/etc/kdump.conf", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/kdump.conf", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 14 December 2024 02:23:26 -0500 (0:00:00.733) 0:00:13.594 ***** <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.46.125> (0, b'/root\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161006.7901518-11441-130545414390063 `" && echo ansible-tmp-1734161006.7901518-11441-130545414390063="` echo /root/.ansible/tmp/ansible-tmp-1734161006.7901518-11441-130545414390063 `" ) && sleep 0'"'"'' <10.31.45.33> (0, b'/root\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161006.7919676-11442-63094913989233 `" && echo ansible-tmp-1734161006.7919676-11442-63094913989233="` echo /root/.ansible/tmp/ansible-tmp-1734161006.7919676-11442-63094913989233 `" ) && sleep 0'"'"'' <10.31.11.139> (0, b'/root\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161006.7991662-11444-199890373321737 `" && echo ansible-tmp-1734161006.7991662-11444-199890373321737="` echo /root/.ansible/tmp/ansible-tmp-1734161006.7991662-11444-199890373321737 `" ) && sleep 0'"'"'' <10.31.45.33> (0, b'ansible-tmp-1734161006.7919676-11442-63094913989233=/root/.ansible/tmp/ansible-tmp-1734161006.7919676-11442-63094913989233\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.45.33> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpdgc7xttz TO /root/.ansible/tmp/ansible-tmp-1734161006.7919676-11442-63094913989233/AnsiballZ_slurp.py <10.31.45.33> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' '[10.31.45.33]' <10.31.46.125> (0, b'ansible-tmp-1734161006.7901518-11441-130545414390063=/root/.ansible/tmp/ansible-tmp-1734161006.7901518-11441-130545414390063\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.46.125> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpj5s910di TO /root/.ansible/tmp/ansible-tmp-1734161006.7901518-11441-130545414390063/AnsiballZ_slurp.py <10.31.46.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' '[10.31.46.125]' <10.31.11.139> (0, b'ansible-tmp-1734161006.7991662-11444-199890373321737=/root/.ansible/tmp/ansible-tmp-1734161006.7991662-11444-199890373321737\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.11.139> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp0nd2r7xs TO /root/.ansible/tmp/ansible-tmp-1734161006.7991662-11444-199890373321737/AnsiballZ_slurp.py <10.31.11.139> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/248269a8a4"' '[10.31.11.139]' <10.31.45.33> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpdgc7xttz /root/.ansible/tmp/ansible-tmp-1734161006.7919676-11442-63094913989233/AnsiballZ_slurp.py\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161006.7919676-11442-63094913989233/ /root/.ansible/tmp/ansible-tmp-1734161006.7919676-11442-63094913989233/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.46.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpj5s910di /root/.ansible/tmp/ansible-tmp-1734161006.7901518-11441-130545414390063/AnsiballZ_slurp.py\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161006.7901518-11441-130545414390063/ /root/.ansible/tmp/ansible-tmp-1734161006.7901518-11441-130545414390063/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.11.139> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp0nd2r7xs /root/.ansible/tmp/ansible-tmp-1734161006.7991662-11444-199890373321737/AnsiballZ_slurp.py\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161006.7991662-11444-199890373321737/ /root/.ansible/tmp/ansible-tmp-1734161006.7991662-11444-199890373321737/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' -tt 10.31.45.33 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161006.7919676-11442-63094913989233/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' -tt 10.31.46.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161006.7901518-11441-130545414390063/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' -tt 10.31.11.139 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161006.7991662-11444-199890373321737/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.45.33> (0, b'\r\n{"content": "MjAxMzI2NTkyCg==", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}}\r\n', b'Shared connection to 10.31.45.33 closed.\r\n') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161006.7919676-11442-63094913989233/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.46.125> (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.46.125 closed.\r\n') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161006.7901518-11441-130545414390063/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.139> (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.11.139 closed.\r\n') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161006.7991662-11444-199890373321737/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') ok: [managed-node2] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } <10.31.46.125> (0, b'', b'') ok: [managed-node1] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } <10.31.11.139> (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" } TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] **** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 14 December 2024 02:23:27 -0500 (0:00:00.382) 0:00:13.977 ***** 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-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 14 December 2024 02:23:27 -0500 (0:00:00.083) 0:00:14.061 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] *** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 14 December 2024 02:23:27 -0500 (0:00:00.074) 0:00:14.135 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false] *** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 14 December 2024 02:23:27 -0500 (0:00:00.079) 0:00:14.215 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Reboot the managed node] *************** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 14 December 2024 02:23:27 -0500 (0:00:00.075) 0:00:14.291 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag] *** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 14 December 2024 02:23:27 -0500 (0:00:00.076) 0:00:14.367 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] ********** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 14 December 2024 02:23:27 -0500 (0:00:00.077) 0:00:14.445 ***** <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.33> (0, b'/root\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> (0, b'/root\n', b'') <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161007.6431983-11487-255165005850648 `" && echo ansible-tmp-1734161007.6431983-11487-255165005850648="` echo /root/.ansible/tmp/ansible-tmp-1734161007.6431983-11487-255165005850648 `" ) && sleep 0'"'"'' <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161007.643987-11486-111552014152264 `" && echo ansible-tmp-1734161007.643987-11486-111552014152264="` echo /root/.ansible/tmp/ansible-tmp-1734161007.643987-11486-111552014152264 `" ) && sleep 0'"'"'' <10.31.11.139> (0, b'/root\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161007.6525016-11489-21731829446789 `" && echo ansible-tmp-1734161007.6525016-11489-21731829446789="` echo /root/.ansible/tmp/ansible-tmp-1734161007.6525016-11489-21731829446789 `" ) && sleep 0'"'"'' <10.31.45.33> (0, b'ansible-tmp-1734161007.6431983-11487-255165005850648=/root/.ansible/tmp/ansible-tmp-1734161007.6431983-11487-255165005850648\n', b'') <10.31.46.125> (0, b'ansible-tmp-1734161007.643987-11486-111552014152264=/root/.ansible/tmp/ansible-tmp-1734161007.643987-11486-111552014152264\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.45.33> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp6xg5zqjg TO /root/.ansible/tmp/ansible-tmp-1734161007.6431983-11487-255165005850648/AnsiballZ_systemd.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.45.33> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' '[10.31.45.33]' <10.31.46.125> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmph0zhpj42 TO /root/.ansible/tmp/ansible-tmp-1734161007.643987-11486-111552014152264/AnsiballZ_systemd.py <10.31.46.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' '[10.31.46.125]' <10.31.11.139> (0, b'ansible-tmp-1734161007.6525016-11489-21731829446789=/root/.ansible/tmp/ansible-tmp-1734161007.6525016-11489-21731829446789\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.11.139> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpwrea6w4g TO /root/.ansible/tmp/ansible-tmp-1734161007.6525016-11489-21731829446789/AnsiballZ_systemd.py <10.31.11.139> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/248269a8a4"' '[10.31.11.139]' <10.31.45.33> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp6xg5zqjg /root/.ansible/tmp/ansible-tmp-1734161007.6431983-11487-255165005850648/AnsiballZ_systemd.py\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161007.6431983-11487-255165005850648/ /root/.ansible/tmp/ansible-tmp-1734161007.6431983-11487-255165005850648/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.46.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmph0zhpj42 /root/.ansible/tmp/ansible-tmp-1734161007.643987-11486-111552014152264/AnsiballZ_systemd.py\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161007.643987-11486-111552014152264/ /root/.ansible/tmp/ansible-tmp-1734161007.643987-11486-111552014152264/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.11.139> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpwrea6w4g /root/.ansible/tmp/ansible-tmp-1734161007.6525016-11489-21731829446789/AnsiballZ_systemd.py\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161007.6525016-11489-21731829446789/ /root/.ansible/tmp/ansible-tmp-1734161007.6525016-11489-21731829446789/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' -tt 10.31.45.33 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161007.6431983-11487-255165005850648/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' -tt 10.31.46.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161007.643987-11486-111552014152264/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' -tt 10.31.11.139 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161007.6525016-11489-21731829446789/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.45.33> (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-14 02:22:46 EST", "ExecMainStartTimestampMonotonic": "575092017", "ExecMainExitTimestamp": "Sat 2024-12-14 02:23:04 EST", "ExecMainExitTimestampMonotonic": "593529050", "ExecMainPID": "20400", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:22:46 EST] ; stop_time=[Sat 2024-12-14 02:23:04 EST] ; pid=20400 ; 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-14 02:22:46 EST] ; stop_time=[Sat 2024-12-14 02:22:46 EST] ; pid=20391 ; 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": "network.target basic.target system.slice remote-fs.target systemd-journald.socket network-online.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-14 02:23:04 EST", "StateChangeTimestampMonotonic": "593529494", "InactiveExitTimestamp": "Sat 2024-12-14 02:22:46 EST", "InactiveExitTimestampMonotonic": "575092052", "ActiveEnterTimestamp": "Sat 2024-12-14 02:23:04 EST", "ActiveEnterTimestampMonotonic": "593529494", "ActiveExitTimestamp": "Sat 2024-12-14 02:22:46 EST", "ActiveExitTimestampMonotonic": "575068516", "InactiveEnterTimestamp": "Sat 2024-12-14 02:22:46 EST", "InactiveEnterTimestampMonotonic": "575090289", "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-14 02:22:46 EST", "ConditionTimestampMonotonic": "575091197", "AssertTimestamp": "Sat 2024-12-14 02:22:46 EST", "AssertTimestampMonotonic": "575091218", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "c186d00121734498b1b0abdf8812c1fa", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "enabled": null, "force": null, "masked": null}}}\r\n', b'Shared connection to 10.31.45.33 closed.\r\n') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161007.6431983-11487-255165005850648/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.46.125> (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-14 02:22:37 EST", "ExecMainStartTimestampMonotonic": "568863219", "ExecMainExitTimestamp": "Sat 2024-12-14 02:22:56 EST", "ExecMainExitTimestampMonotonic": "587840508", "ExecMainPID": "16712", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:22:37 EST] ; stop_time=[Sat 2024-12-14 02:22:56 EST] ; pid=16712 ; 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-14 02:22:37 EST] ; stop_time=[Sat 2024-12-14 02:22:37 EST] ; pid=16703 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "systemd-journald.socket remote-fs.target system.slice network.target 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-14 02:22:56 EST", "StateChangeTimestampMonotonic": "587841164", "InactiveExitTimestamp": "Sat 2024-12-14 02:22:37 EST", "InactiveExitTimestampMonotonic": "568863254", "ActiveEnterTimestamp": "Sat 2024-12-14 02:22:56 EST", "ActiveEnterTimestampMonotonic": "587841164", "ActiveExitTimestamp": "Sat 2024-12-14 02:22:37 EST", "ActiveExitTimestampMonotonic": "568838902", "InactiveEnterTimestamp": "Sat 2024-12-14 02:22:37 EST", "InactiveEnterTimestampMonotonic": "568861219", "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-14 02:22:37 EST", "ConditionTimestampMonotonic": "568862089", "AssertTimestamp": "Sat 2024-12-14 02:22:37 EST", "AssertTimestampMonotonic": "568862119", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "803dee2b353b4b52b25e1297583b54fd", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "enabled": null, "force": null, "masked": null}}}\r\n', b'Shared connection to 10.31.46.125 closed.\r\n') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161007.643987-11486-111552014152264/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": "started" } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-12-14 02:23:04 EST", "ActiveEnterTimestampMonotonic": "593529494", "ActiveExitTimestamp": "Sat 2024-12-14 02:22:46 EST", "ActiveExitTimestampMonotonic": "575068516", "ActiveState": "active", "After": "network.target basic.target system.slice remote-fs.target systemd-journald.socket network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-14 02:22:46 EST", "AssertTimestampMonotonic": "575091218", "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-14 02:22:46 EST", "ConditionTimestampMonotonic": "575091197", "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-14 02:23:04 EST", "ExecMainExitTimestampMonotonic": "593529050", "ExecMainPID": "20400", "ExecMainStartTimestamp": "Sat 2024-12-14 02:22:46 EST", "ExecMainStartTimestampMonotonic": "575092017", "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-14 02:22:46 EST] ; stop_time=[Sat 2024-12-14 02:23:04 EST] ; pid=20400 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:22:46 EST] ; stop_time=[Sat 2024-12-14 02:22:46 EST] ; pid=20391 ; 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-14 02:22:46 EST", "InactiveEnterTimestampMonotonic": "575090289", "InactiveExitTimestamp": "Sat 2024-12-14 02:22:46 EST", "InactiveExitTimestampMonotonic": "575092052", "InvocationID": "c186d00121734498b1b0abdf8812c1fa", "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-14 02:23:04 EST", "StateChangeTimestampMonotonic": "593529494", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } <10.31.11.139> (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-14 02:22:53 EST", "ExecMainStartTimestampMonotonic": "578062434", "ExecMainExitTimestamp": "Sat 2024-12-14 02:23:11 EST", "ExecMainExitTimestampMonotonic": "596622872", "ExecMainPID": "16756", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:22:53 EST] ; stop_time=[Sat 2024-12-14 02:23:11 EST] ; pid=16756 ; 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-14 02:22:53 EST] ; stop_time=[Sat 2024-12-14 02:22:53 EST] ; pid=16747 ; 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": "basic.target network.target remote-fs.target system.slice network-online.target systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-14 02:23:11 EST", "StateChangeTimestampMonotonic": "596623332", "InactiveExitTimestamp": "Sat 2024-12-14 02:22:53 EST", "InactiveExitTimestampMonotonic": "578062466", "ActiveEnterTimestamp": "Sat 2024-12-14 02:23:11 EST", "ActiveEnterTimestampMonotonic": "596623332", "ActiveExitTimestamp": "Sat 2024-12-14 02:22:53 EST", "ActiveExitTimestampMonotonic": "578038729", "InactiveEnterTimestamp": "Sat 2024-12-14 02:22:53 EST", "InactiveEnterTimestampMonotonic": "578060825", "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-14 02:22:53 EST", "ConditionTimestampMonotonic": "578061581", "AssertTimestamp": "Sat 2024-12-14 02:22:53 EST", "AssertTimestampMonotonic": "578061603", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "1aa01533c530476ca8dd7bc15ccf8f9d", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "enabled": null, "force": null, "masked": null}}}\r\n', b'Shared connection to 10.31.11.139 closed.\r\n') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161007.6525016-11489-21731829446789/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') ok: [managed-node1] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": "started" } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-12-14 02:22:56 EST", "ActiveEnterTimestampMonotonic": "587841164", "ActiveExitTimestamp": "Sat 2024-12-14 02:22:37 EST", "ActiveExitTimestampMonotonic": "568838902", "ActiveState": "active", "After": "systemd-journald.socket remote-fs.target system.slice network.target network-online.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-14 02:22:37 EST", "AssertTimestampMonotonic": "568862119", "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-14 02:22:37 EST", "ConditionTimestampMonotonic": "568862089", "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-14 02:22:56 EST", "ExecMainExitTimestampMonotonic": "587840508", "ExecMainPID": "16712", "ExecMainStartTimestamp": "Sat 2024-12-14 02:22:37 EST", "ExecMainStartTimestampMonotonic": "568863219", "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-14 02:22:37 EST] ; stop_time=[Sat 2024-12-14 02:22:56 EST] ; pid=16712 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:22:37 EST] ; stop_time=[Sat 2024-12-14 02:22:37 EST] ; pid=16703 ; 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-14 02:22:37 EST", "InactiveEnterTimestampMonotonic": "568861219", "InactiveExitTimestamp": "Sat 2024-12-14 02:22:37 EST", "InactiveExitTimestampMonotonic": "568863254", "InvocationID": "803dee2b353b4b52b25e1297583b54fd", "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-14 02:22:56 EST", "StateChangeTimestampMonotonic": "587841164", "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.11.139> (0, b'', b'') ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": "started" } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-12-14 02:23:11 EST", "ActiveEnterTimestampMonotonic": "596623332", "ActiveExitTimestamp": "Sat 2024-12-14 02:22:53 EST", "ActiveExitTimestampMonotonic": "578038729", "ActiveState": "active", "After": "basic.target network.target remote-fs.target system.slice network-online.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-14 02:22:53 EST", "AssertTimestampMonotonic": "578061603", "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-14 02:22:53 EST", "ConditionTimestampMonotonic": "578061581", "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-14 02:23:11 EST", "ExecMainExitTimestampMonotonic": "596622872", "ExecMainPID": "16756", "ExecMainStartTimestamp": "Sat 2024-12-14 02:22:53 EST", "ExecMainStartTimestampMonotonic": "578062434", "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-14 02:22:53 EST] ; stop_time=[Sat 2024-12-14 02:23:11 EST] ; pid=16756 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:22:53 EST] ; stop_time=[Sat 2024-12-14 02:22:53 EST] ; pid=16747 ; 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-14 02:22:53 EST", "InactiveEnterTimestampMonotonic": "578060825", "InactiveExitTimestamp": "Sat 2024-12-14 02:22:53 EST", "InactiveExitTimestampMonotonic": "578062466", "InvocationID": "1aa01533c530476ca8dd7bc15ccf8f9d", "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-14 02:23:11 EST", "StateChangeTimestampMonotonic": "596623332", "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 [If reboot is required - assert the expected fail message] **************** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:86 Saturday 14 December 2024 02:23:28 -0500 (0:00:00.542) 0:00:14.987 ***** fatal: [localhost]: FAILED! => { "assertion": "'Reboot is required to apply changes.' in ansible_failed_result.msg", "changed": false, "evaluated_to": false } MSG: Assertion failed TASK [Cleanup kdump_path] ****************************************************** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 14 December 2024 02:23:28 -0500 (0:00:00.017) 0:00:15.004 ***** <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.46.125> (0, b'/root\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161008.2033205-11511-184560962903931 `" && echo ansible-tmp-1734161008.2033205-11511-184560962903931="` echo /root/.ansible/tmp/ansible-tmp-1734161008.2033205-11511-184560962903931 `" ) && sleep 0'"'"'' <10.31.45.33> (0, b'/root\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161008.2135198-11512-57647126198721 `" && echo ansible-tmp-1734161008.2135198-11512-57647126198721="` echo /root/.ansible/tmp/ansible-tmp-1734161008.2135198-11512-57647126198721 `" ) && sleep 0'"'"'' <10.31.11.139> (0, b'/root\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161008.2192361-11513-10321097368991 `" && echo ansible-tmp-1734161008.2192361-11513-10321097368991="` echo /root/.ansible/tmp/ansible-tmp-1734161008.2192361-11513-10321097368991 `" ) && sleep 0'"'"'' <10.31.46.125> (0, b'ansible-tmp-1734161008.2033205-11511-184560962903931=/root/.ansible/tmp/ansible-tmp-1734161008.2033205-11511-184560962903931\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.46.125> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpwij5cv1v TO /root/.ansible/tmp/ansible-tmp-1734161008.2033205-11511-184560962903931/AnsiballZ_file.py <10.31.46.125> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' '[10.31.46.125]' <10.31.45.33> (0, b'ansible-tmp-1734161008.2135198-11512-57647126198721=/root/.ansible/tmp/ansible-tmp-1734161008.2135198-11512-57647126198721\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.45.33> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpr7_sx0td TO /root/.ansible/tmp/ansible-tmp-1734161008.2135198-11512-57647126198721/AnsiballZ_file.py <10.31.45.33> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' '[10.31.45.33]' <10.31.11.139> (0, b'ansible-tmp-1734161008.2192361-11513-10321097368991=/root/.ansible/tmp/ansible-tmp-1734161008.2192361-11513-10321097368991\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.11.139> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp_0lqom4w TO /root/.ansible/tmp/ansible-tmp-1734161008.2192361-11513-10321097368991/AnsiballZ_file.py <10.31.11.139> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/248269a8a4"' '[10.31.11.139]' <10.31.46.125> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpwij5cv1v /root/.ansible/tmp/ansible-tmp-1734161008.2033205-11511-184560962903931/AnsiballZ_file.py\n', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161008.2033205-11511-184560962903931/ /root/.ansible/tmp/ansible-tmp-1734161008.2033205-11511-184560962903931/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.33> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmpr7_sx0td /root/.ansible/tmp/ansible-tmp-1734161008.2135198-11512-57647126198721/AnsiballZ_file.py\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161008.2135198-11512-57647126198721/ /root/.ansible/tmp/ansible-tmp-1734161008.2135198-11512-57647126198721/AnsiballZ_file.py && sleep 0'"'"'' <10.31.11.139> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp_0lqom4w /root/.ansible/tmp/ansible-tmp-1734161008.2192361-11513-10321097368991/AnsiballZ_file.py\n', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161008.2192361-11513-10321097368991/ /root/.ansible/tmp/ansible-tmp-1734161008.2192361-11513-10321097368991/AnsiballZ_file.py && sleep 0'"'"'' <10.31.46.125> (0, b'', b'') <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' -tt 10.31.46.125 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161008.2033205-11511-184560962903931/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' -tt 10.31.45.33 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161008.2135198-11512-57647126198721/AnsiballZ_file.py && sleep 0'"'"'' <10.31.11.139> (0, b'', b'') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' -tt 10.31.11.139 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161008.2192361-11513-10321097368991/AnsiballZ_file.py && sleep 0'"'"'' <10.31.45.33> (0, b'\r\n{"path": "/tmp/tests_ssh", "changed": false, "state": "absent", "invocation": {"module_args": {"path": "/tmp/tests_ssh", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.45.33 closed.\r\n') <10.31.46.125> (0, b'\r\n{"path": "/tmp/tests_ssh", "changed": true, "diff": {"before": {"path": "/tmp/tests_ssh", "state": "directory", "path_content": {"directories": [], "files": []}}, "after": {"path": "/tmp/tests_ssh", "state": "absent"}}, "state": "directory", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "invocation": {"module_args": {"path": "/tmp/tests_ssh", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.46.125 closed.\r\n') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.46.125> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161008.2135198-11512-57647126198721/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.46.125> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/0dd04c1020"' 10.31.46.125 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161008.2033205-11511-184560962903931/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.139> (0, b'\r\n{"path": "/tmp/tests_ssh", "changed": true, "diff": {"before": {"path": "/tmp/tests_ssh", "state": "directory", "path_content": {"directories": [], "files": []}}, "after": {"path": "/tmp/tests_ssh", "state": "absent"}}, "state": "directory", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "invocation": {"module_args": {"path": "/tmp/tests_ssh", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.11.139 closed.\r\n') <10.31.11.139> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.139> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/248269a8a4"' 10.31.11.139 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161008.2192361-11513-10321097368991/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') <10.31.46.125> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/tmp/tests_ssh", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "path": "/tmp/tests_ssh", "state": "absent" } changed: [managed-node1] => { "changed": true, "diff": { "after": { "path": "/tmp/tests_ssh", "state": "absent" }, "before": { "path": "/tmp/tests_ssh", "path_content": { "directories": [], "files": [] }, "state": "directory" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/tmp/tests_ssh", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "mode": "0755", "owner": "root", "path": "/tmp/tests_ssh", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } <10.31.11.139> (0, b'', b'') changed: [managed-node3] => { "changed": true, "diff": { "after": { "path": "/tmp/tests_ssh", "state": "absent" }, "before": { "path": "/tmp/tests_ssh", "path_content": { "directories": [], "files": [] }, "state": "directory" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/tmp/tests_ssh", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "mode": "0755", "owner": "root", "path": "/tmp/tests_ssh", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed-node2 RUNNING HANDLER [fedora.linux_system_roles.kdump : Restart kdump] ************** task path: /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 14 December 2024 02:23:28 -0500 (0:00:00.377) 0:00:15.381 ***** <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.45.33> (0, b'/root\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734161008.580238-11538-74195408184211 `" && echo ansible-tmp-1734161008.580238-11538-74195408184211="` echo /root/.ansible/tmp/ansible-tmp-1734161008.580238-11538-74195408184211 `" ) && sleep 0'"'"'' <10.31.45.33> (0, b'ansible-tmp-1734161008.580238-11538-74195408184211=/root/.ansible/tmp/ansible-tmp-1734161008.580238-11538-74195408184211\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.45.33> PUT /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp6pj12dfl TO /root/.ansible/tmp/ansible-tmp-1734161008.580238-11538-74195408184211/AnsiballZ_systemd.py <10.31.45.33> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' '[10.31.45.33]' <10.31.45.33> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10613ye1ds6eh/tmp6pj12dfl /root/.ansible/tmp/ansible-tmp-1734161008.580238-11538-74195408184211/AnsiballZ_systemd.py\n', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734161008.580238-11538-74195408184211/ /root/.ansible/tmp/ansible-tmp-1734161008.580238-11538-74195408184211/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' -tt 10.31.45.33 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734161008.580238-11538-74195408184211/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.45.33> (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-14 02:22:46 EST", "ExecMainStartTimestampMonotonic": "575092017", "ExecMainExitTimestamp": "Sat 2024-12-14 02:23:04 EST", "ExecMainExitTimestampMonotonic": "593529050", "ExecMainPID": "20400", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:22:46 EST] ; stop_time=[Sat 2024-12-14 02:23:04 EST] ; pid=20400 ; 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-14 02:22:46 EST] ; stop_time=[Sat 2024-12-14 02:22:46 EST] ; pid=20391 ; 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": "network.target basic.target system.slice remote-fs.target systemd-journald.socket network-online.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-14 02:23:04 EST", "StateChangeTimestampMonotonic": "593529494", "InactiveExitTimestamp": "Sat 2024-12-14 02:22:46 EST", "InactiveExitTimestampMonotonic": "575092052", "ActiveEnterTimestamp": "Sat 2024-12-14 02:23:04 EST", "ActiveEnterTimestampMonotonic": "593529494", "ActiveExitTimestamp": "Sat 2024-12-14 02:22:46 EST", "ActiveExitTimestampMonotonic": "575068516", "InactiveEnterTimestamp": "Sat 2024-12-14 02:22:46 EST", "InactiveEnterTimestampMonotonic": "575090289", "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-14 02:22:46 EST", "ConditionTimestampMonotonic": "575091197", "AssertTimestamp": "Sat 2024-12-14 02:22:46 EST", "AssertTimestampMonotonic": "575091218", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "c186d00121734498b1b0abdf8812c1fa", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "restarted", "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "enabled": null, "force": null, "masked": null}}}\r\n', b'Shared connection to 10.31.45.33 closed.\r\n') <10.31.45.33> ESTABLISH SSH CONNECTION FOR USER: None <10.31.45.33> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/2cca625ab0"' 10.31.45.33 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734161008.580238-11538-74195408184211/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.45.33> (0, b'', b'') changed: [managed-node2] => { "changed": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": "restarted" } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-12-14 02:23:04 EST", "ActiveEnterTimestampMonotonic": "593529494", "ActiveExitTimestamp": "Sat 2024-12-14 02:22:46 EST", "ActiveExitTimestampMonotonic": "575068516", "ActiveState": "active", "After": "network.target basic.target system.slice remote-fs.target systemd-journald.socket network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-12-14 02:22:46 EST", "AssertTimestampMonotonic": "575091218", "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-14 02:22:46 EST", "ConditionTimestampMonotonic": "575091197", "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-14 02:23:04 EST", "ExecMainExitTimestampMonotonic": "593529050", "ExecMainPID": "20400", "ExecMainStartTimestamp": "Sat 2024-12-14 02:22:46 EST", "ExecMainStartTimestampMonotonic": "575092017", "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-14 02:22:46 EST] ; stop_time=[Sat 2024-12-14 02:23:04 EST] ; pid=20400 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:22:46 EST] ; stop_time=[Sat 2024-12-14 02:22:46 EST] ; pid=20391 ; 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-14 02:22:46 EST", "InactiveEnterTimestampMonotonic": "575090289", "InactiveExitTimestamp": "Sat 2024-12-14 02:22:46 EST", "InactiveExitTimestampMonotonic": "575092052", "InvocationID": "c186d00121734498b1b0abdf8812c1fa", "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-14 02:23:04 EST", "StateChangeTimestampMonotonic": "593529494", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } PLAY RECAP ********************************************************************* localhost : ok=9 changed=1 unreachable=0 failed=1 skipped=3 rescued=1 ignored=0 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 TASKS RECAP ******************************************************************** Saturday 14 December 2024 02:23:28 -0500 (0:00:00.471) 0:00:15.853 ***** =============================================================================== fedora.linux_system_roles.kdump : Install required packages ------------- 3.68s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.35s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gather facts from localhost --------------------------------------------- 1.00s /tmp/collections-YoW/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-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.73s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.59s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.58s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.57s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.55s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.54s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.54s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.50s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.48s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Restart kdump ------------------------- 0.47s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.39s /tmp/collections-YoW/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.39s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel --- 0.38s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists --- 0.38s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Cleanup kdump_path ------------------------------------------------------ 0.38s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 fedora.linux_system_roles.kdump : Fetch the servers public key ---------- 0.37s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 MSG: non-zero return code PLAY RECAP ********************************************************************* managed-node3 : ok=28 changed=7 unreachable=0 failed=1 skipped=8 rescued=0 ignored=0 TASKS RECAP ******************************************************************** Saturday 14 December 2024 02:23:29 -0500 (0:00:16.712) 0:00:50.944 ***** =============================================================================== fedora.linux_system_roles.kdump : Restart kdump ------------------------ 19.09s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Run ansible-playbook with tests_ssh.yml in check mode ------------------ 16.71s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 fedora.linux_system_roles.kdump : Install required packages ------------- 3.03s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.04s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Create static inventory from hostvars ----------------------------------- 0.78s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 Gather facts from managed-node3 ----------------------------------------- 0.76s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Gathering Facts --------------------------------------------------------- 0.75s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Gathering Facts --------------------------------------------------------- 0.73s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.73s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.69s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.67s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.53s /tmp/collections-YoW/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.49s /tmp/collections-YoW/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.48s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.48s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.46s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.42s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.35s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.34s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Cleanup kdump_path ------------------------------------------------------ 0.33s /tmp/collections-YoW/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94